From e3e4d802dd988dcf4a62a7411654d38c2913adde Mon Sep 17 00:00:00 2001 From: Felipe Borges Date: May 14 2019 08:25:59 +0000 Subject: Initial import --- diff --git a/container.yaml b/container.yaml new file mode 100644 index 0000000..e47bdca --- /dev/null +++ b/container.yaml @@ -0,0 +1,18 @@ +compose: + modules: + - gedit:master +flatpak: + id: org.gnome.gedit + branch: stable + command: gedit + rename-icon: org.gnome.gedit + finish-args: |- + --share=ipc + --socket=x11 + --socket=wayland + --filesystem=host + --filesystem=xdg-run/dconf + --filesystem=~/.config/dconf:ro + --talk-name=ca.desrt.dconf + --env=DCONF_USER_CONFIG_DIR=.config/dconf + --talk-name=org.gtk.vfs.* diff --git a/gedit.yaml b/gedit.yaml new file mode 100644 index 0000000..6ee0226 --- /dev/null +++ b/gedit.yaml @@ -0,0 +1,52 @@ +--- +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: [f29] + flatpak-runtime: [f29] + platform: [f29] + requires: + flatpak-common: [f29] + flatpak-runtime: [f29] + platform: [f29] + profiles: + default: + rpms: + - gedit + components: + rpms: + gedit: + rationale: Application package + ref: master + buildorder: 10 + gspell: + rationale: Runtime dependency + ref: f29 + libpeas: + rationale: Runtime dependency + ref: f29 + gedit-plugins: + rationale: Runtime dependency + ref: f29 + gtksourceview4: + rationale: Runtime dependency + ref: f29 + enchant2: + rationale: Runtime dependency + ref: f29 +...