unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 70253@debbugs.gnu.org
Cc: Sughosha <sughosha@disroot.org>
Subject: [bug#70253] [PATCH] gnu: Add kmail-account-wizard.
Date: Sun,  7 Apr 2024 14:03:54 +0530	[thread overview]
Message-ID: <e297a7a2f9cf9db23701d5434da851f21ee264bb.1712478828.git.sughosha@disroot.org> (raw)

* gnu/packages/kde-pim.scm (kmail-account-wizard): New variable.

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

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 5780b9dbca..e4ab27467c 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -1329,6 +1329,55 @@ (define-public kmail
     (license ;; GPL for programs, LGPL for libraries, FDL for documentation
      (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
 
+(define-public kmail-account-wizard
+  (package
+    (name "kmail-account-wizard")
+    (version "23.04.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://kde/stable/release-service/" version
+                           "/src/kmail-account-wizard-" version ".tar.xz"))
+       (sha256
+        (base32 "1840zjgrqwk2zgqbb33gl9nvigsrmk5grzvzg5cw116h7lb7z7xx"))))
+    (build-system qt-build-system)
+    (native-inputs
+     (list extra-cmake-modules shared-mime-info))
+    (inputs
+     (list akonadi
+           akonadi-mime
+           kcrash
+           kross
+           kcmutils
+           kdbusaddons
+           kiconthemes
+           kidentitymanagement
+           kimap
+           kitemmodels
+           kldap
+           kmailtransport
+           kmime
+           knewstuff
+           knotifications
+           knotifyconfig
+           kpimcommon
+           kpimtextedit
+           ktextaddons
+           ktexteditor
+           kwallet
+           libkdepim
+           libkleo
+           qtkeychain
+           qtscript
+           qttools-5))
+    (home-page "https://invent.kde.org/pim/kmail-account-wizard")
+    (synopsis "Assistant for the configuration of accounts in KMail")
+    (description
+     "This package provides an assistant for the configuration of accounts in
+KMail.")
+    (license ;;GPL for programs, LGPL for libraries, FDL for documentation
+     (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
+
 (define-public kmailcommon
   (package
     (name "kmailcommon")

base-commit: 188d18fc47f0d38edfe06e3e5834fa8587bd300b
-- 
2.41.0





                 reply	other threads:[~2024-04-07  8:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=e297a7a2f9cf9db23701d5434da851f21ee264bb.1712478828.git.sughosha@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=70253@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).