gnu: xrdb: Update to 1.2.0.
* gnu/packages/xorg.scm (xrdb): Update to 1.2.0. [home-page]: Set to source repository.master
parent
f73fb79c80
commit
ca1d735c54
|
@ -4210,7 +4210,7 @@ and Reflect (RandR) extension.")
|
||||||
(define-public xrdb
|
(define-public xrdb
|
||||||
(package
|
(package
|
||||||
(name "xrdb")
|
(name "xrdb")
|
||||||
(version "1.1.1")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4220,14 +4220,14 @@ and Reflect (RandR) extension.")
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dqp486nd5sagbg572kl0k839nwvpqnb7jvppyb7jj5vrpkss8rd"))))
|
"0ik9gh6363c47pr0dp7q22nfs8vmavjg2v4bsr0604ppl77nafpj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxmu" ,libxmu)
|
`(("libxmu" ,libxmu)
|
||||||
("libx11" ,libx11)))
|
("libx11" ,libx11)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://www.x.org/wiki/")
|
(home-page "https://gitlab.freedesktop.org/xorg/app/xrdb")
|
||||||
(synopsis "X server resource database utility")
|
(synopsis "X server resource database utility")
|
||||||
(description
|
(description
|
||||||
"XRDB is used to get or set the contents of the RESOURCE_MANAGER
|
"XRDB is used to get or set the contents of the RESOURCE_MANAGER
|
||||||
|
|
Reference in New Issue