summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordudemanguy2021-03-21 17:54:52 -0500
committerdudemanguy2021-03-21 17:54:52 -0500
commit5cd3faa58692e05665b8a331a6550d359ebf4e9a (patch)
treefff989d954ccd8e24366f38d33b1551533d2d786
parent72d1bb0141d35ff76cd0d65cd88e69727f04ffd5 (diff)
downloadaur-5cd3faa58692e05665b8a331a6550d359ebf4e9a.tar.gz
2.24.33-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 573d9cb77983..00773c254fd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtk2-patched-filechooser-icon-view
pkgdesc = GTK2 patched with ahodesuka's filechooser-icon-view patch
pkgver = 2.24.33
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Dudemanguy/gtk/tree/gtk2-filechooser-icon-view
install = gtk2.install
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = gtk2-patched-filechooser-icon-view
depends = gtk-doc
optdepends = gnome-themes-standard: Default widget theme
optdepends = adwaita-icon-theme: Default icon theme
- optdepends = python2: gtk-builder-convert
+ optdepends = python: gtk-builder-convert
provides = gtk2=2.24.33
provides = libgailutil.so
provides = libgdk-x11-2.0.so
diff --git a/PKGBUILD b/PKGBUILD
index 362de1436dfb..74f243dcc062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gtk2-patched-filechooser-icon-view
pkgver=2.24.33
-pkgrel=1
+pkgrel=2
arch=(x86_64)
pkgdesc="GTK2 patched with ahodesuka's filechooser-icon-view patch"
url="https://github.com/Dudemanguy/gtk/tree/gtk2-filechooser-icon-view"
@@ -17,7 +17,7 @@ depends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 'libxcompo
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')
license=('LGPL')
install=gtk2.install
_commit=68631945733158f164427db84f01301d7e875763 # tags/2.24.33^0
@@ -37,7 +37,6 @@ prepare() {
cd gtk
git apply -3 ../xid-collision-debug.patch
git apply -3 ../gtk2-filechooser-icon-view.patch
- sed -i '1s/python$/&2/' gtk/gtk-builder-convert
NOCONFIGURE=1 ./autogen.sh
}