[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
301/465: gnu: Add mimetreeparser.
From: |
guix-commits |
Subject: |
301/465: gnu: Add mimetreeparser. |
Date: |
Tue, 16 Jul 2024 11:03:38 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 74b90ae6a9c0263789f70d474da3e7cf66aeb0c1
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 00:13:39 2024 +0800
gnu: Add mimetreeparser.
* gnu/packages/kde-pim.scm (mimetreeparser): New variable.
Change-Id: I897a1b92bf89a010ccdb690a6d72cc47a8fcc72f
---
gnu/packages/kde-pim.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 99ec24afba..fda092fae3 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -2280,3 +2280,30 @@ 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 mimetreeparser
+ (package
+ (name "mimetreeparser")
+ (version "24.05.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/mimetreeparser-" version ".tar.xz"))
+ (sha256
+ (base32 "132slwaqlaxnbvkpqb9w4ak4mpkrvw6ln81nbka91c3ngcamfac9"))))
+ (build-system qt-build-system)
+ (native-inputs
+ (list extra-cmake-modules))
+ (inputs
+ (list kcalendarcore kcodecs libkleo kwidgetsaddons qtdeclarative))
+ (propagated-inputs (list ki18n kmime kmbox))
+ (arguments
+ (list #:tests? #f ;; FIXME: 7/9 tests fail.
+ #:qtbase qtbase))
+ (home-page "https://kontact.kde.org";)
+ (synopsis "Parser for MIME trees")
+ (description "This package provides a parser for a MIME tree and is based
+on KMime. The goal is given a MIME tree to extract a list of parts and a list
+of attachments, check the validity of the signatures and decrypt any encrypted
+part.")
+ (license license:lgpl2.0+)))
- 234/465: gnu: ksquares: Update to 24.05.2., (continued)
- 234/465: gnu: ksquares: Update to 24.05.2., guix-commits, 2024/07/16
- 285/465: gnu: dragon: Update to 24.05.2., guix-commits, 2024/07/16
- 293/465: gnu: libkleo: Update to 24.05.2., guix-commits, 2024/07/16
- 316/465: gnu: libkdcraw: Update to 24.05.2., guix-commits, 2024/07/16
- 305/465: gnu: khealthcertificate: Update to 24.05.2., guix-commits, 2024/07/16
- 304/465: gnu: Add merkuro., guix-commits, 2024/07/16
- 298/465: gnu: kcalendarsupport: Update to 24.05.2., guix-commits, 2024/07/16
- 311/465: gnu: kleopatra: Update to 24.05.2., guix-commits, 2024/07/16
- 322/465: gnu: Add attica-5., guix-commits, 2024/07/16
- 302/465: gnu: kdepim-runtime: Update to 24.05.2., guix-commits, 2024/07/16
- 301/465: gnu: Add mimetreeparser.,
guix-commits <=
- 306/465: gnu: ktnef: Update to 24.05.2., guix-commits, 2024/07/16
- 308/465: gnu: kmail: Update to 24.05.2., guix-commits, 2024/07/16
- 317/465: gnu: ark: Update to 24.05.2., guix-commits, 2024/07/16
- 312/465: gnu: korganizer: Update to 24.05.2., guix-commits, 2024/07/16
- 313/465: gnu: itinerary: Update to 23.04.3., guix-commits, 2024/07/16
- 300/465: gnu: kalendar: Update to 23.04.3., guix-commits, 2024/07/16
- 339/465: gnu: Add solid-5., guix-commits, 2024/07/16
- 314/465: gnu: knotes: Update to 24.05.2., guix-commits, 2024/07/16
- 343/465: gnu: Add kservice-5., guix-commits, 2024/07/16
- 348/465: gnu: Add kglobalaccel-5., guix-commits, 2024/07/16