GNU bug report logs -
#48465
[PATCHES 0/35] gnu: lxqt: Update to 0.17.0.
Previous Next
Reported by: Brendan Tildesley <btild <at> mailbox.org>
Date: Sun, 16 May 2021 14:05:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #80 received at 48465 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/lxqt.scm (screengrab): Update to 2.2.0.
[native-inputs]: Add perl.
---
gnu/packages/lxqt.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index b069332a34..b0742c63ae 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1266,14 +1266,14 @@ QTermWidget.")
(define-public screengrab
(package
(name "screengrab")
- (version "2.0.1")
+ (version "2.2.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/screengrab/releases/download/"
version "/screengrab-" version ".tar.xz"))
(sha256
- (base32 "14znjw3d3gw02fsmhrjcj86l173m2ypl1x8hhba9ld23icr1gqwf"))))
+ (base32 "0cilzw7rz5m2klzpax7rrs5rr6whfda2svwzsn2jvmrirmh5by7r"))))
(build-system cmake-build-system)
(inputs
`(("kwindowsystem" ,kwindowsystem)
@@ -1283,6 +1283,7 @@ QTermWidget.")
("qtx11extras" ,qtx11extras)))
(native-inputs
`(("pkg-config" ,pkg-config)
+ ("perl" ,perl)
("qttools" ,qttools)))
(arguments
'(#:tests? #f)) ; no tests
--
2.31.1
This bug report was last modified 3 years and 357 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.