guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2dcbcae8494c5a0b01df8360ceca6e6d6ec5574e
Author: 宋文武 <[email protected]>
AuthorDate: Sat Aug 23 12:36:50 2025 +0800

    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
---
 gnu/packages/lxqt.scm | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index f4fe1ec58d..8ca2b27e3f 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -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";)

Reply via email to