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

Jan Steffens heftig at archlinux.org
Sun Mar 21 21:28:48 UTC 2021


    Date: Sunday, March 21, 2021 @ 21:28:48
  Author: heftig
Revision: 410438

2.24.33-2: FS#70106 use python 3

Modified:
  gtk2/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-21 20:13:54 UTC (rev 410437)
+++ PKGBUILD	2021-03-21 21:28:48 UTC (rev 410438)
@@ -3,7 +3,7 @@
 
 pkgname=gtk2
 pkgver=2.24.33
-pkgrel=1
+pkgrel=2
 pkgdesc="GObject-based multi-platform GUI toolkit (legacy)"
 arch=(x86_64)
 url="https://www.gtk.org/"
@@ -12,7 +12,7 @@
 makedepends=(gobject-introspection git gtk-doc)
 optdepends=('gnome-themes-standard: Default widget theme'
             'adwaita-icon-theme: Default icon theme'
-            'python2: gtk-builder-convert')
+            'python: gtk-builder-convert')
 provides=(libgailutil.so libg{d,t}k-x11-2.0.so)
 license=(LGPL)
 install=gtk2.install
@@ -34,7 +34,6 @@
 prepare() {
   cd gtk
   git apply -3 ../xid-collision-debug.patch
-  sed -i '1s/python$/&2/' gtk/gtk-builder-convert
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list