[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
218/373: gnu: kolf: Update to 24.05.2.
From: |
guix-commits |
Subject: |
218/373: gnu: kolf: Update to 24.05.2. |
Date: |
Mon, 8 Jul 2024 08:04:50 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 0d6c543863740bace25461a18a688117c1092b9f
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 18:36:14 2024 +0800
gnu: kolf: Update to 24.05.2.
* gnu/packages/kde-games.scm (kolf): Update to 24.05.2.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove qtbase-5 and qtdeclarative-5; add qtdeclarative.
Change-Id: If3520789e70bea5b3d60abdf733830ff2a2610e8
---
gnu/packages/kde-games.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 0c7f021216..dfddbfd109 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -130,15 +130,16 @@ This package is part of the KDE games module.")
(define-public kolf
(package
(name "kolf")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kolf-" version ".tar.xz"))
(sha256
- (base32 "0wbdpclc6nimjzs2pqbzaxnqn516hci1yk1dgig0jgdy1jv2nyhv"))))
+ (base32 "0i0rh3dw90j8p46dhfmmcl6nah080ilmhy9d1m9jwlb6xd03zg66"))))
(build-system qt-build-system)
+ (arguments (list #:qtbase qtbase))
(native-inputs
(list extra-cmake-modules kdoctools))
(inputs
@@ -153,8 +154,7 @@ This package is part of the KDE games module.")
kxmlgui
ktextwidgets
libkdegames
- qtbase-5
- qtdeclarative-5))
+ 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
- 134/373: gnu: Add plasma5support., (continued)
- 134/373: gnu: Add plasma5support., guix-commits, 2024/07/08
- 137/373: gnu: Add kdsoap-ws-discovery-client., guix-commits, 2024/07/08
- 139/373: gnu: plasma-nm: Update to 6.1.2., guix-commits, 2024/07/08
- 165/373: gnu: filelight: Update to 24.05.2., guix-commits, 2024/07/08
- 171/373: gnu: dolphin-plugins: Update to 24.05.2., guix-commits, 2024/07/08
- 123/373: gnu: plasma-pa: Update to 6.1.2., guix-commits, 2024/07/08
- 163/373: gnu: kdf: Update to 24.05.2., guix-commits, 2024/07/08
- 182/373: gnu: ksystemlog: Update to 24.05.2., guix-commits, 2024/07/08
- 176/373: gnu: Add krdp., guix-commits, 2024/07/08
- 216/373: gnu: kjumpingcube: Update to 24.05.2., guix-commits, 2024/07/08
- 218/373: gnu: kolf: Update to 24.05.2.,
guix-commits <=
- 220/373: gnu: kmines: Update to 24.05.2., guix-commits, 2024/07/08
- 224/373: gnu: klines: Update to 24.05.2., guix-commits, 2024/07/08
- 215/373: gnu: grantleetheme: Update to 24.05.2., guix-commits, 2024/07/08
- 229/373: gnu: killbots: Update to 24.05.2., guix-commits, 2024/07/08
- 231/373: gnu: kollision: Update to 24.05.2., guix-commits, 2024/07/08
- 233/373: gnu: ksquares: Update to 24.05.2., guix-commits, 2024/07/08
- 237/373: gnu: keysmith: Update to 24.05.2., guix-commits, 2024/07/08
- 248/373: gnu: akonadi: Update to 24.05.2., guix-commits, 2024/07/08
- 249/373: gnu: ksmtp: Update to 24.05.2., guix-commits, 2024/07/08
- 243/373: gnu: Remove print-manager., guix-commits, 2024/07/08