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/xorg.scm (libxres)[inputs]: Remove RESOURCEPROTO.
(resourceproto)[properties]: Mark as superseded by XORGPROTO.
(xorg-server)[propagated-inputs]: Remove RESOURCEPROTO.
---
gnu/packages/xorg.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 15ef60e36..7a65e45d9 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1451,8 +1451,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/")
@@ -1749,8 +1748,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
@@ -5107,7 +5106,6 @@ over Xlib, including:
`(("libpciaccess" ,libpciaccess)
("mesa" ,mesa)
("pixman" ,pixman)
- ("resourceproto" ,resourceproto)
("scrnsaverproto" ,scrnsaverproto)
("xineramaproto" ,xineramaproto)
("xf86driproto" ,xf86driproto)
--
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.