summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordudemanguy2019-01-16 07:50:36 -0600
committerdudemanguy2019-01-16 07:50:36 -0600
commitb2f0b6dd245f0b7138a8935b6981b942a2f828ab (patch)
treea30e2fff2ace6e71bd67666421036b0064160c13
parent5aee60b0d9ae649d13214d4b7739b4a1fe015567 (diff)
downloadaur-b2f0b6dd245f0b7138a8935b6981b942a2f828ab.tar.gz
3.24.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7dfdb8f199e..c80b9ea69e70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gtk3-patched-filechooser-icon-view
pkgdesc = GTK3 patched with dudemanguy's fork of wfr's filechooser-icon-view patch.
- pkgver = 3.24.2+7+g43aeb52b73
+ pkgver = 3.24.3
pkgrel = 1
url = https://github.com/Dudemanguy911/gtk
install = gtk3.install
@@ -40,12 +40,12 @@ pkgbase = gtk3-patched-filechooser-icon-view
depends = libcanberra
depends = gtk-update-icon-cache
optdepends = glib2-patched-thumbnailer: Thumbnail generation in upload dialog
- provides = gtk3=3.24.2+7+g43aeb52b73
+ provides = gtk3=3.24.3
provides = gtk3-print-backends
conflicts = gtk3
conflicts = gtk3-print-backends
replaces = gtk3-print-backends<=3.22.26-1
- source = git+https://gitlab.gnome.org/GNOME/gtk.git#commit=43aeb52b73428da919ef030a622a51ed21df4ae2
+ source = git+https://gitlab.gnome.org/GNOME/gtk.git#commit=c9d09695f89c7470c2135ce581331179bd73a7df
source = settings.ini
source = gtk-query-immodules-3.0.hook
source = gtk3-filechooser-icon-view.patch
diff --git a/PKGBUILD b/PKGBUILD
index 333aeaa78e3b..ec7b0e8af50b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=gtk3-patched-filechooser-icon-view
-pkgver=3.24.2+7+g43aeb52b73
+pkgver=3.24.3
pkgrel=1
pkgdesc="GTK3 patched with dudemanguy's fork of wfr's filechooser-icon-view patch."
arch=(x86_64)
@@ -21,7 +21,7 @@ makedepends=(gobject-introspection gtk-doc git glib2-docs sassc)
license=(LGPL)
install=gtk3.install
-_commit=43aeb52b73428da919ef030a622a51ed21df4ae2 # gtk-3-24
+_commit=c9d09695f89c7470c2135ce581331179bd73a7df # tags/3.24.3^0
source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit"
settings.ini
gtk-query-immodules-3.0.hook
@@ -48,7 +48,7 @@ prepare() {
build() {
cd gtk
- CXX=/bin/false ./configure --prefix=/usr \
+ ./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-schemas-compile \