[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/23: gnu: kfourinline: Update to 24.05.1.
From: |
guix-commits |
Subject: |
16/23: gnu: kfourinline: 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 38d75a14be53338eb8ad4d3f644c81848f59150b
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jun 29 10:08:36 2024 +0800
gnu: kfourinline: Update to 24.05.1.
* gnu/packages/kde-games.scm (kfourinline): Update to 24.05.1.
[inputs]: Remove kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash,
kdnssd, ki18n, kxmlgui, qtbase-5, qtdeclarative-5, and qtsvg-5; add
kcompletion-6, kconfig-6, kconfigwidgets-6, kcoreaddons-6, kcrash-6,
kdbusaddons-6, kdnssd-6, ki18n-6, kxmlgui-6, qtbase, qtdeclarative,
and qtsvg.
[native-inputs]: Remove kdoctools; add kdoctools-6.
Change-Id: I6d3c38f2dba241581991b252ee1b7712317c1a0a
---
gnu/packages/kde-games.scm | 37 +++++++++++++++++++------------------
1 file changed, 19 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index c5891e6baf..4369caa7ef 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -748,30 +748,31 @@ This package is part of the KDE games module.")
(define-public kfourinline
(package
(name "kfourinline")
- (version "23.04.3")
+ (version "24.05.1")
(source
(origin
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/release-service/" version
- "/src/kfourinline-" version ".tar.xz"))
- (sha256
- (base32 "0chfjp0k4ps5f6vy8nxqc2xlj4xql08llxnzsz6c2x611n69aszm"))))
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/kfourinline-" version ".tar.xz"))
+ (sha256
+ (base32 "1n30j26crcyrqqy0dgs92yg4p3f0d73r2caw7cp6h1zl2xhznh61"))))
(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
- kdnssd
- ki18n
- kxmlgui
+ (list kcompletion-6
+ kconfig-6
+ kconfigwidgets-6
+ kcoreaddons-6
+ kcrash-6
+ kdbusaddons-6
+ kdnssd-6
+ ki18n-6
+ kxmlgui-6
libkdegames
- qtbase-5
- qtdeclarative-5
- qtsvg-5))
+ qtbase
+ qtdeclarative
+ qtsvg))
(home-page "https://apps.kde.org/kfourinline/")
(synopsis "Place 4 pieces in a row")
(description "KFourInLine is a board game for two players based on the
- branch kde-team updated (504d2a0f02 -> 797fe438c6), guix-commits, 2024/06/28
- 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 <=
- 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, 2024/06/28