summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b41c791aea74..be6f35e04ad8 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.32
- pkgrel = 2
+ pkgrel = 3
url = https://gist.github.com/Dudemanguy911/d70734d5bdf82e79cbfb22894fac8a1b/
install = gtk2.install
arch = x86_64
@@ -25,9 +25,9 @@ pkgbase = gtk2-patched-filechooser-icon-view
depends = librsvg
depends = desktop-file-utils
depends = gtk-doc
- depends = glib2-patched-thumbnailer
optdepends = gnome-themes-standard: Default widget theme
optdepends = gnome-icon-theme: Default icon theme
+ optdepends = glib2-patched-thumbnailer: Thumbnail generation in upload dialog
provides = gtk2=2.24.32
conflicts = gtk2
source = git+https://gitlab.gnome.org/GNOME/gtk.git#commit=ed7d3e25f8b6debae6ccc8b50d1329155338cab8
diff --git a/PKGBUILD b/PKGBUILD
index 604f62f5312f..07c912638eec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gtk2-patched-filechooser-icon-view
pkgver=2.24.32
-pkgrel=2
+pkgrel=3
arch=(x86_64)
pkgdesc="GTK2 patched with ahodesuka's filechooser-icon-view patch."
url="https://gist.github.com/Dudemanguy911/d70734d5bdf82e79cbfb22894fac8a1b/"
@@ -12,10 +12,11 @@ provides=("gtk2=$pkgver")
conflicts=('gtk2')
depends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage'
'shared-mime-info' 'cairo' 'libcups' 'gtk-update-icon-cache' 'librsvg'
- 'desktop-file-utils' 'gtk-doc' 'glib2-patched-thumbnailer')
+ 'desktop-file-utils' 'gtk-doc')
makedepends=('gobject-introspection' 'python2' 'git' 'gtk-doc')
optdepends=('gnome-themes-standard: Default widget theme'
- 'gnome-icon-theme: Default icon theme')
+ 'gnome-icon-theme: Default icon theme'
+ 'glib2-patched-thumbnailer: Thumbnail generation in upload dialog')
license=('LGPL')
install=gtk2.install
_commit=ed7d3e25f8b6debae6ccc8b50d1329155338cab8 # tags/2.24.32^0