Date: Wednesday, February 20, 2019 @ 22:05:02 Author: heftig Revision: 346589
2.2.0-1 Modified: tracker/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-20 21:04:57 UTC (rev 346588) +++ PKGBUILD 2019-02-20 22:05:02 UTC (rev 346589) @@ -3,7 +3,7 @@ # Contributor: Alexander Fehr <pizzapunk gmail com> pkgname=tracker -pkgver=2.1.7 +pkgver=2.2.0 pkgrel=1 pkgdesc="Desktop-neutral user information store, search tool and indexer" url="https://wiki.gnome.org/Projects/Tracker" @@ -13,7 +13,7 @@ makedepends=(gobject-introspection intltool vala git gtk-doc bash-completion meson) checkdepends=(python2-gobject python2-dbus) groups=(gnome) -_commit=88bbc0a37d7a2be7d648e7b0e037529c45a9a4ee # tags/2.1.7^0 +_commit=6c180791acf818e0601562c48c6d0d6152ffee94 # tags/2.2.0^0 source=("git+https://gitlab.gnome.org/GNOME/tracker.git#commit=$_commit") sha256sums=('SKIP') @@ -24,15 +24,12 @@ prepare() { cd $pkgname - - # Fix soversions - git cherry-pick -n 282cd5aa85852cc7f9e603dae435f6b528c4712a } build() { # LTO breaks due to duplicate types: # https://gitlab.gnome.org/GNOME/tracker/issues/44 - arch-meson $pkgname build -D b_lto=false + arch-meson $pkgname build -D b_lto=false -D docs=true ninja -C build }
