flatpak: Update the manifest

This makes the manifest use the SDK's master branch, updates the build
rules, and explicits to build Flips' master branch.

Signed-off-by: Adrien Plazas <aplazas@gnome.org>
This commit is contained in:
Adrien Plazas 2024-07-04 19:40:57 +02:00
parent 6caac470f7
commit fe3c3ea5a2

View File

@ -1,7 +1,7 @@
{
"app-id" : "com.github.Alcaro.Flips",
"runtime" : "org.gnome.Platform",
"runtime-version" : "42",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
"command" : "flips",
"finish-args" : [
@ -22,13 +22,14 @@
"name" : "flips",
"buildsystem" : "simple",
"build-commands": [
"sh make.sh",
"sh make-linux.sh --cflags=-DFLATPAK",
"make install PREFIX=/app"
],
"sources" : [
{
"type" : "git",
"url" : "https://github.com/Alcaro/Flips.git"
"url" : "https://github.com/Alcaro/Flips.git",
"branch" : "master"
}
]
}