mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/tracker to 2.1.5-2
This commit is contained in:
parent
c90dc9f265
commit
bb35c292c2
1 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
pkgname=tracker
|
pkgname=tracker
|
||||||
pkgver=2.1.5
|
pkgver=2.1.5
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Desktop-neutral user information store, search tool and indexer"
|
pkgdesc="Desktop-neutral user information store, search tool and indexer"
|
||||||
url="https://wiki.gnome.org/Projects/Tracker"
|
url="https://wiki.gnome.org/Projects/Tracker"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -30,7 +30,9 @@ prepare() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
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
|
ninja -C build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue