extra/tracker to 2.2.0-1

This commit is contained in:
Kevin Mihelich 2019-02-21 00:50:48 +00:00
parent f55dd180c2
commit 0c455c363c

View file

@ -6,7 +6,7 @@
# - disable functional tests
pkgname=tracker
pkgver=2.1.7
pkgver=2.2.0
pkgrel=1
pkgdesc="Desktop-neutral user information store, search tool and indexer"
url="https://wiki.gnome.org/Projects/Tracker"
@ -16,7 +16,7 @@ depends=(sqlite icu glib2 libffi util-linux libstemmer libseccomp libsoup json-g
makedepends=(gobject-introspection intltool vala git gtk-doc bash-completion meson)
checkdepends=(python2-gobject python2-dbus)
groups=(gnome)
_commit=88bbc0a37d7a2be7d648e7b0e037529c45a9a4ee # tags/2.1.7^0
_commit=6c180791acf818e0601562c48c6d0d6152ffee94 # tags/2.2.0^0
source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit")
sha256sums=('SKIP')
@ -27,15 +27,12 @@ pkgver() {
prepare() {
cd $pkgname
# Fix soversions
git cherry-pick -n 282cd5aa85852cc7f9e603dae435f6b528c4712a
}
build() {
# 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
arch-meson $pkgname build -D b_lto=false -D docs=true -D functional_tests=false
ninja -C build
}