mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
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:
parent
cd906703d0
commit
b7aa4bfcfd
1 changed files with 5 additions and 7 deletions
|
@ -673,28 +673,26 @@ (define-public lxqt-runner
|
|||
(define-public lxqt-session
|
||||
(package
|
||||
(name "lxqt-session")
|
||||
(version "1.3.0")
|
||||
(version "2.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||
version "/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0xa5nqiq9mxwfynnw91i4c2cgpmpapl4nxys084nbs7yd88kbm2l"))))
|
||||
(base32 "06f8kfy859ri2wbjpz7yx69jw0gfxm80f46729lcl2vd23a0qari"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(list bash-minimal
|
||||
eudev
|
||||
kwindowsystem-5
|
||||
kwindowsystem
|
||||
layer-shell-qt
|
||||
liblxqt
|
||||
qtxdg-tools
|
||||
procps
|
||||
qtbase-5
|
||||
qtsvg-5
|
||||
qtx11extras
|
||||
xdg-user-dirs))
|
||||
(native-inputs
|
||||
(list pkg-config lxqt-build-tools qttools-5))
|
||||
(list pkg-config lxqt-build-tools))
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue