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-globalkeys): Update to 2.1.0.
[inputs]: Simplify.
Change-Id: Ia22d1de54419b6055b5879af873a70eb24705940
---
gnu/packages/lxqt.scm | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index a1b6824864..95e8551356 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -408,7 +408,7 @@ (define-public lxqt-config
(define-public lxqt-globalkeys
(package
(name "lxqt-globalkeys")
- (version "1.3.0")
+ (version "2.1.0")
(source
(origin
(method url-fetch)
@@ -416,17 +416,12 @@ (define-public lxqt-globalkeys
"releases/download/" version "/"
"lxqt-globalkeys-" version ".tar.xz"))
(sha256
- (base32 "17km7yl5fqwhjy35w700s4rjxf9ann3vv6mw6l4r1cf7pvzmxhy7"))))
+ (base32 "0x18jkis3avl7928584sgl6c3fk1xm2qgpksxcy2qsk2ab25dk3h"))))
(build-system cmake-build-system)
(inputs
- (list kwindowsystem-5
- liblxqt
- libqtxdg
- qtbase-5
- qtsvg-5
- qtx11extras))
+ (list liblxqt))
(native-inputs
- (list pkg-config qttools-5 lxqt-build-tools))
+ (list pkg-config lxqt-build-tools))
(arguments '(#:tests? #f)) ; no tests
(home-page "https://lxqt-project.org")
(synopsis "Daemon used to register global keyboard shortcuts")
--
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.