gnu: lxqt-archiver: Update to 1.1.0.

* gnu/packages/lxqt.scm (lxqt-archiver): Update to 1.1.0.
[inputs]: Replace qtbase-5 with qtbase.  Remove qtx11extras.
[native-inputs]: Replace qttools-5 with qttools.

Change-Id: I5e0770cfce664efda6a931619f22e1fd0abd8ab0
This commit is contained in:
宋文武 2025-01-13 17:12:24 +08:00
parent 9eec295e73
commit 03353928bc
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1021,19 +1021,19 @@ easily publishing them on internet image hosting services.")
(define-public lxqt-archiver (define-public lxqt-archiver
(package (package
(name "lxqt-archiver") (name "lxqt-archiver")
(version "0.8.0") (version "1.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 "096fjx86w413k8z8vhmk44k08d25dmagv6w4gc88hpqq4r81klr9")))) (base32 "1ir6dc45qp4g6iv57nyn9z1bh06ih9cm8gmgw646370m1jvh06k9"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
(list glib json-glib libfm-qt qtbase-5 qtx11extras)) (list glib json-glib libfm-qt qtbase))
(native-inputs (native-inputs
(list pkg-config lxqt-build-tools qttools-5)) (list pkg-config lxqt-build-tools qttools))
(arguments (arguments
'(#:tests? #f)) '(#:tests? #f))
(home-page "https://lxqt-project.org") (home-page "https://lxqt-project.org")