[arch-commits] Commit in libfprint/trunk (PKGBUILD fix.diff)

Jan Steffens heftig at archlinux.org
Tue Jul 17 19:52:05 UTC 2018


    Date: Tuesday, July 17, 2018 @ 19:52:05
  Author: heftig
Revision: 328911

0.8.2-1

Added:
  libfprint/trunk/fix.diff
Modified:
  libfprint/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 fix.diff |   12 ++++++++++++
 2 files changed, 21 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-17 19:33:57 UTC (rev 328910)
+++ PKGBUILD	2018-07-17 19:52:05 UTC (rev 328911)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler <thomas at archlinux.org>
 
 pkgname=libfprint
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc="Library for fingerprint readers"
 arch=(x86_64)
@@ -13,9 +13,11 @@
 depends=(libusb nss pixman glib2)
 makedepends=(git meson gtk-doc)
 groups=(fprint)
-_commit=6f6127cbb640a8549eb971aa73d6fe8543d3c40b  # tags/V_0_8_1^0
-source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit")
-sha256sums=('SKIP')
+_commit=da95af0f48a247300457ecfe6be59e8284ce9df3  # tags/V_0_8_2^0
+source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit"
+        fix.diff)
+sha256sums=('SKIP'
+            'bc76b1cf42aeaee8e21ff24c40c44744b9ee2d601399b3c43dba7334ca20ce62')
 
 pkgver() {
   cd $pkgname
@@ -24,6 +26,8 @@
 
 prepare() {
   cd $pkgname
+  # https://github.com/mesonbuild/meson/issues/3892
+  patch -Np1 -i ../fix.diff
 }
 
 build() {
@@ -37,5 +41,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }

Added: fix.diff
===================================================================
--- fix.diff	                        (rev 0)
+++ fix.diff	2018-07-17 19:52:05 UTC (rev 328911)
@@ -0,0 +1,12 @@
+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),
+              ],



More information about the arch-commits mailing list