aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-05-09 00:36:28 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-18 10:45:12 +0800
commit8474973c95c2c49210bebafc8e51258d44693e92 (patch)
treeb1efc1945bfdb561e72a075550b0436a45af10ea
parent467e3a92c1eb7e76eb8ed6a7c69f736f787c3ef2 (diff)
downloadguix-8474973c95c2c49210bebafc8e51258d44693e92.tar.gz
guix-8474973c95c2c49210bebafc8e51258d44693e92.zip
gnu: Remove khotkeys.
* gnu/packages/kde-plasma.scm (khotkeys): Delete variable. Change-Id: Ic8390f27156d252750abbfe2bf1bae2dd03be00f
-rw-r--r--gnu/packages/kde-plasma.scm31
1 files changed, 0 insertions, 31 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 6806eb3b47..79c8c852fc 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -689,37 +689,6 @@ functionality")
(home-page "https://invent.kde.org/plasma/kglobalacceld")
(license license:gpl2+)))
-(define-public khotkeys
- (package
- (name "khotkeys")
- (version "5.27.7")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/plasma/" version "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "1ipg71jz356jrngw7kqbjs7jplpnr8q3yz694rkhqklsqlfh91bd"))))
- (build-system qt-build-system)
- (native-inputs (list extra-cmake-modules))
- (inputs (list kdbusaddons
- kdoctools
- kglobalaccel
- ki18n
- kcmutils
- kio
- ktextwidgets
- kxmlgui
- kdelibs4support
- plasma-workspace
- qtx11extras))
- (synopsis "Trigger actions with the keyboard")
- (description
- "This package provides a way to trigger actions when certain keys
-are pressed.")
- (home-page "https://invent.kde.org/plasma/khotkeys")
- (license license:lgpl2.0)))
-
(define-public kinfocenter
(package
(name "kinfocenter")