diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2016-09-10 20:57:40 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2016-09-10 21:57:27 +0200 |
commit | c85ca9cedf85eb5ca424e4bd5fd8d98abd66b4e2 (patch) | |
tree | a95a229c089bb3c5a80ca35f4cdecd10690c8954 /gtk/Pkgfile | |
parent | 353d0e9c2d5fdedc9819998cebf3897b6cbc4039 (diff) | |
download | opt-c85ca9cedf85eb5ca424e4bd5fd8d98abd66b4e2.tar.gz opt-c85ca9cedf85eb5ca424e4bd5fd8d98abd66b4e2.tar.xz |
gtk: updated to 2.24.41
Diffstat (limited to 'gtk/Pkgfile')
-rw-r--r-- | gtk/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/Pkgfile b/gtk/Pkgfile index ea9898393..587c72071 100644 --- a/gtk/Pkgfile +++ b/gtk/Pkgfile @@ -4,14 +4,13 @@ # Depends on: atk, hicolor-icon-theme, gdk-pixbuf, pango, xorg-libsm, xorg-libxcursor, xorg-libxinerama, xorg-libxrandr, xorg-libxcomposite name=gtk -version=2.24.30 +version=2.24.31 release=1 source=(http://download.gnome.org/sources/gtk+/2.24/${name}+-$version.tar.xz \ - CVE-2013-7447.patch gtk.immodules gtk-register.sh) + gtk.immodules gtk-register.sh) build () { cd gtk+-$version - patch -p1 -i $SRC/CVE-2013-7447.patch ./configure --prefix=/usr make |