We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798e415 commit cc48dcbCopy full SHA for cc48dcb
fix-appdata-id.patch
org.gnome.frogr.json
@@ -1,7 +1,7 @@
1
{
2
"app-id": "org.gnome.frogr",
3
"runtime": "org.gnome.Platform",
4
- "runtime-version": "3.24",
+ "runtime-version": "3.26",
5
"sdk": "org.gnome.Sdk",
6
"command": "frogr",
7
"finish-args": [
@@ -30,16 +30,14 @@
30
"modules": [
31
32
"name": "frogr",
33
+ "buildsystem": "meson",
34
+ "builddir": true,
35
"sources": [
36
37
"type": "git",
38
"url": "git://git.gnome.org/frogr",
- "branch": "RELEASE_1.3",
- "commit": "c91caafa02f94c60e800aa79408bc6fb60b1b026"
39
- },
40
- {
41
- "type": "patch",
42
- "path": "fix-appdata-id.patch"
+ "branch": "RELEASE_1.4",
+ "commit": "e2322c8f99f9d3a3cdc020b79c6c7224ad1988d0"
43
}
44
]
45
0 commit comments