me
/
guix
Archived
1
0
Fork 0

gnu: Add kglobalaccel-5.

* gnu/packages/kde-frameworks.scm (kglobalaccel-5): New variable.

Change-Id: I4691a71f0a5b3c420e6946c0c36117554eb078cd
master
Zheng Junjie 2024-07-08 14:03:45 +08:00
parent dc2dcaaa49
commit bbf0f0fb4e
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 27 additions and 0 deletions

View File

@ -3311,6 +3311,33 @@ independent of the focused window. Unlike regular shortcuts, the application's
window does not need focus for them to be activated.")
(license license:lgpl2.1+)))
(define-public kglobalaccel-5
(package
(inherit kglobalaccel)
(name "kglobalaccel")
(version "5.116.0")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://kde/stable/frameworks/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"0rlqclaq4szzqa2kz7c9ad81rm0b2byr806l5v0xz968h8jampzn"))))
(native-inputs
(list extra-cmake-modules pkg-config qttools-5))
(inputs
(list kconfig-5
kcrash-5
kcoreaddons-5
kdbusaddons-5
kwindowsystem-5
qtx11extras
qtdeclarative-5
xcb-util-keysyms))
(arguments '())))
(define-public kiconthemes
(package
(name "kiconthemes")