Search Criteria
Package Details: gtksourceview2 2.10.5-5
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: | LGPL-2.1-or-later | 
| Submitter: | jkercher | 
| Maintainer: | awal | 
| Last Packager: | micwoj92 | 
| Votes: | 8 | 
| Popularity: | 0.167193 | 
| First Submitted: | 2021-10-14 00:31 (UTC) | 
| Last Updated: | 2024-07-04 20:27 (UTC) | 
Dependencies (15)
- at-spi2-core (at-spi2-core-gitAUR)
 - bash (bash-devel-gitAUR, bash-gitAUR)
 - cairo (cairo-gitAUR)
 - fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
 - freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR)
 - gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
 - glib2 (glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2-gitAUR)
 - glibc (glibc-gitAUR, glibc-eacAUR)
 - gtk2AUR (gtk2-patched-filechooser-icon-viewAUR)
 - harfbuzz (harfbuzz-gitAUR)
 - libxml2 (libxml2-gitAUR)
 - pango (pango-gitAUR)
 - python
 - glib2-devel (glib2-devel-gitAUR) (make)
 - intltool (make)
 
Latest Comments
nicolarevelant commented on 2024-06-24 13:37 (UTC)
Please update license to use spdx identifier.
micwoj92 commented on 2024-06-22 17:36 (UTC)
I fail to see how this is relevant to this package.
NewManjaroUser commented on 2024-06-22 15:04 (UTC)
Impossible to update on Manjaro due to "unable to satisfy dependency 'glib2-devel' required by gtksourceview2". glib2-devel couldn't be found in official repositories nor in AUR :(
jkercher commented on 2024-01-28 13:56 (UTC)
Sorry, I deleted the flag out of frustration:
This was 4 days ago. This isn't the first time I disowned a package because of your nit picking. All yours, boss.
MarsSeed commented on 2024-01-28 09:45 (UTC)
@jkercher, I'm sorry but I don't know who you are and what you are referring to. I haven't communicated with you about any brokenness relating to this package. How about not being an antisocial attacker instead of being constructive?
jkercher commented on 2024-01-28 03:58 (UTC)
Hey MarSeed. How about you fucking fix it clown.
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=/usrto the./configurecommand 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.pcwhich 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?