guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/23: gnu: ksirk: Update to 24.05.1.


From: guix-commits
Subject: 12/23: gnu: ksirk: Update to 24.05.1.
Date: Fri, 28 Jun 2024 22:38:01 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit 77adcfc7abecd1ce8180f99a03b90150d256a556
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jun 29 01:21:13 2024 +0800

    gnu: ksirk: Update to 24.05.1.
    
    * gnu/packages/kde-games.scm (ksirk): Update to 24.05.1.
    [inputs]: Remove kcrash, ki18n, kiconthemes, kio, knewstuff, kwallet, 
kxmlgui,
    qca, qtbase-5, qtdeclarative-5, and qtsvg-5; add kcrash-6,
    kdbusaddons-6, ki18n-6, kiconthemes-6, kio-6, knewstuff-6, kwallet-6,
    kxmlgui-6, qca-qt6, qt5compat, qtbase, qtdeclarative, qtmultimedia,
    and qtsvg.
    [native-inputs]: Remove kdoctools; add kdoctools-6.
    
    Change-Id: I95de28a85699dbabaec7addb7d4dd67623712a5a
---
 gnu/packages/kde-games.scm | 33 ++++++++++++++++++---------------
 1 file changed, 18 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index b11089db57..e0605feee1 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -945,31 +945,34 @@ This package is part of the KDE games module.")
 (define-public ksirk
   (package
     (name "ksirk")
-    (version "23.04.3")
+    (version "24.05.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
-                          "/src/ksirk-" version ".tar.xz"))
+                           "/src/ksirk-" version ".tar.xz"))
        (sha256
-        (base32 "1sp5mhnf8r3fvifz0kw74436j5kwsmiw66myygb4rsggb8amh5x4"))))
+        (base32 "1drfqkjpswd3rjnlfmyn97wvyrasy14p7g1n9aah8flqr74nkpby"))))
     (build-system qt-build-system)
     (native-inputs
-     (list extra-cmake-modules kdoctools))
+     (list extra-cmake-modules kdoctools-6))
     (inputs
-     (list kcrash
-           ki18n
-           kiconthemes
-           kio
-           knewstuff
-           kwallet
-           kxmlgui
+     (list kcrash-6
+           kdbusaddons-6
+           ki18n-6
+           kiconthemes-6
+           kio-6
+           knewstuff-6
+           kwallet-6
+           kxmlgui-6
            libkdegames
            phonon
-           qca
-           qtbase-5
-           qtdeclarative-5
-           qtsvg-5
+           qca-qt6
+           qt5compat
+           qtbase
+           qtdeclarative
+           qtmultimedia
+           qtsvg
            zlib))
     (home-page "https://apps.kde.org/ksirk/";)
     (synopsis "Computerized version of the well known strategy board game



reply via email to

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