z572 pushed a commit to branch kde-team
in repository guix.
commit 94f57e27924771e6d446021ada140247d21f1435
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Jul 9 00:30:48 2024 +0800
gnu: calindori: Update to 24.05.2.
* gnu/packages/kde-plasma.scm (calindori): Update to 24.05.2.
[inputs]: Remove qtbase-5, qtdeclarative-5, qtquickcontrols2-5, qtsvg-5, and
qtgraphicaleffects; add qtdeclarative and qtsvg.
[native-inputs]: Add python-minimal.
[arguments]: Set #:qtbase to qtbase.
Change-Id: Ie96dce3d07e70506ee72973db8ec96f6842d7fb9
---
gnu/packages/kde-plasma.scm | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index a2a0160692..10d53a37f3 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -211,16 +211,16 @@ Breeze is the default theme for the KDE Plasma desktop.")
(define-public calindori
(package
(name "calindori")
- (version "23.01.0")
+ (version "24.05.2")
(source (origin
(method url-fetch)
- (uri (string-append "mirror://kde/stable/plasma-mobile/" version
- "/calindori-" version ".tar.xz"))
+ (uri (string-append "mirror://kde/stable/release-service/"
version
+ "/src/calindori-" version ".tar.xz"))
(sha256
(base32
- "0jhrxsh6gd20qpq68n2lspfkgq3bam46j6m10jnm3zckb190pfhl"))))
+ "1x3890naijhiyh6ppf3bs5hc3hgcljf0va4kd2gj0s3fdddrqh7i"))))
(build-system qt-build-system)
- (native-inputs (list extra-cmake-modules))
+ (native-inputs (list extra-cmake-modules python-minimal))
(inputs (list kconfig
kcoreaddons
kdbusaddons
@@ -229,11 +229,9 @@ Breeze is the default theme for the KDE Plasma desktop.")
kcalendarcore
knotifications
kpeople
- qtbase-5
- qtdeclarative-5
- qtquickcontrols2-5
- qtsvg-5
- qtgraphicaleffects))
+ qtdeclarative
+ qtsvg))
+ (arguments (list #:qtbase qtbase))
(home-page "https://invent.kde.org/plasma-mobile/calindori")
(synopsis "Calendar for Plasma Mobile")
(description