app-id: com.github.petervdpas.goop2 runtime: org.gnome.Platform runtime-version: "47" sdk: org.gnome.Sdk command: goop2 finish-args: - --share=network - --share=ipc - --socket=fallback-x11 - --socket=wayland - --device=dri - --device=all # V4L2 camera + ALSA sound card access for Pion native calls - --socket=pulseaudio - --talk-name=org.kde.StatusNotifierWatcher - --talk-name=org.freedesktop.Notifications modules: - name: goop2 buildsystem: simple build-commands: - install -Dm755 goop2-bin /app/bin/goop2-bin - install -Dm755 goop2-wrapper.sh /app/bin/goop2 - install -Dm644 com.github.petervdpas.goop2.desktop /app/share/applications/com.github.petervdpas.goop2.desktop - install -Dm644 goop2.png /app/share/icons/hicolor/256x256/apps/com.github.petervdpas.goop2.png - install -Dm644 com.github.petervdpas.goop2.metainfo.xml /app/share/metainfo/com.github.petervdpas.goop2.metainfo.xml sources: - type: file path: goop2-bin - type: file path: goop2-wrapper.sh - type: file path: com.github.petervdpas.goop2.desktop - type: file path: goop2.png - type: file path: com.github.petervdpas.goop2.metainfo.xml