From 8c0cead882990769c845b861b5f0038412b7a1cd Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Mon, 8 Jul 2024 13:34:12 +0800 Subject: gnu: Remove kblog. * gnu/packages/kde-pim.scm (kblog): Delete variable. Change-Id: If2a4b44c9baddc0d02f43ce06b20351ca749a6f9 --- gnu/packages/kde-pim.scm | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'gnu/packages/kde-pim.scm') diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm index f41494947e..a514a99f7f 100644 --- a/gnu/packages/kde-pim.scm +++ b/gnu/packages/kde-pim.scm @@ -550,40 +550,6 @@ NextCloud, Kolab, Google Contacts, Microsoft Exchange (EWS) or any standard CalDAV server.") (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+)))) -(define-public kblog - (package - (name "kblog") - (version "20.04.3") - (source - (origin - (method url-fetch) - (uri (string-append "mirror://kde/stable/release-service/" version - "/src/kblog-" version ".tar.xz")) - (sha256 - (base32 "1d5r9ivc1xmhkrz780xga87p84h7dnxjl981qap16gy37sxahcjr")))) - (build-system qt-build-system) - (native-inputs - (list extra-cmake-modules)) - (inputs - (list kcalendarcore - kcoreaddons - ki18n - kio - kxmlrpcclient - qtbase-5 - syndication)) - ;; Note: Some tests take up to 90 sec. - (home-page "https://invent.kde.org/pim/kblog") - (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 kaccounts-integration (package (name "kaccounts-integration") -- cgit v1.2.3