Skip to content

Commit bb20e66

Browse files
mufeedalirafaelmardojai
authored andcommitted
fix(flatpak): Update blueprint and add libspelling to non-devel manifest
1 parent 1bed71a commit bb20e66

File tree

2 files changed

+47
-36
lines changed

2 files changed

+47
-36
lines changed

build-aux/flatpak/app.drey.Dialect.Devel.json

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"app-id" : "app.drey.Dialect.Devel",
3-
"runtime" : "org.gnome.Platform",
4-
"runtime-version" : "master",
5-
"sdk" : "org.gnome.Sdk",
6-
"command" : "dialect",
7-
"finish-args" : [
2+
"id": "app.drey.Dialect.Devel",
3+
"runtime": "org.gnome.Platform",
4+
"runtime-version": "master",
5+
"sdk": "org.gnome.Sdk",
6+
"command": "dialect",
7+
"finish-args": [
88
"--share=network",
99
"--share=ipc",
1010
"--device=dri",
@@ -13,10 +13,10 @@
1313
"--socket=pulseaudio",
1414
"--own-name=app.drey.Dialect.Devel.SearchProvider"
1515
],
16-
"cleanup" : [
16+
"cleanup": [
1717
"*blueprint*"
1818
],
19-
"modules" : [
19+
"modules": [
2020
"pypi-dependencies.json",
2121
{
2222
"name": "blueprint",
@@ -25,31 +25,30 @@
2525
{
2626
"type": "git",
2727
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
28-
"tag": "v0.10.0",
29-
"commit": "2a39a16391122af2f3d812e478c1c1398c98b972"
28+
"branch": "main"
3029
}
3130
]
3231
},
3332
{
34-
"name" : "libspelling",
35-
"buildsystem" : "meson",
36-
"sources" : [
33+
"name": "libspelling",
34+
"buildsystem": "meson",
35+
"sources": [
3736
{
38-
"type" : "git",
39-
"url" : "https://gitlab.gnome.org/GNOME/libspelling.git",
40-
"branch" : "main"
37+
"type": "git",
38+
"url": "https://gitlab.gnome.org/GNOME/libspelling.git",
39+
"branch": "main"
4140
}
4241
]
4342
},
4443
{
45-
"name" : "dialect",
46-
"buildsystem" : "meson",
44+
"name": "dialect",
45+
"buildsystem": "meson",
4746
"run-tests": true,
4847
"config-opts": ["-Dprofile=development"],
49-
"sources" : [
48+
"sources": [
5049
{
51-
"type" : "dir",
52-
"path" : "../../."
50+
"type": "dir",
51+
"path": "../../."
5352
}
5453
]
5554
}

build-aux/flatpak/app.drey.Dialect.json

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"app-id" : "app.drey.Dialect",
3-
"runtime" : "org.gnome.Platform",
4-
"runtime-version" : "47",
5-
"sdk" : "org.gnome.Sdk",
6-
"command" : "dialect",
7-
"finish-args" : [
2+
"id": "app.drey.Dialect",
3+
"runtime": "org.gnome.Platform",
4+
"runtime-version": "47",
5+
"sdk": "org.gnome.Sdk",
6+
"command": "dialect",
7+
"finish-args": [
88
"--share=network",
99
"--share=ipc",
1010
"--device=dri",
1111
"--socket=fallback-x11",
1212
"--socket=wayland",
1313
"--socket=pulseaudio"
1414
],
15-
"modules" : [
15+
"modules": [
1616
"pypi-dependencies.json",
1717
{
1818
"name": "blueprint",
@@ -24,19 +24,31 @@
2424
{
2525
"type": "git",
2626
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
27-
"tag": "v0.10.0",
28-
"commit": "2a39a16391122af2f3d812e478c1c1398c98b972"
27+
"tag": "v0.16.0",
28+
"commit": "04ef0944db56ab01307a29aaa7303df6067cb3c0"
2929
}
3030
]
3131
},
3232
{
33-
"name" : "dialect",
34-
"builddir" : true,
35-
"buildsystem" : "meson",
36-
"sources" : [
33+
"name": "libspelling",
34+
"buildsystem": "meson",
35+
"sources": [
36+
{
37+
"type": "git",
38+
"url": "https://gitlab.gnome.org/GNOME/libspelling.git",
39+
"tag": "0.4.5",
40+
"commit": "ab64511edd5cf53c8a81a51e2883d6f69e585f64"
41+
}
42+
]
43+
},
44+
{
45+
"name": "dialect",
46+
"builddir": true,
47+
"buildsystem": "meson",
48+
"sources": [
3749
{
38-
"type" : "dir",
39-
"path" : "../../."
50+
"type": "dir",
51+
"path": "../../."
4052
}
4153
]
4254
}

0 commit comments

Comments
 (0)