GNU bug report logs -
#30763
[PATCH core-updates 00/27] Use xorgproto everywhere
Previous Next
Reported by: Marius Bakke <mbakke <at> fastmail.com>
Date: Sat, 10 Mar 2018 15:46:02 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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.
---
gnu/packages/mate.scm | 2 --
gnu/packages/xorg.scm | 5 ++---
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 1faabd133..d6ad02298 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -924,7 +924,6 @@ icons on the MATE desktop. It works on local and remote file systems.")
("yelp-tools" ,yelp-tools)
("desktop-file-utils" ,desktop-file-utils)
("kbproto" ,kbproto)
- ("randrproto" ,randrproto)
("renderproto" ,renderproto)
("scrnsaverproto" ,scrnsaverproto)
("xextpro" ,xextproto)
@@ -1197,7 +1196,6 @@ Re-decorates windows on un-maximise.
("kbproto" ,kbproto)
("mate-common" ,mate-common)
("pkg-config" ,pkg-config)
- ("randrproto" ,randrproto)
("renderproto" ,renderproto)
("scrnsaverproto" ,scrnsaverproto)
("which" ,which)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 26704e606..c3fb9f214 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1677,7 +1677,8 @@ network-transparent printing system.")
"Resize and Rotate Extension defines a protocol for clients to
dynamically change X screens, so as to resize, rotate and reflect the root
window of a screen.")
- (license license:x11)))
+ (license license:x11)
+ (properties `((superseded . ,xorgproto)))))
(define-public recordproto
@@ -4969,7 +4970,6 @@ new API's in libXft, or the legacy API's in libX11.")
`(("libx11" ,libx11)
("libxext" ,libxext)
("libxrender" ,libxrender)
- ("randrproto" ,randrproto)
("xorgproto" ,xorgproto)))
(native-inputs
`(("pkg-config" ,pkg-config)))
@@ -5123,7 +5123,6 @@ over Xlib, including:
("mesa" ,mesa)
("pixman" ,pixman)
("presentproto" ,presentproto)
- ("randrproto" ,randrproto)
("renderproto" ,renderproto)
("resourceproto" ,resourceproto)
("scrnsaverproto" ,scrnsaverproto)
--
2.16.2
This bug report was last modified 7 years and 71 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.