diff --git a/container.yaml b/container.yaml index 9f50c85..16c8180 100644 --- a/container.yaml +++ b/container.yaml @@ -1,30 +1,18 @@ ---- -document: modulemd -version: 2 -data: - summary: Simple and modern GTK eBook reader - description: >- - A simple and modern GTK eBook viewer, built with GJS and Epub.js. - license: - module: - - MIT - dependencies: - - buildrequires: - flatpak-common: [f30] - flatpak-runtime: [f30] - platform: [f30] - requires: - flatpak-common: [f30] - flatpak-runtime: [f30] - platform: [f30] - profiles: - default: - rpms: - - foliate - components: - rpms: - foliate: - rationale: Application package - ref: f30 - buildorder: 10 -... +compose: + modules: + - foliate:master +flatpak: + id: com.github.johnfactotum.Foliate + branch: stable + command: com.github.johnfactotum.Foliate + finish-args: |- + --share=network + --share=ipc + --socket=fallback-x11 + --socket=wayland + --device=dri + --filesystem=xdg-run/dconf + --filesystem=~/.config/dconf:ro + --talk-name=ca.desrt.dconf + --env=DCONF_USER_CONFIG_DIR=.config/dconf + --talk-name=org.freedesktop.Flatpak