gnu: libwacom: Update to 2.6.0.
* gnu/packages/xdisorg.scm (libwacom): Update to 2.6.0. [phases]: Remove 'fix-tests phase. [synopsis, description]: libwacom supports graphics tablets from vendors other then wacom. Signed-off-by: Christopher Baines <mail@cbaines.net>master
parent
b6b0291918
commit
8c62becaaa
|
@ -1357,7 +1357,7 @@ Escape key when Left Control is pressed and released on its own.")
|
||||||
(define-public libwacom
|
(define-public libwacom
|
||||||
(package
|
(package
|
||||||
(name "libwacom")
|
(name "libwacom")
|
||||||
(version "2.4.0")
|
(version "2.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1365,18 +1365,11 @@ Escape key when Left Control is pressed and released on its own.")
|
||||||
"libwacom-" version "/libwacom-" version ".tar.xz"))
|
"libwacom-" version "/libwacom-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"056l5dndd8654bmwlxxhvx8082s7pp9bg0wm68zb56iz3rv25l6h"))))
|
"13x978gzyw28cqd985m5smiqgza0xp3znb1s0msmn8vmjjlwqxi3"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:configure-flags #~(list "--default-library=shared")
|
#:configure-flags #~(list "--default-library=shared")))
|
||||||
#:phases #~(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'fix-tests
|
|
||||||
(lambda _
|
|
||||||
;; Do not attempt to run systemd-specific commands.
|
|
||||||
(substitute* "test/test_udev_rules.py"
|
|
||||||
(("(systemd-hwdb|systemctl)")
|
|
||||||
"true")))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
;; For tests.
|
;; For tests.
|
||||||
|
@ -1391,9 +1384,9 @@ Escape key when Left Control is pressed and released on its own.")
|
||||||
;; libwacom.pc 'Requires' these:
|
;; libwacom.pc 'Requires' these:
|
||||||
(list glib libgudev))
|
(list glib libgudev))
|
||||||
(home-page "https://linuxwacom.github.io/")
|
(home-page "https://linuxwacom.github.io/")
|
||||||
(synopsis "Helper library for Wacom tablet settings")
|
(synopsis "Helper library for graphics tablet settings")
|
||||||
(description
|
(description
|
||||||
"Libwacom is a library to help implement Wacom tablet settings. It is
|
"Libwacom is a library to help implement graphics tablet settings. It is
|
||||||
intended to be used by client-programs that need model identification. It is
|
intended to be used by client-programs that need model identification. It is
|
||||||
already being used by the gnome-settings-daemon and the GNOME Control Center
|
already being used by the gnome-settings-daemon and the GNOME Control Center
|
||||||
Wacom tablet applet.")
|
Wacom tablet applet.")
|
||||||
|
|
Reference in New Issue