summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Astals Cid2021-03-19 10:47:54 +0100
committerAlbert Astals Cid2021-03-19 10:47:54 +0100
commit1ae94e8c83aa5f8b8c8cec920ad2850246c34840 (patch)
treedd7ada48c04598a8cd102501f7e744b453a1380c
parentefcdf8a3010b8712f75b2939d718fa3b487a9bbe (diff)
downloadaur-1ae94e8c83aa5f8b8c8cec920ad2850246c34840.tar.gz
3.24.27-3: FS#69971 actually enable tracker3
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3de62f5079b6..26a620b8e271 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gtk3-no_deadkeys_underline
pkgver=3.24.27
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="Like gtk3 in extra but with a patch to disable dead keys having an underline below them while typing"
arch=(x86_64)
@@ -46,7 +46,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
}