-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgtkmm.json
153 lines (153 loc) · 4.78 KB
/
gtkmm.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
150
151
152
153
{
"name": "gtkmm",
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/gtkmm/4.16/gtkmm-4.16.0.tar.xz",
"sha256": "3b23fd3abf8fb223b00e9983b6010af2db80e38c89ab6994b8b6230aa85d60f9",
"x-checker-data": {
"type": "gnome",
"name": "gtkmm"
}
}
],
"buildsystem": "meson",
"config-opts": [
"-Dmaintainer-mode=false",
"-Dbuild-demos=false",
"-Dbuild-tests=false"
],
"cleanup": [
"*.a",
"*.la",
"/include",
"/lib/gdkmm-4.0",
"/lib/gtkmm-4.0",
"/lib/pkgconfig",
"/man",
"/share/aclocal",
"/share/man",
"/share/pkgconfig"
],
"modules": [
{
"name": "sigc++",
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libsigc++/3.6/libsigc++-3.6.0.tar.xz",
"sha256": "c3d23b37dfd6e39f2e09f091b77b1541fbfa17c4f0b6bf5c89baef7229080e17",
"x-checker-data": {
"type": "gnome",
"name": "libsigc++"
}
}
],
"buildsystem": "meson",
"config-opts": [
"-Dbuild-examples=false",
"-Dbuild-tests=false"
],
"cleanup": [
"*.la",
"/include/sigc++-3.0",
"/lib/pkgconfig",
"/lib/sigc++-3.0"
]
},
{
"name": "glibmm",
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/glibmm/2.82/glibmm-2.82.0.tar.xz",
"sha256": "38684cff317273615c67b8fa9806f16299d51e5506d9b909bae15b589fa99cb6",
"x-checker-data": {
"type": "gnome",
"name": "glibmm"
}
}
],
"buildsystem": "meson",
"config-opts": [
"-Dbuild-examples=false"
],
"cleanup": [
"*.la",
"/include/glibmm-2.68",
"/include/giomm-2.68",
"/lib/glibmm-2.68",
"/lib/giomm-2.68",
"/lib/libglibmm_generate_extra_defs*",
"/lib/pkgconfig"
]
},
{
"name": "cairomm",
"sources": [
{
"type": "archive",
"url": "https://www.cairographics.org/releases/cairomm-1.18.0.tar.xz",
"sha256": "b81255394e3ea8e8aa887276d22afa8985fc8daef60692eb2407d23049f03cfb",
"x-checker-data": {
"type": "anitya",
"project-id": 7959,
"url-template": "https://www.cairographics.org/releases/cairomm-$version.tar.xz"
}
}
],
"buildsystem": "meson",
"config-opts": [
"-Dbuild-examples=false"
],
"cleanup": [
"*.la",
"/include",
"/lib/cairomm-1.16",
"/lib/pkgconfig"
]
},
{
"name": "pangomm",
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/pangomm/2.54/pangomm-2.54.0.tar.xz",
"sha256": "4a5b1fd1b7c47a1af45277ea82b5abeaca8e08fb10a27daa6394cf88d74e7acf",
"x-checker-data": {
"type": "gnome",
"name": "pangomm"
}
}
],
"buildsystem": "meson",
"cleanup": [
"*.la",
"/include/pangomm-2.48",
"/lib/pangomm-2.48",
"/lib/pkgconfig"
]
},
{
"name": "atkmm",
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/atkmm/2.36/atkmm-2.36.3.tar.xz",
"sha256": "6ec264eaa0c4de0adb7202c600170bde9a7fbe4d466bfbe940eaf7faaa6c5974",
"x-checker-data": {
"type": "gnome",
"name": "atkmm"
}
}
],
"buildsystem": "meson",
"cleanup": [
"*.la",
"/include/atkmm-2.36",
"/lib/atkmm-2.36",
"/lib/pkgconfig"
]
}
]
}