mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
36 lines
1.6 KiB
YAML
36 lines
1.6 KiB
YAML
app-id: io.github.epasveer.seer
|
|
runtime: org.kde.Platform
|
|
runtime-version: '6.10'
|
|
sdk: org.kde.Sdk
|
|
command: seergdb
|
|
|
|
finish-args:
|
|
- --socket=fallback-x11
|
|
- --socket=wayland
|
|
- --device=dri
|
|
- --device=all # Needed for stdout/stdin to debug target
|
|
- --share=ipc
|
|
- --filesystem=host # Filesystem access for debugging programs
|
|
- --talk-name=org.freedesktop.Flatpak # Permission to `flatpak-spawn --host`
|
|
|
|
modules:
|
|
- name: seergdb
|
|
buildsystem: cmake-ninja
|
|
builddir: true
|
|
subdir: src
|
|
config-opts:
|
|
- -DCMAKE_BUILD_TYPE=Release
|
|
sources:
|
|
- type: git
|
|
url: https://github.com/epasveer/seer.git
|
|
branch: main
|
|
post-install:
|
|
- install -Dm644 ../../flatpak/io.github.epasveer.seer.metainfo.xml /app/share/metainfo/io.github.epasveer.seer.metainfo.xml
|
|
- install -Dm644 ../../flatpak/io.github.epasveer.seer.desktop /app/share/applications/io.github.epasveer.seer.desktop
|
|
- install -Dm644 ../../flatpak/io.github.epasveer.seer.32x32.png /app/share/icons/hicolor/32x32/apps/io.github.epasveer.seer.png
|
|
- install -Dm644 ../../flatpak/io.github.epasveer.seer.64x64.png /app/share/icons/hicolor/64x64/apps/io.github.epasveer.seer.png
|
|
- install -Dm644 ../../flatpak/io.github.epasveer.seer.128x128.png /app/share/icons/hicolor/128x128/apps/io.github.epasveer.seer.png
|
|
- install -Dm644 ../../flatpak/io.github.epasveer.seer.256x256.png /app/share/icons/hicolor/256x256/apps/io.github.epasveer.seer.png
|
|
- install -Dm644 ../../flatpak/io.github.epasveer.seer.512x512.png /app/share/icons/hicolor/512x512/apps/io.github.epasveer.seer.png
|
|
|