mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: screengrab: Update to 3.0.0.
* gnu/packages/lxqt.scm (screengrab): Update to 3.0.0. [inputs]: Remove qtbase; add layer-shell-qt, libpng, qtwayland, and wayland. [native-inputs]: Remove pkg-config, perl, and qttools; add lxqt-build-tools. Change-Id: I2322367a38e9eda0dc7b575eb120fd615af31907
This commit is contained in:
parent
ed0e44805c
commit
2dcbcae849
1 changed files with 9 additions and 4 deletions
|
|
@ -1021,19 +1021,24 @@ QTermWidget.")
|
|||
(define-public screengrab
|
||||
(package
|
||||
(name "screengrab")
|
||||
(version "2.9.0")
|
||||
(version "3.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/lxqt/screengrab/releases/download/"
|
||||
version "/screengrab-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1c7nyz1sjk30qpm00jzz9vq54jm6dyqfajjiwsqlp5hvx9gfgg17"))))
|
||||
(base32 "1ryfdh7rkdrf9lf7j0p3zapw80hvpg0k6hb8r84yp5c5d0l09b9h"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(list kwindowsystem libqtxdg qtbase))
|
||||
(list kwindowsystem
|
||||
layer-shell-qt
|
||||
libpng
|
||||
libqtxdg
|
||||
qtwayland
|
||||
wayland))
|
||||
(native-inputs
|
||||
(list pkg-config perl qttools))
|
||||
(list lxqt-build-tools))
|
||||
(arguments
|
||||
'(#:tests? #f)) ; no tests
|
||||
(home-page "https://lxqt-project.org")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue