Blame evolution.yaml

93985c7
---
93985c7
document: modulemd
93985c7
version: 2
93985c7
data:
93985c7
  summary: Mail and calendar client for GNOME
93985c7
  description: >-
93985c7
    Evolution is the GNOME mailer, calendar, contact manager and communications tool. 
93985c7
    The components which make up Evolution are tightly integrated with one another
93985c7
    and act as a seamless personal information-management tool.
93985c7
  license:
93985c7
    module:
93985c7
    - MIT
93985c7
  dependencies:
93985c7
  - buildrequires:
9dcac54
      flatpak-common: [f32]
9dcac54
      flatpak-runtime: [f32]
9dcac54
      platform: [f32]
93985c7
    requires:
9dcac54
      flatpak-common: [f32]
9dcac54
      flatpak-runtime: [f32]
9dcac54
      platform: [f32]
93985c7
  profiles:
93985c7
    default:
93985c7
      rpms:
93985c7
      - evolution
a46739a
      - evolution-ews
93985c7
  buildopts:
93985c7
    rpms:
93985c7
      macros: |
93985c7
        %_eds_dbus_services_prefix org.gnome.Evolution
93985c7
  components:
93985c7
    rpms:
93985c7
      liboauth:
93985c7
        rationale: Runtime dependency
9dcac54
        ref: f32
93985c7
        buildorder: 1
93985c7
      libgdata:
93985c7
        rationale: Runtime dependency
9dcac54
        ref: f32
93985c7
        buildorder: 2
93985c7
      geocode-glib:
93985c7
        rationale: Runtime dependency
9dcac54
        ref: f32
93985c7
        buildorder: 2
93985c7
      gnome-autoar:
93985c7
        rationale: Runtime dependency
9dcac54
        ref: f32
93985c7
        buildorder: 2
93985c7
      gnome-desktop3:
93985c7
        rationale: Runtime dependency
9dcac54
        ref: f32
93985c7
        buildorder: 2
93985c7
      gnome-online-accounts:
93985c7
        rationale: Runtime dependency
9dcac54
        ref: f32
93985c7
        buildorder: 3
93985c7
      highlight:
93985c7
        rationale: Runtime dependency
9dcac54
        ref: f32
93985c7
        buildorder: 3
93985c7
      libgweather:
93985c7
        rationale: Runtime dependency
9dcac54
        ref: f32
93985c7
        buildorder: 3
93985c7
      libical:
93985c7
        rationale: Runtime dependency
9dcac54
        ref: f32
93985c7
        buildorder: 3
93985c7
      gtkspell3:
93985c7
        rationale: Runtime dependency
9dcac54
        ref: f32
93985c7
        buildorder: 3
a46739a
      libmspack:
a46739a
        rationale: evolution-ews runtime dependency
9dcac54
        ref: f32
a46739a
        buildorder: 3
93985c7
      evolution-data-server:
93985c7
        rationale: Runtime dependency
9dcac54
        ref: f32
93985c7
        buildorder: 4
93985c7
      evolution:
93985c7
        rationale: Application package
9dcac54
        ref: f32
93985c7
        buildorder: 5
a46739a
      evolution-ews:
a46739a
        rationale: Application plugin package
9dcac54
        ref: f32
a46739a
        buildorder: 6
93985c7
...