guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]