summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordudemanguy2021-03-13 08:38:23 -0600
committerdudemanguy2021-03-13 08:38:23 -0600
commit9ec926268bd6e799ce11bcead6bbb076a715fc54 (patch)
treec000731f9a45944a240f814db3efb37630500f13
parentdb8807fe51e131867f90585aafc838d564e5ad2b (diff)
downloadaur-9ec926268bd6e799ce11bcead6bbb076a715fc54.tar.gz
3.24.27-3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c74b8d60f37d..416564b37b46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gtk3-patched-filechooser-icon-view
pkgdesc = GTK3 patched with dudemanguy's fork of wfr's filechooser-icon-view patch.
pkgver = 3.24.27
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/Dudemanguy/gtk
install = gtk3.install
diff --git a/PKGBUILD b/PKGBUILD
index 2fb67fe1b7c6..bcc0034c963b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gtk3-patched-filechooser-icon-view
pkgver=3.24.27
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="GTK3 patched with dudemanguy's fork of wfr's filechooser-icon-view patch."
arch=(x86_64)
@@ -50,7 +50,8 @@ build() {
-D cloudproviders=true \
-D colord=yes \
-D gtk_doc=true \
- -D man=true
+ -D man=true \
+ -D tracker3=true
meson compile -C build
}