gnu: Switch from scrnsaverproto to xorgproto.

* gnu/packages/enlightenment.scm (efl)[inputs]: Remove SCRNSAVERPROTO.
* gnu/packages/mate.scm (mate-control-center,
mate-screensaver)[native-inputs]: Remove SCRNSAVERPROTO.
* gnu/packages/xorg.scm (libxscrnsaver)[propagated-inputs]: Change from
SCRNSAVERPROTO to XORGPROTO.
(scrnsaverproto)[properties]: Mark as superseded by XORGPROTO.
(xorg-server)[propagated-inputs]: Remove SCRNSAVERPROTO.
master
Marius Bakke 2018-03-10 14:20:25 +01:00
parent ec89471d83
commit e399d6cae3
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
3 changed files with 3 additions and 7 deletions

View File

@ -107,7 +107,6 @@
("openjpeg" ,openjpeg-1)
("poppler" ,poppler)
("printproto" ,printproto)
("scrnsaverproto" ,scrnsaverproto)
("wayland-protocols" ,wayland-protocols)
("xinput" ,xinput)
("xpr" ,xpr)

View File

@ -923,7 +923,6 @@ icons on the MATE desktop. It works on local and remote file systems.")
("intltool" ,intltool)
("yelp-tools" ,yelp-tools)
("desktop-file-utils" ,desktop-file-utils)
("scrnsaverproto" ,scrnsaverproto)
("xorgproto" ,xorgproto)
("xmodmap" ,xmodmap)
("gobject-introspection" ,gobject-introspection)))
@ -1192,7 +1191,6 @@ Re-decorates windows on un-maximise.
("intltool" ,intltool)
("mate-common" ,mate-common)
("pkg-config" ,pkg-config)
("scrnsaverproto" ,scrnsaverproto)
("which" ,which)
("xorgproto" ,xorgproto)))
(inputs

View File

@ -1481,7 +1481,7 @@ treat it as part of their software base when porting.")
`(("libxext" ,libxext)
("libx11" ,libx11)))
(propagated-inputs
`(("scrnsaverproto" ,scrnsaverproto)))
`(("xorgproto" ,xorgproto)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "https://www.x.org/wiki/")
@ -1774,8 +1774,8 @@ query the X server about its usage of various resources.")
(description
"Screen Saver Extension defines a protocol to control screensaver
features and to query screensaver info on specific windows.")
(license license:x11)))
(license license:x11)
(properties `((superseded . ,xorgproto)))))
(define-public sessreg
(package
@ -5095,7 +5095,6 @@ over Xlib, including:
`(("libpciaccess" ,libpciaccess)
("mesa" ,mesa)
("pixman" ,pixman)
("scrnsaverproto" ,scrnsaverproto)
("xineramaproto" ,xineramaproto)
("xf86driproto" ,xf86driproto)
("xorgproto" ,xorgproto)))