z572 pushed a commit to branch kde-team
in repository guix.

commit 77c77371aa90dfef96f989aa06c6321860ff9c33
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:52:01 2025 +0800

    gnu: spectacle: Update to 24.12.1.
    
    * gnu/packages/kde-systemtools.scm (spectacle): Update to 24.12.1.
    [inputs]: Add kcrash, kstatusnotifieritem, opencv, prison and 
qtimageformats.
    
    Change-Id: I6c4df56f28ea88c3bf3a232324c5f03e78b06c71
---
 gnu/packages/kde-systemtools.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
index ea92cb04fa..58b3d288a5 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -43,6 +43,7 @@
   #:use-module (gnu packages perl)
   #:use-module (gnu packages xml)
   #:use-module (gnu packages icu4c)
+  #:use-module (gnu packages image-processing)
   #:use-module (gnu packages xorg)
   #:use-module (gnu packages xdisorg))
 
@@ -388,14 +389,14 @@ This package is part of the KDE administration module.")
 (define-public spectacle
   (package
     (name "spectacle")
-    (version "24.02.2")
+    (version "24.12.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/spectacle-" version ".tar.xz"))
        (sha256
-        (base32 "0li1fhhvqk5y1j0jpazhjw1qh5mnwzn4dkl85bmlsn5hbqszf621"))))
+        (base32 "16dr9h4inh2z9j1lm8f4yx9m7n0vxf1sm80afslk6lgixc1hwwfz"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase
@@ -411,6 +412,7 @@ This package is part of the KDE administration module.")
     (inputs
      (list kconfig
            kcoreaddons
+           kcrash
            kdbusaddons
            kglobalaccel
            kguiaddons
@@ -419,12 +421,16 @@ This package is part of the KDE administration module.")
            kirigami
            knotifications
            kpipewire
+           kstatusnotifieritem
            kwidgetsaddons
            kwindowsystem
            kxmlgui
+           opencv
            purpose
            layer-shell-qt
+           prison
            qtdeclarative
+           qtimageformats
            qtmultimedia
            qtwayland
            wayland

Reply via email to