guix-commits
[Top][All Lists]
Advanced

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

18/23: gnu: kgoldrunner: Update to 24.05.1.


From: guix-commits
Subject: 18/23: gnu: kgoldrunner: 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 b240c196052e94c7a9a902abb9a1976ee1a6713d
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jun 29 10:15:57 2024 +0800

    gnu: kgoldrunner: Update to 24.05.1.
    
    * gnu/packages/kde-games.scm (kgoldrunner): Update to 24.05.1.
    [inputs]: Remove kcompletion, kcoreaddons, kcrash, kdbusaddons, ki18n, kio,
    kwidgetsaddons, kxmlgui, qtbase-5, and qtdeclarative-5; add
    kcompletion-6, kcoreaddons-6, kcrash-6, kdbusaddons-6, ki18n-6,
    kio-6, kwidgetsaddons-6, kxmlgui-6, qtbase, and qtdeclarative.
    [native-inputs]: Remove kdoctools; add kdoctools-6.
    
    Change-Id: I238222ad250c878508d83ef136be3094d133508c
---
 gnu/packages/kde-games.scm | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 7eb3380e89..91eb4ba508 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -670,29 +670,29 @@ This package is part of the KDE games module.")
 (define-public kgoldrunner
   (package
     (name "kgoldrunner")
-    (version "23.04.3")
+    (version "24.05.1")
     (source
      (origin
-      (method url-fetch)
-      (uri (string-append "mirror://kde/stable/release-service/" version
-                          "/src/kgoldrunner-" version ".tar.xz"))
-      (sha256
-       (base32 "0acavby9lwbqbx577a3az9lcahchngcs15571va2ndnq1r16paxf"))))
+       (method url-fetch)
+       (uri (string-append "mirror://kde/stable/release-service/" version
+                           "/src/kgoldrunner-" version ".tar.xz"))
+       (sha256
+        (base32 "0s5gp96q3w52lq3b98ac0i5x61qijcgpk71dbcs64p9v80vr1bai"))))
     (build-system qt-build-system)
     (native-inputs
-     (list extra-cmake-modules kdoctools))
+     (list extra-cmake-modules kdoctools-6))
     (inputs
-     (list kcompletion
-           kcoreaddons
-           kcrash
-           kdbusaddons
-           ki18n
-           kio
-           kwidgetsaddons
-           kxmlgui
+     (list kcompletion-6
+           kcoreaddons-6
+           kcrash-6
+           kdbusaddons-6
+           ki18n-6
+           kio-6
+           kwidgetsaddons-6
+           kxmlgui-6
            libkdegames
-           qtbase-5
-           qtdeclarative-5))
+           qtbase
+           qtdeclarative))
     (home-page "https://apps.kde.org/kgoldrunner/";)
     (synopsis "Action and puzzle solving game")
     (description "KGoldrunner is an action game where the hero runs through a



reply via email to

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