diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-10 14:08:40 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-18 00:19:56 +0100 |
commit | f579a1d2fa21d59cfbc71643094f098e8cf47190 (patch) | |
tree | 9b42a69559cefe44997c2a48706a362b9647985b /gnu/packages/mate.scm | |
parent | 314144d2128f99e05312b6622734f645a6f5cac4 (diff) | |
download | gnu-guix-f579a1d2fa21d59cfbc71643094f098e8cf47190.tar gnu-guix-f579a1d2fa21d59cfbc71643094f098e8cf47190.tar.gz |
gnu: Switch from renderproto to xorgproto.
* gnu/packages/mate.scm (mate-control-center,
mate-screensaver)[native-inputs]: Remove RENDERPROTO.
* gnu/packages/xorg.scm (renderproto)[properties]: Mark as superseded by XORGPROTO.
(libxrender)[propagated-inputs]: Replace RENDERPROTO with XORGPROTO.
[inputs]: Remove XORGPROTO.
* gnu/packages/xorg.scm (xorg-server)[inputs]: Remove RENDERPROTO.
Diffstat (limited to 'gnu/packages/mate.scm')
-rw-r--r-- | gnu/packages/mate.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 8c3ea160df..7b16127971 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -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) - ("renderproto" ,renderproto) ("scrnsaverproto" ,scrnsaverproto) ("xorgproto" ,xorgproto) ("xmodmap" ,xmodmap) @@ -1193,7 +1192,6 @@ Re-decorates windows on un-maximise. ("intltool" ,intltool) ("mate-common" ,mate-common) ("pkg-config" ,pkg-config) - ("renderproto" ,renderproto) ("scrnsaverproto" ,scrnsaverproto) ("which" ,which) ("xorgproto" ,xorgproto))) |