Date: Sunday, March 11, 2018 @ 19:27:46 Author: heftig Revision: 318621
3.26.0+22+g4de1fd1-1 Modified: gnome-color-manager/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-11 19:25:36 UTC (rev 318620) +++ PKGBUILD 2018-03-11 19:27:46 UTC (rev 318621) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-color-manager -pkgver=3.26.0+16+g3b2109b +pkgver=3.26.0+22+g4de1fd1 pkgrel=1 pkgdesc="GNOME Color Profile Tools" url="https://git.gnome.org/browse/gnome-color-manager" @@ -9,10 +9,10 @@ arch=(x86_64) license=(GPL2) depends=(libcanberra vte3 exiv2 shared-color-targets colord-gtk libexif) -makedepends=(itstool git appstream-glib meson) +makedepends=(itstool git appstream-glib meson docbook-utils docbook-sgml perl-sgmls) optdepends=('argyllcms: color calibration') groups=(gnome) -_commit=3b2109b48c283779b1e800bcd61558c22a3e8e0c # master +_commit=4de1fd10d4fcc17188af7558ea95ea8d766c2682 # master source=("git+https://git.gnome.org/browse/gnome-color-manager#commit=$_commit") sha256sums=('SKIP') @@ -24,10 +24,9 @@ prepare() { cd $pkgname } - build() { - arch-meson $pkgname build + arch-meson $pkgname build -D enable-packagekit=false ninja -C build }
