diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-10 13:10:59 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-18 00:19:55 +0100 |
commit | 2d03009860cbe003431ce561aed7b74b89b1014f (patch) | |
tree | 79657c0083d4c8eb51c692b84e34db732c0c1512 /gnu/packages/mate.scm | |
parent | 3bad0d842e0ccd7c85da6b67e08ddde720e5fd94 (diff) | |
download | patches-2d03009860cbe003431ce561aed7b74b89b1014f.tar patches-2d03009860cbe003431ce561aed7b74b89b1014f.tar.gz |
gnu: Switch from kbproto to xorgproto.
* gnu/packages/mate.scm (mate-control-center, mate-screensaver)[inputs]:
Remove KBPROTO.
* gnu/packages/xorg.scm (kbproto)[properties]: Mark as superseded by XORGPROTO.
(xorg-server)[inputs]: Remove KBPROTO.
(libx11)[propated-inputs]: Replace KBPROTO with XORGPROTO.
[inputs]: Remove XORGPROTO.
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 d39711b6db..8c3ea160df 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) - ("kbproto" ,kbproto) ("renderproto" ,renderproto) ("scrnsaverproto" ,scrnsaverproto) ("xorgproto" ,xorgproto) @@ -1192,7 +1191,6 @@ Re-decorates windows on un-maximise. ("autoconf" ,autoconf-wrapper) ("gettext" ,gettext-minimal) ("intltool" ,intltool) - ("kbproto" ,kbproto) ("mate-common" ,mate-common) ("pkg-config" ,pkg-config) ("renderproto" ,renderproto) |