mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
8fda982cbf
commit
76b3ddce0f
1 changed files with 3 additions and 3 deletions
|
@ -10058,7 +10058,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/"
|
||||
|
@ -10066,13 +10066,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue