[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/20: gnu: Add mate-polkit.
From: |
Danny Milosavljevic |
Subject: |
18/20: gnu: Add mate-polkit. |
Date: |
Sat, 30 Dec 2017 16:55:43 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit 95073bfc3eaf5b36b36758ea28e468c51774a06c
Author: ng0 <address@hidden>
Date: Sat Dec 30 22:51:49 2017 +0100
gnu: Add mate-polkit.
* gnu/packages/mate.scm (mate-polkit): New variable.
Signed-off-by: Danny Milosavljevic <address@hidden>
---
gnu/packages/mate.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index c6c2aa1..ab112c6 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1484,6 +1484,40 @@ can be used as backgrounds in the MATE Desktop
environment.")
MATE Desktop to monitor your system resources and usage.")
(license license:gpl2)))
+(define-public mate-polkit
+ (package
+ (name "mate-polkit")
+ (version "1.18.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://pub.mate-desktop.org/releases/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "15vf2hnyjg8zsw3iiwjwi497yygkmvpnn6w1hik7dfw4a621w0gc"))))
+ (build-system glib-or-gtk-build-system)
+ (native-inputs
+ `(("gettext" ,gettext-minimal)
+ ("gtk-doc" ,gtk-doc)
+ ("intltool" ,intltool)
+ ("libtool" ,libtool)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("accountsservice" ,accountsservice)
+ ("glib" ,glib)
+ ("gobject-introspection" ,gobject-introspection)
+ ("gtk+" ,gtk+)
+ ("gdk-pixbuf" ,gdk-pixbuf)
+ ("polkit" ,polkit)))
+ (home-page "https://mate-desktop.org/")
+ (synopsis "DBus specific service for MATE")
+ (description
+ "MATE Polkit is a MATE specific DBUS service that is
+used to bring up authentication dialogs.")
+ (license license:lgpl2.1)))
+
(define-public mate
(package
(name "mate")
- 13/20: gnu: Add mate-utils., (continued)
- 13/20: gnu: Add mate-utils., Danny Milosavljevic, 2017/12/30
- 04/20: gnu: caja: Add native-search-paths., Danny Milosavljevic, 2017/12/30
- 06/20: gnu: Add mate-calc., Danny Milosavljevic, 2017/12/30
- 05/20: gnu: Add atril., Danny Milosavljevic, 2017/12/30
- 17/20: gnu: Add mate-system-monitor., Danny Milosavljevic, 2017/12/30
- 19/20: gnu: mate: Add more packages., Danny Milosavljevic, 2017/12/30
- 12/20: gnu: Add mate-screensaver., Danny Milosavljevic, 2017/12/30
- 15/20: gnu: Add engrampa., Danny Milosavljevic, 2017/12/30
- 16/20: gnu: Add pluma., Danny Milosavljevic, 2017/12/30
- 20/20: gnu: services: Add MATE desktop service., Danny Milosavljevic, 2017/12/30
- 18/20: gnu: Add mate-polkit.,
Danny Milosavljevic <=