me
/
guix
Archived
1
0
Fork 0

gnu: Switch from randrproto to xorgproto.

* gnu/packages/mate.scm (mate-control-center, mate-screensaver)[inputs]:
Remove RANDRPROTO.
* gnu/packages/xorg.scm (libxrandr, xorg-server)[inputs]: Likewise.
(randrproto)[properties]: Mark as superseded by XORGPROTO.
master
Marius Bakke 2018-03-10 12:32:17 +01:00
parent 6a6db57f84
commit bea5239a3f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
2 changed files with 2 additions and 5 deletions

View File

@ -924,7 +924,6 @@ icons on the MATE desktop. It works on local and remote file systems.")
("yelp-tools" ,yelp-tools) ("yelp-tools" ,yelp-tools)
("desktop-file-utils" ,desktop-file-utils) ("desktop-file-utils" ,desktop-file-utils)
("kbproto" ,kbproto) ("kbproto" ,kbproto)
("randrproto" ,randrproto)
("renderproto" ,renderproto) ("renderproto" ,renderproto)
("scrnsaverproto" ,scrnsaverproto) ("scrnsaverproto" ,scrnsaverproto)
("xextpro" ,xextproto) ("xextpro" ,xextproto)
@ -1197,7 +1196,6 @@ Re-decorates windows on un-maximise.
("kbproto" ,kbproto) ("kbproto" ,kbproto)
("mate-common" ,mate-common) ("mate-common" ,mate-common)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("randrproto" ,randrproto)
("renderproto" ,renderproto) ("renderproto" ,renderproto)
("scrnsaverproto" ,scrnsaverproto) ("scrnsaverproto" ,scrnsaverproto)
("which" ,which) ("which" ,which)

View File

@ -1679,7 +1679,8 @@ network-transparent printing system.")
"Resize and Rotate Extension defines a protocol for clients to "Resize and Rotate Extension defines a protocol for clients to
dynamically change X screens, so as to resize, rotate and reflect the root dynamically change X screens, so as to resize, rotate and reflect the root
window of a screen.") window of a screen.")
(license license:x11))) (license license:x11)
(properties `((superseded . ,xorgproto)))))
(define-public recordproto (define-public recordproto
@ -4961,7 +4962,6 @@ new API's in libXft, or the legacy API's in libX11.")
`(("libx11" ,libx11) `(("libx11" ,libx11)
("libxext" ,libxext) ("libxext" ,libxext)
("libxrender" ,libxrender) ("libxrender" ,libxrender)
("randrproto" ,randrproto)
("xorgproto" ,xorgproto))) ("xorgproto" ,xorgproto)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
@ -5113,7 +5113,6 @@ over Xlib, including:
("mesa" ,mesa) ("mesa" ,mesa)
("pixman" ,pixman) ("pixman" ,pixman)
("presentproto" ,presentproto) ("presentproto" ,presentproto)
("randrproto" ,randrproto)
("renderproto" ,renderproto) ("renderproto" ,renderproto)
("resourceproto" ,resourceproto) ("resourceproto" ,resourceproto)
("scrnsaverproto" ,scrnsaverproto) ("scrnsaverproto" ,scrnsaverproto)