Skip to content

Commit 1efe57b

Browse files
committed
Refactor cleanup options in Flatpak manifest for SSH-Studio. Consolidate cleanup entries and update source URLs for blueprint-compiler to reflect the correct repository.
1 parent 2ec2c34 commit 1efe57b

File tree

1 file changed

+14
-24
lines changed

1 file changed

+14
-24
lines changed

io.github.BuddySirJava.SSH-Studio.json

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,34 +13,35 @@
1313
"--socket=ssh-auth",
1414
"--env=GTK_ICON_THEME=Adwaita"
1515
],
16+
"cleanup": [
17+
"/include",
18+
"/lib/pkgconfig",
19+
"/share/man",
20+
"/share/pkgconfig",
21+
"/share/gtk-doc",
22+
"/share/doc",
23+
"/share/devhelp",
24+
"*.la",
25+
"*.a"
26+
],
1627
"modules": [
1728
{
1829
"name": "blueprint-compiler",
1930
"buildsystem": "meson",
2031
"config-opts": [
2132
"--prefix=/app"
2233
],
23-
"cleanup": [
24-
"/include",
25-
"/lib/pkgconfig",
26-
"/share/man",
27-
"/share/pkgconfig",
28-
"/share/gtk-doc",
29-
"/share/doc",
30-
"/share/devhelp",
31-
"*.la",
32-
"*.a"
33-
],
34+
"cleanup": ["*"],
3435
"sources": [
3536
{
3637
"type": "git",
37-
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler.git",
38+
"url": "https://gitlab.gnome.org/GNOME/blueprint-compiler.git",
3839
"tag": "v0.18.0"
3940
}
4041
],
4142
"x-checker-data": {
4243
"type": "git",
43-
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler.git",
44+
"url": "https://gitlab.gnome.org/GNOME/blueprint-compiler.git",
4445
"tag-pattern": "^v([\\d.]+)$"
4546
}
4647
},
@@ -54,17 +55,6 @@
5455
"tag": "v1.2.1"
5556
}
5657
],
57-
"cleanup": [
58-
"/include",
59-
"/lib/pkgconfig",
60-
"/share/man",
61-
"/share/pkgconfig",
62-
"/share/gtk-doc",
63-
"/share/doc",
64-
"/share/devhelp",
65-
"*.la",
66-
"*.a"
67-
],
6858
"x-checker-data": {
6959
"type": "git",
7060
"url": "https://github.com/BuddySirJava/SSH-Studio.git",

0 commit comments

Comments
 (0)