[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/14: gnu: Add kblog.
From: |
guix-commits |
Subject: |
04/14: gnu: Add kblog. |
Date: |
Thu, 19 Mar 2020 06:40:44 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 7a0bb02db42585c8670170bb1a73f6efda155f66
Author: Hartmut Goebel <address@hidden>
AuthorDate: Sun Jan 19 17:13:30 2020 +0100
gnu: Add kblog.
* gnu/packages/kde-pim.scm (kblog): New variable.
---
gnu/packages/kde-pim.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 42a02f2..1fb281e 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -376,6 +376,40 @@ Akonadi PIM data server. It uses Xapian for indexing and
querying.")
calendar data.")
(license license:lgpl2.0+)))
+(define-public kblog
+ (package
+ (name "kblog")
+ (version "19.08.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/applications/" version
+ "/src/kblog-" version ".tar.xz"))
+ (sha256
+ (base32 "0r3ik3df444kzg2mnzckkh4kk6v08zil1f26dwmxsslsqw9hl0vv"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)))
+ (inputs
+ `(("kcalendarcore" ,kcalendarcore)
+ ("kcoreaddons" ,kcoreaddons)
+ ("ki18n" ,ki18n)
+ ("kio" ,kio)
+ ("kxmlrpcclient" ,kxmlrpcclient)
+ ("qtbase" ,qtbase)
+ ("syndication" ,syndication)))
+ ;; Note: Some tests take up to 90 sec.
+ (home-page "https://cgit.kde.org/kblog.git")
+ (synopsis "Client-side support library for web application remote blogging
+APIs")
+ (description "KBlog is a library for calling functions on Blogger 1.0,
+MetaWeblog, MovableType and GData compatible blogs. It calls the APIs using
+KXmlRpcClient and Syndication. It supports asynchronous sending and fetching
+of posts and, if supported on the server, multimedia files. Almost every
+modern blogging web application that provides an XML data interface supports
+one of the APIs mentioned above.")
+ (license license:lgpl2.0+)))
+
(define-public kcalutils
(package
(name "kcalutils")
- branch master updated (ea2a180 -> d3d8be5), guix-commits, 2020/03/19
- 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 <=
- 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, 2020/03/19
- 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