From 3f71b119dfefe06357808a34e44fde6ebb7f0f31 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 3 Sep 2017 15:34:26 +0300 Subject: [PATCH 11/14] mate-panel --- gnu/packages/mate.scm | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 14fa34ee17..1083d998e0 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -524,10 +524,11 @@ MATE-Media is a fork of GNOME-Media.") "1n565ff1n7jrfx223i3cl3m69wjda506nvbn8gra7m1jwdfzpbw1")))) (build-system glib-or-gtk-build-system) (arguments - `(#:configure-flags + '(#:configure-flags (list (string-append "--with-zoneinfo-dir=" (assoc-ref %build-inputs "tzdata") - "/share/zoneinfo")) + "/share/zoneinfo") + "--with-in-process-applets=all") #:phases (modify-phases %standard-phases (add-before 'configure 'fix-timezone-path @@ -553,28 +554,27 @@ MATE-Media is a fork of GNOME-Media.") ("intltool" ,intltool) ("itstool" ,itstool) ("xtrans" ,xtrans) - ("tzdata" ,tzdata) ("gobject-introspection" ,gobject-introspection))) (inputs - `(("gtk+" ,gtk+) + `(("dconf" ,dconf) + ("cairo" ,cairo) ("dbus-glib" ,dbus-glib) - ("libwnck" ,libwnck) - ("pango" ,pango) - ("librsvg" ,librsvg) + ("gtk+" ,gtk+) ("libcanberra" ,libcanberra) - ("libmateweather" ,libmateweather) - ("libxrandr" ,libxrandr) - ("libxml2" ,libxml2) - ("dconf" ,dconf) - ("cairo" ,cairo) - ("gdk-pixbuf" ,gdk-pixbuf) ("libice" ,libice) + ("libmateweather" ,libmateweather) + ("librsvg" ,librsvg) + ("libsm" ,libsm) ("libx11" ,libx11) ("libxau" ,libxau) + ("libxml2" ,libxml2) + ("libxrandr" ,libxrandr) + ("libwnck" ,libwnck) + ("mate-desktop" ,mate-desktop) ("mate-menus" ,mate-menus) - ("libsm" ,libsm) - ("mate-desktop" ,mate-desktop))) - (home-page "http://mate-desktop.org/") + ("pango" ,pango) + ("tzdata" ,tzdata))) + (home-page "https://mate-desktop.org/") (synopsis "Panel for MATE") (description "Mate-panel contains the MATE panel, the libmate-panel-applet library and -- 2.14.1