Blob Blame History Raw
---
document: modulemd
version: 2
data:
  summary: Eye of GNOME image viewer
  description: >-
    The Eye of GNOME image viewer (eog) is the official image viewer for the GNOME
    desktop. It can view single image files in a variety of formats, as well as large
    image collections.

    eog is extensible through a plugin system.
  license:
    module:
    - MIT
  dependencies:
  - buildrequires:
      flatpak-common: [f33]
      flatpak-runtime: [f33]
      platform: [f33]
    requires:
      flatpak-common: [f33]
      flatpak-runtime: [f33]
      platform: [f33]
  profiles:
    default:
      rpms:
      - eog
# If we wanted support for Python plugins
#     - libpeas-loader-python3
  components:
    rpms:
      eog:
        rationale: Application package
        ref: f33
        buildorder: 10
      exempi:
        rationale: Runtime dependency
        ref: f33
      libportal:
        rationale: Runtime dependency
        ref: f33
...