[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
335/347: gnu: ktuberling: Update to 24.05.1.
From: |
guix-commits |
Subject: |
335/347: gnu: ktuberling: Update to 24.05.1. |
Date: |
Fri, 28 Jun 2024 09:59:30 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 0681265821a9fa567e19c1c11467c0cb70f8fab7
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 17:17:31 2024 +0800
gnu: ktuberling: Update to 24.05.1.
* gnu/packages/kde-games.scm (ktuberling): Update to 24.05.1.
[inputs]: Remove kcompletion, kconfigwidgets, kcoreaddons, kcrash,
kdbusaddons, ki18n, kio, kwidgetsaddons, kxmlgui, qtbase-5,
qtmultimedia-5, qtdeclarative-5, and qtsvg-5; add kcompletion-6,
kconfigwidgets-6, kcoreaddons-6, kcrash-6, kdbusaddons-6, ki18n-6,
kio-6, kwidgetsaddons-6, kxmlgui-6, qtbase, qtmultimedia,
qtdeclarative, and qtsvg.
[native-inputs]: Remove kdoctools; add kdoctools-6.
Change-Id: I4d14811ba50d486bdab64b2575a4353f57a7890b
---
gnu/packages/kde-games.scm | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index e40fb3bef8..c5fdd11ee4 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -45,33 +45,33 @@
(define-public ktuberling
(package
(name "ktuberling")
- (version "23.04.3")
+ (version "24.05.1")
(source
(origin
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/release-service/" version
- "/src/ktuberling-" version ".tar.xz"))
- (sha256
- (base32 "0zk7wijp425657s2j7xq7mhybgyddpam88ih8i0sbpcs0sliyz7k"))))
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/ktuberling-" version ".tar.xz"))
+ (sha256
+ (base32 "0072m13jnbxzbrn7hnip6d6jgajjx1r5n5fpiqgyir2928ywbc0w"))))
(build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules kdoctools perl))
+ (list extra-cmake-modules kdoctools-6 perl))
(inputs
- (list kcompletion
- kconfigwidgets
- kcoreaddons
- kcrash
- kdbusaddons
- ki18n
- kio
- kwidgetsaddons
- kxmlgui
+ (list kcompletion-6
+ kconfigwidgets-6
+ kcoreaddons-6
+ kcrash-6
+ kdbusaddons-6
+ ki18n-6
+ kio-6
+ kwidgetsaddons-6
+ kxmlgui-6
libkdegames
python-wrapper
- qtbase-5
- qtmultimedia-5
- qtdeclarative-5
- qtsvg-5))
+ qtbase
+ qtmultimedia
+ qtdeclarative
+ qtsvg))
(home-page "https://apps.kde.org/ktuberling/")
(synopsis "Stamp drawing toy")
(description "KTuberling is a drawing toy intended for small children and
- 310/347: gnu: baloo-widgets: Update to 24.05.1., (continued)
- 310/347: gnu: baloo-widgets: Update to 24.05.1., guix-commits, 2024/06/28
- 316/347: gnu: kio-extras: Update to 24.05.1., guix-commits, 2024/06/28
- 315/347: gnu: kdenlive: Update to 24.05.1., guix-commits, 2024/06/28
- 319/347: gnu: kolourpaint: Update to 24.05.1., guix-commits, 2024/06/28
- 325/347: gnu: kompare: Update to 24.05.1., guix-commits, 2024/06/28
- 327/347: gnu: kpublictransport: Update to 24.05.1., guix-commits, 2024/06/28
- 328/347: gnu: kosmindoormap: Update to 24.05.1., guix-commits, 2024/06/28
- 326/347: gnu: kopeninghours: Update to 24.05.1., guix-commits, 2024/06/28
- 329/347: gnu: kpmcore: Update to 24.05.1., guix-commits, 2024/06/28
- 334/347: gnu: libkdegames: Update to 24.05.1., guix-commits, 2024/06/28
- 335/347: gnu: ktuberling: Update to 24.05.1.,
guix-commits <=
- 336/347: gnu: xdg-desktop-portal-kde: Update to 6.1.1., guix-commits, 2024/06/28
- 339/347: gnu: kolf: Update to 24.05.1., guix-commits, 2024/06/28
- 340/347: gnu: filelight: Update to 24.05.1., guix-commits, 2024/06/28
- 344/347: gnu: kcharselect: Update to 24.05.1., guix-commits, 2024/06/28
- 345/347: gnu: kdialog: Update to 24.05.1., guix-commits, 2024/06/28
- 347/347: gnu: kmag: Update to 24.05.1., guix-commits, 2024/06/28