mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: Add calindori.
* gnu/packages/kde-plasma.scm (kde-plasma): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
4cb6ef78dc
commit
eba5097c07
1 changed files with 32 additions and 0 deletions
|
@ -134,6 +134,38 @@ (define-public breeze-gtk
|
||||||
(license (list license:bsd-3 ;cmake/FindSass.cmake
|
(license (list license:bsd-3 ;cmake/FindSass.cmake
|
||||||
license:lgpl2.1+)))) ;<all other files>
|
license:lgpl2.1+)))) ;<all other files>
|
||||||
|
|
||||||
|
(define-public calindori
|
||||||
|
(package
|
||||||
|
(name "calindori")
|
||||||
|
(version "22.09")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://kde/stable/plasma-mobile/" version
|
||||||
|
"/calindori-" version ".tar.xz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1pwgdqznp76mhk0ikzjhy3c67qgk91kgv69ygqwzlh5hwiw5sl4n"))))
|
||||||
|
(build-system qt-build-system)
|
||||||
|
(native-inputs (list extra-cmake-modules))
|
||||||
|
(inputs (list kconfig
|
||||||
|
kcoreaddons
|
||||||
|
kdbusaddons
|
||||||
|
ki18n
|
||||||
|
kirigami
|
||||||
|
kcalendarcore
|
||||||
|
knotifications
|
||||||
|
kpeople
|
||||||
|
qtbase-5
|
||||||
|
qtdeclarative-5
|
||||||
|
qtquickcontrols2-5
|
||||||
|
qtsvg-5
|
||||||
|
qtgraphicaleffects))
|
||||||
|
(home-page "https://invent.kde.org/plasma-mobile/calindori")
|
||||||
|
(synopsis "Calendar for Plasma Mobile")
|
||||||
|
(description
|
||||||
|
"This package provides a touch friendly calendar application.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public discover
|
(define-public discover
|
||||||
(package
|
(package
|
||||||
(name "discover")
|
(name "discover")
|
||||||
|
|
Loading…
Reference in a new issue