gnu: kidletime: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kidletime): Update to 6.3.0. [inputs]: Remove libxscrnsaver, qtbase-5, and qtx11extras; add qtbase, qtwayland, wayland, plasma-wayland-protocols, wayland-protocols, and libxkbcommon. [native-inputs]: Add wayland. Change-Id: Iee27d9f4845e0275c9cd0e6194e83e650fb7208amaster
parent
30052e4649
commit
447e85325f
|
@ -892,22 +892,27 @@ translation scripting.")
|
|||
(define-public kidletime
|
||||
(package
|
||||
(name "kidletime")
|
||||
(version "5.114.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://kde/stable/frameworks/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"06sc9w54g4n7s5gjkqz08rgcz6v3pr0bdgx3gbjgzass6l4m8w7p"))))
|
||||
(version "6.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/frameworks/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0ba74qa3p8qfmv2k1mq9wh00yih331y0wzc1i0mk8f37rry6g3yd"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules pkg-config))
|
||||
(list extra-cmake-modules pkg-config
|
||||
;; for wayland-scanner
|
||||
wayland))
|
||||
(inputs
|
||||
(list libxscrnsaver ; X-Screensaver based poller, fallback mode
|
||||
qtbase-5 qtx11extras))
|
||||
(list qtbase
|
||||
qtwayland
|
||||
wayland
|
||||
plasma-wayland-protocols
|
||||
wayland-protocols
|
||||
libxkbcommon))
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
(synopsis "Reporting of idle time of user and system")
|
||||
(description "KIdleTime is a singleton reporting information on idle time.
|
||||
|
|
Reference in New Issue