mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-28 15:07:46 +00:00
More flatpak changes from main
This commit is contained in:
parent
feff28f9b6
commit
25aee21905
1 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
app-id: zone.xiv.astra
|
app-id: zone.xiv.astra
|
||||||
runtime: org.kde.Platform
|
runtime: org.kde.Platform
|
||||||
cruntime-version: '6.6-kf6preview'
|
runtime-version: '6.6'
|
||||||
sdk: org.kde.Sdk
|
sdk: org.kde.Sdk
|
||||||
sdk-extensions:
|
sdk-extensions:
|
||||||
- org.freedesktop.Sdk.Extension.rust-stable
|
- org.freedesktop.Sdk.Extension.rust-stable
|
||||||
|
@ -24,7 +24,6 @@ finish-args:
|
||||||
- --device=all
|
- --device=all
|
||||||
- --allow=devel
|
- --allow=devel
|
||||||
modules:
|
modules:
|
||||||
#- flatpak/kf6.json
|
|
||||||
- flatpak/kirigami-addons.json
|
- flatpak/kirigami-addons.json
|
||||||
- name: unshield
|
- name: unshield
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
|
@ -32,7 +31,7 @@ modules:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/twogood/unshield.git
|
url: https://github.com/twogood/unshield.git
|
||||||
branch: main
|
branch: main
|
||||||
- name: unshield
|
- name: libsecret
|
||||||
cleanup:
|
cleanup:
|
||||||
- /bin
|
- /bin
|
||||||
config-opts:
|
config-opts:
|
||||||
|
@ -41,14 +40,15 @@ modules:
|
||||||
- -Dgtk_doc=false
|
- -Dgtk_doc=false
|
||||||
- -Dintrospection=false
|
- -Dintrospection=false
|
||||||
- -Dgcrypt=false
|
- -Dgcrypt=false
|
||||||
|
buildsystem: meson
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://download.gnome.org/sources/libsecret/0.20/libsecret-0.20.5.tar.xz
|
url: https://download.gnome.org/sources/libsecret/0.20/libsecret-0.20.5.tar.xz
|
||||||
sha256: 3fb3ce340fcd7db54d87c893e69bfc2b1f6e4d4b279065ffe66dac9f0fd12b4d
|
sha256: 3fb3ce340fcd7db54d87c893e69bfc2b1f6e4d4b279065ffe66dac9f0fd12b4d
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
- type: gnome
|
- type: gnome
|
||||||
- name: libsecret
|
- name: libsecret
|
||||||
- stable-only: true
|
- stable-only: true
|
||||||
- name: qtkeychain
|
- name: qtkeychain
|
||||||
cleanup:
|
cleanup:
|
||||||
- /bin
|
- /bin
|
||||||
|
@ -65,7 +65,7 @@ modules:
|
||||||
- name: steamwrap
|
- name: steamwrap
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- install -D steamwrap /app/bin/steamwrap
|
- install -D steamwrap /app/bin/steamwrap
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
url: https://xiv.zone/distrib/steamwrap/steamwrap
|
url: https://xiv.zone/distrib/steamwrap/steamwrap
|
||||||
|
@ -73,7 +73,7 @@ modules:
|
||||||
- name: steamapi
|
- name: steamapi
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- install -D libsteam_api.so /app/bin/libsteam_api.so
|
- install -D libsteam_api.so /app/bin/libsteam_api.so
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
url: https://xiv.zone/distrib/steamwrap/libsteam_api.so
|
url: https://xiv.zone/distrib/steamwrap/libsteam_api.so
|
||||||
|
@ -97,7 +97,7 @@ modules:
|
||||||
- DCORROSION_BUILD_TESTS=OFF
|
- DCORROSION_BUILD_TESTS=OFF
|
||||||
build-options:
|
build-options:
|
||||||
- env:
|
- env:
|
||||||
- CARGO_HOME: /run/build/corrosion/cargo
|
- CARGO_HOME: /run/build/corrosion/cargo
|
||||||
cleanup:
|
cleanup:
|
||||||
- /app
|
- /app
|
||||||
sources:
|
sources:
|
||||||
|
@ -112,7 +112,7 @@ modules:
|
||||||
- -DBUILD_FLATPAK=ON
|
- -DBUILD_FLATPAK=ON
|
||||||
build-options:
|
build-options:
|
||||||
build-args:
|
build-args:
|
||||||
- --share=network # needed for cargo unfortunately, flatpak has no native support (yet)
|
- --share=network # needed for cargo unfortunately, flatpak has no native support (yet)
|
||||||
sources:
|
sources:
|
||||||
- type: dir
|
- type: dir
|
||||||
path: .
|
path: .
|
||||||
|
|
Loading…
Add table
Reference in a new issue