mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
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
1 changed files with 8 additions and 10 deletions
|
@ -211,16 +211,16 @@ (define-public breeze-gtk
|
|||
(define-public calindori
|
||||
(package
|
||||
(name "calindori")
|
||||
(version "23.01.0")
|
||||
(version "24.05.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma-mobile/" version
|
||||
"/calindori-" version ".tar.xz"))
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/calindori-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0jhrxsh6gd20qpq68n2lspfkgq3bam46j6m10jnm3zckb190pfhl"))))
|
||||
"1x3890naijhiyh6ppf3bs5hc3hgcljf0va4kd2gj0s3fdddrqh7i"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(native-inputs (list extra-cmake-modules python-minimal))
|
||||
(inputs (list kconfig
|
||||
kcoreaddons
|
||||
kdbusaddons
|
||||
|
@ -229,11 +229,9 @@ (define-public calindori
|
|||
kcalendarcore
|
||||
knotifications
|
||||
kpeople
|
||||
qtbase-5
|
||||
qtdeclarative-5
|
||||
qtquickcontrols2-5
|
||||
qtsvg-5
|
||||
qtgraphicaleffects))
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(home-page "https://invent.kde.org/plasma-mobile/calindori")
|
||||
(synopsis "Calendar for Plasma Mobile")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue