[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/36: gnu: Add kpimtextedit.
From: |
guix-commits |
Subject: |
05/36: gnu: Add kpimtextedit. |
Date: |
Mon, 3 Feb 2020 08:45:57 -0500 (EST) |
htgoebel pushed a commit to branch staging
in repository guix.
commit 8c71fd436347f5363e43387c4e3dc44f3c578d6e
Author: Hartmut Goebel <address@hidden>
AuthorDate: Thu Dec 5 20:09:50 2019 +0100
gnu: Add kpimtextedit.
* gnu/packages/kde-pim.scm (kpimtextedit): New variable.
---
gnu/packages/kde-pim.scm | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 0bbbf83..e574407 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -206,3 +206,43 @@ functions for accessing calendar data using the kcalcore
API.")
(synopsis "Library for handling MIME data")
(description "A library for MIME handling.")
(license license:lgpl2.0+)))
+
+(define-public kpimtextedit
+ (package
+ (name "kpimtextedit")
+ (version "19.08.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/applications/" version
+ "/src/kpimtextedit-" version ".tar.xz"))
+ (sha256
+ (base32 "1as48j5qfpj9pqjck1615nlpk4a850m7xxcyl41gx8biww027zvm"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("qttools" ,qttools)))
+ (inputs
+ `(("grantlee" ,grantlee)
+ ("kcodecs" ,kcodecs)
+ ("kconfigwidgets" ,kconfigwidgets)
+ ("kcoreaddons" ,kcoreaddons)
+ ("kdesignerplugin" ,kdesignerplugin)
+ ("kemoticons" ,kemoticons)
+ ("ki18n" ,ki18n)
+ ("kiconthemes" ,kiconthemes)
+ ("kio" ,kio)
+ ("ksyntaxhighlighting" ,ksyntaxhighlighting)
+ ("ktextwidgets" ,ktextwidgets)
+ ("kwidgetsaddons" ,kwidgetsaddons)
+ ("kxmlgui" ,kxmlgui)
+ ("qtbase" ,qtbase)
+ ("qtspeech", qtspeech)
+ ("sonnet" ,sonnet)))
+ (arguments
+ `(#:tests? #f)) ;; TODO - test suite hangs
+ (home-page "https://api.kde.org/stable/kdepimlibs-apidocs/")
+ (synopsis "Library providing a textedit with PIM-specific features")
+ (description "A library for PIM-specific text editing utilities.")
+ (license ;; GPL for programs, LGPL for libraries, FDL for documentation
+ (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
- branch staging updated (0895002 -> cf25665), guix-commits, 2020/02/03
- 02/36: gnu: Add kmime., guix-commits, 2020/02/03
- 06/36: gnu: Add kidentitymanagement., guix-commits, 2020/02/03
- 01/36: gnu: Add akonadi., guix-commits, 2020/02/03
- 09/36: gnu: Add ktnef., guix-commits, 2020/02/03
- 12/36: gnu: Add akonadi-notes., guix-commits, 2020/02/03
- 05/36: gnu: Add kpimtextedit.,
guix-commits <=
- 04/36: gnu: Add kcalutils., guix-commits, 2020/02/03
- 11/36: gnu: Add akonadi-mime., guix-commits, 2020/02/03
- 15/36: gnu: Add ksmtp., guix-commits, 2020/02/03
- 16/36: gnu: Add kontactinterface., guix-commits, 2020/02/03
- 08/36: gnu: Add kldap., guix-commits, 2020/02/03
- 13/36: gnu: Add akonadi-search., guix-commits, 2020/02/03
- 14/36: gnu: Add akonadi-contacts., guix-commits, 2020/02/03
- 19/36: gnu: Add akonadi-calendar., guix-commits, 2020/02/03
- 07/36: gnu: Add kimap., guix-commits, 2020/02/03
- 03/36: gnu: Add kmbox., guix-commits, 2020/02/03