-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcom.github.Latesil.folder-cleaner.json
89 lines (88 loc) · 2.63 KB
/
com.github.Latesil.folder-cleaner.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"app-id": "com.github.Latesil.folder-cleaner",
"runtime": "org.gnome.Platform",
"runtime-version": "3.38",
"sdk": "org.gnome.Sdk",
"command": "folder-cleaner",
"finish-args": [
"--share=network",
"--share=ipc",
"--filesystem=home",
"--talk-name=org.freedesktop.Notifications",
"--socket=fallback-x11",
"--socket=wayland"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"*.la",
"*.a"
],
"modules": [
{
"name": "exiv2",
"buildsystem": "cmake-ninja",
"cleanup": [ "/lib/exiv2" ],
"config-opts": [ "-DCMAKE_BUILD_TYPE=Release",
"-DEXIV2_BUILD_EXIV2_COMMAND=OFF",
"-DEXIV2_BUILD_SAMPLES=OFF" ],
"sources": [
{
"type": "archive",
"url": "https://exiv2.org/builds/exiv2-0.27.2-Source.tar.gz",
"sha256": "2652f56b912711327baff6dc0c90960818211cf7ab79bb5e1eb59320b78d153f"
}
]
},
{
"name": "gexiv2",
"cleanup" : ["/share/gir-1.0"],
"config-opts" : ["--without-python2-girdir", "--without-python3-girdir"],
"build-options" : {
"env": {
"PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR": "/app/share/gir-1.0",
"PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR": "/app/lib/girepository-1.0"
}
},
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/gexiv2.git/",
"commit" : "e3046adf3029db6dd6f3dc7edab30b18ff7d7014"
}
]
},
{
"name" : "libhandy",
"buildsystem" : "meson",
"config-opts": [
"-Dexamples=false",
"-Dglade_catalog=disabled",
"-Dtests=false",
"-Dvapi=false"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.gnome.org/GNOME/libhandy.git"
}
]
},
{
"name": "folder-cleaner",
"builddir": true,
"buildsystem": "meson",
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}