[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
231/465: gnu: ksnakeduel: Update to 24.05.2.
From: |
guix-commits |
Subject: |
231/465: gnu: ksnakeduel: Update to 24.05.2. |
Date: |
Tue, 16 Jul 2024 11:03:27 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit f228f6feb44f1c5d726abecaeb7b72e2277eb672
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
- 221/465: gnu: kmines: Update to 24.05.2., (continued)
- 221/465: gnu: kmines: Update to 24.05.2., guix-commits, 2024/07/16
- 202/465: gnu: granatier: Update to 24.05.2., guix-commits, 2024/07/16
- 215/465: gnu: kpmcore: Update to 24.05.2., guix-commits, 2024/07/16
- 224/465: gnu: ksudoku: Update to 24.05.2., guix-commits, 2024/07/16
- 205/465: gnu: konquest: Update to 24.05.2., guix-commits, 2024/07/16
- 216/465: gnu: grantleetheme: Update to 24.05.2., guix-commits, 2024/07/16
- 226/465: gnu: kgoldrunner: Update to 24.05.2., guix-commits, 2024/07/16
- 208/465: gnu: libktorrent: Update to 24.05.2., guix-commits, 2024/07/16
- 222/465: gnu: kbounce: Update to 24.05.2., guix-commits, 2024/07/16
- 232/465: gnu: kollision: Update to 24.05.2., guix-commits, 2024/07/16
- 231/465: gnu: ksnakeduel: Update to 24.05.2.,
guix-commits <=
- 230/465: gnu: killbots: Update to 24.05.2., guix-commits, 2024/07/16
- 228/465: gnu: kfourinline: Update to 24.05.2., guix-commits, 2024/07/16
- 237/465: gnu: kdialog: Update to 24.05.2., guix-commits, 2024/07/16
- 252/465: gnu: akonadi-mime: Update to 24.05.2., guix-commits, 2024/07/16
- 253/465: gnu: ktextaddons: Update to 1.5.4., guix-commits, 2024/07/16
- 251/465: gnu: akonadi-notes: Update to 24.05.2., guix-commits, 2024/07/16
- 267/465: gnu: libkdepim: Update to 24.05.2., guix-commits, 2024/07/16
- 262/465: gnu: gcompris-qt: Update to 4.1., guix-commits, 2024/07/16
- 279/465: gnu: konversation: Update to 24.05.2., guix-commits, 2024/07/16
- 270/465: gnu: libgravatar: Update to 24.05.2., guix-commits, 2024/07/16