extra/tracker to 2.1.5-2

This commit is contained in:
Kevin Mihelich 2018-10-05 02:58:36 +00:00
parent c90dc9f265
commit bb35c292c2

View file

@ -7,7 +7,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)
@ -30,7 +30,9 @@ prepare() {
}
build() {
arch-meson $pkgname build -Dfunctional_tests=false
# LTO breaks due to duplicate types:
# https://gitlab.gnome.org/GNOME/tracker/issues/44
arch-meson $pkgname build -D b_lto=false -Dfunctional_tests=false
ninja -C build
}