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 (lxqt-config): Update to 2.1.0.
[inputs]: Simplify. Add lxqt-menu-data.
[propagated-inputs]: Replace libkscreen-5 with libkscreen.
Change-Id: I00a6c60b73971f98ca5287c4f4c1afa536c0bd56
---
gnu/packages/lxqt.scm | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 982c4ae08c..a1b6824864 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -363,35 +363,30 @@ (define-public lxqt-menu-data
(define-public lxqt-config
(package
(name "lxqt-config")
- (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 "13v9mrp6dswdw9vq39lfpd5cgz2bg74mk2kp1x7zinzqijsn17wj"))))
+ (base32 "03bq440npq3l4ssx7l1a15962q1jylfzdldfr66dm5nkjgvvv0gs"))))
(build-system cmake-build-system)
(inputs
(list eudev
- kwindowsystem-5
liblxqt
- libqtxdg
libxcursor
libxi
- qtbase-5
- qtsvg-5
- qtx11extras
- solid-5
+ lxqt-menu-data
xf86-input-libinput
xkeyboard-config
zlib))
(native-inputs
- (list pkg-config lxqt-build-tools qttools-5))
+ (list pkg-config lxqt-build-tools))
;; XXX: This is a workaround so libkscreen can find the backends as we
;; dont have a way specify them. We may want to patch like Nix does.
(propagated-inputs
- (list libkscreen-5))
+ (list libkscreen))
(arguments
'(#:tests? #f ; no tests
#:phases
--
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.