[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/31: gnu: Add kglobalaccel.
From: |
David Craven |
Subject: |
15/31: gnu: Add kglobalaccel. |
Date: |
Tue, 30 Aug 2016 20:39:57 +0000 (UTC) |
dvc pushed a commit to branch master
in repository guix.
commit bdfe11a5e7802cbbe64cdf349b91355baa21883c
Author: David Craven <address@hidden>
Date: Sat Aug 6 17:00:57 2016 +0200
gnu: Add kglobalaccel.
* gnu/packages/kde-frameworks.scm (kglobalaccel): New variable.
Co-authored-by: Hartmut Goebel <address@hidden>
---
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 449aeee..673e53a 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1926,3 +1926,44 @@ representation with images in HTML. It supports setting
different themes for
emoticons coming from different providers.")
;; dual licensed, image files are licensed under cc-by-sa4.0
(license (list license:gpl2+ license:lgpl2.1+ license:cc-by-sa4.0))))
+
+(define-public kglobalaccel
+ (package
+ (name "kglobalaccel")
+ (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
+ "123v0ld1q88hbm3d0mqgq6lcivfkqh7pbz4hb4n76ab5v43qc15c"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("qttools" ,qttools)))
+ (inputs
+ `(("kconfig" ,kconfig)
+ ("kcrash" ,kcrash)
+ ("kcoreaddons" ,kcoreaddons)
+ ("kdbusaddons" ,kdbusaddons)
+ ("kwindowsystem" ,kwindowsystem)
+ ("libxcb" ,libxcb)
+ ("qtbase" ,qtbase)
+ ("qtx11extras" ,qtx11extras)
+ ("xcb-util-keysyms" ,xcb-util-keysyms)))
+ (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 "Global desktop keyboard shortcuts")
+ (description "KGlobalAccel allows you to have global accelerators that are
+independent of the focused window. Unlike regular shortcuts, the application's
+window does not need focus for them to be activated.")
+ (license license:lgpl2.1+)))
- 25/31: gnu: Add ktexteditor., (continued)
- 25/31: gnu: Add ktexteditor., David Craven, 2016/08/30
- 09/31: gnu: Add kconfigwidgets., David Craven, 2016/08/30
- 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 <=
- 27/31: gnu: Add kwallet., David Craven, 2016/08/30
- 05/31: gnu: Add kactivities., David Craven, 2016/08/30
- 06/31: gnu: Add kactivities-stats., David Craven, 2016/08/30
- 14/31: gnu: Add kemoticons., David Craven, 2016/08/30
- 10/31: gnu: Add kdeclarative., David Craven, 2016/08/30
- 21/31: gnu: Add kparts., David Craven, 2016/08/30
- 02/31: gnu: Add prefix to license imports in (gnu packages qt)., David Craven, 2016/08/30
- 04/31: gnu: Add baloo., David Craven, 2016/08/30
- 28/31: gnu: Add kxmlgui., David Craven, 2016/08/30