extra/tracker to 2.3.1+6+g4d3073954-1

This commit is contained in:
Kevin Mihelich 2020-01-17 14:48:48 +00:00
parent 114802e9f4
commit 8b76613ea7

View file

@ -6,8 +6,8 @@
# - disable functional tests
pkgname=tracker
pkgver=2.3.0
pkgrel=2
pkgver=2.3.1+6+g4d3073954
pkgrel=1
pkgdesc="Desktop-neutral user information store, search tool and indexer"
url="https://wiki.gnome.org/Projects/Tracker"
arch=(x86_64)
@ -16,7 +16,7 @@ depends=(sqlite icu glib2 libffi util-linux libstemmer libseccomp libsoup json-g
makedepends=(gobject-introspection vala git gtk-doc bash-completion meson)
checkdepends=(python-gobject python-dbus)
groups=(gnome)
_commit=f56ccfde3b0a63375d6a4a664928b348c9ea45eb # tags/2.3.0^0
_commit=4d3073954e97d0edf797d073581a82e77afc78cd # tracker-2.3
source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit")
sha256sums=('SKIP')
@ -30,8 +30,6 @@ prepare() {
}
build() {
# LTO breaks due to duplicate types:
# https://gitlab.gnome.org/GNOME/tracker/issues/44
arch-meson $pkgname build -D docs=true -D functional_tests=false
ninja -C build
}