[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
131/373: gnu: Add kglobalacceld.
From: |
guix-commits |
Subject: |
131/373: gnu: Add kglobalacceld. |
Date: |
Mon, 8 Jul 2024 08:04:37 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit c240714e8502dd00edc61c670eba6f90b83bc903
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri May 3 16:37:24 2024 +0800
gnu: Add kglobalacceld.
* gnu/packages/kde-plasma.scm (kglobalacceld): New variable.
Change-Id: I1db889a1b0e59634adf776527ea9bacec5d526ae
---
gnu/packages/kde-plasma.scm | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index e0c68e7b37..cd27917c2c 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -579,6 +579,51 @@ KDE Frameworks 5 to better interact with the system.")
(home-page "https://invent.kde.org/plasma/kgamma5")
(license license:gpl2+)))
+(define-public kglobalacceld
+ (package
+ (name "kglobalacceld")
+ (version "6.1.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/plasma/"
+ version "/" name "-"
+ version ".tar.xz"))
+ (sha256
+ (base32
+ "1p38lqiw9r1w6grp5847pm9lh27d765in62fnc2vlrkb99krxcr7"))))
+ (build-system qt-build-system)
+ (arguments (list #:qtbase qtbase
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'setenv
+ (lambda _
+ (setenv "HOME" (getcwd))))
+ (replace 'check
+ (lambda* (#:key tests? parallel-tests?
#:allow-other-keys)
+ (invoke "dbus-launch" "ctest" "-j"
+ (if parallel-tests?
+ (number->string (parallel-job-count))
+ "1")))))))
+ (native-inputs (list extra-cmake-modules dbus))
+ (inputs (list kconfig
+ kcoreaddons
+ kcrash
+ kdbusaddons
+ kwindowsystem
+ kglobalaccel
+ kservice
+ kio
+ kjobwidgets
+ xcb-util-keysyms
+ libxkbcommon))
+ (synopsis "Daemon providing Global Keyboard Shortcut (Accelerator)
+functionality")
+ (description
+ "This package provides a Daemon providing Global Keyboard Shortcut
+(Accelerator) functionality.")
+ (home-page "https://invent.kde.org/plasma/kglobalacceld")
+ (license license:gpl2+)))
+
(define-public khotkeys
(package
(name "khotkeys")
- 109/373: gnu: kmenuedit: Update to 6.1.2., (continued)
- 109/373: gnu: kmenuedit: Update to 6.1.2., guix-commits, 2024/07/08
- 111/373: gnu: kwallet-pam: Update to 6.1.2., guix-commits, 2024/07/08
- 115/373: gnu: ksshaskpass: Update to 6.1.2., guix-commits, 2024/07/08
- 119/373: gnu: kscreen: Update to 6.1.2., guix-commits, 2024/07/08
- 126/373: gnu: kde-gtk-config: Update to 6.1.2., guix-commits, 2024/07/08
- 121/373: gnu: plasma-disks: Update to 6.1.2., guix-commits, 2024/07/08
- 127/373: gnu: libqaccessibilityclient: Update to 0.6.0., guix-commits, 2024/07/08
- 122/373: gnu: plasma-nano: Update to 6.1.2., guix-commits, 2024/07/08
- 128/373: gnu: Add libqaccessibilityclient-qt5., guix-commits, 2024/07/08
- 130/373: gnu: breeze-gtk: Update to 6.1.2., guix-commits, 2024/07/08
- 131/373: gnu: Add kglobalacceld.,
guix-commits <=
- 141/373: gnu: kaccounts-integration: Update to 24.05.2., guix-commits, 2024/07/08
- 142/373: gnu: plasma-desktop: Update to 6.1.2., guix-commits, 2024/07/08
- 145/373: gnu: powerdevil: Update to 6.1.2., guix-commits, 2024/07/08
- 152/373: gnu: kdeplasma-addons: Update to 6.1.2., guix-commits, 2024/07/08
- 159/373: gnu: baloo-widgets: Update to 24.05.2., guix-commits, 2024/07/08
- 162/373: gnu: Add ocean-sound-theme., guix-commits, 2024/07/08
- 166/373: gnu: kdebugsettings: Update to 24.05.2., guix-commits, 2024/07/08
- 169/373: gnu: libkgapi: Update to 24.05.2., guix-commits, 2024/07/08
- 173/373: gnu: fcitx5-qt: Use new style., guix-commits, 2024/07/08
- 181/373: gnu: kwalletmanager: Update to 24.05.2., guix-commits, 2024/07/08