Skip to content

Commit 128bd70

Browse files
committed
Flatpak Manifest Fixes for submission
1 parent 1efe57b commit 128bd70

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

io.github.BuddySirJava.SSH-Studio.json

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"--socket=wayland",
1111
"--share=network",
1212
"--filesystem=~/.ssh:rw",
13-
"--socket=ssh-auth",
14-
"--env=GTK_ICON_THEME=Adwaita"
13+
"--socket=ssh-auth"
1514
],
1615
"cleanup": [
1716
"/include",
@@ -28,22 +27,19 @@
2827
{
2928
"name": "blueprint-compiler",
3029
"buildsystem": "meson",
31-
"config-opts": [
32-
"--prefix=/app"
33-
],
3430
"cleanup": ["*"],
3531
"sources": [
3632
{
3733
"type": "git",
3834
"url": "https://gitlab.gnome.org/GNOME/blueprint-compiler.git",
39-
"tag": "v0.18.0"
35+
"tag": "v0.18.0",
36+
"x-checker-data": {
37+
"type": "git",
38+
"url": "https://gitlab.gnome.org/GNOME/blueprint-compiler.git",
39+
"tag-pattern": "^v([\\d.]+)$"
40+
}
4041
}
41-
],
42-
"x-checker-data": {
43-
"type": "git",
44-
"url": "https://gitlab.gnome.org/GNOME/blueprint-compiler.git",
45-
"tag-pattern": "^v([\\d.]+)$"
46-
}
42+
]
4743
},
4844
{
4945
"name": "ssh-studio",
@@ -52,14 +48,15 @@
5248
{
5349
"type": "git",
5450
"url": "https://github.com/BuddySirJava/SSH-Studio.git",
55-
"tag": "v1.2.1"
51+
"tag": "1.2.1",
52+
"commit": "1efe57b7439f9acda34417c47180414fa6ffff4e",
53+
"x-checker-data": {
54+
"type": "git",
55+
"url": "https://github.com/BuddySirJava/SSH-Studio.git",
56+
"tag-pattern": "^v([\\d.]+)$"
57+
}
5658
}
57-
],
58-
"x-checker-data": {
59-
"type": "git",
60-
"url": "https://github.com/BuddySirJava/SSH-Studio.git",
61-
"tag-pattern": "^v([\\d.]+)$"
62-
}
59+
]
6360
}
6461
]
6562
}

0 commit comments

Comments
 (0)