Date: Monday, February 28, 2011 @ 13:49:39
  Author: ibiru
Revision: 111701

upgpkg: gtk3 3.0.1-2
use a git snapshot to fix some serious problems, enable debug by default to 
easily debug crashers

Modified:
  gtk3/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-02-28 18:32:34 UTC (rev 111700)
+++ PKGBUILD    2011-02-28 18:49:39 UTC (rev 111701)
@@ -3,26 +3,29 @@
 
 pkgname=gtk3
 pkgver=3.0.1
-pkgrel=1
+pkgrel=2
 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')
-options=('!libtool' '!docs')
+makedepends=('gobject-introspection' 'gtk-doc')
+options=('!libtool' '!docs' '!strip')
 backup=(etc/gtk-3.0/gtkrc)
 license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/3.0/gtk+-${pkgver}.tar.bz2)
-sha256sums=('2bd0a197dc2a7e981790a720552bfd540a77b6edaa382dd7450366ee23e35121')
+#source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/3.0/gtk+-${pkgver}.tar.xz)
+source=(gtk+-${pkgver}.tar.xz)
+md5sums=('251e5394798ec1ad4762e09e8eebded0')
 
 build() {
     cd "${srcdir}/gtk+-${pkgver}"
+    ./autogen.sh
     CXX=/bin/false ./configure --prefix=/usr \
         --sysconfdir=/etc \
         --localstatedir=/var \
         --enable-gtk2-dependency \
-        --disable-schemas-compile
+        --disable-schemas-compile \
+        --enable-debug=yes
     make
 }
 

Reply via email to