guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]