[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
200/465: gnu: palapeli: Update to 24.05.2.
From: |
guix-commits |
Subject: |
200/465: gnu: palapeli: Update to 24.05.2. |
Date: |
Tue, 16 Jul 2024 11:03:24 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 77dfa6bc7e70f53d87f12c2e84ede901f2a9eda2
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 17:38:34 2024 +0800
gnu: palapeli: Update to 24.05.2.
* gnu/packages/kde-games.scm (palapeli): Update to 24.05.2.
[inputs]: Remove qtbase-5, qtdeclarative-5, and qtsvg-5; add kdbusaddons,
qtdeclarative, and qtsvg.
[arguments]: Set #:qtbase to qtbase.
Change-Id: Ifb844640b1a661eb5864b1fa5e724e37968f0f55
---
gnu/packages/kde-games.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 895604d9e8..1c87249242 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1000,14 +1000,14 @@ This package is part of the KDE games module.")
(define-public palapeli
(package
(name "palapeli")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/palapeli-" version ".tar.xz"))
(sha256
- (base32 "19xh03rhb48m4bbdmpga4aqij6agqg047ghl92p98z1phg5lxzrv"))))
+ (base32 "1436rbfrppjb73k8p9amzwa6hhjns3hjli279r8fqscjimil0vv4"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))
@@ -1018,8 +1018,7 @@ This package is part of the KDE games module.")
kconfigwidgets
kcoreaddons
kcrash
- kcrash
- ki18n
+ kdbusaddons
ki18n
kio
kitemviews
@@ -1028,10 +1027,10 @@ This package is part of the KDE games module.")
kwidgetsaddons
kxmlgui
libkdegames
- qtbase-5
- qtdeclarative-5
- qtsvg-5
+ qtdeclarative
+ qtsvg
shared-mime-info))
+ (arguments (list #:qtbase qtbase))
(home-page "https://apps.kde.org/palapeli/")
(synopsis "Jigsaw puzzle game")
(description "Palapeli is a jigsaw puzzle game. Unlike other games in
- 154/465: gnu: xdg-desktop-portal-kde: Update to 6.1.2., (continued)
- 154/465: gnu: xdg-desktop-portal-kde: Update to 6.1.2., guix-commits, 2024/07/16
- 173/465: gnu: fcitx5-qt: Enable qt6 support., guix-commits, 2024/07/16
- 178/465: gnu: Remove khotkeys., guix-commits, 2024/07/16
- 179/465: gnu: Remove ksysguard., guix-commits, 2024/07/16
- 182/465: gnu: kwalletmanager: Update to 24.05.2., guix-commits, 2024/07/16
- 186/465: gnu: Add futuresql., guix-commits, 2024/07/16
- 187/465: gnu: krdc: Update to 24.05.2., guix-commits, 2024/07/16
- 191/465: gnu: khelpcenter: Update to 24.05.2., guix-commits, 2024/07/16
- 183/465: gnu: ksystemlog: Update to 24.05.2., guix-commits, 2024/07/16
- 204/465: gnu: knetwalk: Update to 24.05.2., guix-commits, 2024/07/16
- 200/465: gnu: palapeli: Update to 24.05.2.,
guix-commits <=
- 214/465: gnu: kosmindoormap: Update to 24.05.2., guix-commits, 2024/07/16
- 217/465: gnu: kjumpingcube: Update to 24.05.2., guix-commits, 2024/07/16
- 227/465: gnu: kdiamond: Update to 24.05.2., guix-commits, 2024/07/16
- 229/465: gnu: kblackbox: Update to 24.05.2., guix-commits, 2024/07/16
- 225/465: gnu: klines: Update to 24.05.2., guix-commits, 2024/07/16
- 207/465: gnu: kreversi: Update to 24.05.2., guix-commits, 2024/07/16
- 211/465: gnu: kate: Update to 24.05.2., guix-commits, 2024/07/16
- 213/465: gnu: kopeninghours: Update to 24.05.2., guix-commits, 2024/07/16
- 218/465: gnu: ktuberling: Update to 24.05.2., guix-commits, 2024/07/16
- 233/465: gnu: knavalbattle: Update to 24.05.2., guix-commits, 2024/07/16