gnu: kglobalaccel: Update to 6.3.0.

* gnu/packages/kde-frameworks.scm (kglobalaccel): Update to 6.3.0.
[inputs]: Remove qtbase-5, qtx11extras, qtdeclarative-5, and xcb-util-keysyms;
add qtdeclarative.
[native-inputs]: Remove qttools-5; add qttools.
[arguments]: Set #:qtbase to qtbase.

Change-Id: Id896cba4e3f5cd58892b95661a0de48077bb354f
This commit is contained in:
Zheng Junjie 2024-07-06 01:28:29 +08:00
parent 36daf506fe
commit de53326fee
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2581,7 +2581,7 @@ (define-public kemoticons
(define-public kglobalaccel (define-public kglobalaccel
(package (package
(name "kglobalaccel") (name "kglobalaccel")
(version "5.114.0") (version "6.3.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2590,20 +2590,18 @@ (define-public kglobalaccel
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"19mmav055fnzyl760fyhf0pdvaidd5i1h04l2hcnpin4p1jnpfap")))) "1wcx0b3vi5xm5hhyylkdrcq8i46m49lw1j53m2i2f4nv7750d0n0"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules pkg-config qttools-5)) (list extra-cmake-modules pkg-config qttools))
(inputs (inputs
(list kconfig (list kconfig
kcrash kcrash
kcoreaddons kcoreaddons
kdbusaddons kdbusaddons
kwindowsystem kwindowsystem
qtbase-5 qtdeclarative))
qtx11extras (arguments (list #:qtbase qtbase))
qtdeclarative-5
xcb-util-keysyms))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Global desktop keyboard shortcuts") (synopsis "Global desktop keyboard shortcuts")
(description "KGlobalAccel allows you to have global accelerators that are (description "KGlobalAccel allows you to have global accelerators that are