Search Criteria
Package Details: gtksourceview2 2.10.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gtksourceview2.git (read-only, click to copy) |
---|---|
Package Base: | gtksourceview2 |
Description: | A text widget that extends the standard gtk+ 2.x |
Upstream URL: | https://download.gnome.org/sources/gtksourceview |
Licenses: | GNU |
Submitter: | jkercher |
Maintainer: | jkercher |
Last Packager: | jkercher |
Votes: | 7 |
Popularity: | 0.72 |
First Submitted: | 2021-10-14 00:31 (UTC) |
Last Updated: | 2022-03-27 12:54 (UTC) |
Dependencies (4)
- gtk2 (gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view, gtk2-maemo)
- libxml2 (libxml2-git)
- python3 (python)
- intltool (make)
Latest Comments
jkercher commented on 2022-03-27 12:49 (UTC)
@quequotion - fixed
quequotion commented on 2022-03-15 09:56 (UTC) (edited on 2022-03-15 10:06 (UTC) by quequotion)
awal commented on 2021-11-18 01:56 (UTC)
There isn't any point using /usr/local. Please add
--prefix=/usr
to the./configure
command in the PKGBUILD. That resolves the issue posted by nyanpasu64 and bsnes builds fine after that.nyanpasu64 commented on 2021-11-16 22:11 (UTC)
This package installs
/usr/local/lib/pkgconfig/gtksourceview-2.0.pc
which isn't found bypkg-config
(https://askubuntu.com/a/210235), breaking https://aur.archlinux.org/packages/bsnes/. Should this package install to /usr/lib/pkgconfig/, or should bsnes include /usr/local/lib/pkgconfig in its search path?