From 1141e89292c927b411e2e48156c93146add9c6a2 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 3 Sep 2017 15:32:17 +0300 Subject: [PATCH 09/14] mate-applets --- gnu/packages/mate.scm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index d754cd0130..e1ca628c27 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -424,23 +424,25 @@ assorted menu related utility programs.") `(("atk" ,atk) ("dbus" ,dbus) ("dbus-glib" ,dbus-glib) - ("gdk-pixbuf" ,gdk-pixbuf) ("glib" ,glib) ("gucharmap" ,gucharmap) ("gtk+" ,gtk+) ("gtksourceview" ,gtksourceview) + ("libgtop" ,libgtop) ("libmateweather" ,libmateweather) - ("libwnck" ,libwnck) ("libnotify" ,libnotify) ("libx11" ,libx11) - ("libgtop" ,libgtop) ("libxml2" ,libxml2) + ("libwnck" ,libwnck) ("mate-panel" ,mate-panel) - ("wireless-tools" ,wireless-tools) ("pango" ,pango) + ("polkit" ,polkit) ; either polkit or setuid ("python" ,python-2) - ("python-pygobject" ,python-pygobject))) - (home-page "http://mate-desktop.org/") + ("upower" ,upower) + ("wireless-tools" ,wireless-tools))) + (propagated-inputs + `(("python-pygobject" ,python-pygobject))) + (home-page "https://mate-desktop.org/") (synopsis "Various applets for the MATE Panel") (description "Mate-applets includes various small applications for Mate-panel: -- 2.14.1