[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/23: gnu: kdiamond: Update to 24.05.1.
From: |
guix-commits |
Subject: |
17/23: gnu: kdiamond: Update to 24.05.1. |
Date: |
Fri, 28 Jun 2024 22:38:02 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit fa1b0b2d95cfda51dd12db84ead919558bea7863
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jun 29 10:12:45 2024 +0800
gnu: kdiamond: Update to 24.05.1.
* gnu/packages/kde-games.scm (kdiamond): Update to 24.05.1.
[inputs]: Remove kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash,
kdbusaddons, ki18n, knotifications, knotifyconfig, kwidgetsaddons,
kxmlgui, qtbase-5, and qtdeclarative-5; add kcompletion-6, kconfig-6,
kconfigwidgets-6, kcoreaddons-6, kcrash-6, kdbusaddons-6, ki18n-6,
knotifications-6, knotifyconfig-6, kwidgetsaddons-6, kxmlgui-6,
qtbase, and qtdeclarative.
[native-inputs]: Remove kdoctools; add kdoctools-6.
Change-Id: Ib0282038ab2fd5765e166705fb49b2ab9c4134e7
---
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 4369caa7ef..7eb3380e89 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -710,32 +710,32 @@ This package is part of the KDE games module.")
(define-public kdiamond
(package
(name "kdiamond")
- (version "23.04.3")
+ (version "24.05.1")
(source
(origin
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/release-service/" version
- "/src/kdiamond-" version ".tar.xz"))
- (sha256
- (base32 "038lpp387m45zcy49rgmisiz5ajrvxwxnf424wllrjkihxy1siyn"))))
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/kdiamond-" version ".tar.xz"))
+ (sha256
+ (base32 "1zqi6hhphq7366wwdsxjqbbajszmbfxspayz0ax2lc1sw8bj5q78"))))
(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
- knotifications
- knotifyconfig
- kwidgetsaddons
- kxmlgui
+ (list kcompletion-6
+ kconfig-6
+ kconfigwidgets-6
+ kcoreaddons-6
+ kcrash-6
+ kdbusaddons-6
+ ki18n-6
+ knotifications-6
+ knotifyconfig-6
+ kwidgetsaddons-6
+ kxmlgui-6
libkdegames
- qtbase-5
- qtdeclarative-5))
+ qtbase
+ qtdeclarative))
(home-page "https://apps.kde.org/kdiamond/")
(synopsis "Three-in-a-row game")
(description "KDiamond is a three-in-a-row game like Bejeweled. It
- 16/23: gnu: kfourinline: Update to 24.05.1., (continued)
- 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, 2024/06/28
- 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 <=
- 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
- 21/23: gnu: kblocks: Update to 24.05.1., guix-commits, 2024/06/28
- 22/23: gnu: kbounce: Update to 24.05.1., guix-commits, 2024/06/28