summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordudemanguy2023-04-16 10:48:06 -0500
committerdudemanguy2023-04-16 10:48:06 -0500
commit95f4344c5a2110348b87b8a9a8c8ecc8aa7f0792 (patch)
tree7f5daee87ad7330234314fdefd5e16b3cbafe488
parent809a978cec2603bc1458533741dbd304908f2bde (diff)
downloadaur-gtk2-patched-filechooser-icon-view.tar.gz
fix gtk2 provides
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3535905fbe27..23492e281476 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,6 +26,7 @@ pkgbase = gtk2-patched-filechooser-icon-view
optdepends = adwaita-icon-theme: Default icon theme
optdepends = gnome-themes-standard: Default widget theme
optdepends = python: gtk-builder-convert
+ provides = gtk2=2.24.33
provides = libgailutil.so
provides = libgdk-x11-2.0.so
provides = libgtk-x11-2.0.so
diff --git a/PKGBUILD b/PKGBUILD
index f12e470c929c..a0a7a71299dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,6 @@ pkgver=2.24.33
pkgrel=3
pkgdesc="GTK2 patched with ahodesuka's filechooser-icon-view patch"
url="https://github.com/Dudemanguy/gtk/tree/gtk2-filechooser-icon-view"
-provides=(gtk2=$pkgver libgailutil.so libg{d,t}k-x11-2.0.so)
-conflicts=('gtk2')
arch=(x86_64)
depends=(
atk
@@ -38,9 +36,11 @@ optdepends=(
'python: gtk-builder-convert'
)
provides=(
+ gtk2=$pkgver
libgailutil.so
libg{d,t}k-x11-2.0.so
)
+conflicts=('gtk2')
license=('LGPL')
install=gtk2.install
_commit=68631945733158f164427db84f01301d7e875763 # tags/2.24.33^0