evolution/evolution.yaml
Milan Crha bc342cde7d Re-add build of evolution-data-server
Evolution requires specifically built evolution-data-server, thus add
it back (cannot use the one provided in flatpak-common).
2020-05-11 18:00:13 +02:00

57 lines
1.4 KiB
YAML

---
document: modulemd
version: 2
data:
summary: Mail and calendar client for GNOME
description: >-
Evolution is the GNOME mailer, calendar, contact manager and communications tool.
The components which make up Evolution are tightly integrated with one another
and act as a seamless personal information-management tool.
license:
module:
- MIT
dependencies:
- buildrequires:
flatpak-common: [f32]
flatpak-runtime: [f32]
platform: [f32]
requires:
flatpak-common: [f32]
flatpak-runtime: [f32]
platform: [f32]
profiles:
default:
rpms:
- evolution
- evolution-ews
buildopts:
rpms:
macros: |
%_eds_dbus_services_prefix org.gnome.Evolution
components:
rpms:
gnome-autoar:
rationale: Runtime dependency
ref: f32
buildorder: 1
highlight:
rationale: Runtime dependency
ref: f32
buildorder: 1
ytnef:
rationale: Runtime dependency
ref: f32
buildorder: 1
evolution-data-server:
rationale: Runtime dependency, requires _eds_dbus_services_prefix from above
ref: f32
buildorder: 1
evolution:
rationale: Application package
ref: f32
buildorder: 2
evolution-ews:
rationale: Application plugin package
ref: f32
buildorder: 3
...