[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/27: gnu: Switch from resourceproto to xorgproto.
From: |
Marius Bakke |
Subject: |
20/27: gnu: Switch from resourceproto to xorgproto. |
Date: |
Sat, 17 Mar 2018 19:21:10 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 2bf1fa98f2d24bbc3fd6aa04a8451c7f2762ca9e
Author: Marius Bakke <address@hidden>
Date: Sat Mar 10 14:15:06 2018 +0100
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.
---
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 17f22b9..a1af127 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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)
- 25/27: gnu: Switch from xf86bigfontproto to xorgproto., (continued)
- 25/27: gnu: Switch from xf86bigfontproto to xorgproto., Marius Bakke, 2018/03/17
- 06/27: gnu: Switch from compositeproto to xorgproto., Marius Bakke, 2018/03/17
- 09/27: gnu: Switch from fontsproto to xorgproto., Marius Bakke, 2018/03/17
- 13/27: gnu: Switch from dri2proto to xorgproto., Marius Bakke, 2018/03/17
- 24/27: gnu: Switch from xf86dgaproto to xorgproto., Marius Bakke, 2018/03/17
- 14/27: gnu: Switch from dri3proto to xorgproto., Marius Bakke, 2018/03/17
- 15/27: gnu: Switch from videoproto to xorgproto., Marius Bakke, 2018/03/17
- 17/27: gnu: Switch from xcmiscproto to xorgproto., Marius Bakke, 2018/03/17
- 26/27: gnu: Switch from xf86vidmodeproto to xorgproto., Marius Bakke, 2018/03/17
- 23/27: gnu: Switch from xf86driproto to xorgproto., Marius Bakke, 2018/03/17
- 20/27: gnu: Switch from resourceproto to xorgproto.,
Marius Bakke <=
- 19/27: gnu: Switch from renderproto to xorgproto., Marius Bakke, 2018/03/17
- 22/27: gnu: Switch from scrnsaverproto to xorgproto., Marius Bakke, 2018/03/17
- 01/27: gnu: Switch from xproto to xorgproto., Marius Bakke, 2018/03/17
- 16/27: gnu: Switch from windowswmproto to xorgproto., Marius Bakke, 2018/03/17
- 10/27: gnu: Switch from glproto to xorgproto., Marius Bakke, 2018/03/17
- 18/27: gnu: Switch from presentproto to xorgproto., Marius Bakke, 2018/03/17
- 21/27: gnu: Switch from recordproto to xorgproto., Marius Bakke, 2018/03/17
- 27/27: gnu: Switch from xineramaproto to xorgproto., Marius Bakke, 2018/03/17