Blob Blame History Raw
---
document: modulemd
version: 2
data:
  summary: Simple and beautiful calendar application designed to fit GNOME 3
  description: >-
    Calendar is a simple and beautiful calendar application designed to fit GNOME
    3. Features: * Week, month and year views * Basic editing of events * Evolution
    Data Server integration * Search support
  license:
    module:
    - MIT
  dependencies:
  - buildrequires:
      flatpak-common: [f36]
      flatpak-runtime: [f36]
      platform: [f36]
    requires:
      flatpak-common: [f36]
      flatpak-runtime: [f36]
      platform: [f36]
  profiles:
    default:
      rpms:
      - gnome-calendar
  buildopts:
    arches: [aarch64, x86_64]
  components:
    rpms:
      evolution-data-server:
        rationale: Runtime dependency
        ref: f36
        arches: [aarch64,x86_64]
      gnome-calendar:
        rationale: Application package
        ref: f36
        arches: [aarch64,x86_64]
        buildorder: 10
      libgweather4:
        rationale: Runtime dependency
        ref: f36
        arches: [aarch64,x86_64]
...