Blob Blame History Raw
---
document: modulemd
version: 2
data:
  summary: A remote desktop client for the GNOME desktop environment
  description: >-
    Connections is a remote desktop client for the GNOME desktop environment.
  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-connections
  buildopts:
    arches: [aarch64, x86_64]
  components:
    rpms:
      freerdp:
        rationale: Runtime dependency
        ref: f36
        arches: [aarch64,x86_64]
      gtk-vnc:
        rationale: Runtime dependency
        ref: f36
        arches: [aarch64,x86_64]
      soxr:
        rationale: Runtime dependency
        ref: f36
        arches: [aarch64,x86_64]
      gnome-connections:
        rationale: Application package
        ref: f36
        arches: [aarch64,x86_64]
        buildorder: 10
...