mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-25 05:47:45 +00:00
Switch to released 6.0 Flatpak runtime
This commit is contained in:
parent
51715ca3be
commit
a94873d5ad
1 changed files with 3 additions and 3 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,6 +40,7 @@ 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue