mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
c171061ce2
commit
82ab5caceb
1 changed files with 8 additions and 2 deletions
|
@ -44,6 +44,7 @@
|
||||||
#:use-module (gnu packages perl)
|
#:use-module (gnu packages perl)
|
||||||
#:use-module (gnu packages xml)
|
#:use-module (gnu packages xml)
|
||||||
#:use-module (gnu packages icu4c)
|
#:use-module (gnu packages icu4c)
|
||||||
|
#:use-module (gnu packages image-processing)
|
||||||
#:use-module (gnu packages xorg)
|
#:use-module (gnu packages xorg)
|
||||||
#:use-module (gnu packages xdisorg))
|
#:use-module (gnu packages xdisorg))
|
||||||
|
|
||||||
|
@ -389,14 +390,14 @@ This package is part of the KDE administration module.")
|
||||||
(define-public spectacle
|
(define-public spectacle
|
||||||
(package
|
(package
|
||||||
(name "spectacle")
|
(name "spectacle")
|
||||||
(version "24.02.2")
|
(version "24.12.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/spectacle-" version ".tar.xz"))
|
"/src/spectacle-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0li1fhhvqk5y1j0jpazhjw1qh5mnwzn4dkl85bmlsn5hbqszf621"))))
|
(base32 "16dr9h4inh2z9j1lm8f4yx9m7n0vxf1sm80afslk6lgixc1hwwfz"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:qtbase qtbase
|
(list #:qtbase qtbase
|
||||||
|
@ -412,6 +413,7 @@ This package is part of the KDE administration module.")
|
||||||
(inputs
|
(inputs
|
||||||
(list kconfig
|
(list kconfig
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
|
kcrash
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
kglobalaccel
|
kglobalaccel
|
||||||
kguiaddons
|
kguiaddons
|
||||||
|
@ -420,12 +422,16 @@ This package is part of the KDE administration module.")
|
||||||
kirigami
|
kirigami
|
||||||
knotifications
|
knotifications
|
||||||
kpipewire
|
kpipewire
|
||||||
|
kstatusnotifieritem
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
kxmlgui
|
kxmlgui
|
||||||
|
opencv
|
||||||
purpose
|
purpose
|
||||||
layer-shell-qt
|
layer-shell-qt
|
||||||
|
prison
|
||||||
qtdeclarative
|
qtdeclarative
|
||||||
|
qtimageformats
|
||||||
qtmultimedia
|
qtmultimedia
|
||||||
qtwayland
|
qtwayland
|
||||||
wayland
|
wayland
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue