mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/tracker to 2.3.1+6+g4d3073954-1
This commit is contained in:
parent
114802e9f4
commit
8b76613ea7
1 changed files with 3 additions and 5 deletions
|
@ -6,8 +6,8 @@
|
||||||
# - disable functional tests
|
# - disable functional tests
|
||||||
|
|
||||||
pkgname=tracker
|
pkgname=tracker
|
||||||
pkgver=2.3.0
|
pkgver=2.3.1+6+g4d3073954
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
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)
|
||||||
|
@ -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)
|
makedepends=(gobject-introspection vala git gtk-doc bash-completion meson)
|
||||||
checkdepends=(python-gobject python-dbus)
|
checkdepends=(python-gobject python-dbus)
|
||||||
groups=(gnome)
|
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")
|
source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
@ -30,8 +30,6 @@ prepare() {
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
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
|
arch-meson $pkgname build -D docs=true -D functional_tests=false
|
||||||
ninja -C build
|
ninja -C build
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue