mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -05:00
gnu: kscreenlocker: Update to 5.27.6.
* gnu/packages/kde-plasma.scm (kscreenlocker): Update to 5.27.6. [inputs]: Add kio, libkscreen. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
f370b61078
commit
bbf7c10e5d
1 changed files with 4 additions and 2 deletions
|
@ -825,14 +825,14 @@ (define-public layer-shell-qt
|
||||||
(define-public kscreenlocker
|
(define-public kscreenlocker
|
||||||
(package
|
(package
|
||||||
(name "kscreenlocker")
|
(name "kscreenlocker")
|
||||||
(version "5.25.5")
|
(version "5.27.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||||
"/kscreenlocker-" version ".tar.xz"))
|
"/kscreenlocker-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mivx0l266310iy52qi94b6wi8w2a8nl7cjn5750x66dz81jl3yj"))))
|
"0pgmy4dw41kim7syk4xb2n4g4iz3jjikhwnh3bjianl9h87rc12x"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;; TODO: make tests pass
|
`(#:tests? #f ;; TODO: make tests pass
|
||||||
|
@ -863,6 +863,7 @@ (define-public kscreenlocker
|
||||||
kdeclarative
|
kdeclarative
|
||||||
kglobalaccel
|
kglobalaccel
|
||||||
ki18n
|
ki18n
|
||||||
|
kio
|
||||||
kidletime
|
kidletime
|
||||||
knotifications
|
knotifications
|
||||||
ktextwidgets
|
ktextwidgets
|
||||||
|
@ -870,6 +871,7 @@ (define-public kscreenlocker
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
kxmlgui
|
kxmlgui
|
||||||
layer-shell-qt
|
layer-shell-qt
|
||||||
|
libkscreen
|
||||||
libseccomp ;for sandboxing the look'n'feel package
|
libseccomp ;for sandboxing the look'n'feel package
|
||||||
libxcursor ;missing in CMakeList.txt
|
libxcursor ;missing in CMakeList.txt
|
||||||
libxi ;XInput, required for grabbing XInput2 devices
|
libxi ;XInput, required for grabbing XInput2 devices
|
||||||
|
|
Loading…
Reference in a new issue