2022-10-24 15:46:37 -04:00
|
|
|
app-id: zone.xiv.astra
|
|
|
|
runtime: org.kde.Platform
|
2023-12-31 17:23:55 -05:00
|
|
|
cruntime-version: '6.6-kf6preview'
|
2022-10-24 15:46:37 -04:00
|
|
|
sdk: org.kde.Sdk
|
|
|
|
sdk-extensions:
|
|
|
|
- org.freedesktop.Sdk.Extension.rust-stable
|
|
|
|
command: astra
|
|
|
|
build-options:
|
|
|
|
append-path: /usr/lib/sdk/rust-stable/bin
|
|
|
|
build-args:
|
|
|
|
- --share=network
|
|
|
|
finish-args:
|
|
|
|
- --share=ipc
|
2023-12-20 19:29:04 -05:00
|
|
|
- --socket=fallback-x11
|
2022-10-24 15:46:37 -04:00
|
|
|
- --share=network
|
2023-12-20 19:29:04 -05:00
|
|
|
- --filesystem=home
|
2022-10-24 15:46:37 -04:00
|
|
|
- --socket=pulseaudio
|
2023-12-20 19:32:49 -05:00
|
|
|
# Allow access to the GNOME secret service API and to talk to the GNOME keyring daemon
|
|
|
|
- --talk-name=org.freedesktop.secrets
|
|
|
|
- --talk-name=org.gnome.keyring
|
|
|
|
# Allow to talk to the KDE kwallet daemon
|
|
|
|
- --talk-name=org.kde.kwalletd5
|
|
|
|
- --talk-name=org.kde.kwalletd6
|
2023-12-20 19:29:04 -05:00
|
|
|
- --device=all
|
|
|
|
- --allow=devel
|
2022-10-24 15:46:37 -04:00
|
|
|
modules:
|
2023-12-31 17:23:55 -05:00
|
|
|
#- flatpak/kf6.json
|
2023-12-19 20:44:32 -05:00
|
|
|
- flatpak/kirigami-addons.json
|
2022-10-24 15:46:37 -04:00
|
|
|
- name: unshield
|
|
|
|
buildsystem: cmake-ninja
|
|
|
|
sources:
|
|
|
|
- type: git
|
|
|
|
url: https://github.com/twogood/unshield.git
|
|
|
|
branch: main
|
2023-12-19 20:44:32 -05:00
|
|
|
- name: unshield
|
2023-12-31 17:23:55 -05:00
|
|
|
cleanup:
|
|
|
|
- /bin
|
2023-12-19 20:44:32 -05:00
|
|
|
config-opts:
|
|
|
|
- -Dmanpage=false
|
|
|
|
- -Dvapi=false
|
|
|
|
- -Dgtk_doc=false
|
|
|
|
- -Dintrospection=false
|
|
|
|
- -Dgcrypt=false
|
|
|
|
sources:
|
|
|
|
- type: archive
|
|
|
|
url: https://download.gnome.org/sources/libsecret/0.20/libsecret-0.20.5.tar.xz
|
|
|
|
sha256: 3fb3ce340fcd7db54d87c893e69bfc2b1f6e4d4b279065ffe66dac9f0fd12b4d
|
|
|
|
x-checker-data:
|
|
|
|
- type: gnome
|
|
|
|
- name: libsecret
|
|
|
|
- stable-only: true
|
2022-10-24 15:46:37 -04:00
|
|
|
- name: qtkeychain
|
2023-12-31 17:23:55 -05:00
|
|
|
cleanup:
|
|
|
|
- /bin
|
2022-10-24 15:46:37 -04:00
|
|
|
buildsystem: cmake-ninja
|
|
|
|
config-opts:
|
2023-12-19 20:44:32 -05:00
|
|
|
- -DBUILD_WITH_QT6=ON
|
|
|
|
- -DCMAKE_INSTALL_LIBDIR=/app/lib
|
|
|
|
- -DLIB_INSTALL_DIR=/app/lib
|
|
|
|
- -DBUILD_TRANSLATIONS=NO
|
2022-10-24 15:46:37 -04:00
|
|
|
sources:
|
|
|
|
- type: git
|
|
|
|
url: https://github.com/frankosterfeld/qtkeychain.git
|
2023-08-06 09:46:50 -04:00
|
|
|
branch: main
|
2023-12-20 19:29:04 -05:00
|
|
|
- name: steamwrap
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- install -D steamwrap /app/bin/steamwrap
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://xiv.zone/distrib/steamwrap/steamwrap
|
|
|
|
sha256: b6c8a398fdf88787000df5de133c748b896b1ba3a2a9892f2e10e0f8e02627af
|
|
|
|
- name: steamapi
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- install -D libsteam_api.so /app/bin/libsteam_api.so
|
|
|
|
sources:
|
|
|
|
- type: file
|
|
|
|
url: https://xiv.zone/distrib/steamwrap/libsteam_api.so
|
|
|
|
sha256: b50b9d313eb554792216762f5cc0b972cfae14149f720440e0f0d6c4563c951f
|
2023-12-19 20:44:32 -05:00
|
|
|
- name: qt6-qtwebview
|
2023-08-06 11:52:35 -04:00
|
|
|
buildsystem: cmake-ninja
|
2023-12-19 20:44:32 -05:00
|
|
|
cleanup-platform:
|
|
|
|
- /bin
|
2023-08-06 11:52:35 -04:00
|
|
|
sources:
|
|
|
|
- type: archive
|
2023-12-19 20:44:32 -05:00
|
|
|
url: https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtwebview-everywhere-src-6.6.1.tar.xz
|
|
|
|
sha256: d6de1ba33be93ae464147c9c069e115c7a24e3e475640016bc2f07c93c4a256c
|
|
|
|
x-checker-data:
|
|
|
|
- type: anitya
|
|
|
|
project-id: 7927
|
|
|
|
stable-only: true
|
|
|
|
url-template: https://download.qt.io/official_releases/qt/6.6/$version/submodules/qtwebview-everywhere-src-$version.tar.xz
|
|
|
|
- name: corrosion
|
|
|
|
buildsystem: cmake-ninja
|
|
|
|
config-opts:
|
|
|
|
- DCORROSION_BUILD_TESTS=OFF
|
|
|
|
build-options:
|
|
|
|
- env:
|
|
|
|
- CARGO_HOME: /run/build/corrosion/cargo
|
|
|
|
cleanup:
|
|
|
|
- /app
|
|
|
|
sources:
|
|
|
|
- type: "git"
|
|
|
|
url: https://github.com/AndrewGaspar/corrosion
|
|
|
|
commit: v0.4.5
|
2022-10-24 15:46:37 -04:00
|
|
|
- name: astra
|
|
|
|
buildsystem: cmake-ninja
|
|
|
|
config-opts:
|
|
|
|
- -DRust_COMPILER=/usr/lib/sdk/rust-stable/bin/rustc
|
|
|
|
- -DENABLE_GAMEMODE=OFF
|
2023-08-06 11:52:35 -04:00
|
|
|
- -DBUILD_FLATPAK=ON
|
2022-10-24 15:46:37 -04:00
|
|
|
build-options:
|
2023-08-06 11:52:35 -04:00
|
|
|
build-args:
|
2022-10-24 15:46:37 -04:00
|
|
|
- --share=network # needed for cargo unfortunately, flatpak has no native support (yet)
|
|
|
|
sources:
|
|
|
|
- type: dir
|
|
|
|
path: .
|