From: David Craven <david@craven.ch>
To: guix-devel@gnu.org
Cc: David Craven <david@craven.ch>
Subject: [PATCH 02/13] gnu: kde-frameworks: Add kauth.
Date: Sat, 13 Aug 2016 14:19:20 +0200 [thread overview]
Message-ID: <20160813121931.20071-3-david@craven.ch> (raw)
In-Reply-To: <20160813121931.20071-1-david@craven.ch>
* gnu/packages/kde-frameworks.scm (kauth): New variable.
Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
---
gnu/packages/kde-frameworks.scm | 43 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 875d94a..ca57e58 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -34,6 +34,7 @@
#:use-module (gnu packages gnome)
#:use-module (gnu packages linux)
#:use-module (gnu packages pkg-config)
+ #:use-module (gnu packages polkit)
#:use-module (gnu packages python)
#:use-module (gnu packages qt)
#:use-module (gnu packages xorg))
@@ -1020,3 +1021,45 @@ ASpell and HUNSPELL.")
(description "ThreadWeaver is a helper for multithreaded programming. It
uses a job-based interface to queue tasks and execute them in an efficient way.")
(license license:lgpl2.1+)))
+
+
+;; Tier 2
+;;
+;; Tier 2 frameworks additionally depend on tier 1 frameworks, but still have
+;; easily manageable dependencies.
+
+(define-public kauth
+ (package
+ (name "kauth")
+ (version "5.24.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "14sjjfgl3arqyqcr77w9qhpnd8mrnh53r5rfss6bvlk26bmihs49"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ `(("dbus" ,dbus)
+ ("extra-cmake-modules" ,extra-cmake-modules)
+ ("qttools" ,qttools)))
+ (inputs
+ `(("kcoreaddons" ,kcoreaddons)
+ ("polkit-qt" ,polkit-qt)
+ ("qtbase" ,qtbase)))
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda* _
+ (setenv "DBUS_FATAL_WARNINGS" "0")
+ (zero? (system* "dbus-launch" "ctest" ".")))))))
+ (home-page "https://community.kde.org/Frameworks")
+ (synopsis "Execute actions as privileged user")
+ (description "KAuth provides a convenient, system-integrated way to offload
+actions that need to be performed as a privileged user to small set of helper
+utilities.")
+ (license license:lgpl2.1+)))
--
2.9.0
next prev parent reply other threads:[~2016-08-13 12:20 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-13 12:19 [PATCH 00/13] KDE Frameworks Tier 2 packages and phonon/gpgmepp David Craven
2016-08-13 12:19 ` [PATCH 01/13] gnu: kde-frameworks: Add phonon David Craven
2016-08-13 12:19 ` David Craven [this message]
2016-08-13 12:19 ` [PATCH 03/13] gnu: kde-frameworks: Add kcompletion David Craven
2016-08-22 6:09 ` Mark H Weaver
2016-08-22 11:09 ` David Craven
2016-08-13 12:19 ` [PATCH 04/13] gnu: kde-frameworks: Add kcrash David Craven
2016-08-13 12:19 ` [PATCH 05/13] gnu: kde-frameworks: Add kdoctools David Craven
2016-08-13 12:19 ` [PATCH 06/13] gnu: kde-frameworks: Add kfilemetadata David Craven
2016-08-13 12:19 ` [PATCH 07/13] gnu: kde-frameworks: Add kimageformats David Craven
2016-08-13 12:19 ` [PATCH 08/13] gnu: kde-frameworks: Add kjobwidgets David Craven
2016-08-13 12:19 ` [PATCH 09/13] gnu: kde-frameworks: Add knotifications David Craven
2016-08-13 12:19 ` [PATCH 10/13] gnu: kde-frameworks: Add kpackage David Craven
2016-08-14 1:54 ` Leo Famulari
2016-08-14 18:16 ` David Craven
2016-08-13 12:19 ` [PATCH 11/13] gnu: kde-frameworks: Add kpty David Craven
2016-08-14 1:58 ` Leo Famulari
2016-08-13 12:19 ` [PATCH 12/13] gnu: kde-frameworks: Add kunitconversion David Craven
2016-08-13 12:19 ` [PATCH 13/13] gnu: kde-frameworks: Add gpgmepp David Craven
2016-08-17 16:02 ` [PATCH 00/13] KDE Frameworks Tier 2 packages and phonon/gpgmepp Andreas Enge
2016-08-17 16:15 ` David Craven
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160813121931.20071-3-david@craven.ch \
--to=david@craven.ch \
--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 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).