app-id: io.github.Kuucheen.PixelKit runtime: org.freedesktop.Platform runtime-version: '25.08' sdk: org.freedesktop.Sdk command: pixelkit finish-args: - --share=ipc - --socket=wayland - --socket=fallback-x11 - --device=dri - --filesystem=xdg-documents modules: - name: pixelkit buildsystem: simple build-options: env: CARGO_HOME: /run/build/pixelkit/cargo CARGO_NET_OFFLINE: 'true' build-commands: - cargo build --release --frozen --offline - install -Dm755 target/release/pixelkit /app/bin/pixelkit - install -Dm644 packaging/linux/io.github.Kuucheen.PixelKit.desktop /app/share/applications/io.github.Kuucheen.PixelKit.desktop - install -Dm644 packaging/linux/io.github.Kuucheen.PixelKit.metainfo.xml /app/share/metainfo/io.github.Kuucheen.PixelKit.metainfo.xml - install -Dm644 packaging/linux/io.github.Kuucheen.PixelKit.svg /app/share/icons/hicolor/scalable/apps/io.github.Kuucheen.PixelKit.svg - install -Dm644 packaging/linux/io.github.Kuucheen.PixelKit.png /app/share/icons/hicolor/128x128/apps/io.github.Kuucheen.PixelKit.png - install -Dm644 packaging/linux/512x512/io.github.Kuucheen.PixelKit.png /app/share/icons/hicolor/512x512/apps/io.github.Kuucheen.PixelKit.png - install -Dm644 docs/pixelkit.1 /app/share/man/man1/pixelkit.1 - install -Dm644 LICENSE /app/share/licenses/pixelkit/LICENSE - install -Dm644 LICENSES/Apache-2.0.txt /app/share/licenses/pixelkit/Apache-2.0.txt - install -Dm644 NOTICE /app/share/doc/pixelkit/NOTICE sources: - type: dir path: ../.. skip: - target - vendor - .cargo - .flatpak-builder - build-dir - dist - cargo-sources.json