[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/31: gnu: Add kconfigwidgets.
From: |
David Craven |
Subject: |
09/31: gnu: Add kconfigwidgets. |
Date: |
Tue, 30 Aug 2016 20:39:56 +0000 (UTC) |
dvc pushed a commit to branch master
in repository guix.
commit ccce03edce76b5bbdcf072af02b3297ffc43a8bd
Author: David Craven <address@hidden>
Date: Sun Aug 7 20:53:08 2016 +0200
gnu: Add kconfigwidgets.
* gnu/packages/kde-frameworks.scm (kconfigwidgets): New variable.
---
gnu/packages/kde-frameworks.scm | 41 +++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 927c56a..3781ed5 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1684,3 +1684,44 @@ using the XBEL format.")
(description "KCMUtils provides various classes to work with KCModules.
KCModules can be created with the KConfigWidgets framework.")
(license license:lgpl2.1+)))
+
+(define-public kconfigwidgets
+ (package
+ (name "kconfigwidgets")
+ (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
+ "0v25r50gh5i984lzlv0rradghglcfqf0gsfmnkn23h87b86fm9l2"))))
+ (build-system cmake-build-system)
+ (propagated-inputs
+ `(("kauth" ,kauth)
+ ("kcodecs" ,kcodecs)
+ ("kconfig" ,kconfig)
+ ("kwidgetsaddons" ,kwidgetsaddons)))
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)))
+ (inputs
+ `(("kcoreaddons" ,kcoreaddons)
+ ("kguiaddons" ,kguiaddons)
+ ("ki18n" ,ki18n)
+ ("qtbase" ,qtbase)))
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-before 'check 'check-setup
+ (lambda _
+ (setenv "QT_QPA_PLATFORM" "offscreen")
+ #t)))))
+ (home-page "https://community.kde.org/Frameworks")
+ (synopsis "Widgets for configuration dialogs")
+ (description "KConfigWidgets provides easy-to-use classes to create
+configuration dialogs, as well as a set of widgets which uses KConfig to store
+their settings.")
+ ;; dual licensed
+ (license (list license:gpl2+ license:lgpl2.1+))))
- 19/31: gnu: Add knewstuff., (continued)
- 19/31: gnu: Add knewstuff., David Craven, 2016/08/30
- 23/31: gnu: Add krunner., David Craven, 2016/08/30
- 07/31: gnu: Add kbookmarks., David Craven, 2016/08/30
- 08/31: gnu: Add kcmutils., David Craven, 2016/08/30
- 13/31: gnu: Add kdesu., David Craven, 2016/08/30
- 01/31: gnu: qtbase: Add native search paths., David Craven, 2016/08/30
- 16/31: gnu: Add kiconthemes., David Craven, 2016/08/30
- 17/31: gnu: Add kinit., David Craven, 2016/08/30
- 24/31: gnu: Add kservice., David Craven, 2016/08/30
- 25/31: gnu: Add ktexteditor., David Craven, 2016/08/30
- 09/31: gnu: Add kconfigwidgets.,
David Craven <=
- 22/31: gnu: Add kpeople., David Craven, 2016/08/30
- 03/31: build: Add wrap-qt-program., David Craven, 2016/08/30
- 20/31: gnu: Add knotifyconfig., David Craven, 2016/08/30
- 31/31: gnu: Add kpmcore., David Craven, 2016/08/30
- 18/31: gnu: Add kio., David Craven, 2016/08/30
- 26/31: gnu: Add ktextwidgets., David Craven, 2016/08/30
- 29/31: gnu: Add kxmlrpcclient., David Craven, 2016/08/30
- 30/31: gnu: Add plasma-framework., David Craven, 2016/08/30
- 15/31: gnu: Add kglobalaccel., David Craven, 2016/08/30
- 27/31: gnu: Add kwallet., David Craven, 2016/08/30