{ "app-id": "com.meteowatch.app", "runtime": "org.gnome.Platform", "runtime-version": "49", "sdk": "org.gnome.Sdk", "command": "meteowatch", "finish-args": [ "--socket=wayland", "--socket=fallback-x11", "--share=network", "--share=ipc", "--socket=session-bus", "--filesystem=xdg-config/meteowatch:create" ], "modules": [ { "name": "python3-deps", "buildsystem": "simple", "build-commands": [ "pip3 install --prefix=/app --no-deps --ignore-installed *.whl" ], "sources": [ { "type": "dir", "path": "flatpak-deps" } ] }, { "name": "meteowatch", "buildsystem": "simple", "build-commands": [ "pip3 install --prefix=/app --no-deps --no-build-isolation .", "install -Dm644 data/com.meteowatch.app.desktop /app/share/applications/com.meteowatch.app.desktop", "install -Dm644 data/com.meteowatch.app.svg /app/share/icons/hicolor/scalable/apps/com.meteowatch.app.svg", "install -Dm644 data/com.meteowatch.app.metainfo.xml /app/share/metainfo/com.meteowatch.app.metainfo.xml" ], "sources": [ { "type": "dir", "path": "." } ] } ] }