mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: kdiamond: Update to 24.05.2.
* gnu/packages/kde-games.scm (kdiamond): Update to 24.05.2. [arguments]: Set #:qtbase to qtbase. [inputs]: Remove qtbase-5 and qtdeclarative-5; add qtdeclarative. Change-Id: I99a255df1a1ff9b3fbfce06927d64f843b5a1ff0
This commit is contained in:
parent
c7f565b88d
commit
6c8a747235
1 changed files with 8 additions and 8 deletions
|
@ -713,15 +713,16 @@ (define-public kgoldrunner
|
||||||
(define-public kdiamond
|
(define-public kdiamond
|
||||||
(package
|
(package
|
||||||
(name "kdiamond")
|
(name "kdiamond")
|
||||||
(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/kdiamond-" version ".tar.xz"))
|
"/src/kdiamond-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "038lpp387m45zcy49rgmisiz5ajrvxwxnf424wllrjkihxy1siyn"))))
|
(base32 "1ql8psh6lyahrdiqj0qji1dsyz8jl260msp76k804jk0477gjw8h"))))
|
||||||
(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
|
||||||
|
@ -737,8 +738,7 @@ (define-public kdiamond
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdegames
|
libkdegames
|
||||||
qtbase-5
|
qtdeclarative))
|
||||||
qtdeclarative-5))
|
|
||||||
(home-page "https://apps.kde.org/kdiamond/")
|
(home-page "https://apps.kde.org/kdiamond/")
|
||||||
(synopsis "Three-in-a-row game")
|
(synopsis "Three-in-a-row game")
|
||||||
(description "KDiamond is a three-in-a-row game like Bejeweled. It
|
(description "KDiamond is a three-in-a-row game like Bejeweled. It
|
||||||
|
|
Loading…
Reference in a new issue