gnu: xwd: Update to 1.0.6.
* gnu/packages/xorg.scm (xwd): Update to 1.0.6. Add libxkbfile to inputs.
This commit is contained in:
parent
9489b6ea39
commit
b3ba0379eb
@ -3755,20 +3755,21 @@ kernel mode setting (KMS).")
|
|||||||
(define-public xwd
|
(define-public xwd
|
||||||
(package
|
(package
|
||||||
(name "xwd")
|
(name "xwd")
|
||||||
(version "1.0.5")
|
(version "1.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/X11R7.7/src/everything/xwd-"
|
"mirror://xorg/individual/app/xwd-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fkg6msy2zg7rda2rpxb7j6vmrdmqmk72xsxnyhz97196ykjnx82"))))
|
"0ybx48agdvjp9lgwvcw79r1x6jbqbyl3fliy3i5xwy4d4si9dcrv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxt" ,libxt)
|
`(("libxt" ,libxt)
|
||||||
|
("libxkbfile" ,libxkbfile)
|
||||||
("xproto" ,xproto)))
|
("xproto" ,xproto)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
Loading…
Reference in New Issue
Block a user