forked from alexlarsson/nightly-build-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.mypaint.MyPaintDevel.json
151 lines (151 loc) · 4.78 KB
/
org.mypaint.MyPaintDevel.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
{
"id": "org.mypaint.MypaintDevel",
"branch": "master",
"runtime": "org.gnome.Platform",
"runtime-version": "3.20",
"sdk": "org.gnome.Sdk",
"command": "mypaint",
"rename-desktop-file": "mypaint.desktop",
"rename-appdata-file": "mypaint.appdata.xml",
"rename-icon": "mypaint",
"copy-icon": true,
"finish-args": ["--share=ipc", "--socket=x11", "--socket=pulseaudio", "--filesystem=host" ],
"appstream-compose": false,
"tags": ["nightly"],
"desktop-file-name-prefix": "(Nightly) ",
"build-options" : {
"cflags": "-O2 -g",
"cxxflags": "-O2 -g",
"env": {
"V": "1"
}
},
"cleanup": ["/include", "/lib/pkgconfig", "/share/pkgconfig", "/share/aclocal", "/man", "/share/man", "/share/gtk-doc", "/share/vala", "*.la", "*.a"],
"modules": [
{
"name": "scons",
"cleanup": [ "*" ],
"no-autogen": true,
"sources": [
{
"type": "archive",
"url": "http://downloads.sourceforge.net/project/scons/scons/2.4.1/scons-2.4.1.tar.gz",
"sha256": "8fc4f42928c69bcbb33e1be94b646f2c700b659693fabc778c192d4d22f753a7"
},
{
"type": "file",
"path": "scons-Makefile",
"dest-filename": "Makefile"
}
]
},
{
"name": "swig",
"config-opts": ["--without-boost", "--without-pcre"],
"cleanup": [ "*" ],
"sources": [
{
"type": "archive",
"url": "http://prdownloads.sourceforge.net/swig/swig-3.0.7.tar.gz",
"sha256": "06dc8816a225667ce1eee545af3caf87e1bbaa379c32838d4cea53152514348d"
}
]
},
{
"name": "numpy",
"no-autogen": true,
"sources": [
{
"type": "archive",
"url": "http://downloads.sourceforge.net/project/numpy/NumPy/1.10.1/numpy-1.10.1.tar.gz",
"sha256": "8b9f453f29ce96a14e625100d3dcf8926301d36c5f622623bf8820e748510858"
},
{
"type": "file",
"path": "numpy-Makefile",
"dest-filename": "Makefile"
}
]
},
{
"name": "py2cairo",
"rm-configure": true,
"sources": [
{
"type": "archive",
"url": "http://cairographics.org/releases/py2cairo-1.10.0.tar.bz2",
"sha256": "d30439f06c2ec1a39e27464c6c828b6eface3b22ee17b2de05dc409e429a7431"
},
{
"type": "script",
"commands": [
"libtoolize --force",
"aclocal",
"autoheader",
"automake --force-missing --add-missing --foreign",
"autoconf"
],
"dest-filename": "autogen.sh"
}
]
},
{
"name": "pygobject",
"build-options" : {
"env": {
"PYTHON": "python2"
}
},
"sources": [
{
"type": "archive",
"url": "http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.18/pygobject-3.18.2.tar.xz",
"sha256": "2a3cad1517916b74e131e6002c3824361aee0671ffb0d55ded119477fc1c2c5f"
}
]
},
{
"name": "babl",
"sources": [
{
"type": "git",
"url": "git://git.gnome.org/babl"
}
]
},
{
"name": "gegl",
"cleanup": [ "/bin" ],
"sources": [
{
"type": "git",
"url": "git://git.gnome.org/gegl"
}
]
},
{
"name": "libmypaint",
"sources": [
{
"type": "git",
"url": "https://github.com/mypaint/libmypaint.git"
}
]
},
{
"name": "mypaint",
"no-autogen": true,
"sources": [
{
"type": "git",
"url": "https://github.com/mypaint/mypaint.git"
},
{
"type": "file",
"path": "mypaint-Makefile",
"dest-filename": "Makefile"
}
]
}
]
}