From 0881a22187ebd5e8bcea6e9dc4c219cf6a332c9b Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 3 Sep 2017 15:35:45 +0300 Subject: [PATCH 13/14] mate-control-center --- gnu/packages/mate.scm | 41 +++++++++++++++++++---------------------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 9a941e3240..d023a3c17a 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -656,7 +656,6 @@ Caja is a fork of Nautilus.") (native-inputs `(("pkg-config" ,pkg-config) ("intltool" ,intltool) - ("glib" ,glib) ("yelp-tools" ,yelp-tools) ("desktop-file-utils" ,desktop-file-utils) ("kbproto" ,kbproto) @@ -665,42 +664,40 @@ Caja is a fork of Nautilus.") ("scrnsaverproto" ,scrnsaverproto) ("xextpro" ,xextproto) ("xproto" ,xproto) + ("xmodmap" ,xmodmap) ("gobject-introspection" ,gobject-introspection))) (inputs `(("atk" ,atk) - ("startup-notification" ,startup-notification) - ("dbus-glib" ,dbus-glib) - ("libxml2" ,libxml2) - ("dconf" ,dconf) - ("librsvg" ,librsvg) - ("libmatekbd" ,libmatekbd) - ("mate-desktop" ,mate-desktop) + ("cairo" ,cairo) ("caja" ,caja) - ("mate-menus" ,mate-menus) - ("mate-settings-daemon" ,mate-settings-daemon) + ("dconf" ,dconf) + ("dbus" ,dbus) + ("dbus-glib" ,dbus-glib) ("fontconfig" ,fontconfig) ("freetype" ,freetype) - ("libcanberra" ,libcanberra) - ("dbus" ,dbus) - ("xmodmap" ,xmodmap) - ("cairo" ,cairo) - ("gdk-pixbuf" ,gdk-pixbuf) + ("glib" ,glib) ("gtk+" ,gtk+) - ("libxcursor" ,libxcursor) + ("libcanberra" ,libcanberra) + ("libmatekbd" ,libmatekbd) ("libx11" ,libx11) - ("libxscrnsaver" ,libxscrnsaver) ("libxcursor" ,libxcursor) ("libxext" ,libxext) ("libxi" ,libxi) + ("libxklavier" ,libxklavier) + ("libxml2" ,libxml2) ("libxrandr" ,libxrandr) ("libxrender" ,libxrender) - ("libxklavier" ,libxklavier) + ("libxscrnsaver" ,libxscrnsaver) ("marco" ,marco) - ("pango" ,pango))) + ("mate-desktop" ,mate-desktop) + ("mate-menus" ,mate-menus) + ("mate-settings-daemon" ,mate-settings-daemon) + ("pango" ,pango) + ("startup-notification" ,startup-notification))) (propagated-inputs - `(("gdk-pixbuf" ,gdk-pixbuf) ; mate-slab.pc - ("librsvg" ,librsvg))) ; mate-slab.pc - (home-page "http://mate-desktop.org/") + `(("gdk-pixbuf" ,gdk-pixbuf+svg) ; mate-slab.pc + ("librsvg" ,librsvg))) ; mate-slab.pc + (home-page "https://mate-desktop.org/") (synopsis "MATE Desktop configuration tool") (description "MATE control center is MATE's main interface for configuration -- 2.14.1