mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
ed9c5887b7
commit
df1825f26c
1 changed files with 10 additions and 9 deletions
|
@ -381,17 +381,18 @@ This package is part of the KDE administration module.")
|
||||||
(define-public spectacle
|
(define-public spectacle
|
||||||
(package
|
(package
|
||||||
(name "spectacle")
|
(name "spectacle")
|
||||||
(version "23.04.3")
|
(version "24.02.2")
|
||||||
(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 "1fyklcvz0zndxabflkka75rham6768rp01as7m5dv0ic4lipkf9m"))))
|
(base32 "0li1fhhvqk5y1j0jpazhjw1qh5mnwzn4dkl85bmlsn5hbqszf621"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:qtbase qtbase
|
||||||
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
|
@ -414,18 +415,18 @@ This package is part of the KDE administration module.")
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libxcb
|
|
||||||
purpose
|
purpose
|
||||||
qtdeclarative-5
|
layer-shell-qt
|
||||||
qtquickcontrols2-5
|
qtdeclarative
|
||||||
qtwayland-5
|
qtmultimedia
|
||||||
qtx11extras
|
qtwayland
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
plasma-wayland-protocols
|
plasma-wayland-protocols
|
||||||
xcb-util
|
xcb-util
|
||||||
xcb-util-cursor
|
xcb-util-cursor
|
||||||
xcb-util-image))
|
xcb-util-image
|
||||||
|
libxkbcommon))
|
||||||
(home-page "https://apps.kde.org/spectacle/")
|
(home-page "https://apps.kde.org/spectacle/")
|
||||||
(synopsis "Screenshot capture utility for KDE")
|
(synopsis "Screenshot capture utility for KDE")
|
||||||
(description "Spectacle is a screenshot taking utility for the KDE.")
|
(description "Spectacle is a screenshot taking utility for the KDE.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue