-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmetainfo.yaml
45 lines (44 loc) · 1.98 KB
/
metainfo.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: akonadi
description: PIM Storage Framework
maintainer: dvratil
group: kdepim
type: solution
platforms:
- name: Linux
public_lib: true
libraries:
- cmake: KPim6::AkonadiCore
- cmake: KPim6::AkonadiWidgets
cmakename: KPim6Akonadi
# TODO: kapidox currently assumes: one product == one metainfo.yaml == one cmake config file
# listing KPim6AkonadiAgentBase, KPim6AkonadiAgentBase, KPim6AkonadiWidgets, KPim6AkonadiXml as separate
# packages in CMake's worldview needs changing kapidox first -> https://bugs.kde.org/show_bug.cgi?id=410452
irc: akonadi
group_info:
fancyname: KDE PIM
maintainer:
- mlaurent
- dvratil
irc: kontact
mailinglist: kde-pim
platforms:
- Linux
description: KDE PIM provides set of libraries and application to access and
manage personal information like emails, contacts, events, etc.
logo: docs/kontact.svg
long_description:
- KDE PIM provides a set of libraries and applications to access and
manage personal information like emails, contacts, events, etc.
- KDE PIM provides a set of libraries to parse and interact with various
standardized PIM data formats, like RFC822 (KMime), ICAL (KCalendarCore)
or VCARD (KContacts).
- The backbone of the entire suite is Akonadi, the PIM storage framework.
Akonadi provides unified API to access and manage any kind of PIM data
regardless of the actual storage backend.
- There are quite a few other libraries that provide PIM-specific widgets
and utilities and can be useful for application developers who need to
work with PIM data in their projects.
- Please note that unless stated otherwise, none of the libraries have
stable API or ABI as of now. We are trying to keep the changes small and
we always announce big changes ahead on the mailing lists, but as the
project evolves we might need to adjust some API here and there.