gnu: lxqt-about: Update to 2.1.0.

* gnu/packages/lxqt.scm (lxqt-about): Update to 2.1.0.
[inputs]: Simplify.

Change-Id: I16b86046a27c7642969692e41e33eac620013b06
This commit is contained in:
宋文武 2025-01-13 16:54:35 +08:00
parent 4f3548a004
commit ec15c7ced1
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -276,24 +276,19 @@ (define-public libsysstat
(define-public lxqt-about
(package
(name "lxqt-about")
(version "1.3.0")
(version "2.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32 "08b922gyg4591b399pw0y9zl3gr2627dw20c33abqpl30iq1fmd9"))))
(base32 "0js94q82rpaqkdg6vl3p4w4kw091dp6wixgkw5dbvqsnaw2v8nd0"))))
(build-system cmake-build-system)
(inputs
(list kwindowsystem-5
liblxqt
libqtxdg
qtbase-5
qtsvg-5
qtx11extras))
(list liblxqt))
(native-inputs
(list lxqt-build-tools qttools-5))
(list lxqt-build-tools))
(arguments
'(#:tests? #f ; no tests
#:phases