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

commit bc330197cac97c4c658a1fcf88ca055419c192d4
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 22 22:29:43 2025 +0530

    gnu: spectacle: Update to 6.5.0.
    
    * gnu/packages/kde-plasma.scm (spectacle): Update to 6.5.0.
    [arguments]<#:tests?>: Disable.
    <#:phases>: Do not replace 'check phase.
    
    Change-Id: Ib513909c8bd061371a827ccd2228afdb7042fdcb
---
 gnu/packages/kde-plasma.scm | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index be2ee82c57..3ef34dfb3b 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3139,24 +3139,18 @@ of a Plasma shell.")
 (define-public spectacle
   (package
     (name "spectacle")
-    (version "6.4.5")
+    (version "6.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/plasma/" version
                            "/spectacle-" version ".tar.xz"))
        (sha256
-        (base32 "1rs0anx22fhglasgvfsg6m4a43iawgkgd3h8c6vcgif0jc2nz9a2"))))
+        (base32 "1wfwy3msjv48mlnvqhkandy4cpr1p39by5grjqvqllzjy735fip1"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase
-           #:phases
-           #~(modify-phases %standard-phases
-               (replace 'check
-                 (lambda* (#:key tests? #:allow-other-keys)
-                   (when tests?
-                     (invoke "ctest" "-E"
-                             "filename_test")))))))
+           #:tests? #f)) ;no tests
     (native-inputs
      (list extra-cmake-modules kdoctools))
     (inputs

Reply via email to