unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 70334@debbugs.gnu.org
Cc: Sughosha <sughosha@disroot.org>
Subject: [bug#70334] [PATCH 1/2] gnu: Add akonadi-import-wizard.
Date: Thu, 11 Apr 2024 13:13:56 +0530	[thread overview]
Message-ID: <4f1e9eb5bc0afe8bd79c2735a55d3a4b34a389b9.1712821437.git.sughosha@disroot.org> (raw)
In-Reply-To: <cover.1712820360.git.sughosha@disroot.org>

Change-Id: I3dda8acaee01138a327e457cc4488ff35b79b17d
---
 gnu/packages/kde-pim.scm | 52 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 5780b9dbca..5c7c430e23 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -365,6 +365,58 @@ (define-public akonadi-search
     (license ;; GPL for programs, LGPL for libraries
      (list license:gpl2+ license:lgpl2.0+))))
 
+(define-public akonadi-import-wizard
+  (package
+    (name "akonadi-import-wizard")
+    (version "23.04.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://kde/stable/release-service/" version
+                           "/src/akonadi-import-wizard-" version
+                           ".tar.xz"))
+       (sha256
+        (base32 "0dj7cvxnvld2h9nbg6v0bn3p81fx73dgj6kbpginavci52kgk240"))))
+    (build-system qt-build-system)
+    (native-inputs
+     (list extra-cmake-modules kdoctools))
+    (inputs
+     (list akonadi
+           akonadi-contacts
+           akonadi-mime
+           grantlee
+           grantleetheme
+           karchive
+           kauth
+           kconfig
+           kcontacts
+           kcrash
+           kdbusaddons
+           kidentitymanagement
+           kimap
+           kio
+           kitemmodels
+           kmailcommon
+           kmailimporter
+           kmailtransport
+           kmessagelib
+           kmime
+           kpimcommon
+           kpimtextedit
+           ktextaddons
+           ktextwidgets
+           kwallet
+           libkdepim
+           libkleo
+           qtkeychain
+           qtwebengine-5))
+    (home-page "https://invent.kde.org/pim/akonadi-import-wizard")
+    (synopsis "Assistant to import external PIM data into Akonadi")
+    (description "Akonadi Data import Wizard is an assistant to import external
+PIM data into Akonadi for use in KDE PIM applications.")
+    (license
+     (list license:gpl2+ license:lgpl2.0+))))
+
 (define-public itinerary
   (package
     (name "itinerary")

base-commit: 5a95cf76e1d0f9fdff5b232b42337c657b76d1d4
-- 
2.41.0





  reply	other threads:[~2024-04-11  7:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-11  7:32 [bug#70334] [PATCH 0/2] gnu: Add kdepim-addons Sughosha via Guix-patches via
2024-04-11  7:43 ` Sughosha via Guix-patches via [this message]
2024-04-11  7:43   ` [bug#70334] [PATCH 2/2] " Sughosha via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4f1e9eb5bc0afe8bd79c2735a55d3a4b34a389b9.1712821437.git.sughosha@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=70334@debbugs.gnu.org \
    --cc=sughosha@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).