[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/14: gnu: Add keventviews.
From: |
guix-commits |
Subject: |
12/14: gnu: Add keventviews. |
Date: |
Thu, 19 Mar 2020 06:40:47 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit b3359b85985bf64061ace2154e2414fb482443bf
Author: Hartmut Goebel <address@hidden>
AuthorDate: Wed Jan 22 13:03:13 2020 +0100
gnu: Add keventviews.
* gnu/package/kde-pim.scm (keventviews): New variable.
---
gnu/packages/kde-pim.scm | 50 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 27ec282..966cf5f 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -705,6 +705,56 @@ package.")
;; license texts for GPL3 and AGPL3.
(list license:gpl2+ license:lgpl2.0+))))
+(define-public keventviews
+ (package
+ (name "keventviews")
+ (version "19.08.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/applications/" version
+ "/src/eventviews-" version ".tar.xz"))
+ (sha256
+ (base32 "190vx074ligzysc9w5pf2b51dfy0i4v9mc53m9jdcw8y02shy49w"))))
+ (properties `((upstream-name . "eventviews")))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("qttools" ,qttools)))
+ (inputs
+ `(("akonadi" ,akonadi)
+ ("akonadi-calendar" ,akonadi-calendar)
+ ("akonadi-contacts" ,akonadi-contacts)
+ ("boost" ,boost)
+ ("kcalendarcore" ,kcalendarcore)
+ ("kcalendarsupport" ,kcalendarsupport)
+ ("kcalutils" ,kcalutils)
+ ("kcodecs", kcodecs)
+ ("kcompletion" ,kcompletion)
+ ("kconfigwidgets" ,kconfigwidgets)
+ ("kcontacts" ,kcontacts)
+ ("kdbusaddons" ,kdbusaddons)
+ ("kdiagram" ,kdiagram)
+ ("kguiaddons" ,kguiaddons)
+ ("kholidays" ,kholidays)
+ ("ki18n" ,ki18n)
+ ("kiconthemes" ,kiconthemes)
+ ("kidentitymanagement" ,kidentitymanagement)
+ ("kio" ,kio)
+ ("kitemmodels" ,kitemmodels)
+ ("kmime" ,kmime)
+ ("kpimtextedit" ,kpimtextedit)
+ ("kservice" ,kservice)
+ ("ktextwidgets" ,ktextwidgets)
+ ("kxmlgui" ,kxmlgui)
+ ("libkdepim" ,libkdepim)
+ ("qtbase" ,qtbase)))
+ (home-page "https://cgit.kde.org/eventviews.git")
+ (synopsis "KDE PIM library for creating events")
+ (description "This library provides an event creator for KDE PIM.")
+ (license ;; GPL for programs, LGPL for libraries
+ (list license:gpl2+ license:lgpl2.0+))))
+
(define-public kgpg
(package
(name "kgpg")
- 02/14: gnu: Add kmessagelib., (continued)
- 02/14: gnu: Add kmessagelib., guix-commits, 2020/03/19
- 03/14: gnu: Add kmailcommon., guix-commits, 2020/03/19
- 05/14: gnu: Add kdav., guix-commits, 2020/03/19
- 07/14: gnu: Add kaddressbook., guix-commits, 2020/03/19
- 04/14: gnu: Add kblog., guix-commits, 2020/03/19
- 08/14: gnu: Add knotes., guix-commits, 2020/03/19
- 11/14: gnu: Add kcalendarsupport., guix-commits, 2020/03/19
- 10/14: gnu: Add kdiagram., guix-commits, 2020/03/19
- 09/14: gnu: Add kmail., guix-commits, 2020/03/19
- 01/14: gnu: Add libksieve., guix-commits, 2020/03/19
- 12/14: gnu: Add keventviews.,
guix-commits <=
- 13/14: gnu: Add kincidenceeditor., guix-commits, 2020/03/19
- 06/14: gnu: Add kdepim-runtime., guix-commits, 2020/03/19
- 14/14: gnu: Add korganizer., guix-commits, 2020/03/19