Date: Monday, December 24, 2018 @ 04:27:48 Author: heftig Revision: 342702
0.99.0-1 Modified: libfprint/trunk/PKGBUILD Deleted: libfprint/trunk/fix.diff ----------+ PKGBUILD | 17 ++++++----------- fix.diff | 12 ------------ 2 files changed, 6 insertions(+), 23 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-24 04:23:16 UTC (rev 342701) +++ PKGBUILD 2018-12-24 04:27:48 UTC (rev 342702) @@ -3,7 +3,7 @@ # Contributor: Thomas Baechler <[email protected]> pkgname=libfprint -pkgver=0.8.2 +pkgver=0.99.0 pkgrel=1 pkgdesc="Library for fingerprint readers" arch=(x86_64) @@ -12,11 +12,9 @@ depends=(libusb nss pixman glib2) makedepends=(git meson gtk-doc) groups=(fprint) -_commit=da95af0f48a247300457ecfe6be59e8284ce9df3 # tags/V_0_8_2^0 -source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit" - fix.diff) -sha256sums=('SKIP' - 'bc76b1cf42aeaee8e21ff24c40c44744b9ee2d601399b3c43dba7334ca20ce62') +_commit=1abe213844b28fd8afc28eb072fd569f0f72d7f1 # tags/V_0_99_0^0 +source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit") +sha256sums=('SKIP') pkgver() { cd $pkgname @@ -25,18 +23,15 @@ prepare() { cd $pkgname - # https://github.com/mesonbuild/meson/issues/3892 - patch -Np1 -i ../fix.diff } build() { - arch-meson $pkgname build -D x11-examples=false + arch-meson $pkgname build -D x11-examples=false -D gtk-examples=false ninja -C build } check() { - cd build - meson test + meson test -C build } package() { Deleted: fix.diff =================================================================== --- fix.diff 2018-12-24 04:23:16 UTC (rev 342701) +++ fix.diff 2018-12-24 04:27:48 UTC (rev 342702) @@ -1,12 +0,0 @@ -diff --git i/doc/meson.build w/doc/meson.build -index 48358c8..c2c1b77 100644 ---- i/doc/meson.build -+++ w/doc/meson.build -@@ -54,7 +54,6 @@ gnome.gtkdoc('libfprint', - content_files: content_files, - expand_content_files: expand_content_files, - scan_args: [ -- '--rebuild-types', - '--ignore-decorators=API_EXPORTED', - '--ignore-headers=' + ' '.join(private_headers), - ],
