mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: screengrab: Update to 2.2.0.
* gnu/packages/lxqt.scm (screengrab): Update to 2.2.0. [native-inputs]: Add perl. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
680f3a3213
commit
76f4af8eb4
1 changed files with 3 additions and 2 deletions
|
@ -1267,14 +1267,14 @@ (define-public qterminal
|
|||
(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)
|
||||
|
@ -1284,6 +1284,7 @@ (define-public screengrab
|
|||
("qtx11extras" ,qtx11extras)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("perl" ,perl)
|
||||
("qttools" ,qttools)))
|
||||
(arguments
|
||||
'(#:tests? #f)) ; no tests
|
||||
|
|
Loading…
Reference in a new issue