comparison flatpak/org.salutatoi.Cagou.json @ 132:d7761eb3f20b

flatpak: Flatpak manifests for backend and active frontends, first draft
author Goffi <goffi@goffi.org>
date Sun, 15 Jul 2018 11:48:08 +0200
parents
children 4549cf265131
comparison
equal deleted inserted replaced
131:8b4c3ff88985 132:d7761eb3f20b
1 {
2 "app-id": "org.salutatoi.Cagou",
3 "branch": "0.7.0a2",
4 "runtime": "org.salutatoi.Platform",
5 "runtime-version": "0.7.0a2",
6 "sdk": "org.salutatoi.Sdk",
7 "command": "cagou",
8 "finish-args": [
9 "--socket=session-bus",
10 "--socket=x11",
11 "--share=ipc",
12 "--socket=wayland",
13 "--share=network",
14 "--filesystem=home"
15 ],
16 "modules": [
17 {
18 "name": "mtdev",
19 "sources": [
20 {
21 "type": "archive",
22 "url": "http://bitmath.org/code/mtdev/mtdev-1.1.5.tar.bz2",
23 "sha256": "6677d5708a7948840de734d8b4675d5980d4561171c5a8e89e54adf7a13eba7f"
24 }
25 ]
26 },
27 {
28 "name": "xsel",
29 "sources": [
30 {
31 "type": "archive",
32 "url": "http://www.vergenet.net/~conrad/software/xsel/download/xsel-1.2.0.tar.gz",
33 "sha256": "b927ce08dc82f4c30140223959b90cf65e1076f000ce95e520419ec32f5b141c"
34 }
35 ]
36 },
37 {
38 "name": "python2-cython",
39 "buildsystem": "simple",
40 "build-commands": [
41 "python ./setup.py install --prefix=${FLATPAK_DEST}"
42 ],
43 "cleanup": [
44 "/bin"
45 ],
46 "sources": [
47 {
48 "type": "archive",
49 "url": "https://files.pythonhosted.org/packages/d2/12/8ef44cede251b93322e8503fd6e1b25a0249fa498bebec191a5a06adbe51/Cython-0.28.4.tar.gz",
50 "sha256": "76ac2b08d3d956d77b574bb43cbf1d37bd58b9d50c04ba281303e695854ebc46"
51 }
52 ]
53 },
54 {
55 "name": "python2-certifi",
56 "buildsystem": "simple",
57 "build-commands": [
58 "python2 setup.py install --prefix=/app"
59 ],
60 "sources": [
61 {
62 "type": "archive",
63 "url": "https://files.pythonhosted.org/packages/4d/9c/46e950a6f4d6b4be571ddcae21e7bc846fcbb88f1de3eff0f6dd0a6be55d/certifi-2018.4.16.tar.gz",
64 "sha256": "13e698f54293db9f89122b0581843a782ad0934a4fe0172d2a980ba77fc61bb7"
65 }
66 ],
67 "ensure-writable": [
68 "/lib/python2.7/site-packages/easy-install.pth"
69 ]
70 },
71 {
72 "name": "python2-urllib3",
73 "buildsystem": "simple",
74 "build-commands": [
75 "python2 setup.py install --prefix=/app"
76 ],
77 "sources": [
78 {
79 "type": "archive",
80 "url": "https://files.pythonhosted.org/packages/3c/d2/dc5471622bd200db1cd9319e02e71bc655e9ea27b8e0ce65fc69de0dac15/urllib3-1.23.tar.gz",
81 "sha256": "a68ac5e15e76e7e5dd2b8f94007233e01effe3e50e8daddf69acfd81cb686baf"
82 }
83 ],
84 "ensure-writable": [
85 "/lib/python2.7/site-packages/easy-install.pth"
86 ]
87 },
88 {
89 "name": "python2-chardet",
90 "buildsystem": "simple",
91 "build-commands": [
92 "python2 setup.py install --prefix=/app"
93 ],
94 "sources": [
95 {
96 "type": "archive",
97 "url": "https://files.pythonhosted.org/packages/fc/bb/a5768c230f9ddb03acc9ef3f0d4a3cf93462473795d18e9535498c8f929d/chardet-3.0.4.tar.gz",
98 "sha256": "84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"
99 }
100 ],
101 "ensure-writable": [
102 "/lib/python2.7/site-packages/easy-install.pth"
103 ]
104 },
105 {
106 "name": "python2-requests",
107 "buildsystem": "simple",
108 "build-commands": [
109 "python2 setup.py install --prefix=/app"
110 ],
111 "sources": [
112 {
113 "type": "archive",
114 "url": "https://files.pythonhosted.org/packages/54/1f/782a5734931ddf2e1494e4cd615a51ff98e1879cbe9eecbdfeaf09aa75e9/requests-2.19.1.tar.gz",
115 "sha256": "ec22d826a36ed72a7358ff3fe56cbd4ba69dd7a6718ffd450ff0e9df7a47ce6a"
116 }
117 ],
118 "ensure-writable": [
119 "/lib/python2.7/site-packages/easy-install.pth"
120 ]
121 },
122 {
123 "name": "python2-kivy-garden",
124 "buildsystem": "simple",
125 "build-commands": [
126 "python2 setup.py install --prefix=/app"
127 ],
128 "sources": [
129 {
130 "type": "archive",
131 "url": "https://files.pythonhosted.org/packages/7d/68/decaee596ff8168a39432eb3949fc7c0be952ebb9467806823bffc165d48/kivy-garden-0.1.4.tar.gz",
132 "sha256": "c256f42788421273a08fbb0a228f0fb0e80dd86b629fb8c0920507f645be6c72"
133 }
134 ],
135 "ensure-writable": [
136 "/lib/python2.7/site-packages/easy-install.pth"
137 ]
138 },
139 {
140 "name": "python2-Kivy",
141 "buildsystem": "simple",
142 "build-commands": [
143 "python2 setup.py install --prefix=/app"
144 ],
145 "sources": [
146 {
147 "type": "archive",
148 "url": "https://files.pythonhosted.org/packages/7d/8b/89d220b7f96dc2662b81319067f679b4cd73cda66f4aa850db5b6c6cfc7a/Kivy-1.10.1.tar.gz",
149 "sha256": "7ce9e88b75de47a3f1d52cbe6924c18cafc83fa102e54f6794d241746e93fdff"
150 }
151 ],
152 "ensure-writable": [
153 "/lib/python2.7/site-packages/easy-install.pth"
154 ]
155 },
156 {
157 "name": "python2-plyer",
158 "buildsystem": "simple",
159 "build-commands": [
160 "python2 setup.py install --prefix=/app"
161 ],
162 "sources": [
163 {
164 "type": "archive",
165 "url": "https://files.pythonhosted.org/packages/c4/19/f7cf7658e0f671294d8675a0bcc5d76883e8e738cc1e78dd097e2ea5fa72/plyer-1.3.0.tar.gz",
166 "sha256": "bdc4d09d5c1c236025a32e4fb48a83a0caa5c48667b35de93db25c8f916ec750"
167 }
168 ],
169 "ensure-writable": [
170 "/lib/python2.7/site-packages/easy-install.pth"
171 ]
172 },
173 {
174 "name": "garden-contextmenu",
175 "buildsystem": "simple",
176 "build-commands": [
177 "mkdir -p /app/lib/python2.7/site-packages/kivy/garden/contextmenu/",
178 "cp -av . /app/lib/python2.7/site-packages/kivy/garden/contextmenu/"
179 ],
180 "sources": [
181 {
182 "type": "archive",
183 "url": "https://ftp.goffi.org/kivy_garden/contextmenu.zip",
184 "sha256": "2a6f9d631ba7f6b7f0a96cb6e9aa2483812b7a2fd5731e188d99c1fcce2bd620"
185 }
186 ]
187 },
188 {
189 "name": "garden-modernmenu",
190 "buildsystem": "simple",
191 "build-commands": [
192 "mkdir -p /app/lib/python2.7/site-packages/kivy/garden/modernmenu/",
193 "cp -av . /app/lib/python2.7/site-packages/kivy/garden/modernmenu/"
194 ],
195 "sources": [
196 {
197 "type": "archive",
198 "url": "https://ftp.goffi.org/kivy_garden/modernmenu.zip",
199 "sha256": "283d3c143c7ac0b4fb1d555ae7d190a6b1348843213d4b514beb55f2e275a1b2"
200 }
201 ]
202 },
203 {
204 "name": "cagou",
205 "buildsystem": "simple",
206 "build-commands": [
207 "python2 setup.py install --prefix=/app"
208 ],
209 "sources": [
210 {
211 "type": "archive",
212 "url": "https://files.pythonhosted.org/packages/81/e8/8c967847465dc8f192bd97638ca696ca8990c7ad379ffd33b90fd334136d/cagou-0.7.0a1.tar.gz",
213 "sha256": "ecf3b9079758b0f27cb903b6d0564e1115cae873c2ae1dddbe888787ffcc557c"
214 }
215 ],
216 "ensure-writable": [
217 "/lib/python2.7/site-packages/easy-install.pth"
218 ]
219 }
220 ]
221 }