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
Message #101 received at 75534 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/lxqt.scm (screengrab): Update to 2.9.0.
[inputs]: Replace kwindowsystem-5 with kwindowsystem. Replace qtbase-5 with
qtbase. Remove qtsvg-5 and qtx11extras.
[native-inputs]: Replace qttools-5 with qttools.
Change-Id: Ib049452f69a428d942485a792ab82d9987189125
---
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 c963bb1ae8..3d22d3ccb7 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -996,19 +996,19 @@ (define-public qterminal
(define-public screengrab
(package
(name "screengrab")
- (version "2.6.0")
+ (version "2.9.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/screengrab/releases/download/"
version "/screengrab-" version ".tar.xz"))
(sha256
- (base32 "0xc004h7i2hnl3jj4p8v6wkqav2v07k1mzdvys3ya171z4ffmc9j"))))
+ (base32 "1c7nyz1sjk30qpm00jzz9vq54jm6dyqfajjiwsqlp5hvx9gfgg17"))))
(build-system cmake-build-system)
(inputs
- (list kwindowsystem-5 libqtxdg qtbase-5 qtsvg-5 qtx11extras))
+ (list kwindowsystem libqtxdg qtbase))
(native-inputs
- (list pkg-config perl qttools-5))
+ (list pkg-config perl qttools))
(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.