Skip to content
Snippets Groups Projects
Commit 0c77c7df authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Update flatpak bits

parent 5e516f67
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ flatpak:
image: fedora:latest
stage: build
variables:
MANIFEST_PATH: "build-aux/uk.me.bcowan.Rugby.json"
MANIFEST_PATH: "build-aux/uk.me.bcowan.Rugby.yml"
RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo"
FLATPAK_MODULE: "rugby"
BUNDLE: "rugby.flatpak"
......@@ -14,8 +14,8 @@ flatpak:
script:
- dnf install -y flatpak-builder
- flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- flatpak install -y flathub org.gnome.Platform 3.34
- flatpak install -y flathub org.gnome.Sdk 3.34
- flatpak install -y flathub org.gnome.Platform 3.36
- flatpak install -y flathub org.gnome.Sdk 3.36
- flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
- flatpak build app meson --prefix=/app ${MESON_ARGS} _build
- flatpak build app ninja -C _build install
......
{
"app-id" : "uk.me.bcowan.Rugby",
"runtime" : "org.gnome.Platform",
"runtime-version" : "3.34",
"sdk" : "org.gnome.Sdk",
"command" : "rugby",
"finish-args" : [
"--socket=x11",
"--socket=wayland"
],
"modules" : [
{
"name" : "rugby",
"buildsystem" : "meson",
"builddir" : true,
"sources" : [
{
"type" : "git",
"url" : "https://git.fossgalaxy.com/SuborbitalPigeon/rugby.git"
}
]
}
],
"build-options" : {
"env" : {
}
}
}
SPDX-FileCopyrightText: 2018 Bruce Cowan <bruce@bcowan.me.uk>
SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2018-2020 Bruce Cowan <bruce@bcowan.me.uk>
#
# SPDX-License-Identifier: CC0-1.0
app-id: uk.me.bcowan.rugby
runtime: org.gnome.Platform
runtime-version: "3.36"
sdk: org.gnome.Sdk
command: rugby
finish-args:
- "--socket=x11"
- "--socket=wayland"
modules:
name: rugby
buildsystem: meson
builddir: true
sources:
- type: git
url: https://git.fossgalaxy.com/SuborbitalPigeon/rugby.git
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment