Blob Blame History Raw
---
document: modulemd
version: 2
data:
  summary: Document viewer
  description: >-
    Evince is simple multi-page document viewer. It can display and print Portable
    Document Format (PDF), PostScript (PS) and Encapsulated PostScript (EPS) files.
    When supported by the document format, evince allows searching for text, copying
    text to the clipboard, hypertext navigation, table-of-contents bookmarks and editing
    of forms.
     Support for other document formats such as DVI and DJVU can be added by installing
    additional backends.
  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:
      - evince
      - evince-djvu
  components:
    rpms:
      evince:
        rationale: Application package
        ref: f32
        buildorder: 10
      djvulibre:
        rationale: Runtime dependency
        ref: f32
      libgxps:
        rationale: Runtime dependency
        ref: f32
      libspectre:
        rationale: Runtime dependency
        ref: f32
...