[arch-commits] Commit in tracker/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Oct 5 02:49:44 UTC 2018


    Date: Friday, October 5, 2018 @ 02:49:43
  Author: heftig
Revision: 335781

2.1.5-2

Modified:
  tracker/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-05 01:00:23 UTC (rev 335780)
+++ PKGBUILD	2018-10-05 02:49:43 UTC (rev 335781)
@@ -4,7 +4,7 @@
 
 pkgname=tracker
 pkgver=2.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop-neutral user information store, search tool and indexer"
 url="https://wiki.gnome.org/Projects/Tracker"
 arch=(x86_64)
@@ -27,7 +27,9 @@
 }
 
 build() {
-  arch-meson $pkgname build
+  # LTO breaks due to duplicate types:
+  # https://gitlab.gnome.org/GNOME/tracker/issues/44
+  arch-meson $pkgname build -D b_lto=false
   ninja -C build
 }
 



More information about the arch-commits mailing list