gnu: lxqt-admin: Update to 2.1.0.

* gnu/packages/lxqt.scm (lxqt-admin): Update to 2.1.0.
[inputs]: Simplify.  Replace polkit-qt with polkit-qt6.

Change-Id: I7aadc62b90dc3b98a50ec18c7f64f1126d50d9ac
This commit is contained in:
宋文武 2025-01-13 16:55:34 +08:00
parent ec15c7ced1
commit b9baa3f9fd
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -306,24 +306,19 @@ (define-public lxqt-about
(define-public lxqt-admin
(package
(name "lxqt-admin")
(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 "1p9959rvj5kh1svv2p9dsfnf008xvrhllcccrsxnk4s8vzjhdqjp"))))
(base32 "047m08hhl8ykk2n2zr0h38f0ynq6b81v80hqrfhqfik3c20895ss"))))
(build-system cmake-build-system)
(inputs
(list kwindowsystem-5
liblxqt
libqtxdg
polkit-qt
qtsvg-5
qtx11extras))
(list liblxqt polkit-qt6))
(native-inputs
(list lxqt-build-tools qttools-5))
(list lxqt-build-tools))
(arguments
'(#:tests? #f ; no tests
#:phases