gnu: calindori: Update to 24.05.2.
* gnu/packages/kde-plasma.scm (calindori): Update to 24.05.2. [inputs]: Remove qtbase-5, qtdeclarative-5, qtquickcontrols2-5, qtsvg-5, and qtgraphicaleffects; add qtdeclarative and qtsvg. [native-inputs]: Add python-minimal. [arguments]: Set #:qtbase to qtbase. Change-Id: Ie96dce3d07e70506ee72973db8ec96f6842d7fb9
This commit is contained in:
parent
16365e545a
commit
94f57e2792
@ -211,16 +211,16 @@ Breeze is the default theme for the KDE Plasma desktop.")
|
|||||||
(define-public calindori
|
(define-public calindori
|
||||||
(package
|
(package
|
||||||
(name "calindori")
|
(name "calindori")
|
||||||
(version "23.01.0")
|
(version "24.05.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma-mobile/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/calindori-" version ".tar.xz"))
|
"/src/calindori-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jhrxsh6gd20qpq68n2lspfkgq3bam46j6m10jnm3zckb190pfhl"))))
|
"1x3890naijhiyh6ppf3bs5hc3hgcljf0va4kd2gj0s3fdddrqh7i"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules python-minimal))
|
||||||
(inputs (list kconfig
|
(inputs (list kconfig
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
@ -229,11 +229,9 @@ Breeze is the default theme for the KDE Plasma desktop.")
|
|||||||
kcalendarcore
|
kcalendarcore
|
||||||
knotifications
|
knotifications
|
||||||
kpeople
|
kpeople
|
||||||
qtbase-5
|
qtdeclarative
|
||||||
qtdeclarative-5
|
qtsvg))
|
||||||
qtquickcontrols2-5
|
(arguments (list #:qtbase qtbase))
|
||||||
qtsvg-5
|
|
||||||
qtgraphicaleffects))
|
|
||||||
(home-page "https://invent.kde.org/plasma-mobile/calindori")
|
(home-page "https://invent.kde.org/plasma-mobile/calindori")
|
||||||
(synopsis "Calendar for Plasma Mobile")
|
(synopsis "Calendar for Plasma Mobile")
|
||||||
(description
|
(description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user