gnu: klines: Update to 24.05.2.
* gnu/packages/kde-games.scm (klines): Update to 24.05.2. [arguments]: Set #:qtbase to qtbase. [inputs]: Remove qtbase-5 and qtdeclarative-5; add qtdeclarative. Change-Id: I3989646650e287c5a88a8d535b0924d83233e5f9
This commit is contained in:
parent
6e029fb421
commit
5ad50da4ac
1 changed files with 8 additions and 8 deletions
|
@ -629,15 +629,16 @@ This package is part of the KDE games module.")
|
|||
(define-public klines
|
||||
(package
|
||||
(name "klines")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/klines-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1dny7wsj90c3vbgbrpxvxfy44j9ip3vdylc7889ckzbliivipxk4"))))
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/klines-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1c6y071h2w1v3bn7cc5qy1l5m3s1s0vah72196y8gdh7bfx7kaxx"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
(inputs
|
||||
|
@ -650,8 +651,7 @@ This package is part of the KDE games module.")
|
|||
kwidgetsaddons
|
||||
kxmlgui
|
||||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative-5))
|
||||
qtdeclarative))
|
||||
(home-page "https://apps.kde.org/klines/")
|
||||
(synopsis "Place 5 equal pieces together, but wait, there are 3 new ones")
|
||||
(description "KLines is a simple but highly addictive one player game.
|
||||
|
|
Reference in a new issue