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

Ionut Biru ibiru at archlinux.org
Mon Nov 21 05:57:10 UTC 2011


    Date: Monday, November 21, 2011 @ 00:57:10
  Author: ibiru
Revision: 143026

revert changes that makes applications crash when selecting directories

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-21 04:05:07 UTC (rev 143025)
+++ PKGBUILD	2011-11-21 05:57:10 UTC (rev 143026)
@@ -3,7 +3,7 @@
 
 pkgname=gtk3
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK+ is a multi-platform toolkit (v3)"
 arch=('i686' 'x86_64')
 url="http://www.gtk.org/"
@@ -14,12 +14,15 @@
 backup=(etc/gtk-3.0/settings.ini)
 license=('LGPL')
 source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/3.2/gtk+-$pkgver.tar.xz
-        settings.ini)
+        settings.ini
+        fix_crash_treeview.patch)
 sha256sums=('f7ec82de393cd7ae2aa45022576400941704709d1f0f35fb0b17f3be1f2e7d84'
-            'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
+            'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621'
+            'eb187ef05f3735b24b58cd4c533dc3d4f616103cafba399c009ea3eb519be0b9')
 
 build() {
     cd "$srcdir/gtk+-$pkgver"
+    patch -Np1 -R -i "$srcdir/fix_crash_treeview.patch"
     CXX=/bin/false ./configure --prefix=/usr \
         --sysconfdir=/etc \
         --localstatedir=/var \




More information about the arch-commits mailing list