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: [f35]
      flatpak-runtime: [f35]
      platform: [f35]
    requires:
      flatpak-common: [f35]
      flatpak-runtime: [f35]
      platform: [f35]
  profiles:
    default:
      rpms:
      - gedit
      - gedit-plugins
  components:
    rpms:
      gedit:
        rationale: Application package
        ref: f35
        buildorder: 10
      gedit-plugins:
        rationale: Runtime dependency
        ref: f35
        buildorder: 20
      gucharmap:
        rationale: Runtime dependency
        ref: f35
        buildorder: 10
      http-parser:
        rationale: Runtime dependency
        ref: f35
      libgit2:
        rationale: Runtime dependency
        ref: f35
        buildorder: 1
      libgit2-glib:
        rationale: Runtime dependency
        ref: f35
        buildorder: 2
      libssh2:
        rationale: Runtime dependency
        ref: f35
      uchardet:
        rationale: Runtime dependency
        ref: f35
      unicode-ucd:
        rationale: Build dependency
        ref: f35
        buildonly: true
      vte291:
        rationale: Runtime dependency
        ref: f35
      zenity:
        rationale: Runtime dependency
        ref: f35
...