-
Notifications
You must be signed in to change notification settings - Fork 7
/
io.github.smolblackcat.Progress.Devel.json
149 lines (149 loc) · 3.27 KB
/
io.github.smolblackcat.Progress.Devel.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"id": "io.github.smolblackcat.Progress.Devel",
"runtime": "org.gnome.Platform",
"sdk": "org.gnome.Sdk",
"runtime-version": "46",
"command": "progress-debug",
"finish-args": [
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--share=ipc"
],
"cleanup": [
"*.a",
"*.la",
"/include",
"/lib/pkgconfig",
"/man",
"/share/aclocal",
"/share/man",
"/share/pkgconfig"
],
"modules": [
{
"name": "gtkmm-4-10",
"buildsystem": "meson",
"config-opts": [
"-Dmaintainer-mode=false",
"-Dbuild-demos=false",
"-Dbuild-tests=false"
],
"cleanup": [
"/lib/gdkmm-4.0",
"/lib/gtkmm-4.0"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/gtkmm/4.10/gtkmm-4.10.0.tar.xz",
"sha256": "e1b109771557ecc53cba915a80b6ede827ffdbd0049c62fdf8bd7fa79afcc6eb"
}
],
"modules": [
{
"name": "libsigc++",
"buildsystem": "meson",
"config-opts": [
"-Dmaintainer-mode=false",
"-Dbuild-examples=false",
"-Dbuild-documentation=false"
],
"cleanup": [
"/include/sigc++-3.0",
"/lib/sigc++-3.0"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libsigc++/3.0/libsigc++-3.0.7.tar.xz",
"sha256": "bfbe91c0d094ea6bbc6cbd3909b7d98c6561eea8b6d9c0c25add906a6e83d733"
}
]
},
{
"name": "cairomm",
"buildsystem": "meson",
"config-opts": [
"-Dmaintainer-mode=false",
"-Dbuild-examples=false",
"-Dbuild-tests=false"
],
"cleanup": [
"/lib/cairomm-1.16"
],
"sources": [
{
"type": "archive",
"url": "https://www.cairographics.org/releases/cairomm-1.16.2.tar.xz",
"sha512": "61dc639eabe8502e1262c53c92fe57c5647e5ab9931f86ed51e657df1b7d0e3e58c2571910a05236cc0dca8d52f1f693aed99a553430f14d0fb87be1832a6b62"
}
]
},
{
"name": "glibmm",
"buildsystem": "meson",
"config-opts": [
"-Dbuild-examples=false"
],
"cleanup": [
"/include/glibmm-2.68",
"/include/giomm-2.68",
"/lib/glibmm-2.68",
"/lib/giomm-2.68",
"/lib/libglibmm_generate_extra_defs*"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/glibmm/2.68/glibmm-2.68.2.tar.xz",
"sha256": "91e0a8618f7b82db4aaf2648932ea2bcfe626ad030068c18fa2d106fd838d8ad"
}
]
},
{
"name": "pangomm",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/pangomm/2.50/pangomm-2.50.2.tar.xz",
"sha256": "1bc5ab4ea3280442580d68318226dab36ceedfc3288f9d83711cf7cfab50a9fb"
}
],
"cleanup": [
"/include/pangomm-2.48",
"/lib/pangomm-2.48",
"/lib/pkgconfig"
]
}
]
},
{
"name": "tinyxml2-10",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/leethomason/tinyxml2.git",
"tag": "10.0.0"
}
]
},
{
"name": "progress-tracker",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DFLATPAK=True",
"-DCMAKE_BUILD_TYPE=Debug"
],
"sources": [
{
"type": "dir",
"path": "./"
}
]
}
]
}