[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
303/465: gnu: Remove kalendar.
From: |
guix-commits |
Subject: |
303/465: gnu: Remove kalendar. |
Date: |
Tue, 16 Jul 2024 11:03:38 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 1618f5bb3235c929e61b301e8b6edbcc47807786
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 01:01:46 2024 +0800
gnu: Remove kalendar.
* gnu/packages/kde-pim.scm (kalendar): Delete variable.
Change-Id: I83308f72902d39f94a83c6fd5e4399e88f6d1379
---
gnu/packages/kde-pim.scm | 77 ------------------------------------------------
1 file changed, 77 deletions(-)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 073a8aa3ef..227f11ba34 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -644,83 +644,6 @@ management system and its Plasma integration components.")
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")
- 277/465: gnu: Remove kmplayer., (continued)
- 277/465: gnu: Remove kmplayer., guix-commits, 2024/07/16
- 271/465: gnu: kcolorpicker: build with qt6., guix-commits, 2024/07/16
- 278/465: gnu: kget: Update to 24.05.2., guix-commits, 2024/07/16
- 247/465: gnu: kpkpass: Update to 24.05.2., guix-commits, 2024/07/16
- 289/465: gnu: libksieve: Update to 24.05.2., guix-commits, 2024/07/16
- 288/465: gnu: plasmatube: Update to 24.05.2., guix-commits, 2024/07/16
- 292/465: gnu: Add qgpgme-qt6-1.23., guix-commits, 2024/07/16
- 291/465: gnu: Add gpgme-1.23., guix-commits, 2024/07/16
- 290/465: gnu: kcalutils: Update to 24.05.2., guix-commits, 2024/07/16
- 319/465: gnu: Add kquickcharts-5., guix-commits, 2024/07/16
- 303/465: gnu: Remove kalendar.,
guix-commits <=
- 297/465: gnu: kmailcommon: Update to 24.05.2., guix-commits, 2024/07/16
- 296/465: gnu: kmailimporter: Update to 24.05.2., guix-commits, 2024/07/16
- 323/465: gnu: Add kcodecs-5., guix-commits, 2024/07/16
- 295/465: gnu: akonadi-calendar: Update to 24.05.2., guix-commits, 2024/07/16
- 335/465: gnu: Add kcompletion-5., guix-commits, 2024/07/16
- 294/465: gnu: kmessagelib: Update to 24.05.2., guix-commits, 2024/07/16
- 309/465: gnu: kincidenceeditor: Update to 24.05.2., guix-commits, 2024/07/16
- 327/465: gnu: Add kconfig-5., guix-commits, 2024/07/16
- 337/465: gnu: Add kdoctools-5., guix-commits, 2024/07/16
- 315/465: gnu: kgpg: Update to 24.05.2., guix-commits, 2024/07/16