mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/tracker to 2.3.5-1
This commit is contained in:
parent
c9799a82bc
commit
1a08840eed
1 changed files with 6 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||||
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||||
# Contributor: Alexander Fehr <pizzapunk gmail com>
|
# Contributor: Alexander Fehr <pizzapunk gmail com>
|
||||||
|
|
||||||
|
@ -6,8 +6,8 @@
|
||||||
# - disable functional tests
|
# - disable functional tests
|
||||||
|
|
||||||
pkgname=tracker
|
pkgname=tracker
|
||||||
pkgver=2.3.4
|
pkgver=2.3.5
|
||||||
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)
|
||||||
|
@ -18,7 +18,7 @@ makedepends=(gobject-introspection vala git gtk-doc bash-completion meson)
|
||||||
checkdepends=(python-gobject python-dbus)
|
checkdepends=(python-gobject python-dbus)
|
||||||
provides=(libtracker-{control,miner,sparql}-2.0.so)
|
provides=(libtracker-{control,miner,sparql}-2.0.so)
|
||||||
groups=(gnome)
|
groups=(gnome)
|
||||||
_commit=1fab9a0bf547cc2d12b743b53f0df8423d36e83d # tags/2.3.4^0
|
_commit=62c1b31e9b687ea3979db995455d7134b5d8c06c # tags/2.3.5^0
|
||||||
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')
|
||||||
|
|
||||||
|
@ -33,14 +33,11 @@ prepare() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
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
|
meson compile -C build
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
# Many tests are broken:
|
dbus-run-session meson test -C build --print-errorlogs -t 3
|
||||||
# - Assume schemas are installed
|
|
||||||
# - Assume services are autolaunched
|
|
||||||
dbus-run-session meson test -C build --print-errorlogs -t 3 || :
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue