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

Ionut Biru ibiru at archlinux.org
Thu Feb 10 21:16:15 UTC 2011


    Date: Thursday, February 10, 2011 @ 16:16:15
  Author: ibiru
Revision: 109579

update to 3.0.0

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-10 20:33:59 UTC (rev 109578)
+++ PKGBUILD	2011-02-10 21:16:15 UTC (rev 109579)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gtk3
-pkgver=2.99.3
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="The GTK+ Toolkit (v3)"
 arch=('i686' 'x86_64')
@@ -13,14 +13,15 @@
 options=('!libtool' '!docs')
 backup=(etc/gtk-3.0/gtkrc)
 license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.99/gtk+-${pkgver}.tar.bz2)
-sha256sums=('03dd37fd89fe0f0cea688cb077192b5ff95325b66d53d724c7511d36b6e90496')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/3.0/gtk+-${pkgver}.tar.bz2)
+sha256sums=('ec0729bf28f09a16e0b0a6a588556c7cee091f40426505b3694a9488bf6cbf67')
 
 build() {
     cd "${srcdir}/gtk+-${pkgver}"
     CXX=/bin/false ./configure --prefix=/usr \
         --sysconfdir=/etc \
         --localstatedir=/var \
+        --enable-gtk2-dependency \
         --disable-schemas-compile
     make
 }
@@ -28,8 +29,6 @@
 package() {
     cd "${srcdir}/gtk+-${pkgver}"
     make DESTDIR="${pkgdir}" install
-    # --enable-gtk2-dependency is broken
-    rm ${pkgdir}/usr/bin/gtk-update-icon-cache
 
     echo 'gtk-fallback-icon-theme = "gnome"' > "${pkgdir}/etc/gtk-3.0/gtkrc"
 }




More information about the arch-commits mailing list