-
Notifications
You must be signed in to change notification settings - Fork 13
/
gtkmm.json
103 lines (103 loc) · 3.11 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
{
"name": "gtkmm",
"modules": [
{
"name": "sigc++-2",
"cleanup": [
"/lib/sigc++-2.0"
],
"config-opts": [
"--disable-documentation"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/libsigc++/2.10/libsigc++-2.10.3.tar.xz",
"sha256": "0b68dfc6313c6cc90ac989c6d722a1bf0585ad13846e79746aa87cb265904786"
}
]
},
{
"name": "cairomm",
"config-opts": [
"--disable-documentation"
],
"cleanup": [
"/lib/cairomm-1.0"
],
"sources": [
{
"type": "archive",
"url": "https://www.cairographics.org/releases/cairomm-1.12.2.tar.gz",
"sha256": "45c47fd4d0aa77464a75cdca011143fea3ef795c4753f6e860057da5fb8bd599"
}
]
},
{
"name": "glibmm",
"cleanup": [
"/lib/giomm-2.4",
"/lib/glibmm-2.4",
"/share/devhelp"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/glibmm/2.60/glibmm-2.60.1.tar.xz",
"sha256": "9f5c0ad88d5202b921a90dbfb9bd4782b61ce468eeedbd9ad22258c9e2e33c80"
}
]
},
{
"name": "pangomm",
"cleanup": [
"/lib/pangomm-1.4"
],
"config-opts": [
"--disable-documentation"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/pangomm/2.42/pangomm-2.42.1.tar.xz",
"sha256": "14bf04939930870d5cfa96860ed953ad2ce07c3fd8713add4a1bfe585589f40f"
},
{
"type": "patch",
"path": "patches/pangomm-api.patch"
}
]
},
{
"name": "atkmm",
"config-opts": [
"--disable-documentation"
],
"cleanup": [
"/lib/atkmm-1.6"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/atkmm/2.28/atkmm-2.28.0.tar.xz",
"sha256": "4c4cfc917fd42d3879ce997b463428d6982affa0fb660cafcc0bc2d9afcedd3a"
}
]
}
],
"cleanup": [
"/lib/pkgconfig",
"/lib/gdkmm-3.0",
"/lib/gtkmm-3.0"
],
"config-opts": [
"--disable-documentation"
],
"sources" : [
{
"type" : "archive",
"url" : "https://download.gnome.org/sources/gtkmm/3.24/gtkmm-3.24.2.tar.xz",
"sha256" : "6d71091bcd1863133460d4188d04102810e9123de19706fb656b7bb915b4adc3"
}
]
}