[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
302/465: gnu: Add merkuro.
From: |
guix-commits |
Subject: |
302/465: gnu: Add merkuro. |
Date: |
Wed, 17 Jul 2024 23:01:57 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit a7566de0a592f0e0a7f542a4ec00457d4fd34151
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 01:01:54 2024 +0800
gnu: Add merkuro.
* gnu/packages/kde-pim.scm (merkuro): New variable.
Change-Id: I0aaf8f43dd7e4e2d3ce85231e115ada6d9f037d9
---
gnu/packages/kde-pim.scm | 74 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 74 insertions(+)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index ede0f37e51..8e214c6fcd 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -2192,6 +2192,80 @@ KDE using certificate-based crypto.")
is a Sieve parser and interpreter library for KDE.")
(license ;; GPL for programs, LGPL for libraries
(list license:gpl2+ license:lgpl2.0+))))
+
+(define-public merkuro
+ (package
+ (name "merkuro")
+ (version "24.05.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/"
+ version "/src/" name "-" version
+ ".tar.xz"))
+ (sha256
+ (base32
+ "0n6na806g4xlx66ay0vk3iw9xs1h48ya7l0zpa3nqikr1by79lfh"))))
+ (build-system qt-build-system)
+ (arguments
+ (list #:qtbase qtbase
+ #:tests? #f
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "dbus-launch" "ctest")))))))
+ (native-inputs (list dbus extra-cmake-modules))
+ (inputs (list akonadi
+ akonadi-contacts
+ akonadi-mime
+ breeze-icons
+ gpgme
+ grantleetheme
+ kio
+ kirigami
+ kirigami-addons
+ kdbusaddons
+ ki18n
+ kimap
+ kcalendarcore
+ kcalendarsupport
+ kconfigwidgets
+ kwindowsystem
+ kcoreaddons
+ kcontacts
+ kitemmodels
+ kmailcommon
+ kmailtransport
+ kmessagelib
+ kmime
+ kidentitymanagement
+ kpimcommon
+ kpimtextedit
+ ktextaddons
+ ktextwidgets
+ akonadi-calendar
+ akonadi-mime
+ keventviews
+ kcalutils
+ kxmlgui
+ kiconthemes
+ libkdepim
+ libkleo
+ mimetreeparser
+ qtdeclarative
+ qtsvg
+ qqc2-desktop-style
+ qtwebengine))
+ (home-page "https://apps.kde.org/kalendar/")
+ (synopsis "Calendar application")
+ (description
+ "Merkuro is a calendar application using Akonadi to sync with
+external services.
+
+NOTE: plsase add akonadi and kdepim-runtime to system package.")
+ (license license:gpl3+)))
+
(define-public mimetreeparser
(package
(name "mimetreeparser")
- 262/465: gnu: akonadi-contacts: Update to 24.05.2., (continued)
- 262/465: gnu: akonadi-contacts: Update to 24.05.2., guix-commits, 2024/07/17
- 272/465: gnu: kdenlive: Enable qt6., guix-commits, 2024/07/17
- 276/465: gnu: kget: Update to 24.05.2., guix-commits, 2024/07/17
- 278/465: gnu: libkcddb: Update to 24.05.2., guix-commits, 2024/07/17
- 281/465: gnu: ffmpegthumbs: Update to 24.05.2., guix-commits, 2024/07/17
- 282/465: gnu: kid3: Update to 3.9.5., guix-commits, 2024/07/17
- 291/465: gnu: libkleo: Update to 24.05.2., guix-commits, 2024/07/17
- 294/465: gnu: kmailimporter: Update to 24.05.2., guix-commits, 2024/07/17
- 297/465: gnu: keventviews: Update to 24.05.2., guix-commits, 2024/07/17
- 300/465: gnu: kdepim-runtime: Update to 24.05.2., guix-commits, 2024/07/17
- 302/465: gnu: Add merkuro.,
guix-commits <=
- 304/465: gnu: ktnef: Update to 24.05.2., guix-commits, 2024/07/17
- 305/465: gnu: kontactinterface: Update to 24.05.2., guix-commits, 2024/07/17
- 308/465: gnu: kaddressbook: Update to 24.05.2., guix-commits, 2024/07/17
- 311/465: gnu: itinerary: Update to 23.04.3., guix-commits, 2024/07/17
- 318/465: gnu: akregator: Update to 24.05.2., guix-commits, 2024/07/17
- 323/465: gnu: Add kauth-5., guix-commits, 2024/07/17
- 324/465: gnu: Add kcoreaddons-5., guix-commits, 2024/07/17
- 331/465: gnu: Add kwindowsystem-5., guix-commits, 2024/07/17
- 340/465: gnu: Add kdbusaddons-5., guix-commits, 2024/07/17
- 362/465: gnu: Add krunner-5., guix-commits, 2024/07/17