mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/tracker to 2.2.0-1
This commit is contained in:
parent
f55dd180c2
commit
0c455c363c
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue