[arch-commits] Commit in gtk2/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Mon Jan 30 21:59:49 UTC 2012


    Date: Monday, January 30, 2012 @ 16:59:49
  Author: ibiru
Revision: 148381

add versioned gdk-pibxbuf2 to force updating gdk-pixbuf2 before a package call gtk-update-icon-cache in a .install

Modified:
  gtk2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-30 21:47:59 UTC (rev 148380)
+++ PKGBUILD	2012-01-30 21:59:49 UTC (rev 148381)
@@ -4,7 +4,7 @@
 pkgbase=gtk2
 pkgname=('gtk2' 'gtk-update-icon-cache')
 pkgver=2.24.9
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.gtk.org/"
 makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage'
@@ -51,7 +51,7 @@
 }
 package_gtk-update-icon-cache() {
     pkgdesc="The GTK+ update icon cache tool"
-    depends=('gdk-pixbuf2')
+    depends=('gdk-pixbuf2>=2.24.1-3')
 
     cd "$srcdir/gtk+-$pkgver/gtk"
 




More information about the arch-commits mailing list