[arch-commits] Commit in libfprint/repos/extra-x86_64 (PKGBUILD PKGBUILD fix.diff)

Jan Steffens heftig at archlinux.org
Mon Dec 24 04:28:12 UTC 2018


    Date: Monday, December 24, 2018 @ 04:28:10
  Author: heftig
Revision: 342704

archrelease: copy trunk to extra-x86_64

Added:
  libfprint/repos/extra-x86_64/PKGBUILD
    (from rev 342703, libfprint/trunk/PKGBUILD)
Deleted:
  libfprint/repos/extra-x86_64/PKGBUILD
  libfprint/repos/extra-x86_64/fix.diff

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++---------------------------------
 fix.diff |   12 --------
 2 files changed, 39 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-24 04:28:00 UTC (rev 342703)
+++ PKGBUILD	2018-12-24 04:28:10 UTC (rev 342704)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Tom Gundersen <teg at jklm.no>
-# Contributor: Thomas Baechler <thomas at archlinux.org>
-
-pkgname=libfprint
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="Library for fingerprint readers"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/fprint/libfprint"
-license=(LGPL)
-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')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  # https://github.com/mesonbuild/meson/issues/3892
-  patch -Np1 -i ../fix.diff
-}
-
-build() {
-  arch-meson $pkgname build -D x11-examples=false
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libfprint/repos/extra-x86_64/PKGBUILD (from rev 342703, libfprint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-24 04:28:10 UTC (rev 342704)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Thomas Baechler <thomas at archlinux.org>
+
+pkgname=libfprint
+pkgver=0.99.0
+pkgrel=1
+pkgdesc="Library for fingerprint readers"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/fprint/libfprint"
+license=(LGPL)
+depends=(libusb nss pixman glib2)
+makedepends=(git meson gtk-doc)
+groups=(fprint)
+_commit=1abe213844b28fd8afc28eb072fd569f0f72d7f1  # tags/V_0_99_0^0
+source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D x11-examples=false -D gtk-examples=false
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: fix.diff
===================================================================
--- fix.diff	2018-12-24 04:28:00 UTC (rev 342703)
+++ fix.diff	2018-12-24 04:28:10 UTC (rev 342704)
@@ -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),
-              ],



More information about the arch-commits mailing list