GNU bug report logs -
#75534
[PATCH 00/35] LXQt 2.1.0 updates
Previous Next
Reported by: iyzsong <at> envs.net
Date: Mon, 13 Jan 2025 09:30:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/lxqt.scm (liblxqt): Update to 2.1.0.
[propagated-inputs]: Add kwindowsystem, libqtxdg, lxqt-build-tools, qtbase and qttools.
Change-Id: I92ba002216add8b94ad1367200aea1f41398a85f
---
gnu/packages/lxqt.scm | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 45d1d3938f..55c91c9271 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -210,7 +210,7 @@ (define-public qtxdg-tools
(define-public liblxqt
(package
(name "liblxqt")
- (version "1.3.0")
+ (version "2.1.0")
(source
(origin
(method url-fetch)
@@ -218,7 +218,7 @@ (define-public liblxqt
"https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
- (base32 "1vr43sd2dzs4gmiaidr1gpm64fl500k30rlxxq7yj9p3iwk5d3xp"))))
+ (base32 "1q1wn53rsy6bagngj1k53sipmbga3pbwk446kd1m6prwz1i0p0hh"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; no tests
@@ -231,14 +231,16 @@ (define-public liblxqt
"DESTINATION \"share/polkit-1/actions"))
#t)))))
(inputs
- (list kwindowsystem-5
+ (list libxscrnsaver polkit-qt6))
+ (propagated-inputs
+ ;; Required by lxqt-config.cmake
+ (list kwindowsystem
libqtxdg
- libxscrnsaver
- polkit-qt
- qtsvg-5
- qtx11extras))
+ lxqt-build-tools
+ qtbase
+ qttools))
(native-inputs
- (list lxqt-build-tools qttools-5))
+ (list lxqt-build-tools))
(home-page "https://lxqt-project.org")
(synopsis "Core utility library for all LXQt components")
(description "liblxqt provides the basic libraries shared by the
--
2.47.1
This bug report was last modified 131 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.