{ "app-id": "org.example.Daybreak", "runtime": "org.gnome.Platform", "runtime-version": "47", "sdk": "org.gnome.Sdk", "command": "daybreak", "finish-args": [ "--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--device=dri", "--talk-name=org.freedesktop.Notifications", "--talk-name=org.freedesktop.portal.Desktop" ], "modules": [ { "name": "daybreak", "buildsystem": "simple", "build-commands": [ "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} .", "install -Dm644 data/org.example.Daybreak.gschema.xml ${FLATPAK_DEST}/share/glib-2.0/schemas/org.example.Daybreak.gschema.xml", "glib-compile-schemas ${FLATPAK_DEST}/share/glib-2.0/schemas/", "install -Dm644 org.example.Daybreak.desktop ${FLATPAK_DEST}/share/applications/org.example.Daybreak.desktop", "install -Dm644 data/org.example.Daybreak.metainfo.xml ${FLATPAK_DEST}/share/metainfo/org.example.Daybreak.metainfo.xml", "install -Dm644 data/icons/hicolor/scalable/apps/org.example.Daybreak.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/org.example.Daybreak.svg", "install -Dm644 data/icons/hicolor/symbolic/apps/org.example.Daybreak-symbolic.svg ${FLATPAK_DEST}/share/icons/hicolor/symbolic/apps/org.example.Daybreak-symbolic.svg", "install -Dm644 org.example.Daybreak.service ${FLATPAK_DEST}/share/dbus-1/services/org.example.Daybreak.service" ], "sources": [ { "type": "dir", "path": "." } ] } ] }