diff --git a/README.md b/README.md index f3fa672..5b04149 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # gnome-maps -The gnome-maps package \ No newline at end of file +GNOME Maps is a simple map application for the GNOME desktop. diff --git a/container.yaml b/container.yaml new file mode 100644 index 0000000..01cf0c3 --- /dev/null +++ b/container.yaml @@ -0,0 +1,29 @@ +compose: + modules: + - gnome-maps:master +flatpak: + id: org.gnome.Maps + branch: stable + command: gnome-maps + finish-args: |- + --share=ipc + --socket=x11 + --socket=wayland + --device=dri + --share=network + --system-talk-name=org.freedesktop.NetworkManager + --talk-name=org.gtk.vfs + --talk-name=org.gtk.vfs.* + --talk-name=org.xfce.SessionManager + --talk-name=org.gnome.SessionManager + --talk-name=org.gnome.OnlineAccounts + --talk-name=org.gnome.evolution.dataserver.AddressBook9 + --talk-name=org.gnome.evolution.dataserver.Calendar7 + --talk-name=org.gnome.evolution.dataserver.Sources5 + --talk-name=org.gnome.evolution.dataserver.Subprocess.Backend.* + --talk-name=org.freedesktop.secrets + --system-talk-name=org.freedesktop.GeoClue2 + --filesystem=xdg-run/dconf + --filesystem=~/.config/dconf:ro + --talk-name=ca.desrt.dconf + --env=DCONF_USER_CONFIG_DIR=.config/dconf diff --git a/gnome-maps.yaml b/gnome-maps.yaml new file mode 100644 index 0000000..0d268d3 --- /dev/null +++ b/gnome-maps.yaml @@ -0,0 +1,61 @@ +--- +document: modulemd +version: 2 +data: + summary: Map application for GNOME + description: >- + GNOME Maps is a simple map application for the GNOME desktop. + 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: + - gnome-maps + components: + rpms: + evolution-data-server: + rationale: Runtime dependency + ref: f30 + folks: + rationale: Runtime dependency + ref: f30 + buildorder: 10 + geocode-glib: + rationale: Runtime dependency + ref: f30 + gfbgraph: + rationale: Runtime dependency + ref: f30 + gnome-maps: + rationale: Application package + ref: f30 + buildorder: 10 + gnome-online-accounts: + rationale: Runtime dependency + ref: f30 + libchamplain: + rationale: Runtime dependency + ref: f30 + libgdata: + rationale: Runtime dependency + ref: f30 + libgweather: + rationale: Runtime dependency + ref: f30 + libical: + rationale: Runtime dependency + ref: f30 + liboauth: + rationale: Runtime dependency + ref: f30 +...