gnu: lxqt-sudo: Update to 2.1.0.

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

Change-Id: Idfeb3cce3a7a00acef54c2e5ff853c8a8472bff3
This commit is contained in:
宋文武 2025-01-13 17:05:09 +08:00
parent b7aa4bfcfd
commit 28eb1b4280
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -730,25 +730,19 @@ (define-public lxqt-session
(define-public lxqt-sudo (define-public lxqt-sudo
(package (package
(name "lxqt-sudo") (name "lxqt-sudo")
(version "1.3.0") (version "2.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/" (uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz")) version "/" name "-" version ".tar.xz"))
(sha256 (sha256
(base32 "0pqz2pkzwq3af70s90p9x3a8rvlpl2jjb4mnjwgs1wz30cb7jrii")))) (base32 "17bk4bcvm919q7h63q2sdnzwwbqjpk98kb5ij14rqs9v2psbqfks"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
(list kwindowsystem-5 (list liblxqt sudo))
liblxqt
libqtxdg
qtbase-5
qtsvg-5
qtx11extras
sudo))
(native-inputs (native-inputs
(list pkg-config qttools-5 lxqt-build-tools)) (list pkg-config lxqt-build-tools))
(arguments '(#:tests? #f)) ; no tests (arguments '(#:tests? #f)) ; no tests
(home-page "https://lxqt-project.org") (home-page "https://lxqt-project.org")
(synopsis "GUI frontend for sudo/su") (synopsis "GUI frontend for sudo/su")