Blob Blame History Raw
---
document: modulemd
version: 2
data:
  summary: Text editor for the GNOME desktop
  description: >-
    gedit is a small, but powerful text editor designed specifically for the GNOME
    desktop. It has most standard text editor functions and fully supports international
    text in Unicode. Advanced features include syntax highlighting and automatic indentation
    of source code, printing and editing of multiple documents in one window.

    gedit is extensible through a plugin system, which currently includes support
    for spell checking, comparing files, viewing CVS ChangeLogs, and adjusting indentation
    levels. Further plugins can be found in the gedit-plugins package.
  license:
    module:
    - MIT
  dependencies:
  - buildrequires:
      flatpak-common: [f31]
      flatpak-runtime: [f31]
      platform: [f31]
    requires:
      flatpak-common: [f31]
      flatpak-runtime: [f31]
      platform: [f31]
  profiles:
    default:
      rpms:
      - gedit
      - gedit-plugins
  components:
    rpms:
      gedit:
        rationale: Application package
        ref: f31
        buildorder: 10
      gedit-plugins:
        rationale: Runtime dependency
        ref: f31
...