fprintd-git

LOW
maintainer Nowaker 0 votes scanned 2026-08-29 05:37:57.703010
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Nowaker <spam@nowaker.net>
2
3pkgname=fprintd-git
4pkgver=1.94.5.r91.gb10251e
5pkgrel=1
6pkgdesc="Development version of the D-Bus service for fingerprint readers"
7url="https://fprint.freedesktop.org/"
8arch=(x86_64)
9license=(GPL-2.0-or-later)
10depends=(
11 dbus
12 glib2
13 glibc
14 libgcc
15 libfprint
16 pam
17 polkit
18 systemd
19 systemd-libs
20)
21makedepends=(
22 git
23 glib2-devel
24 gtk-doc
25 meson
26 pam_wrapper
27 python-cairo
28 python-dbus
29 python-dbusmock
30 python-packaging
31)
32groups=(fprint)
33provides=("fprintd=$pkgver")
34conflicts=(fprintd)
35source=("fprintd::git+https://gitlab.freedesktop.org/libfprint/fprintd.git")
36sha512sums=('SKIP')
37
38pkgver() {
39 cd "$srcdir/fprintd"
40
41 git describe --long --tags --match 'v*' \
42 | sed -E 's/^v//; s/-/.r/; s/-/./g'
43}
44
45build() {
46 local meson_options=(
47 -D gtk_doc=true
48 -D pam_modules_dir=/usr/lib/security
49 )
50
51 arch-meson fprintd build "${meson_options[@]}"
52 meson compile -C build
53}
54
55check() {
56 meson test -C build --print-errorlogs
57}
58
59package() {
60 depends+=(libfprint-2.so)
61
62 meson install -C build --destdir "$pkgdir"
63}
64
65# vim:set sw=2 sts=-1 et:
66

Scan history

Scanned at (UTC)SeverityRules
2026-08-29 05:37:57 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion