From c3c20ae130cdf839e7c1ebfcde6f78bd01a28d0f Mon Sep 17 00:00:00 2001 From: Felipe Borges Date: May 07 2019 07:32:53 +0000 Subject: Initial import --- diff --git a/container.yaml b/container.yaml new file mode 100644 index 0000000..3aa0c77 --- /dev/null +++ b/container.yaml @@ -0,0 +1,17 @@ +compose: + modules: + - gnome-dictionary:master +flatpak: + id: org.gnome.Dictionary + branch: stable + command: gnome-dictionary + finish-args: |- + --share=ipc + --socket=x11 + --socket=wayland + --share=network + --filesystem=xdg-documents + --filesystem=xdg-run/dconf + --filesystem=~/.config/dconf:ro + --talk-name=ca.desrt.dconf + --env=DCONF_USER_CONFIG_DIR=.config/dconf diff --git a/gnome-dictionary.yaml b/gnome-dictionary.yaml new file mode 100644 index 0000000..9f3de6b --- /dev/null +++ b/gnome-dictionary.yaml @@ -0,0 +1,30 @@ +--- +document: modulemd +version: 2 +data: + summary: A dictionary application for GNOME + description: >- + gnome-dictionary lets you look up words in dictionary sources. + 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: + - gnome-dictionary + components: + rpms: + gnome-dictionary: + rationale: Application package + ref: f29 + buildorder: 10 +...