gnu: lxqt-session: Update to 2.1.1.

* gnu/packages/lxqt.scm (lxqt-session): Update to 2.1.1.
[inputs]: Add layer-shell-qt.  Simplify.

Change-Id: I9f8ad80c058cdd58cd04ad5e24f0dd3cd859cad9
This commit is contained in:
宋文武 2025-01-13 17:04:30 +08:00
parent cd906703d0
commit b7aa4bfcfd
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -673,28 +673,26 @@ (define-public lxqt-runner
(define-public lxqt-session (define-public lxqt-session
(package (package
(name "lxqt-session") (name "lxqt-session")
(version "1.3.0") (version "2.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/" (uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz")) version "/" name "-" version ".tar.xz"))
(sha256 (sha256
(base32 "0xa5nqiq9mxwfynnw91i4c2cgpmpapl4nxys084nbs7yd88kbm2l")))) (base32 "06f8kfy859ri2wbjpz7yx69jw0gfxm80f46729lcl2vd23a0qari"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
(list bash-minimal (list bash-minimal
eudev eudev
kwindowsystem-5 kwindowsystem
layer-shell-qt
liblxqt liblxqt
qtxdg-tools qtxdg-tools
procps procps
qtbase-5
qtsvg-5
qtx11extras
xdg-user-dirs)) xdg-user-dirs))
(native-inputs (native-inputs
(list pkg-config lxqt-build-tools qttools-5)) (list pkg-config lxqt-build-tools))
(arguments (arguments
`(#:tests? #f `(#:tests? #f
#:phases #:phases