Search Criteria
Package Details: libfprint-tod 1.95.0+tod1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libfprint-tod.git (read-only, click to copy) |
|---|---|
| Package Base: | libfprint-tod |
| Description: | Library for fingerprint readers - TOD version |
| Upstream URL: | https://fprint.freedesktop.org/ |
| Licenses: | LGPL-2.1-or-later |
| Groups: | fprint |
| Conflicts: | libfprint |
| Provides: | libfprint, libfprint-2-tod.so, libfprint-2.so, libfprint-tod |
| Submitter: | nezu |
| Maintainer: | nezu |
| Last Packager: | nezu |
| Votes: | 4 |
| Popularity: | 0.015330 |
| First Submitted: | 2024-09-13 11:30 (UTC) |
| Last Updated: | 2026-03-02 23:12 (UTC) |
Dependencies (17)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libgudev
- libgusb
- nss (nss-hgAUR)
- pixman (pixman-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- glib2-devel (glib2-devel-gitAUR) (make)
- gobject-introspection (make)
- gtk-doc (make)
- meson (meson-gitAUR) (make)
- python-cairo (python-cairo-gitAUR) (make)
- python-gobject (make)
- systemd (systemd-gitAUR, systemd-selinuxAUR) (make)
- cairo (cairo-gitAUR) (check)
- umockdev (check)
Required by (12)
- fingwit (requires libfprint)
- fprintd-clients-git (requires libfprint)
- libfprint-2-tod1-broadcom
- libfprint-2-tod1-broadcom-cv3plus
- libfprint-2-tod1-elan
- libfprint-2-tod1-goodix
- libfprint-2-tod1-goodix-v2
- libfprint-2-tod1-synatudor-git
- libfprint-2-tod1-xps9300-bin
- libfprint-goodix-53xc
- pam-fprint-grosshack (requires libfprint)
- pam-fprint-grosshack-unlimited-timeout (requires libfprint)
Latest Comments
nezu commented on 2026-02-14 14:24 (UTC)
@vkxx You have to import the GPG key first
gpg --recv-keys 40F65066AD7C16DBSee also: https://wiki.archlinux.org/title/Arch_User_Repository#Acquire_a_PGP_public_key_if_needed
vkxx commented on 2026-02-14 14:18 (UTC)
:: Downloading PKGBUILDs... PKGBUILDs up to date nothing new to review fetching devel info... ==> Making package: libfprint-tod 1.94.10+tod1-1 (Сб 14 фев 2026 16:15:54) ==> Retrieving sources... -> Updating libfprint git repo... ==> Validating source files with b2sums... libfprint ... Passed ==> Verifying source file signatures with gpg... libfprint git repo ... FAILED (unknown public key 40F65066AD7C16DB) ==> ERROR: One or more PGP signatures could not be verified! error: failed to download sources for 'libfprint-tod-1.94.10+tod1-1': error: packages failed to build: libfprint-tod-1.94.10+tod1-1
talaxin commented on 2026-01-02 15:46 (UTC) (edited on 2026-01-02 15:49 (UTC) by talaxin)
If you are getting the
ModuleNotFoundError: No module named 'distutils'error while building the package, it's due to removal ofdistutilsin Python 3.12.setuptools(orpython-setuptools) fails to resolve this for Meson.The Workaround: Disable GObject introspection and documentation (for good measure) during build.
paru -G libfprint-tod && cd libfprint-tod, then edit PKGBUILD and append-D introspection=false -D doc=falseto thearch-mesoncommand to getarch-meson $_pkgdirname build "${meson_options[@]}" -D introspection=false -D doc=false. Finally runmakepkg -si.Error for SEO: File "/usr/bin/g-ir-scanner", line 99, in <module> from giscanner.utils import dll_dirs File "/usr/lib/gobject-introspection/giscanner/utils.py", line 385, in <module> import distutils.cygwinccompiler ModuleNotFoundError: No module named 'distutils'