Skip to content

Commit aa4aee2

Browse files
authored
Merge pull request #310 from yakushabb/patch-1
Update runtime to 50 and cleanups
2 parents 12bf087 + 7860b45 commit aa4aee2

1 file changed

Lines changed: 1 addition & 26 deletions

File tree

com.toolstack.Folio.json

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app-id" : "com.toolstack.Folio",
33
"runtime" : "org.gnome.Platform",
4-
"runtime-version" : "48",
4+
"runtime-version" : "50",
55
"sdk" : "org.gnome.Sdk",
66
"command" : "com.toolstack.Folio",
77
"finish-args" : [
@@ -11,32 +11,7 @@
1111
"--socket=wayland",
1212
"--filesystem=home"
1313
],
14-
"cleanup" : [
15-
"/include",
16-
"/lib/pkgconfig",
17-
"/man",
18-
"/share/doc",
19-
"/share/gtk-doc",
20-
"/share/man",
21-
"/share/pkgconfig",
22-
"/share/vala",
23-
"*.la",
24-
"*.a"
25-
],
2614
"modules": [
27-
{
28-
"name" : "blueprint-compiler",
29-
"buildsystem" : "meson",
30-
"cleanup": [
31-
"*"
32-
],
33-
"sources" : [{
34-
"type" : "git",
35-
"url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler.git",
36-
"tag" : "v0.16.0",
37-
"commit" : "04ef0944db56ab01307a29aaa7303df6067cb3c0"
38-
}]
39-
},
4015
{
4116
"name" : "Folio",
4217
"builddir" : true,

0 commit comments

Comments
 (0)