mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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.
This commit is contained in:
parent
ec89471d83
commit
e399d6cae3
3 changed files with 3 additions and 7 deletions
|
@ -107,7 +107,6 @@ (define-public efl
|
|||
("openjpeg" ,openjpeg-1)
|
||||
("poppler" ,poppler)
|
||||
("printproto" ,printproto)
|
||||
("scrnsaverproto" ,scrnsaverproto)
|
||||
("wayland-protocols" ,wayland-protocols)
|
||||
("xinput" ,xinput)
|
||||
("xpr" ,xpr)
|
||||
|
|
|
@ -923,7 +923,6 @@ (define-public mate-control-center
|
|||
("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 @@ (define-public mate-screensaver
|
|||
("intltool" ,intltool)
|
||||
("mate-common" ,mate-common)
|
||||
("pkg-config" ,pkg-config)
|
||||
("scrnsaverproto" ,scrnsaverproto)
|
||||
("which" ,which)
|
||||
("xorgproto" ,xorgproto)))
|
||||
(inputs
|
||||
|
|
|
@ -1481,7 +1481,7 @@ (define-public libxscrnsaver
|
|||
`(("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 @@ (define-public scrnsaverproto
|
|||
(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 @@ (define-public xorg-server
|
|||
`(("libpciaccess" ,libpciaccess)
|
||||
("mesa" ,mesa)
|
||||
("pixman" ,pixman)
|
||||
("scrnsaverproto" ,scrnsaverproto)
|
||||
("xineramaproto" ,xineramaproto)
|
||||
("xf86driproto" ,xf86driproto)
|
||||
("xorgproto" ,xorgproto)))
|
||||
|
|
Loading…
Reference in a new issue