From df2382e87cb463467514196b5275d7ea6b9a65fe Mon Sep 17 00:00:00 2001 From: Felipe Borges Date: May 09 2019 14:30:43 +0000 Subject: Initial import --- diff --git a/container.yaml b/container.yaml new file mode 100644 index 0000000..755c444 --- /dev/null +++ b/container.yaml @@ -0,0 +1,16 @@ +compose: + modules: + - dconf-editor:master +flatpak: + id: ca.desrt.dconf-editor + branch: stable + command: dconf-editor + finish-args: |- + --share=ipc + --socket=x11 + --socket=wayland + --talk-name=ca.desrt.dconf + --filesystem=xdg-run/dconf + --filesystem=~/.config/dconf:ro + --env=DCONF_USER_CONFIG_DIR=.config/dconf + --talk-name=org.gnome.SettingsDaemon.Color diff --git a/dconf-editor.yaml b/dconf-editor.yaml new file mode 100644 index 0000000..98b4f02 --- /dev/null +++ b/dconf-editor.yaml @@ -0,0 +1,30 @@ +--- +document: modulemd +version: 2 +data: + summary: Configuration editor for dconf + description: >- + Graphical tool for editing the dconf configuration database. + 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: + - dconf-editor + components: + rpms: + dconf-editor: + rationale: Application package + ref: f29 + buildorder: 10 +...