[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
165/347: gnu: spectacle: Update to 24.02.2.
From: |
guix-commits |
Subject: |
165/347: gnu: spectacle: Update to 24.02.2. |
Date: |
Fri, 28 Jun 2024 09:58:51 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 646b0e6828520d7621f1403eb8110843255a0ea5
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue May 7 13:54:03 2024 +0800
gnu: spectacle: Update to 24.02.2.
* gnu/packages/kde-systemtools.scm (spectacle): Update to 24.02.2.
[arguments]: Set #:qtbase to qtbase.
[native-inputs]: Use kdoctools-6 replace kdoctools.
[inputs]: Add layer-shell-qt, qtmultimedia, libxkbcommon. Remove libxcb. Use
kconfig-6, kcoreaddons-6, kdbusaddons-6, kglobalaccel-6, kguiaddons-6,
ki18n-6, kio-6, kirigami-6, knotifications-6, kwidgetsaddons-6,
kwindowsystem-6, kxmlgui-6, purpose-6, qtdeclarative and qtwayland replace
kconfig, kcoreaddons, kdbusaddons, kglobalaccel, kguiaddons, ki18n, kio,
kirigami, knotifications, kwidgetsaddons, kwindowsystem, kxmlgui, purpose,
qtdeclarative-5 and qtwayland-5.
Change-Id: I1f93594c527bb6e18b7f859ae93f40308d995ceb
---
gnu/packages/kde-systemtools.scm | 47 ++++++++++++++++++++--------------------
1 file changed, 24 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
index 024628c9d8..18257a70e5 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -379,17 +379,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)
@@ -397,33 +398,33 @@ This package is part of the KDE administration module.")
(invoke "ctest" "-E"
"filename_test")))))))
(native-inputs
- (list extra-cmake-modules kdoctools))
+ (list extra-cmake-modules kdoctools-6))
(inputs
- (list kconfig
- kcoreaddons
- kdbusaddons
- kglobalaccel
- kguiaddons
- ki18n
- kio
- kirigami
- knotifications
+ (list kconfig-6
+ kcoreaddons-6
+ kdbusaddons-6
+ kglobalaccel-6
+ kguiaddons-6
+ ki18n-6
+ kio-6
+ kirigami-6
+ knotifications-6
kpipewire
- kwidgetsaddons
- kwindowsystem
- kxmlgui
- libxcb
- purpose
- qtdeclarative-5
- qtquickcontrols2-5
- qtwayland-5
- qtx11extras
+ kwidgetsaddons-6
+ kwindowsystem-6
+ kxmlgui-6
+ purpose-6
+ 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.")
- 135/347: gnu: Add kdsoap-ws-discovery-client., (continued)
- 135/347: gnu: Add kdsoap-ws-discovery-client., guix-commits, 2024/06/28
- 139/347: gnu: kaccounts-integration: Update to 24.02.2., guix-commits, 2024/06/28
- 157/347: gnu: Add sddm-qt5., guix-commits, 2024/06/28
- 158/347: services: sddm: Adjust pass env., guix-commits, 2024/06/28
- 149/347: gnu: kinfocenter: Update to 6.0.4., guix-commits, 2024/06/28
- 161/347: gnu: libkomparediff2: Update to 24.02.2., guix-commits, 2024/06/28
- 153/347: gnu: kde-cli-tools: Update to 6.0.4., guix-commits, 2024/06/28
- 163/347: gnu: ktimer: Update to 24.02.2., guix-commits, 2024/06/28
- 164/347: gnu: dolphin: Update to 24.02.2., guix-commits, 2024/06/28
- 166/347: gnu: Add ocean-sound-theme., guix-commits, 2024/06/28
- 165/347: gnu: spectacle: Update to 24.02.2.,
guix-commits <=
- 170/347: gnu: filelight: Update to 24.02.2., guix-commits, 2024/06/28
- 172/347: gnu: sweeper: Update to 24.02.2., guix-commits, 2024/06/28
- 173/347: gnu: kaccounts-providers: Update to 24.02.2., guix-commits, 2024/06/28
- 177/347: gnu: Remove khotkeys., guix-commits, 2024/06/28
- 178/347: gnu: Remove ksysguard., guix-commits, 2024/06/28
- 180/347: gnu: dolphin-plugins: Update to 24.02.2., guix-commits, 2024/06/28
- 185/347: gnu: Add wayland-protocols-next., guix-commits, 2024/06/28
- 187/347: gnu: kquickcharts-6: Update to 6.3.0., guix-commits, 2024/06/28
- 189/347: gnu: attica-6: Update to 6.3.0., guix-commits, 2024/06/28
- 192/347: gnu: karchive-6: Update to 6.3.0., guix-commits, 2024/06/28