gnu: Switch from resourceproto to xorgproto.
* gnu/packages/xorg.scm (libxres)[inputs]: Remove RESOURCEPROTO. (resourceproto)[properties]: Mark as superseded by XORGPROTO. (xorg-server)[propagated-inputs]: Remove RESOURCEPROTO.
This commit is contained in:
parent
f579a1d2fa
commit
2bf1fa98f2
1 changed files with 3 additions and 5 deletions
|
@ -1453,8 +1453,7 @@ treat it as part of their software base when porting.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("xorgproto" ,xorgproto)
|
`(("xorgproto" ,xorgproto)
|
||||||
("libxext" ,libxext)
|
("libxext" ,libxext)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)))
|
||||||
("resourceproto" ,resourceproto)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://www.x.org/wiki/")
|
(home-page "https://www.x.org/wiki/")
|
||||||
|
@ -1751,8 +1750,8 @@ as the foundation of a new rendering model within the X Window System.")
|
||||||
(description
|
(description
|
||||||
"Resource Extension defines a protocol that allows a client to
|
"Resource Extension defines a protocol that allows a client to
|
||||||
query the X server about its usage of various resources.")
|
query the X server about its usage of various resources.")
|
||||||
(license license:x11)))
|
(license license:x11)
|
||||||
|
(properties `((superseded . ,xorgproto)))))
|
||||||
|
|
||||||
(define-public scrnsaverproto
|
(define-public scrnsaverproto
|
||||||
(package
|
(package
|
||||||
|
@ -5097,7 +5096,6 @@ over Xlib, including:
|
||||||
`(("libpciaccess" ,libpciaccess)
|
`(("libpciaccess" ,libpciaccess)
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
("pixman" ,pixman)
|
("pixman" ,pixman)
|
||||||
("resourceproto" ,resourceproto)
|
|
||||||
("scrnsaverproto" ,scrnsaverproto)
|
("scrnsaverproto" ,scrnsaverproto)
|
||||||
("xineramaproto" ,xineramaproto)
|
("xineramaproto" ,xineramaproto)
|
||||||
("xf86driproto" ,xf86driproto)
|
("xf86driproto" ,xf86driproto)
|
||||||
|
|
Reference in a new issue