unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/7] gnu: Add mate-polkit.
@ 2016-02-19 20:06 Fabian Harfert
  2016-02-19 20:06 ` [PATCH 2/7] gnu: Add libmatekbd Fabian Harfert
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Fabian Harfert @ 2016-02-19 20:06 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/mate.scm (mate-polkit): New variable.
---
 gnu/packages/mate.scm | 36 +++++++++++++++++++++++++++++++++---
 1 file changed, 33 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index c4b75f8..7eb83de 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -31,7 +31,9 @@
   #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages base)
   #:use-module (gnu packages xml)
-  #:use-module (gnu packages python))
+  #:use-module (gnu packages python)
+  #:use-module (gnu packages freedesktop)
+  #:use-module (gnu packages polkit))
 
 (define-public mate-icon-theme
   (package
@@ -81,8 +83,7 @@
        ("gtk-engines" ,gtk-engines)
        ("murrine" ,murrine)))
     (home-page "http://mate-desktop.org/")
-    (synopsis
-     "Official themes for the MATE desktop")
+    (synopsis "Official themes for the MATE desktop")
     (description
      "This package includes the standard themes for the MATE desktop, for
 example Menta, TraditionalOk, GreenLaguna or BlackMate.")
@@ -209,3 +210,32 @@ the MATE desktop environment.")
 specification, the MATE menu layout configuration files, .directory files and
 assorted menu related utility programs.")
     (license (list license:gpl2+ license:lgpl2.0+))))
+
+(define-public mate-polkit
+  (package
+    (name "mate-polkit")
+    (version "1.12.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://pub.mate-desktop.org/releases/"
+                                  (version-major+minor version) "/"
+                                  name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "1fgq3dbncdjndwqjza3rja68x55ngvafi93zsaazq42f7l60m3y3"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("intltool" ,intltool)
+       ("pkg-config" ,pkg-config)
+       ("gobject-introspection" ,gobject-introspection)))
+    (inputs
+     `(("gtk+" ,gtk+-2)
+       ("accountsservice" ,accountsservice)))
+    (propagated-inputs
+     `(("polkit" ,polkit)))
+    (home-page "http://mate-desktop.org/")
+    (synopsis "PolicyKit integration for the MATE desktop")
+    (description
+     "This package contains extensions for PolicyKit used by the MATE desktop
+environment.")
+    (license license:lgpl2.0+)))
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-02-21 15:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 4/7] gnu: Add mate-settings-daemon Fabian Harfert
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

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).