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 (qtermwidget): Update to 2.1.0.
[inputs]: Replace qtbase-5 with qtbase.
[native-inputs]: Remove qttools-5.
Change-Id: Id7b012e978eda2b418c04ed1ac26f4e7ebfac31b
---
gnu/packages/lxqt.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index df27342300..b77e02dde6 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -949,19 +949,19 @@ (define-public qps
(define-public qtermwidget
(package
(name "qtermwidget")
- (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 "0kl0lmd6np0lka60372sn8xd7l5h67hvy11x4gbf665p5fhsigkl"))))
+ (base32 "0jwfpv9dwifkjgzy2fiffkvj0dd3aw4rf95fnnrhvqcdlg1v5v16"))))
(build-system cmake-build-system)
(inputs
- (list qtbase-5 utf8proc))
+ (list qtbase utf8proc))
(native-inputs
- (list lxqt-build-tools qttools-5))
+ (list lxqt-build-tools))
(arguments
'(#:tests? #f)) ; no tests
(home-page "https://lxqt-project.org")
--
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.