mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2026-05-10 19:21:42 +00:00
enhancement(flatpakui): add flatpak file for the user interface
This commit is contained in:
parent
5e04b4f5f6
commit
acd3366e0c
1 changed files with 35 additions and 0 deletions
35
scripts/flatpak/gay.pancake.lsfg-vk.ui.yml
Normal file
35
scripts/flatpak/gay.pancake.lsfg-vk.ui.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
||||||
|
id: gay.pancake.lsfg-vk-ui
|
||||||
|
version: 1.0.0
|
||||||
|
command: lsfg-vk-ui
|
||||||
|
default-branch: develop
|
||||||
|
|
||||||
|
runtime: org.gnome.Platform
|
||||||
|
runtime-version: '48'
|
||||||
|
sdk: org.gnome.Sdk
|
||||||
|
|
||||||
|
finish-args:
|
||||||
|
- --share=ipc
|
||||||
|
- --socket=x11
|
||||||
|
- --socket=wayland
|
||||||
|
- --device=dri
|
||||||
|
- --filesystem=xdg-config
|
||||||
|
|
||||||
|
sdk-extensions:
|
||||||
|
- org.freedesktop.Sdk.Extension.rust-stable
|
||||||
|
|
||||||
|
build-options:
|
||||||
|
append-path: /usr/lib/sdk/rust-stable/bin
|
||||||
|
build-args:
|
||||||
|
- --share=network
|
||||||
|
|
||||||
|
modules:
|
||||||
|
- name: lsfg-vk-ui
|
||||||
|
buildsystem: simple
|
||||||
|
build-commands:
|
||||||
|
- cargo build --release --locked
|
||||||
|
- install -Dm755 ./target/release/lsfg-vk-ui /app/bin/lsfg-vk-ui
|
||||||
|
- install -Dm644 ./rsc/gay.pancake.lsfg-vk-ui.desktop /app/share/applications/gay.pancake.lsfg-vk-ui.desktop
|
||||||
|
- install -Dm644 ./rsc/icon.png /app/share/icons/hicolor/256x256/apps/gay.pancake.lsfg-vk-ui.png
|
||||||
|
sources:
|
||||||
|
- type: dir
|
||||||
|
path: ../../ui
|
||||||
Loading…
Add table
Reference in a new issue