mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Remove khotkeys.
* gnu/packages/kde-plasma.scm (khotkeys): Delete variable. Change-Id: Ic8390f27156d252750abbfe2bf1bae2dd03be00f
This commit is contained in:
parent
467e3a92c1
commit
8474973c95
1 changed files with 0 additions and 31 deletions
|
@ -689,37 +689,6 @@ (define-public kglobalacceld
|
||||||
(home-page "https://invent.kde.org/plasma/kglobalacceld")
|
(home-page "https://invent.kde.org/plasma/kglobalacceld")
|
||||||
(license license:gpl2+)))
|
(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
|
(define-public kinfocenter
|
||||||
(package
|
(package
|
||||||
(name "kinfocenter")
|
(name "kinfocenter")
|
||||||
|
|
Loading…
Reference in a new issue