[arch-commits] Commit in tracker3/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Apr 15 13:53:09 UTC 2021


    Date: Thursday, April 15, 2021 @ 13:53:09
  Author: foutrelis
Revision: 412543

archrelease: copy trunk to staging-x86_64

Added:
  tracker3/repos/staging-x86_64/
  tracker3/repos/staging-x86_64/PKGBUILD
    (from rev 412542, tracker3/trunk/PKGBUILD)

----------+
 PKGBUILD |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

Copied: tracker3/repos/staging-x86_64/PKGBUILD (from rev 412542, tracker3/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2021-04-15 13:53:09 UTC (rev 412543)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=tracker3
+pkgver=3.1.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)
+makedepends=(gobject-introspection vala git gtk-doc bash-completion meson
+             asciidoc systemd)
+checkdepends=(python-gobject python-dbus python-tappy)
+provides=(libtracker-sparql-3.0.so)
+groups=(gnome)
+_commit=aa5d1d33ba2aee01344aace0674b8fa6c1647c29  # tags/3.1.1^0
+source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tracker
+  git describe --tags | sed 's/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd tracker
+}
+
+build() {
+  arch-meson tracker build -D tests_tap_protocol=true
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session meson test -C build --print-errorlogs -t 3
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list