build: bumping flatpak dependency to GNOME 3.24 runtime.

This commit is contained in:
Jehan 2017-06-01 22:34:04 +02:00
parent e83e99db54
commit 639e69c627
2 changed files with 4 additions and 3 deletions

View File

@ -14,12 +14,13 @@ GIMP Flatpak HowTo
Check out the available versions at: http://flatpak.org/runtimes.html
Verify that we use the last runtime version in `org.gimp.GIMP.json`:
> "runtime-version": "3.22"
> "runtime-version": "3.24"
* Install this runtime and the corresponding SDK if you haven't already:
> flatpak remote-add --from gnome https://sdk.gnome.org/gnome.flatpakrepo
> flatpak install gnome org.gnome.Platform//3.22 org.gnome.Sdk//3.22
> flatpak install gnome org.gnome.Platform/x86_64/3.24 org.gnome.Sdk/x86_64/3.24
> flatpak install gnome org.gnome.Platform/i386/3.24 org.gnome.Sdk/i386/3.24
Or simply update them:

View File

@ -2,7 +2,7 @@
"id": "org.gimp.GIMP",
"branch": "master",
"runtime": "org.gnome.Platform",
"runtime-version": "3.22",
"runtime-version": "3.24",
"sdk": "org.gnome.Sdk",
"command": "gimp-2.9",
"rename-desktop-file": "gimp.desktop",