mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Remove kalarmcal.
* gnu/packages/kde-pim.scm: Remove kalarmcal. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
378b1d8cc3
commit
d532a86887
1 changed files with 0 additions and 41 deletions
|
@ -462,47 +462,6 @@ (define-public kaddressbook
|
|||
CalDAV server.")
|
||||
(license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
|
||||
|
||||
(define-public kalarmcal
|
||||
(package
|
||||
(name "kalarmcal")
|
||||
(version "21.12.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kalarmcal-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "160pmr702b68hys9l02azvrv6pagy1r2whw0zp3jlf6863p9fkqr"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list akonadi
|
||||
boost
|
||||
kcalendarcore
|
||||
kcalutils
|
||||
kcompletion
|
||||
kconfig
|
||||
kconfigwidgets
|
||||
kcoreaddons
|
||||
kdbusaddons
|
||||
kholidays
|
||||
ki18n
|
||||
kidentitymanagement
|
||||
kio
|
||||
kitemmodels
|
||||
kpimtextedit
|
||||
ktextwidgets
|
||||
kxmlgui
|
||||
qtbase-5))
|
||||
(arguments
|
||||
`(#:tests? #f)) ;; TODO: TZ setup
|
||||
(home-page "https://api.kde.org/stable/kdepimlibs-apidocs/")
|
||||
(synopsis "Library for handling kalarm calendar data")
|
||||
(description "This library provides access to and handling of kalarm
|
||||
calendar data.")
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public kblog
|
||||
(package
|
||||
(name "kblog")
|
||||
|
|
Loading…
Reference in a new issue