diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-10 12:49:27 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-18 00:19:54 +0100 |
commit | caf90259fc032d6404e7db8d9cad5fa1666d43fa (patch) | |
tree | a9231ab6da8ebde17f489737d592653ed122906b /gnu/packages/mate.scm | |
parent | 727f076fcd0ec9709493215562b7e86209f37a9f (diff) | |
download | guix-caf90259fc032d6404e7db8d9cad5fa1666d43fa.tar guix-caf90259fc032d6404e7db8d9cad5fa1666d43fa.tar.gz |
gnu: Switch from xextproto to xorgproto.
* gnu/packages/enlightenment.scm (efl)[inputs]: Remove XEXTPROTO.
* gnu/packages/mate.scm (mate-control-center, mate-screensaver,
mate-utils)[native-inputs]: Likewise.
* gnu/packages/xdisorg.scm (xautomation)[inputs]: Likewise.
* gnu/packages/gtk.scm (cairo)[inputs]: Replace XEXTPROTO with XORGPROTO.
* gnu/packages/ratpoison.scm (ratpoison)[inputs]: Likewise.
* gnu/packages/xnee.scm (xnee)[inputs]: Likewise.
* gnu/packages/xorg.scm (libdmx, libwindowswm, fixesproto, libxext,
libx11)[inputs]: Likewise.
(xorg-server): [inputs]: Remove XEXTPROTO.
(libxext)[properties]: Mark as superseded by XORGPROTO.
Diffstat (limited to 'gnu/packages/mate.scm')
-rw-r--r-- | gnu/packages/mate.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index d6ad022989..d39711b6db 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -926,7 +926,6 @@ icons on the MATE desktop. It works on local and remote file systems.") ("kbproto" ,kbproto) ("renderproto" ,renderproto) ("scrnsaverproto" ,scrnsaverproto) - ("xextpro" ,xextproto) ("xorgproto" ,xorgproto) ("xmodmap" ,xmodmap) ("gobject-introspection" ,gobject-introspection))) @@ -1199,7 +1198,6 @@ Re-decorates windows on un-maximise. ("renderproto" ,renderproto) ("scrnsaverproto" ,scrnsaverproto) ("which" ,which) - ("xextpro" ,xextproto) ("xorgproto" ,xorgproto))) (inputs `(("cairo" ,cairo) @@ -1254,7 +1252,6 @@ can be used as backgrounds in the MATE Desktop environment.") ("libsm" ,libsm) ("pkg-config" ,pkg-config) ("scrollkeeper" ,scrollkeeper) - ("xextpro" ,xextproto) ("xorgproto" ,xorgproto) ("yelp-tools" ,yelp-tools))) (inputs |