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: Ie2b2e5d782d54e31a16fd644cff42d4f0f25911cmaster
parent
5bff04fdcb
commit
caac8bbd18
|
@ -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")
|
||||||
|
|
Reference in New Issue