diff --git a/README.md b/README.md index 1e36aa0..27008bf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # feedreader -The feedreader package \ No newline at end of file +The Feedreader Flatpak diff --git a/container.yaml b/container.yaml new file mode 100644 index 0000000..d044668 --- /dev/null +++ b/container.yaml @@ -0,0 +1,20 @@ +compose: + modules: + - feedreader:master +flatpak: + id: org.gnome.FeedReader + branch: stable + command: feedreader + tags: [] + finish-args: > + --filesystem=host + --share=ipc + --socket=x11 + --socket=wayland + --socket=session-bus + --filesystem=~/.config/dconf:ro + --filesystem=xdg-run/dconf + --talk-name=ca.desrt.dconf + --env=DCONF_USER_CONFIG_DIR=.config/dconf + cleanup-commands: > + glib-compile-schemas /app/share/glib-2.0/schemas diff --git a/feedreader.yaml b/feedreader.yaml new file mode 100644 index 0000000..22683ca --- /dev/null +++ b/feedreader.yaml @@ -0,0 +1,34 @@ +document: modulemd +version: 2 +data: + summary: RSS desktop client + description: >- + FeedReader is a modern desktop application designed to complement existing web-based + RSS accounts. It combines all the advantages of web based services like synchronization + across all your devices with everything you expect from a modern desktop application. + license: + module: + - MIT + dependencies: + - buildrequires: + flatpak-runtime: [f29] + requires: + flatpak-runtime: [f29] + profiles: + default: + rpms: + - feedreader + api: + rpms: + - feedreader + components: + rpms: + feedreader: + rationale: Package in api + buildorder: 10 + gnome-online-accounts: + rationale: Runtime dependencies + libgee: + rationale: Runtime dependencies + libpeas: + rationale: Runtime dependencies