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

Eli Schwartz eschwartz at archlinux.org
Mon Feb 26 19:45:26 UTC 2018


    Date: Monday, February 26, 2018 @ 19:45:25
  Author: eschwartz
Revision: 298716

upgpkg: lib32-gtk2 2.24.32-1

upstream release

Modified:
  lib32-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-26 19:45:22 UTC (rev 298715)
+++ PKGBUILD	2018-02-26 19:45:25 UTC (rev 298716)
@@ -6,7 +6,7 @@
 
 _pkgbasename=gtk2
 pkgname=lib32-$_pkgbasename
-pkgver=2.24.31
+pkgver=2.24.32
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit (legacy) (32-bit)"
 arch=('x86_64')
@@ -15,11 +15,11 @@
 depends=(lib32-{'atk>=1.30.0','pango>=1.28.0','cairo>=1.10.0','gdk-pixbuf2>=2.22.1'}
          lib32-lib{'cups>=1.4.4',xcursor,'xrandr>=1.3','xi>=1.3',xinerama,xcomposite,xdamage}
          $_pkgbasename)
-options=('!libtool' '!docs')
+makedepends=('python')
 license=('LGPL')
 source=(https://download.gnome.org/sources/gtk+/2.24/gtk+-${pkgver}.tar.xz
         xid-collision-debug.patch)
-sha256sums=('68c1922732c7efc08df4656a5366dcc3afdc8791513400dac276009b40954658'
+sha256sums=('b6c8a93ddda5eabe3bfee1eb39636c9a03d2a56c7b62828b359bf197943c582e'
             'd758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
 
 prepare() {
@@ -35,7 +35,7 @@
 
   cd "${srcdir}/gtk+-${pkgver}"
 
-  CXX=/bin/false ./configure --prefix=/usr \
+  ./configure --prefix=/usr \
       --sysconfdir=/etc \
       --localstatedir=/var \
       --libdir=/usr/lib32 \



More information about the arch-commits mailing list