me
/
guix
Archived
1
0
Fork 0

gnu: kmousetool: Update to 24.05.2.

* gnu/packages/kde-utils.scm (kmousetool): Update to 24.05.2.
[inputs]: Remove qtbase-5; add kstatusnotifieritem and qtmultimedia.
[arguments]: Set #:qtbase to qtbase.

Change-Id: Ie2b2e5d782d54e31a16fd644cff42d4f0f25911c
master
Zheng Junjie 2024-07-06 19:22:59 +08:00
parent 5bff04fdcb
commit caac8bbd18
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 7 additions and 5 deletions

View File

@ -826,19 +826,20 @@ artists to web-designers to people with low vision.")
(define-public kmousetool (define-public kmousetool
(package (package
(name "kmousetool") (name "kmousetool")
(version "23.04.3") (version "24.05.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version (uri (string-append "mirror://kde/stable/release-service/" version
"/src/kmousetool-" version ".tar.xz")) "/src/kmousetool-" version ".tar.xz"))
(sha256 (sha256
(base32 "1prh9xdzwx0mx93g9cbjy55hxwcci90hvrv2ckj4dqdnv5fv4h21")))) (base32 "1vhabwsi1iiliakyqdaxjlzx9n7ln08szrr1l6hyi7abvzaarp8p"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules kdoctools)) (list extra-cmake-modules kdoctools))
(inputs (inputs
(list kauth (list breeze-icons ;; default icon set
kauth
kcoreaddons kcoreaddons
kconfigwidgets kconfigwidgets
kdbusaddons kdbusaddons
@ -847,11 +848,12 @@ artists to web-designers to people with low vision.")
knotifications knotifications
kxmlgui kxmlgui
kwindowsystem kwindowsystem
kstatusnotifieritem
libxtst libxtst
libxt libxt
phonon phonon
breeze-icons ;; default icon set qtmultimedia))
qtbase-5)) (arguments (list #:qtbase qtbase))
(home-page "https://apps.kde.org/kmousetool/") (home-page "https://apps.kde.org/kmousetool/")
(synopsis "Automatic mouse click and mouse manipulation tool for the (synopsis "Automatic mouse click and mouse manipulation tool for the
disabled") disabled")