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

Maxime Gauduin alucryd at archlinux.org
Tue Apr 16 14:18:12 UTC 2019


    Date: Tuesday, April 16, 2019 @ 14:18:10
  Author: alucryd
Revision: 451819

upgpkg: lib32-gtk3 3.24.8-1

Modified:
  lib32-gtk3/trunk/PKGBUILD

----------+
 PKGBUILD |   28 +++++++++++-----------------
 1 file changed, 11 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-16 14:15:06 UTC (rev 451818)
+++ PKGBUILD	2019-04-16 14:18:10 UTC (rev 451819)
@@ -4,12 +4,12 @@
 # Contributor: GordonGR <ntheo1979 at gmail.com>
 
 pkgname=lib32-gtk3
-pkgver=3.24.7
+pkgver=3.24.8
 pkgrel=1
 pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
 arch=(x86_64)
 license=(LGPL)
-url='http://www.gtk.org/'
+url=https://www.gtk.org/
 depends=(
   gtk3
   lib32-at-spi2-atk
@@ -44,20 +44,14 @@
   git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}
   gtk-query-immodules-3.0-32.hook
 )
-sha256sums=('SKIP'
-            '4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608')
+sha256sums=(
+  SKIP
+  4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608
+)
 
-pkgver() {
-  cd gtk
-
-  git describe --tags | sed 's/-/+/g'
-}
-
 prepare() {
   cd gtk
 
-  git cherry-pick -n 2905fc861acda3d134a198e56ef2f6c962ad3061
-
   NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -66,13 +60,13 @@
 
   export CC='gcc -m32'
   export CXX='/bin/false'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   ./configure \
-    --prefix='/usr' \
-    --sysconfdir='/etc' \
-    --libdir='/usr/lib32' \
-    --localstatedir='/var' \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libdir=/usr/lib32 \
+    --localstatedir=/var \
     --disable-schemas-compile \
     --enable-{broadway,wayland,x11}-backend \
     --disable-gtk-doc



More information about the arch-commits mailing list