[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
339/347: gnu: kolf: Update to 24.05.1.
From: |
guix-commits |
Subject: |
339/347: gnu: kolf: Update to 24.05.1. |
Date: |
Fri, 28 Jun 2024 09:59:31 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 5bf9c152b0353f57e4a0c49a0dafbc21acc1ecbc
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 17:49:21 2024 +0800
gnu: kolf: Update to 24.05.1.
* gnu/packages/kde-games.scm (kolf): Update to 24.05.1.
[inputs]: Remove kcompletion, kconfigwidgets, kcoreaddons, kcrash,
kdbusaddons, ki18n, kio, kwidgetsaddons, kxmlgui, ktextwidgets,
qtbase-5, and qtdeclarative-5; add kcompletion-6, kconfigwidgets-6,
kcoreaddons-6, kcrash-6, kdbusaddons-6, ki18n-6, kio-6,
kwidgetsaddons-6, kxmlgui-6, ktextwidgets-6, qtbase, and
qtdeclarative.
[native-inputs]: Remove kdoctools; add kdoctools-6.
Change-Id: Ia997f4b16aeafab682b3a711f24e5c5884b876f9
---
gnu/packages/kde-games.scm | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 54569a0ee8..223226a9de 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -130,31 +130,31 @@ This package is part of the KDE games module.")
(define-public kolf
(package
(name "kolf")
- (version "23.04.3")
+ (version "24.05.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kolf-" version ".tar.xz"))
(sha256
- (base32 "0wbdpclc6nimjzs2pqbzaxnqn516hci1yk1dgig0jgdy1jv2nyhv"))))
+ (base32 "0km8s7zgvkfqk84y1pyivmx1bd0x4vjf41xq6k5ccriza05nxsqm"))))
(build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules kdoctools))
+ (list extra-cmake-modules kdoctools-6))
(inputs
- (list kcompletion
- kconfigwidgets
- kcoreaddons
- kcrash
- kdbusaddons
- ki18n
- kio
- kwidgetsaddons
- kxmlgui
- ktextwidgets
+ (list kcompletion-6
+ kconfigwidgets-6
+ kcoreaddons-6
+ kcrash-6
+ kdbusaddons-6
+ ki18n-6
+ kio-6
+ kwidgetsaddons-6
+ kxmlgui-6
+ ktextwidgets-6
libkdegames
- qtbase-5
- qtdeclarative-5))
+ qtbase
+ qtdeclarative))
(home-page "https://apps.kde.org/kolf/")
(synopsis "Miniature golf game")
(description "Kolf is a miniature golf game for one to ten players. The
- 315/347: gnu: kdenlive: Update to 24.05.1., (continued)
- 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, 2024/06/28
- 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 <=
- 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