Date: Tuesday, March 8, 2011 @ 04:37:14 Author: ibiru Revision: 113196
upgpkg: gtk3 3.0.2-1 update to 3.0.2 Modified: gtk3/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-08 09:24:51 UTC (rev 113195) +++ PKGBUILD 2011-03-08 09:37:14 UTC (rev 113196) @@ -2,30 +2,27 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=gtk3 -pkgver=3.0.1 -pkgrel=2 +pkgver=3.0.2 +pkgrel=1 pkgdesc="The GTK+ Toolkit (v3)" arch=('i686' 'x86_64') url="http://www.gtk.org/" install=gtk3.install depends=('atk' 'cairo' 'gtk-update-icon-cache' 'gnutls' 'heimdal' 'libcups' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'pango' 'shared-mime-info') -makedepends=('gobject-introspection' 'gtk-doc') -options=('!libtool' '!docs' '!strip') +makedepends=('gobject-introspection') +options=('!libtool' '!docs') backup=(etc/gtk-3.0/gtkrc) license=('LGPL') -#source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/3.0/gtk+-${pkgver}.tar.xz) -source=(gtk+-${pkgver}.tar.xz) -md5sums=('251e5394798ec1ad4762e09e8eebded0') +source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/3.0/gtk+-${pkgver}.tar.bz2) +sha256sums=('dfc5cc68da83a3f6133e86dba00d6a77263b4dd15117dbf97aa5f19da39b202d') build() { cd "${srcdir}/gtk+-${pkgver}" - ./autogen.sh CXX=/bin/false ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --enable-gtk2-dependency \ - --disable-schemas-compile \ - --enable-debug=yes + --disable-schemas-compile make }
