[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
225/465: gnu: kdiamond: Update to 24.05.2.
From: |
guix-commits |
Subject: |
225/465: gnu: kdiamond: Update to 24.05.2. |
Date: |
Wed, 17 Jul 2024 23:01:38 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 6c8a7472351ede829eaea4aeb0f24f810d3a0c16
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 18:51:12 2024 +0800
gnu: kdiamond: Update to 24.05.2.
* gnu/packages/kde-games.scm (kdiamond): Update to 24.05.2.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove qtbase-5 and qtdeclarative-5; add qtdeclarative.
Change-Id: I99a255df1a1ff9b3fbfce06927d64f843b5a1ff0
---
gnu/packages/kde-games.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 0dc0a8d069..1f70a8f3e3 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -713,15 +713,16 @@ This package is part of the KDE games module.")
(define-public kdiamond
(package
(name "kdiamond")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/release-service/" version
- "/src/kdiamond-" version ".tar.xz"))
- (sha256
- (base32 "038lpp387m45zcy49rgmisiz5ajrvxwxnf424wllrjkihxy1siyn"))))
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/kdiamond-" version ".tar.xz"))
+ (sha256
+ (base32 "1ql8psh6lyahrdiqj0qji1dsyz8jl260msp76k804jk0477gjw8h"))))
(build-system qt-build-system)
+ (arguments (list #:qtbase qtbase))
(native-inputs
(list extra-cmake-modules kdoctools))
(inputs
@@ -737,8 +738,7 @@ This package is part of the KDE games module.")
kwidgetsaddons
kxmlgui
libkdegames
- qtbase-5
- qtdeclarative-5))
+ qtdeclarative))
(home-page "https://apps.kde.org/kdiamond/")
(synopsis "Three-in-a-row game")
(description "KDiamond is a three-in-a-row game like Bejeweled. It
- 162/465: gnu: kdf: Update to 24.05.2., (continued)
- 162/465: gnu: kdf: Update to 24.05.2., guix-commits, 2024/07/17
- 183/465: gnu: yakuake: Update to 24.05.2., guix-commits, 2024/07/17
- 189/465: gnu: khelpcenter: Update to 24.05.2., guix-commits, 2024/07/17
- 192/465: gnu: kspaceduel: Update to 24.05.2., guix-commits, 2024/07/17
- 202/465: gnu: knetwalk: Update to 24.05.2., guix-commits, 2024/07/17
- 204/465: gnu: kbreakout: Update to 24.05.2., guix-commits, 2024/07/17
- 209/465: gnu: kate: Update to 24.05.2., guix-commits, 2024/07/17
- 211/465: gnu: kopeninghours: Update to 24.05.2., guix-commits, 2024/07/17
- 214/465: gnu: grantleetheme: Update to 24.05.2., guix-commits, 2024/07/17
- 222/465: gnu: ksudoku: Update to 24.05.2., guix-commits, 2024/07/17
- 225/465: gnu: kdiamond: Update to 24.05.2.,
guix-commits <=
- 226/465: gnu: kfourinline: Update to 24.05.2., guix-commits, 2024/07/17
- 236/465: gnu: keysmith: Update to 24.05.2., guix-commits, 2024/07/17
- 240/465: gnu: kmousetool: Update to 24.05.2., guix-commits, 2024/07/17
- 241/465: gnu: kmouth: Update to 24.05.2., guix-commits, 2024/07/17
- 244/465: gnu: kmime: Update to 24.05.2., guix-commits, 2024/07/17
- 247/465: gnu: akonadi: Update to 24.05.2., guix-commits, 2024/07/17
- 252/465: gnu: akonadi-search: Update to 24.05.2., guix-commits, 2024/07/17
- 261/465: gnu: kdiagram: Update to 3.0.1., guix-commits, 2024/07/17
- 268/465: gnu: libgravatar: Update to 24.05.2., guix-commits, 2024/07/17
- 270/465: gnu: kimageannotator: Build with qt6., guix-commits, 2024/07/17