Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
77edebf4
Commit
77edebf4
authored
11 months ago
by
Jakub Jirutka
Browse files
Options
Downloads
Patches
Plain Diff
community/libfprint: upgrade to 1.94.7
parent
245884fd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!63692
community/libfprint: upgrade to 1.94.7
Pipeline
#230160
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/libfprint/APKBUILD
+2
-4
2 additions, 4 deletions
community/libfprint/APKBUILD
community/libfprint/tests-mktemp-compat.patch
+0
-11
0 additions, 11 deletions
community/libfprint/tests-mktemp-compat.patch
with
2 additions
and
15 deletions
community/libfprint/APKBUILD
+
2
−
4
View file @
77edebf4
...
...
@@ -2,7 +2,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname
=
libfprint
pkgver
=
1.94.
6
pkgver
=
1.94.
7
pkgrel
=
0
pkgdesc
=
"Library for fingerprint readers"
url
=
"https://fprint.freedesktop.org/"
...
...
@@ -25,7 +25,6 @@ checkdepends="
"
subpackages
=
"
$pkgname
-dev"
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
"
builddir
=
"
$srcdir
/
$pkgname
-v
$pkgver
"
...
...
@@ -56,7 +55,6 @@ package() {
}
sha512sums
=
"
99cfce5828d7df771bfc1fd92ad357b76c265bc96443af3398c415d2bb54a931fa3018811c59ceb62b43ef416b430db4acf324aa1dca4f374eaef1f1595a154a libfprint-v1.94.6.tar.gz
7c9eb1dd3b1de5549b5b178f0b3251d5cbe253f2c71c86071c9fcdea0358478bb6ab0fd1488466434021c52d7df746af135b837b965faf4b7d2e245b9d773e2d tests-mktemp-compat.patch
5e7afc8424862d2caaba9d6c2dbd0a339639497ddb7b096f1073464ebdfd9acec1b84470297bd51761dae4770d4113e336096536bb5f8700da2673a2685856b6 libfprint-v1.94.7.tar.gz
5997cb0e3bfc0f625a0803d2d59fa55ce34baf7aee7c4fb3d82c74ea680d916a4e1294bbaf97a4567053672f1115d51f2a8b887927af063e2750e6a0e40d8d64 hack-generate-rules-instead-of-hwdb.patch
"
This diff is collapsed.
Click to expand it.
community/libfprint/tests-mktemp-compat.patch
deleted
100644 → 0
+
0
−
11
View file @
245884fd
--- a/tests/test-generated-hwdb.sh
+++ b/tests/test-generated-hwdb.sh
@@ -4,7 +4,7 @@
[ -x "$UDEV_HWDB" ] || exit 1
if [ "$UDEV_HWDB_CHECK_CONTENTS" == 1 ]; then
- generated_rules=$(mktemp "${TMPDIR:-/tmp}/libfprint-XXXXXX.hwdb")
+ generated_rules=$(mktemp "${TMPDIR:-/tmp}/libfprint.hwdb.XXXXXX")
else
generated_rules=/dev/null
fi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment