[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/45: gnu: Add khotkeys.
From: |
guix-commits |
Subject: |
37/45: gnu: Add khotkeys. |
Date: |
Sun, 31 Jan 2021 10:27:28 -0500 (EST) |
htgoebel pushed a commit to branch wip-kde-plasma
in repository guix.
commit 2b3aa28556dfe04c8cca423c079f8493a9f6b74e
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Sun Aug 20 21:25:11 2017 +0200
gnu: Add khotkeys.
* gnu/packages/kde-plasma.scm (khotkeys): New variable.
---
gnu/packages/kde-plasma.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index eded039..e96b11f 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -415,6 +415,36 @@ Each of the red, green, and blue components can be
adjusted individually, or
all three components can be adjusted together.")
(license license:gpl2+)))
+(define-public khotkeys
+ (package
+ (name "khotkeys")
+ (version "5.19.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/plasma/" version
+ "/khotkeys-" version ".tar.xz"))
+ (sha256
+ (base32 "1nhvnflq7nzxkyfnzx1vdvjh4yrpi1qsf6mjjrnpg8w5ncgbd32n"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)))
+ (inputs
+ `(("kcmutils" ,kcmutils)
+ ("kdbusaddons" ,kdbusaddons)
+ ("kdelibs4support" ,kdelibs4support)
+ ("kglobalaccel" ,kglobalaccel)
+ ("ki18n" ,ki18n)
+ ("kio" ,kio)
+ ("kxmlgui" ,kxmlgui)
+ ("plasma-framwork" ,plasma-framework)
+ ("plasma-workspace" ,plasma-workspace)
+ ("qtx11extras" ,qtx11extras)))
+ (home-page "https://invent.kde.org/plasma/khotkeys")
+ (synopsis "Configure input actions for KDE Plasma")
+ (description "KHotKeys is core-part of the KDE Plasma desktop.")
+ (license license:gpl2+)))
+
(define-public kscreen
(package
(name "kscreen")
- 44/45: TEMP add helper-scripts, (continued)
- 44/45: TEMP add helper-scripts, guix-commits, 2021/01/31
- 20/45: gnu: Add kdeplasma-addons., guix-commits, 2021/01/31
- 23/45: gnu: Add kwrited., guix-commits, 2021/01/31
- 30/45: gnu: Add plasma-sdk., guix-commits, 2021/01/31
- 39/45: gnu: Add powerdevil., guix-commits, 2021/01/31
- 01/45: TEMP HACK refresh to 5.19.5, guix-commits, 2021/01/31
- 21/45: gnu: Add kgamma5., guix-commits, 2021/01/31
- 25/45: gnu: Add milou., guix-commits, 2021/01/31
- 31/45: gnu: Add plasma-tests. REWORD, guix-commits, 2021/01/31
- 35/45: gnu: Add systemsettings., guix-commits, 2021/01/31
- 37/45: gnu: Add khotkeys.,
guix-commits <=
- 42/45: gnu: Add utempter -- TODO later, guix-commits, 2021/01/31
- 40/45: gnu: Add breeze-grub DUMMY. MUST come after plasma-desktop, guix-commits, 2021/01/31
- 43/45: TODO gnu: Add discover., guix-commits, 2021/01/31
- 07/45: gnu: Add plasma-workspace., guix-commits, 2021/01/31
- 15/45: TEMP Add some helpers for running plasma in the VM., guix-commits, 2021/01/31
- 11/45: TEMP Add some Readme-files for packaging Plasma for Guix., guix-commits, 2021/01/31
- 41/45: gnu: Add breeze-plymouth DUMMY., guix-commits, 2021/01/31
- 06/45: gnu: Add kwin. use a patch REWORD, guix-commits, 2021/01/31
- 34/45: gnu: Add sddm-kcm., guix-commits, 2021/01/31
- 45/45: TEMP Add "playgound" for runninc plasma on another virtual terminal., guix-commits, 2021/01/31