mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: libmanette: Update to 0.2.12.
* gnu/packages/games.scm (libmanette): Update to 0.2.12. [propagated-inputs]: Add hidapi. Change-Id: Ib971947ab72adc84048deb563a0dedbabeb3d505
This commit is contained in:
committed by
Andreas Enge
parent
46af2104ed
commit
4889ac4cb2
@@ -10008,7 +10008,7 @@ their own levels.")
|
||||
(define-public libmanette
|
||||
(package
|
||||
(name "libmanette")
|
||||
(version "0.2.9")
|
||||
(version "0.2.12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/libmanette/"
|
||||
@@ -10016,13 +10016,13 @@ their own levels.")
|
||||
"libmanette-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13v85gckp937lppjqk42wvkd9pafszigyr7wcm6afq1g8pjnndi9"))))
|
||||
"1n513s8ksjbrwqq7k46f3550avx11gly3a85shsdrwc0f4k4kcs8"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list `(,glib "bin") ; for glib-compile-resources
|
||||
gobject-introspection pkg-config vala))
|
||||
(propagated-inputs
|
||||
(list glib libevdev libgudev)) ; as per manette-0.2.pc
|
||||
(list glib hidapi libevdev libgudev)) ;per manette-0.2.pc
|
||||
(home-page "https://wiki.gnome.org/Apps/Games")
|
||||
(synopsis "Game controller library")
|
||||
(description "Libmanette is a small GObject library giving you simple
|
||||
|
||||
Reference in New Issue
Block a user