Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flatpak distribution #244

Open
wants to merge 13 commits into
base: installers
Choose a base branch
from
Prev Previous commit
Next Next commit
Updated runtime to org.kde.Platform
Updated runtime to org.kde.Platform, this provides the default build tools in the runtime such as git, autoconf, etc
  • Loading branch information
suchinton committed May 1, 2023
commit 4309745ab6974995296262e71d864b8e8c4aecf8
10 changes: 1 addition & 9 deletions Flatpak_Test_App/flatpak/org.flatpak.FOSSEE_Inst_test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
app-id: org.flatpak.FOSSEE_Inst_test
runtime: org.kde.Platform
runtime: org.kde.Sdk
runtime-version: '5.15-22.08'
sdk: org.kde.Sdk
base: com.riverbankcomputing.PyQt.BaseApp
Expand All @@ -16,14 +16,6 @@ finish-args:
- --device=dri
- --talk-name=org.freedesktop.Flatpak

runtime-options:
extensions:
- org.freedesktop.Platform.GL.default
- org.freedesktop.Platform.VAAPI.Intel
- org.freedesktop.Platform.openh264
add-extensions:
- git

modules:
- name: FOSSEE_Inst_test
buildsystem: simple
Expand Down