guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/10: gnu: libfprint: Update to 1.94.2.


From: guix-commits
Subject: 02/10: gnu: libfprint: Update to 1.94.2.
Date: Tue, 14 Dec 2021 13:35:25 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 9fd80ba79fd6b1b440a3b022267437642af06aad
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Dec 14 00:54:00 2021 +0100

    gnu: libfprint: Update to 1.94.2.
    
    * gnu/packages/freedesktop.scm (libfprint): Update to 1.94.2.
    [arguments]: Add "-Dudev_rules_dir=" to #:configure-flags.
    [native-inputs]: Remove eudev.  Remove input labels.
    [inputs]: Remove glib.  Add libgudev.
---
 gnu/packages/freedesktop.scm | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 0e403ec..fd3993e 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1643,7 +1643,7 @@ wish to perform colour calibration.")
 (define-public libfprint
   (package
     (name "libfprint")
-    (version "1.90.7")
+    (version "1.94.2")
     (source
      (origin
        (method git-fetch)
@@ -1652,22 +1652,23 @@ wish to perform colour calibration.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00pmdpxxjj4sh8qjq9ch3pylgg9w019rg1bbaw53a4wr637rrz43"))))
+        (base32 "0y3wz5hlxpnvqj67bihvzfi4dwx2m2nx9byppf4jjd80x0j2630m"))))
     (build-system meson-build-system)
     (arguments
      '(#:configure-flags
-       (list (string-append "-Dudev_rules_dir=" (assoc-ref %outputs "out")
+       (list (string-append "-Dudev_hwdb_dir=" (assoc-ref %outputs "out")
+                            "/lib/udev/hwdb.d")
+             (string-append "-Dudev_rules_dir=" (assoc-ref %outputs "out")
                             "/lib/udev/rules.d"))))
     (native-inputs
-     `(("eudev" ,eudev)
-       ("glib:bin" ,glib "bin")         ; for {glib-,}mkenums
-       ("gobject-introspection" ,gobject-introspection)
-       ("gtk-doc" ,gtk-doc/stable)             ; for 88 KiB of API 
documentation
-       ("pkg-config" ,pkg-config)))
+     (list `(,glib "bin")               ; for {glib-,}mkenums
+           gobject-introspection
+           gtk-doc/stable               ; for 88 KiB of API documentation
+           pkg-config))
     (inputs
-     (list glib
-           gusb
-           nss ; for the URU4x00 driver
+     (list gusb
+           libgudev
+           nss                          ; for the URU4x00 driver
            ;; Replacing this with cairo works but just results in a reference
            ;; (only) to pixman in the end.
            pixman))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]