gnu: kubrick: Update to 24.05.2.
* gnu/packages/kde-games.scm (kubrick): Update to 24.05.2. [inputs]: Remove qtbase-5, qtdeclarative-5, and qtsvg-5; add kdbusaddons, qtbase, qtdeclarative, and qtsvg. [arguments]: Set #:qtbase to qtbase. Change-Id: I02d384bc7264f6a49d763bd2863d3eff58b31f19
This commit is contained in:
parent
41b8431228
commit
6811440ab7
1 changed files with 7 additions and 5 deletions
|
@ -1131,14 +1131,14 @@ This package is part of the KDE games module.")
|
||||||
(define-public kubrick
|
(define-public kubrick
|
||||||
(package
|
(package
|
||||||
(name "kubrick")
|
(name "kubrick")
|
||||||
(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/kubrick-" version ".tar.xz"))
|
"/src/kubrick-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0nank1ga4c4xfsw0m1cqhjhyz2wpbsxplyyb9x3l2vpg92gj5dbs"))))
|
(base32 "05mcrjbf6gm7dldww3iqhhrknzf59xj8fw4rzbb6l79rrvp1vrvz"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
@ -1148,14 +1148,16 @@ This package is part of the KDE games module.")
|
||||||
kconfigwidgets
|
kconfigwidgets
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
kcrash
|
kcrash
|
||||||
|
kdbusaddons
|
||||||
ki18n
|
ki18n
|
||||||
kio
|
kio
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdegames
|
libkdegames
|
||||||
qtbase-5
|
qtbase
|
||||||
qtdeclarative-5
|
qtdeclarative
|
||||||
qtsvg-5))
|
qtsvg))
|
||||||
|
(arguments (list #:qtbase qtbase))
|
||||||
(home-page "https://apps.kde.org/kubrick/")
|
(home-page "https://apps.kde.org/kubrick/")
|
||||||
(synopsis "Game based on Rubik's Cube")
|
(synopsis "Game based on Rubik's Cube")
|
||||||
(description "Kubrick is a game based on the Rubik's Cube puzzle.
|
(description "Kubrick is a game based on the Rubik's Cube puzzle.
|
||||||
|
|
Reference in a new issue