yselkowitz / flatpaks / evince

Forked from flatpaks/evince a year ago
Clone
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: [f37]
      flatpak-runtime: [f37]
      platform: [f37]
    requires:
      flatpak-common: [f37]
      flatpak-runtime: [f37]
      platform: [f37]
  profiles:
    default:
      rpms:
      - evince
      - evince-djvu
  buildopts:
    arches: [aarch64, x86_64]
  components:
    rpms:
      evince:
        rationale: Application package
        ref: f37
        arches: [aarch64,x86_64]
        buildorder: 10
      djvulibre:
        rationale: Runtime dependency
        ref: f37
        arches: [aarch64,x86_64]
      libspectre:
        rationale: Runtime dependency
        ref: f37
        arches: [aarch64,x86_64]
...