mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
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:
parent
ec15c7ced1
commit
b9baa3f9fd
1 changed files with 4 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue