aboutsummaryrefslogtreecommitdiffstats
path: root/community/libfprint/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libfprint/APKBUILD')
-rw-r--r--community/libfprint/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/community/libfprint/APKBUILD b/community/libfprint/APKBUILD
index 5cfb39a3299..762914bb7a2 100644
--- a/community/libfprint/APKBUILD
+++ b/community/libfprint/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=libfprint
-pkgver=1.94.1
+pkgver=1.94.6
pkgrel=0
pkgdesc="Library for fingerprint readers"
url="https://fprint.freedesktop.org/"
@@ -24,8 +24,7 @@ checkdepends="
umockdev
"
subpackages="$pkgname-dev"
-source="https://gitlab.freedesktop.org/libfprint/libfprint/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz
- fix-stderr.patch
+source="https://gitlab.freedesktop.org/libfprint/libfprint/-/archive/v$pkgver/libfprint-v$pkgver.tar.gz
tests-mktemp-compat.patch
hack-generate-rules-instead-of-hwdb.patch
"
@@ -37,8 +36,9 @@ build() {
-Ddoc=false \
-Dudev_hwdb=disabled \
-Dudev_rules=enabled \
+ -Dinstalled-tests=false \
output
- meson compile ${JOBS:+-j ${JOBS}} -C output
+ meson compile -C output
# See comment in hack-generate-rules-instead-of-hwdb.patch.
HACK_GEN_RULES=1 ./output/libfprint/fprint-list-udev-hwdb > 60-fprint-autosuspend.rules
@@ -56,8 +56,7 @@ package() {
}
sha512sums="
-648ea42acbba720f16a265a8577256e5650a2706012879f689f8649c8a82aacedea6f0a90964367c884bd3ba13cee76ff5298c8e8e18f61dd769f07ab67bf341 libfprint-v1.94.1.tar.gz
-9bd5d606ff9f672507775567c7f71428bb0cd62de61d762979f36e91bc98c1d72569c3d405ed013fa3148300919b36c31c654d376d547cf7829cafeede6abea9 fix-stderr.patch
+99cfce5828d7df771bfc1fd92ad357b76c265bc96443af3398c415d2bb54a931fa3018811c59ceb62b43ef416b430db4acf324aa1dca4f374eaef1f1595a154a libfprint-v1.94.6.tar.gz
7c9eb1dd3b1de5549b5b178f0b3251d5cbe253f2c71c86071c9fcdea0358478bb6ab0fd1488466434021c52d7df746af135b837b965faf4b7d2e245b9d773e2d tests-mktemp-compat.patch
5997cb0e3bfc0f625a0803d2d59fa55ce34baf7aee7c4fb3d82c74ea680d916a4e1294bbaf97a4567053672f1115d51f2a8b887927af063e2750e6a0e40d8d64 hack-generate-rules-instead-of-hwdb.patch
"