mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 18:19:15 -05:00
gnu: xf86-input-wacom: Update to 1.1.0.
* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 1.1.0. [configure-flags]: Use gexps. [native-inputs, inputs, description]: Re-indent.
This commit is contained in:
parent
2e4cc98f70
commit
b7f1b39b3f
1 changed files with 11 additions and 17 deletions
|
@ -42,7 +42,7 @@
|
||||||
;;; Copyright © 2020 James Smith <jsubuntuxp@disroot.org>
|
;;; Copyright © 2020 James Smith <jsubuntuxp@disroot.org>
|
||||||
;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
|
;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
|
||||||
;;; Copyright © 2020, 2021 Zheng Junjie <873216071@qq.com>
|
;;; Copyright © 2020, 2021 Zheng Junjie <873216071@qq.com>
|
||||||
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2021, 2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
;;; Copyright © 2021, 2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||||
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
|
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
|
||||||
;;; Copyright © 2021 Renzo Poddighe <renzo@poddighe.nl>
|
;;; Copyright © 2021 Renzo Poddighe <renzo@poddighe.nl>
|
||||||
|
@ -1378,7 +1378,7 @@ (define-public libwacom
|
||||||
(define-public xf86-input-wacom
|
(define-public xf86-input-wacom
|
||||||
(package
|
(package
|
||||||
(name "xf86-input-wacom")
|
(name "xf86-input-wacom")
|
||||||
(version "0.39.0")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1387,25 +1387,19 @@ (define-public xf86-input-wacom
|
||||||
"xf86-input-wacom-" version "/"
|
"xf86-input-wacom-" version "/"
|
||||||
"xf86-input-wacom-" version ".tar.bz2"))
|
"xf86-input-wacom-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11qk58az6qwii774ga45h5yqzipwn56f0d74kdbajqdv45p85gqj"))))
|
(base32 "04ks577ag2yir7kssv8zhig4rx9xqj2wifmlrcmy4k9lgw379di3"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
(list #:configure-flags
|
||||||
(list (string-append "--with-sdkdir="
|
#~(list (string-append "--with-sdkdir=" #$output "/include/xorg")
|
||||||
(assoc-ref %outputs "out")
|
(string-append "--with-xorg-conf-dir=" #$output
|
||||||
"/include/xorg")
|
"/share/X11/xorg.conf.d"))))
|
||||||
(string-append "--with-xorg-conf-dir="
|
|
||||||
(assoc-ref %outputs "out")
|
|
||||||
"/share/X11/xorg.conf.d"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs (list pkg-config))
|
||||||
(list pkg-config))
|
(inputs (list xorg-server libxrandr libxinerama libxi eudev))
|
||||||
(inputs
|
|
||||||
(list xorg-server libxrandr libxinerama libxi eudev))
|
|
||||||
(home-page "https://linuxwacom.github.io/")
|
(home-page "https://linuxwacom.github.io/")
|
||||||
(synopsis "Wacom input driver for X")
|
(synopsis "Wacom input driver for X")
|
||||||
(description
|
(description "The xf86-input-wacom driver is the wacom-specific X11 input
|
||||||
"The xf86-input-wacom driver is the wacom-specific X11 input driver for
|
driver for the X.Org X Server version 1.7 and later (X11R7.5 or later).")
|
||||||
the X.Org X Server version 1.7 and later (X11R7.5 or later).")
|
|
||||||
(license license:x11)))
|
(license license:x11)))
|
||||||
|
|
||||||
(define-public redshift
|
(define-public redshift
|
||||||
|
|
Loading…
Reference in a new issue