all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Fabian Harfert <fhmgufs@web.de>
To: guix-devel@gnu.org
Subject: [PATCH 4/7] gnu: Add mate-settings-daemon.
Date: Fri, 19 Feb 2016 21:06:18 +0100	[thread overview]
Message-ID: <1455912381-25148-4-git-send-email-fhmgufs@web.de> (raw)
In-Reply-To: <1455912381-25148-1-git-send-email-fhmgufs@web.de>

* gnu/packages/mate.scm (mate-settings-daemon): New variable.
---
 gnu/packages/mate.scm | 45 ++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 44 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index c88db14..aa2dc44 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -36,7 +36,10 @@
   #:use-module (gnu packages polkit)
   #:use-module (gnu packages iso-codes)
   #:use-module (gnu packages linux)
-  #:use-module (gnu packages pulseaudio))
+  #:use-module (gnu packages pulseaudio)
+  #:use-module (gnu packages fontutils)
+  #:use-module (gnu packages libcanberra)
+  #:use-module (gnu packages gnuzilla))
 
 (define-public mate-icon-theme
   (package
@@ -301,3 +304,43 @@ the GUI elements to display its operations.")
      "Libmatemixer provides an abstract API allowing access to mixer
 functionality available in the PulseAudio, ALSA and OSS sound systems.")
     (license license:lgpl2.0+)))
+
+(define-public mate-settings-daemon
+  (package
+    (name "mate-settings-daemon")
+    (version "1.12.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://pub.mate-desktop.org/releases/"
+                                  (version-major+minor version) "/"
+                                  name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "1279f7mz026407bsj6wc46imyr5f3mvnrzryhw750a2qp9aymnd0"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("intltool" ,intltool)
+       ("pkg-config" ,pkg-config)
+       ("glib:bin" ,glib "bin")))
+    (inputs
+     `(("dbus-glib" ,dbus-glib)
+       ("dconf" ,dconf)
+       ("fontconfig" ,fontconfig)
+       ("gtk+" ,gtk+-2)
+       ("libcanberra-gtk2" ,libcanberra/gtk+-2)
+       ("libmatekbd" ,libmatekbd)
+       ("libmatemixer" ,libmatemixer)
+       ("libnotify" ,libnotify)
+       ("libxt" ,libxt)
+       ("mate-desktop" ,mate-desktop)
+       ("nss" ,nss)
+       ("polkit" ,polkit)
+       ("libxi" ,libxi)))
+    (home-page "http://mate-desktop.org/")
+    (synopsis "Daemon handling the MATE session settings")
+    (description
+     "This package contains the daemon which is responsible for setting the
+various parameters of a MATE session and the applications that run under it,
+for example keyboard, mouse or theming.")
+    (license (list license:gpl2+ license:gpl3+ license:lgpl2.0+
+                   license:lgpl2.1+))))
-- 
1.9.1

  parent reply	other threads:[~2016-02-19 20:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-19 20:06 [PATCH 1/7] gnu: Add mate-polkit Fabian Harfert
2016-02-19 20:06 ` [PATCH 2/7] gnu: Add libmatekbd Fabian Harfert
2016-02-19 20:06 ` [PATCH 3/7] gnu: Add libmatemixer Fabian Harfert
2016-02-19 20:06 ` Fabian Harfert [this message]
2016-02-19 20:06 ` [PATCH 5/7] gnu: Add mate-session-manager Fabian Harfert
2016-02-19 20:06 ` [PATCH 6/7] gnu: Add marco Fabian Harfert
2016-02-19 20:06 ` [PATCH 7/7] gnu: Add mate-panel Fabian Harfert
2016-02-20 13:41 ` [PATCH 1/7] gnu: Add mate-polkit Andreas Enge
2016-02-20 17:17   ` Fabian Harfert
2016-02-21 15:26     ` Andreas Enge
2016-02-20 17:30   ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1455912381-25148-4-git-send-email-fhmgufs@web.de \
    --to=fhmgufs@web.de \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.