summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordudemanguy2017-08-10 14:51:56 -0500
committerdudemanguy2017-08-10 14:51:56 -0500
commitf50f8497157c6a348c97bb759b2c9cbda0124999 (patch)
treefe2af31a433ee8867ac5083f41081a97b592c1ea
parent4ce021ae84ec1d8b0bfdb557d278f4a99c269843 (diff)
downloadaur-f50f8497157c6a348c97bb759b2c9cbda0124999.tar.gz
update 3.22.18
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85151aefb3d7..a1a4075bd674 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
# Generated by mksrcinfo v8
-# Tue Aug 1 17:48:05 UTC 2017
+# Thu Aug 10 19:50:31 UTC 2017
pkgbase = gtk3-patched-filechooser-icon-view
pkgdesc = GTK3 patched with dudemanguy's fork of wfr's filechooser-icon-view patch.
- pkgver = 3.22.17
+ pkgver = 3.22.18
pkgrel = 1
url = https://gist.github.com/Dudemanguy911/c172394e30e1e7d0f477ad15c719bc71
+ install = gtk3.install
arch = i686
arch = x86_64
license = LGPL
@@ -41,9 +42,9 @@ pkgbase = gtk3-patched-filechooser-icon-view
depends = mesa
depends = cantarell-fonts
depends = glib2-patched-thumbnailer
- provides = gtk3=3.22.17
+ provides = gtk3=3.22.18
conflicts = gtk3
- source = git+https://git.gnome.org/browse/gtk+#commit=59857e8f20aa07bbdaa621eecccb31accc717edb
+ source = git+https://git.gnome.org/browse/gtk+#commit=e1cf6281fe800c070d599aef0681ef4f776e1775
source = settings.ini
source = gtk-query-immodules-3.0.hook
source = https://gist.githubusercontent.com/Dudemanguy911/c172394e30e1e7d0f477ad15c719bc71/raw/2321887c13f19c0e53e3e7dc8150837546b13454/gtk3-filechooser-icon-view.patch
diff --git a/PKGBUILD b/PKGBUILD
index 1837acad494b..b8244e4e9f97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=gtk3-patched-filechooser-icon-view
-pkgver=3.22.17
+pkgver=3.22.18
_patchver=2321887c13f19c0e53e3e7dc8150837546b13454
pkgrel=1
pkgdesc="GTK3 patched with dudemanguy's fork of wfr's filechooser-icon-view patch."
@@ -19,7 +19,8 @@ depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 d
makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups glib2-docs
sassc)
license=(LGPL)
-_commit=59857e8f20aa07bbdaa621eecccb31accc717edb # tags/3.22.17^0
+install=gtk3.install
+_commit=e1cf6281fe800c070d599aef0681ef4f776e1775 # tags/3.22.18^0
source=("git+https://git.gnome.org/browse/gtk+#commit=$_commit"
settings.ini
gtk-query-immodules-3.0.hook
@@ -36,7 +37,6 @@ pkgver() {
}
prepare() {
- mkdir print-backends
cd gtk+
patch -Np1 -i ../gtk3-filechooser-icon-view.patch
NOCONFIGURE=1 ./autogen.sh