mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Remove kalendar.
* gnu/packages/kde-pim.scm (kalendar): Delete variable. Change-Id: I83308f72902d39f94a83c6fd5e4399e88f6d1379
This commit is contained in:
parent
bd64cb7849
commit
8e153efbdc
1 changed files with 0 additions and 77 deletions
|
@ -641,83 +641,6 @@ (define-public kaccounts-providers
|
|||
KAccounts system.")
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public kalendar
|
||||
(package
|
||||
(name "kalendar")
|
||||
(version "23.04.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/" name "-" version
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1w56glv8m1rlk86v78h69d21ydxb6i61g1dk6mcizjr5rvi4liy0"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
#:tests? #f ;All 2 tests fail
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'install 'wrap-script
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(wrap-program (string-append #$output
|
||||
"/bin/kalendar")
|
||||
`("PATH" ":" prefix
|
||||
(,(string-append #$(this-package-input "akonadi")
|
||||
"/bin"))))))
|
||||
(delete 'check)
|
||||
(add-after 'wrap-script 'check-again
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "dbus-launch" "ctest")))))))
|
||||
(native-inputs (list dbus extra-cmake-modules))
|
||||
(inputs (list akonadi
|
||||
akonadi-contacts
|
||||
breeze-icons
|
||||
gpgme
|
||||
grantlee
|
||||
grantleetheme
|
||||
kio
|
||||
kirigami
|
||||
kirigami-addons
|
||||
kdbusaddons
|
||||
ki18n
|
||||
kimap
|
||||
kcalendarcore
|
||||
kcalendarsupport
|
||||
kconfigwidgets
|
||||
kwindowsystem
|
||||
kcoreaddons
|
||||
kcontacts
|
||||
kitemmodels
|
||||
kmailcommon
|
||||
kmessagelib
|
||||
kmime
|
||||
kidentitymanagement
|
||||
kpimcommon
|
||||
kpimtextedit
|
||||
ktextaddons
|
||||
ktextwidgets
|
||||
akonadi-calendar
|
||||
akonadi-mime
|
||||
keventviews
|
||||
kcalutils
|
||||
kxmlgui
|
||||
kiconthemes
|
||||
libkdepim
|
||||
libkleo
|
||||
qtdeclarative
|
||||
qtsvg
|
||||
qqc2-desktop-style
|
||||
qtwebengine))
|
||||
(home-page "https://apps.kde.org/kalendar/")
|
||||
(synopsis "Calendar application")
|
||||
(description
|
||||
"Kalendar is a calendar application using Akonadi to sync with
|
||||
external services.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public kcalendarsupport
|
||||
(package
|
||||
(name "kcalendarsupport")
|
||||
|
|
Loading…
Reference in a new issue