z572 pushed a commit to branch kde-team
in repository guix.
commit df1825f26c2983cfe4afe5b38f9c95f6b8d3b74e
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 6 16:38:43 2024 +0800
gnu: spectacle: Update to 24.02.2.
* gnu/packages/kde-systemtools.scm (spectacle): Update to 24.02.2.
[inputs]: Remove libxcb, qtdeclarative-5, qtquickcontrols2-5, qtwayland-5,
and
qtx11extras; add layer-shell-qt, qtdeclarative, qtmultimedia,
qtwayland, and libxkbcommon.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I7ad5ab6f88443e9c8a33459c3d04d5b4c7b4b7f0
---
gnu/packages/kde-systemtools.scm | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
index 7a959b9d80..cfbcf788eb 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -381,17 +381,18 @@ This package is part of the KDE administration module.")
(define-public spectacle
(package
(name "spectacle")
- (version "23.04.3")
+ (version "24.02.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/spectacle-" version ".tar.xz"))
(sha256
- (base32 "1fyklcvz0zndxabflkka75rham6768rp01as7m5dv0ic4lipkf9m"))))
+ (base32 "0li1fhhvqk5y1j0jpazhjw1qh5mnwzn4dkl85bmlsn5hbqszf621"))))
(build-system qt-build-system)
(arguments
- (list #:phases
+ (list #:qtbase qtbase
+ #:phases
#~(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
@@ -414,18 +415,18 @@ This package is part of the KDE administration module.")
kwidgetsaddons
kwindowsystem
kxmlgui
- libxcb
purpose
- qtdeclarative-5
- qtquickcontrols2-5
- qtwayland-5
- qtx11extras
+ layer-shell-qt
+ qtdeclarative
+ qtmultimedia
+ qtwayland
wayland
wayland-protocols
plasma-wayland-protocols
xcb-util
xcb-util-cursor
- xcb-util-image))
+ xcb-util-image
+ libxkbcommon))
(home-page "https://apps.kde.org/spectacle/")
(synopsis "Screenshot capture utility for KDE")
(description "Spectacle is a screenshot taking utility for the KDE.")