~ruther/guix-local

b7aa4bfcfd7e6c615c8c1b1227254cbeb62d5028 — 宋文武 1 year, 3 months ago cd90670
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
1 files changed, 5 insertions(+), 7 deletions(-)

M gnu/packages/lxqt.scm
M gnu/packages/lxqt.scm => gnu/packages/lxqt.scm +5 -7
@@ 673,28 673,26 @@ allows for launching applications or shutting down the system.")
(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