[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
230/458: gnu: ksnakeduel: Update to 24.05.2.
From: |
guix-commits |
Subject: |
230/458: gnu: ksnakeduel: Update to 24.05.2. |
Date: |
Mon, 15 Jul 2024 08:00:34 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit bc54113e6a45a13a4c50252a5828e274c1ad76fe
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 18:57:52 2024 +0800
gnu: ksnakeduel: Update to 24.05.2.
* gnu/packages/kde-games.scm (ksnakeduel): Update to 24.05.2.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove qtbase-5, qtdeclarative-5, and qtsvg-5; add qtdeclarative
and
qtsvg.
Change-Id: Ief4cca97f3d2fda386eb338f8618dcc0418bba81
---
gnu/packages/kde-games.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index f53ce6fb17..e7872e78be 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1370,15 +1370,16 @@ This package is part of the KDE games module.")
(define-public ksnakeduel
(package
(name "ksnakeduel")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/release-service/" version
- "/src/ksnakeduel-" version ".tar.xz"))
- (sha256
- (base32 "182z9664p0shyx4rbr1cn32mzlfzl80x96nwakvv1ss7sf7dp1x3"))))
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/ksnakeduel-" version ".tar.xz"))
+ (sha256
+ (base32 "11v8zrbwb8dhdmaa76rhv5qa084raxldl8sjp9299hd8wk34297b"))))
(build-system qt-build-system)
+ (arguments (list #:qtbase qtbase))
(native-inputs
(list extra-cmake-modules kdoctools))
(inputs
@@ -1392,9 +1393,8 @@ This package is part of the KDE games module.")
ki18n
kxmlgui
libkdegames
- qtbase-5
- qtdeclarative-5
- qtsvg-5))
+ qtdeclarative
+ qtsvg))
(home-page "https://apps.kde.org/ksnakeduel/")
(synopsis "Snake race played against the computer")
(description "KSnakeDuel is a fast action game where you steer a snake
- 99/458: gnu: kpeople: Update to 6.3.0., (continued)
- 99/458: gnu: kpeople: Update to 6.3.0., guix-commits, 2024/07/15
- 98/458: gnu: knotifyconfig: Update to 6.3.0., guix-commits, 2024/07/15
- 95/458: gnu: Add libplasma., guix-commits, 2024/07/15
- 120/458: gnu: plasma-firewall: Update to 6.1.2., guix-commits, 2024/07/15
- 108/458: gnu: breeze: Update to 6.1.2., guix-commits, 2024/07/15
- 125/458: gnu: drkonqi: Update to 6.1.2., guix-commits, 2024/07/15
- 203/458: gnu: knetwalk: Update to 24.05.2., guix-commits, 2024/07/15
- 196/458: gnu: kubrick: Update to 24.05.2., guix-commits, 2024/07/15
- 204/458: gnu: konquest: Update to 24.05.2., guix-commits, 2024/07/15
- 247/458: gnu: kitinerary: Update to 24.05.2., guix-commits, 2024/07/15
- 230/458: gnu: ksnakeduel: Update to 24.05.2.,
guix-commits <=
- 232/458: gnu: knavalbattle: Update to 24.05.2., guix-commits, 2024/07/15
- 249/458: gnu: ksmtp: Update to 24.05.2., guix-commits, 2024/07/15
- 244/458: gnu: Add print-manager., guix-commits, 2024/07/15
- 255/458: gnu: qtkeychain: Update to 0.14.3., guix-commits, 2024/07/15
- 253/458: gnu: akonadi-search: Update to 24.05.2., guix-commits, 2024/07/15
- 150/458: gnu: kinfocenter: Update to 6.1.2., guix-commits, 2024/07/15
- 154/458: gnu: plasma-integration: Update to 6.1.2., guix-commits, 2024/07/15
- 156/458: gnu: plasma-browser-integration: Update to 6.1.2., guix-commits, 2024/07/15
- 152/458: gnu: kdeplasma-addons: Update to 6.1.2., guix-commits, 2024/07/15
- 164/458: gnu: kcachegrind: Update to 24.05.2., guix-commits, 2024/07/15