gnu: kfourinline: Update to 24.05.2.
* gnu/packages/kde-games.scm (kfourinline): Update to 24.05.2. [arguments]: Set #:qtbase to qtbase. [inputs]: Remove qtbase-5, qtdeclarative-5, and qtsvg-5; add kdbusaddons, qtdeclarative, and qtsvg. Change-Id: I1db45156b83a8ce92af3324aebc12ac86e995c85
This commit is contained in:
parent
6c8a747235
commit
aef0ab027c
1 changed files with 10 additions and 9 deletions
|
@ -751,15 +751,16 @@ This package is part of the KDE games module.")
|
||||||
(define-public kfourinline
|
(define-public kfourinline
|
||||||
(package
|
(package
|
||||||
(name "kfourinline")
|
(name "kfourinline")
|
||||||
(version "23.04.3")
|
(version "24.05.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/kfourinline-" version ".tar.xz"))
|
"/src/kfourinline-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0chfjp0k4ps5f6vy8nxqc2xlj4xql08llxnzsz6c2x611n69aszm"))))
|
(base32 "15l1bvz3c7h3pv0inaq73haqhwh2v5gdqnxsrhi5ra6dw5nm0d8l"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -768,13 +769,13 @@ This package is part of the KDE games module.")
|
||||||
kconfigwidgets
|
kconfigwidgets
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
kcrash
|
kcrash
|
||||||
|
kdbusaddons
|
||||||
kdnssd
|
kdnssd
|
||||||
ki18n
|
ki18n
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdegames
|
libkdegames
|
||||||
qtbase-5
|
qtdeclarative
|
||||||
qtdeclarative-5
|
qtsvg))
|
||||||
qtsvg-5))
|
|
||||||
(home-page "https://apps.kde.org/kfourinline/")
|
(home-page "https://apps.kde.org/kfourinline/")
|
||||||
(synopsis "Place 4 pieces in a row")
|
(synopsis "Place 4 pieces in a row")
|
||||||
(description "KFourInLine is a board game for two players based on the
|
(description "KFourInLine is a board game for two players based on the
|
||||||
|
|
Reference in a new issue