Skip to content

Commit cc48dcb

Browse files
author
Mario Sanchez Prada
committed
Update to frogr 1.4 and to the GNOME 3.26 runtime
Incidentally, move also to meson as the build system and drop the appID patch that has now been merged upstream.
1 parent 798e415 commit cc48dcb

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

fix-appdata-id.patch

-12
This file was deleted.

org.gnome.frogr.json

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app-id": "org.gnome.frogr",
33
"runtime": "org.gnome.Platform",
4-
"runtime-version": "3.24",
4+
"runtime-version": "3.26",
55
"sdk": "org.gnome.Sdk",
66
"command": "frogr",
77
"finish-args": [
@@ -30,16 +30,14 @@
3030
"modules": [
3131
{
3232
"name": "frogr",
33+
"buildsystem": "meson",
34+
"builddir": true,
3335
"sources": [
3436
{
3537
"type": "git",
3638
"url": "git://git.gnome.org/frogr",
37-
"branch": "RELEASE_1.3",
38-
"commit": "c91caafa02f94c60e800aa79408bc6fb60b1b026"
39-
},
40-
{
41-
"type": "patch",
42-
"path": "fix-appdata-id.patch"
39+
"branch": "RELEASE_1.4",
40+
"commit": "e2322c8f99f9d3a3cdc020b79c6c7224ad1988d0"
4341
}
4442
]
4543
}

0 commit comments

Comments
 (0)