[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/39: gnu: Remove kalarmcal.
From: |
guix-commits |
Subject: |
32/39: gnu: Remove kalarmcal. |
Date: |
Thu, 1 Sep 2022 11:36:53 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit d532a86887dd66c39118824c40d5725a78a4ecbf
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Mon Aug 1 14:36:53 2022 +0200
gnu: Remove kalarmcal.
* gnu/packages/kde-pim.scm: Remove kalarmcal.
Signed-off-by: Marius Bakke <marius@gnu.org>
---
gnu/packages/kde-pim.scm | 41 -----------------------------------------
1 file changed, 41 deletions(-)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 4258f3bdf4..fc3e7069f1 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -462,47 +462,6 @@ NextCloud, Kolab, Google Contacts, Microsoft Exchange
(EWS) or any standard
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")
- 03/39: gnu: plasma-framework: Remove input labels., (continued)
- 03/39: gnu: plasma-framework: Remove input labels., guix-commits, 2022/09/01
- 05/39: gnu: kfilemetadata: Remove input labels., guix-commits, 2022/09/01
- 04/39: gnu: kio: Remove input labels., guix-commits, 2022/09/01
- 14/39: gnu: KDE Internet: Update all packages to 21.12.3., guix-commits, 2022/09/01
- 13/39: gnu: Remove libraw-0.18., guix-commits, 2022/09/01
- 16/39: gnu: KDE Utils: Update all packages to 21.12.3., guix-commits, 2022/09/01
- 19/39: gnu: KDE Systemtools: Update home-page links., guix-commits, 2022/09/01
- 39/39: gnu: Add kwayland-server., guix-commits, 2022/09/01
- 33/39: gnu: KDE: Update packages to 22.04.3., guix-commits, 2022/09/01
- 37/39: gnu: KDE Multimedia: Update to 22.04.3., guix-commits, 2022/09/01
- 32/39: gnu: Remove kalarmcal.,
guix-commits <=
- 38/39: gnu: KDE Games: Update all packages to 22.04.3., guix-commits, 2022/09/01
- 15/39: gnu: KDE Internet: Update home-page links., guix-commits, 2022/09/01
- 25/39: gnu: khelpcenter: Fix program., guix-commits, 2022/09/01
- 36/39: gnu: KDE Systemtools: Update to 22.04.3., guix-commits, 2022/09/01
- 31/39: gnu: KDE PIM: Update all packages to 22.04.3., guix-commits, 2022/09/01
- 17/39: gnu: ark: Add bash-minimal to inputs., guix-commits, 2022/09/01
- 18/39: gnu: KDE SystemTools: Update all packages to 21.12.3., guix-commits, 2022/09/01
- 20/39: gnu: KDE Multimedia: Update all packages to 21.12.3., guix-commits, 2022/09/01
- 24/39: gnu: KDE Games: Update all packages to 21.12.3., guix-commits, 2022/09/01
- 22/39: gnu: kmplayer: Update to specific commit., guix-commits, 2022/09/01