Package Details: fprintd-clients-git 1.90.1.r2.g54e56d6-5

Git Clone URL: https://aur.archlinux.org/fprintd-clients-git.git (read-only, click to copy)
Package Base: fprintd-clients-git
Description: Fprintd without the daemon (debian/clients-only git branch)
Upstream URL: https://gitlab.freedesktop.org/uunicorn/fprintd
Licenses: GPL
Conflicts: fprintd, fprintd-clients
Provides: fprintd-clients
Submitter: marcool04
Maintainer: marcool04
Last Packager: marcool04
Votes: 8
Popularity: 0.184784
First Submitted: 2023-12-10 18:38 (UTC)
Last Updated: 2023-12-10 18:38 (UTC)

Pinned Comments

Latest Comments

1 2 Next › Last »

mozurin commented on 2023-02-08 06:51 (UTC)

I had to comment out to ignore the systemd service unit file like in the patch below:

diff --git a/data/meson.build b/data/meson.build
index d305c89..805e597 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -11,15 +11,15 @@
     #install_dir: dbus_service_dir,
 #)

-configure_file(
-    configuration: configuration_data({
-        'libexecdir': fprintd_installdir,
-    }),
-    input: 'fprintd.service.in',
-    output: 'fprintd.service',
-    install: true,
-    install_dir: systemd_unit_dir,
-)
+#configure_file(
+    #configuration: configuration_data({
+        #'libexecdir': fprintd_installdir,
+    #}),
+    #input: 'fprintd.service.in',
+    #output: 'fprintd.service',
+    #install: true,
+    #install_dir: systemd_unit_dir,
+#)

 polkit_policy = 'net.reactivated.fprint.device.policy'
 polkit_policy_target = i18n.merge_file(

to avoid the error message (conflicting with open-fprintd.service) below:

Feb 08 14:57:45 archlinux systemd[1]: fprintd.service: Two services allocated for the same bus name net.reactivated.Fprint, refusing operation.

stanm commented on 2021-12-29 16:12 (UTC)

@j.r I confirm that the latest version builds successfully for me too, without the dependency on pod2man.

Sorry for the false alarm, not sure what happened.

KJWRHRO commented on 2021-10-31 23:58 (UTC)

I have confirmed I cloud build the package! Now open-fprintd is working fine!

j.r commented on 2021-10-31 20:36 (UTC)

@TomaszHerman @KJWRHRO I patched the bug, this package now builds with latest meson

TomaszHerman commented on 2021-10-30 10:59 (UTC) (edited on 2021-10-30 11:04 (UTC) by TomaszHerman)

@KJWRHRO There is some issue in recent meson version: https://github.com/mesonbuild/meson/issues/9441. Downgrading meson to 0.59.2-1 fixes the issue with build.

KJWRHRO commented on 2021-10-28 06:44 (UTC)

I can't build this package. What should I do?

fprintd-clients/data/meson.build:25:0: ERROR: Function does not take positional arguments.

A full log can be found at /home/*/.cache/yay/fprintd-clients/src/build/meson-logs/meson-log.txt ==> ERROR: A failure occurred in build(). Aborting... -> error making: fprintd-clients

j.r commented on 2021-08-29 11:41 (UTC)

@stanm builds for me in a clean chroot without pod2man

stanm commented on 2021-08-29 10:40 (UTC)

I had to change PKGBUILD of fprintd-clients to include pod2man as a dependency to successfully install.

j.r commented on 2021-02-07 21:51 (UTC)

@HankvanHinton open-fprintd should provide fprintd I think...