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.
master
Marius Bakke 2018-03-10 14:15:06 +01:00
parent f579a1d2fa
commit 2bf1fa98f2
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 5 deletions

View File

@ -1453,8 +1453,7 @@ treat it as part of their software base when porting.")
(inputs
`(("xorgproto" ,xorgproto)
("libxext" ,libxext)
("libx11" ,libx11)
("resourceproto" ,resourceproto)))
("libx11" ,libx11)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(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
"Resource Extension defines a protocol that allows a client to
query the X server about its usage of various resources.")
(license license:x11)))
(license license:x11)
(properties `((superseded . ,xorgproto)))))
(define-public scrnsaverproto
(package
@ -5097,7 +5096,6 @@ over Xlib, including:
`(("libpciaccess" ,libpciaccess)
("mesa" ,mesa)
("pixman" ,pixman)
("resourceproto" ,resourceproto)
("scrnsaverproto" ,scrnsaverproto)
("xineramaproto" ,xineramaproto)
("xf86driproto" ,xf86driproto)