[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/23: gnu: kapman: Update to 24.05.1.
From: |
guix-commits |
Subject: |
06/23: gnu: kapman: Update to 24.05.1. |
Date: |
Fri, 28 Jun 2024 22:37:59 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit c7c3cd695912d6947e2cd8c5292f90b3edd577c6
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jun 29 00:41:18 2024 +0800
gnu: kapman: Update to 24.05.1.
* gnu/packages/kde-games.scm (kapman): Update to 24.05.1.
[inputs]: Remove kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash,
kdbusaddons, ki18n, kxmlgui, qtbase-5, qtdeclarative-5, and qtsvg-5;
add kcompletion-6, kconfig-6, kconfigwidgets-6, kcoreaddons-6,
kcrash-6, kdbusaddons-6, ki18n-6, kxmlgui-6, qtbase, qtdeclarative,
and qtsvg.
[native-inputs]: Remove kdoctools; add kdoctools-6.
Change-Id: I7ceabfca22e7cdf4d7fa574d07addfa80a0a6202
---
gnu/packages/kde-games.scm | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index de3994551c..20086ead85 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1210,30 +1210,30 @@ This package is part of the KDE games module.")
(define-public kapman
(package
(name "kapman")
- (version "23.04.3")
+ (version "24.05.1")
(source
(origin
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/release-service/" version
- "/src/kapman-" version ".tar.xz"))
- (sha256
- (base32 "0ildsd7pig3lm9n616kw5mpl8hbwidsnbzdfifx8nnffslrr4bv7"))))
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/kapman-" version ".tar.xz"))
+ (sha256
+ (base32 "019x8phcppk8y8iai0in8vsg5758rzfhvcdcxp20cylb4xz82mc2"))))
(build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules kdoctools))
+ (list extra-cmake-modules kdoctools-6))
(inputs
- (list kcompletion
- kconfig
- kconfigwidgets
- kcoreaddons
- kcrash
- kdbusaddons
- ki18n
- kxmlgui
+ (list kcompletion-6
+ kconfig-6
+ kconfigwidgets-6
+ kcoreaddons-6
+ kcrash-6
+ kdbusaddons-6
+ ki18n-6
+ kxmlgui-6
libkdegames
- qtbase-5
- qtdeclarative-5
- qtsvg-5))
+ qtbase
+ qtdeclarative
+ qtsvg))
(home-page "https://apps.kde.org/kapman/")
(synopsis "Pac-Man clone")
(description "Kapman is a clone of the well known game Pac-Man.
- 05/23: gnu: kspaceduel: Update to 24.05.1., (continued)
- 05/23: gnu: kspaceduel: Update to 24.05.1., guix-commits, 2024/06/28
- 02/23: gnu: falkon: Update to 24.05.1., guix-commits, 2024/06/28
- 07/23: gnu: lskat: Update to 24.05.1., guix-commits, 2024/06/28
- 09/23: gnu: kigo: Update to 24.05.1., guix-commits, 2024/06/28
- 08/23: gnu: kubrick: Update to 24.05.1., guix-commits, 2024/06/28
- 14/23: gnu: bomber: Update to 24.05.1., guix-commits, 2024/06/28
- 16/23: gnu: kfourinline: Update to 24.05.1., guix-commits, 2024/06/28
- 03/23: gnu: kinfocenter: Replace the qdbus correctly., guix-commits, 2024/06/28
- 04/23: gnu: bovo: Update to 24.05.1., guix-commits, 2024/06/28
- 01/23: gnu: yakuake: Update to 24.05.1., guix-commits, 2024/06/28
- 06/23: gnu: kapman: Update to 24.05.1.,
guix-commits <=
- 10/23: gnu: kiriki: Update to 24.05.1., guix-commits, 2024/06/28
- 11/23: gnu: palapeli: Update to 24.05.1., guix-commits, 2024/06/28
- 12/23: gnu: ksirk: Update to 24.05.1., guix-commits, 2024/06/28
- 13/23: gnu: granatier: Update to 24.05.1., guix-commits, 2024/06/28
- 15/23: gnu: kblackbox: Update to 24.05.1., guix-commits, 2024/06/28
- 17/23: gnu: kdiamond: Update to 24.05.1., guix-commits, 2024/06/28
- 20/23: gnu: ksudoku: Update to 24.05.1., guix-commits, 2024/06/28
- 18/23: gnu: kgoldrunner: Update to 24.05.1., guix-commits, 2024/06/28
- 23/23: gnu: kmines: Update to 24.05.1., guix-commits, 2024/06/28
- 19/23: gnu: klines: Update to 24.05.1., guix-commits, 2024/06/28