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: [f33]
      flatpak-runtime: [f33]
      platform: [f33]
    requires:
      flatpak-common: [f33]
      flatpak-runtime: [f33]
      platform: [f33]
  profiles:
    default:
      rpms:
      - gedit
  components:
    rpms:
      amtk:
        rationale: Runtime dependency
        ref: f33
      gedit:
        rationale: Application package
        ref: f33
        buildorder: 10
      gedit-plugins:
        rationale: Runtime dependency
        ref: f33
      tepl:
        rationale: Runtime dependency
        ref: f33
      uchardet:
        rationale: Runtime dependency
        ref: f33
...