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: I02d384bc7264f6a49d763bd2863d3eff58b31f19master
parent
41b8431228
commit
6811440ab7
|
@ -1131,14 +1131,14 @@ This package is part of the KDE games module.")
|
|||
(define-public kubrick
|
||||
(package
|
||||
(name "kubrick")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kubrick-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0nank1ga4c4xfsw0m1cqhjhyz2wpbsxplyyb9x3l2vpg92gj5dbs"))))
|
||||
(base32 "05mcrjbf6gm7dldww3iqhhrknzf59xj8fw4rzbb6l79rrvp1vrvz"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
|
@ -1148,14 +1148,16 @@ This package is part of the KDE games module.")
|
|||
kconfigwidgets
|
||||
kcoreaddons
|
||||
kcrash
|
||||
kdbusaddons
|
||||
ki18n
|
||||
kio
|
||||
kwidgetsaddons
|
||||
kxmlgui
|
||||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative-5
|
||||
qtsvg-5))
|
||||
qtbase
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(home-page "https://apps.kde.org/kubrick/")
|
||||
(synopsis "Game based on Rubik's Cube")
|
||||
(description "Kubrick is a game based on the Rubik's Cube puzzle.
|
||||
|
|
Reference in New Issue