From 61951c595e850bd8fcb621988901c8baeb5e8a93 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 3 Sep 2017 15:33:06 +0300 Subject: [PATCH 10/14] mate-media --- gnu/packages/mate.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index e1ca628c27..14fa34ee17 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -491,17 +491,17 @@ Interactive Weather Information Network (IWIN). ("gettext" ,gettext-minimal) ("gobject-introspection" ,gobject-introspection))) (inputs - `(("gtk+" ,gtk+) - ("pango" ,pango) + `(("cairo" ,cairo) + ("gtk+" ,gtk+) + ("libcanberra" ,libcanberra) ("libmatemixer" ,libmatemixer) ("libxml2" ,libxml2) ("mate-applets" ,mate-applets) - ("mate-panel" ,mate-panel) ("mate-desktop" ,mate-desktop) - ("libcanberra" ,libcanberra) - ("startup-notification" ,startup-notification) - ("cairo" ,cairo))) - (home-page "http://mate-desktop.org/") + ("mate-panel" ,mate-panel) + ("pango" ,pango) + ("startup-notification" ,startup-notification))) + (home-page "https://mate-desktop.org/") (synopsis "Multimedia related programs for the MATE desktop") (description "Mate-media includes the MATE media tools for MATE, including -- 2.14.1