mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/tracker to 2.3.2-1
This commit is contained in:
parent
182d862a0a
commit
28c395d627
1 changed files with 5 additions and 3 deletions
|
@ -6,17 +6,19 @@
|
|||
# - disable functional tests
|
||||
|
||||
pkgname=tracker
|
||||
pkgver=2.3.1+6+g4d3073954
|
||||
pkgver=2.3.2
|
||||
pkgrel=1
|
||||
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)
|
||||
depends=(sqlite icu glib2 libffi util-linux libstemmer libseccomp libsoup
|
||||
json-glib upower libnm)
|
||||
makedepends=(gobject-introspection vala git gtk-doc bash-completion meson)
|
||||
checkdepends=(python-gobject python-dbus)
|
||||
provides=(libtracker-{control,miner,sparql}-2.0.so)
|
||||
groups=(gnome)
|
||||
_commit=4d3073954e97d0edf797d073581a82e77afc78cd # tracker-2.3
|
||||
_commit=f12bffae2e4be520ce1ea045b3ecc9ab41478d1a # tags/2.3.2^0
|
||||
source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
|
Loading…
Reference in a new issue