app-id: org.orcaemu.ORCA runtime: org.kde.Platform runtime-version: '6.10' sdk: org.kde.Sdk command: orca finish-args: - --device=all - --socket=pulseaudio - --socket=wayland - --socket=x11 - --share=network - --share=ipc # Needed by Dolphin's emulated Bluetooth adapter and motion controls. - --allow=bluetooth # Game folders are selected through the desktop document portal. Users can # grant additional persistent folders with flatpak override when needed. # Required to disable the screensaver in various desktops. - --talk-name=org.freedesktop.ScreenSaver - --talk-name=org.xfce.ScreenSaver - --talk-name=org.mate.ScreenSaver # Required for Gamescope on Steam Deck. - --filesystem=xdg-run/gamescope-0:ro modules: - name: libevdev buildsystem: meson config-opts: - -Dtests=disabled - -Ddocumentation=disabled sources: - type: archive url: https://www.freedesktop.org/software/libevdev/libevdev-1.13.3.tar.xz sha256: abf1aace86208eebdd5d3550ffded4c8d73bb405b796d51c389c9d0604cbcfbf - name: orca buildsystem: cmake-ninja builddir: true build-options: # Avoid inheriting SDK flags that can change emulator performance. cflags: '' cflags-override: true cxxflags: '' cxxflags-override: true config-opts: - -DCMAKE_BUILD_TYPE=Release - -DDISTRIBUTOR=Orca - -DENABLE_ALSA=OFF - -DENABLE_SDL=ON - -DENABLE_EVDEV=ON - -DENABLE_AUTOUPDATE=OFF - -Ddatadir=/app/share/orca cleanup: - /share/man post-install: - install -Dm755 ../Flatpak/orca-wrapper /app/bin/orca - install -Dm644 ../branding/orca.desktop /app/share/applications/org.orcaemu.ORCA.desktop - install -Dm644 ../branding/orca-512.png /app/share/icons/hicolor/512x512/apps/org.orcaemu.ORCA.png - install -Dm644 ../Flatpak/org.orcaemu.ORCA.metainfo.xml /app/share/metainfo/org.orcaemu.ORCA.metainfo.xml - rm -f /app/share/applications/dolphin-emu.desktop sources: - type: dir path: ..