mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/tracker to 2.3.6-2
This commit is contained in:
parent
9b2227a7e9
commit
6ffd8add42
1 changed files with 3 additions and 3 deletions
|
@ -7,14 +7,14 @@
|
|||
|
||||
pkgname=tracker
|
||||
pkgver=2.3.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Desktop-neutral user information store, search tool and indexer"
|
||||
url="https://wiki.gnome.org/Projects/Tracker"
|
||||
arch=(x86_64)
|
||||
license=(GPL)
|
||||
depends=(sqlite icu glib2 libffi util-linux libstemmer libseccomp libsoup
|
||||
json-glib upower libnm)
|
||||
makedepends=(gobject-introspection vala git gtk-doc bash-completion meson)
|
||||
makedepends=(gobject-introspection vala git bash-completion meson)
|
||||
checkdepends=(python-gobject python-dbus)
|
||||
provides=(libtracker-{control,miner,sparql}-2.0.so)
|
||||
groups=(gnome)
|
||||
|
@ -32,7 +32,7 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
arch-meson $pkgname build -D docs=true -D functional_tests=false
|
||||
arch-meson $pkgname build -D functional_tests=false
|
||||
meson compile -C build
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue