all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#39182] [PATCH 00/26] First part od KDE PIM, incl. akonadi, kgpg, kleopatra
@ 2020-01-18 21:10 Hartmut Goebel
  2020-01-18 21:11 ` [bug#39182] [PATCH 01/26] gnu: Add akonadi Hartmut Goebel
       [not found] ` <handler.39182.B.15793818166673.ack@debbugs.gnu.org>
  0 siblings, 2 replies; 28+ messages in thread
From: Hartmut Goebel @ 2020-01-18 21:10 UTC (permalink / raw)
  To: 39182

This is the first part of KDE PIM packages. It incliudes akonadi, kgpg and
kleopatra.

Question: I prefixed the names of both "mailimorter" and "pimcommon" with a
"k", since otherwise the package names seemed to generic. What do you think
agout that?

Hartmut Goebel (26):
  gnu: Add akonadi.
  gnu: Add kmime.
  gnu: Add kmbox.
  gnu: Add kcalutils.
  gnu: Add kpimtextedit.
  gnu: Add kidentitymanagement.
  gnu: Add kimap.
  gnu: Add kldap.
  gnu: Add ktnef.
  gnu: Add kalarmcal.
  gnu: Add akonadi-mime.
  gnu: Add akonadi-notes.
  gnu: Add akonadi-search.
  gnu: Add akonadi-contacts.
  gnu: Add ksmtp.
  gnu: Add kontactinterface.
  gnu: Add libkgapi.
  gnu: Add kmailtransport.
  gnu: Add akonadi-calendar.
  gnu: Add libkleo.
  gnu: Add kleopatra.
  gnu: Add kgpg.
  gnu: Add libkdepim.
  gnu: Add kmailimporter.
  gnu: Add kpimcommon.
  gnu: Add kdepim-apps-libs.

 gnu/local.mk                                  |    4 +
 gnu/packages/kde-pim.scm                      | 1184 +++++++++++++++++
 ...ake-installation-properly-relocatabl.patch |   49 +
 gnu/packages/patches/akonadi-paths.patch      |   49 +
 gnu/packages/patches/akonadi-timestamps.patch |   14 +
 5 files changed, 1300 insertions(+)
 create mode 100644 gnu/packages/kde-pim.scm
 create mode 100644 gnu/packages/patches/akonadi-Revert-Make-installation-properly-relocatabl.patch
 create mode 100644 gnu/packages/patches/akonadi-paths.patch
 create mode 100644 gnu/packages/patches/akonadi-timestamps.patch

-- 
2.21.1

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2020-02-03 13:47 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-18 21:10 [bug#39182] [PATCH 00/26] First part od KDE PIM, incl. akonadi, kgpg, kleopatra Hartmut Goebel
2020-01-18 21:11 ` [bug#39182] [PATCH 01/26] gnu: Add akonadi Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 02/26] gnu: Add kmime Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 03/26] gnu: Add kmbox Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 04/26] gnu: Add kcalutils Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 05/26] gnu: Add kpimtextedit Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 06/26] gnu: Add kidentitymanagement Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 07/26] gnu: Add kimap Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 08/26] gnu: Add kldap Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 09/26] gnu: Add ktnef Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 10/26] gnu: Add kalarmcal Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 11/26] gnu: Add akonadi-mime Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 12/26] gnu: Add akonadi-notes Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 13/26] gnu: Add akonadi-search Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 14/26] gnu: Add akonadi-contacts Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 15/26] gnu: Add ksmtp Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 16/26] gnu: Add kontactinterface Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 17/26] gnu: Add libkgapi Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 18/26] gnu: Add kmailtransport Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 19/26] gnu: Add akonadi-calendar Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 20/26] gnu: Add libkleo Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 21/26] gnu: Add kleopatra Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 22/26] gnu: Add kgpg Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 23/26] gnu: Add libkdepim Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 24/26] gnu: Add kmailimporter Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 25/26] gnu: Add kpimcommon Hartmut Goebel
2020-01-18 21:11   ` [bug#39182] [PATCH 26/26] gnu: Add kdepim-apps-libs Hartmut Goebel
     [not found] ` <handler.39182.B.15793818166673.ack@debbugs.gnu.org>
2020-02-03 13:46   ` bug#39182: Acknowledgement ([PATCH 00/26] First part od KDE PIM, incl. akonadi, kgpg, kleopatra) Hartmut Goebel

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.