mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: picmi: Update to 24.05.2.
* gnu/packages/kde-games.scm (picmi): 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: I75e99f0c39bbfc570f924e6e4f1ee60f6b29418e
This commit is contained in:
parent
0015e46aca
commit
b30f4ff062
1 changed files with 9 additions and 9 deletions
|
@ -94,15 +94,16 @@ (define-public ktuberling
|
||||||
(define-public picmi
|
(define-public picmi
|
||||||
(package
|
(package
|
||||||
(name "picmi")
|
(name "picmi")
|
||||||
(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/picmi-" version ".tar.xz"))
|
"/src/picmi-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1x1iv6a840jwldfpx44wvh1vki1jz1hixzvzhdfx2mhw05v91fjx"))))
|
(base32 "0xx3bwib7p1g0xzykpsln07606rms8awrh1myr46lx65r1xffw05"))))
|
||||||
(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
|
||||||
|
@ -115,9 +116,8 @@ (define-public picmi
|
||||||
knewstuff
|
knewstuff
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdegames
|
libkdegames
|
||||||
qtbase-5
|
qtdeclarative
|
||||||
qtdeclarative-5
|
qtsvg))
|
||||||
qtsvg-5))
|
|
||||||
(home-page "https://apps.kde.org/picmi/")
|
(home-page "https://apps.kde.org/picmi/")
|
||||||
(synopsis "Number logic game")
|
(synopsis "Number logic game")
|
||||||
(description "Picmi is a number logic game in which cells in a grid have
|
(description "Picmi is a number logic game in which cells in a grid have
|
||||||
|
|
Loading…
Reference in a new issue