mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: kjumpingcube: Update to 24.05.2.
* gnu/packages/kde-games.scm (kjumpingcube): Update to 24.05.2. [arguments]: Set #:qtbase to qtbase. [inputs]: Remove qtbase-5, qtdeclarative-5, and qtsvg-5; add qtdeclarative and qtsvg. Change-Id: I17df975a18eba5fe5e669772aefa446286c746e5
This commit is contained in:
parent
949e291fcc
commit
deed5a1126
1 changed files with 9 additions and 9 deletions
|
@ -1560,15 +1560,16 @@ (define-public ksquares
|
|||
(define-public kjumpingcube
|
||||
(package
|
||||
(name "kjumpingcube")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kjumpingcube-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "09bh57vzjnn56dnhpp4szx72wyskc5g714vlyp6c27vr27xry8fi"))))
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kjumpingcube-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1ihll2x7inc76752xwj3dfs2653i9c5prfllh2p8vfc1ss0raa34"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
(inputs
|
||||
|
@ -1582,9 +1583,8 @@ (define-public kjumpingcube
|
|||
kwidgetsaddons
|
||||
kxmlgui
|
||||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative-5
|
||||
qtsvg-5))
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
(home-page "https://apps.kde.org/kjumpingcube/")
|
||||
(synopsis "Simple tactical game for number-crunchers")
|
||||
(description "KJumpingcube is a simple tactical game for one or two
|
||||
|
|
Loading…
Reference in a new issue