diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2025-01-10 11:52:01 +0800 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-07-05 23:07:00 +0800 |
commit | 82ab5caceba4434cc80e82fa092918a5de01687d (patch) | |
tree | 31bbf43f234358fb0ab2821bd40e2313982f57df | |
parent | c171061ce21bf3dbcab689be10dbbd9728569aea (diff) |
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
-rw-r--r-- | gnu/packages/kde-systemtools.scm | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm index ccb91464a1..f4104a21fa 100644 --- a/gnu/packages/kde-systemtools.scm +++ b/gnu/packages/kde-systemtools.scm @@ -44,6 +44,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)) @@ -389,14 +390,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 @@ -412,6 +413,7 @@ This package is part of the KDE administration module.") (inputs (list kconfig kcoreaddons + kcrash kdbusaddons kglobalaccel kguiaddons @@ -420,12 +422,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 |