-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.delugetorrent.Deluge.json
84 lines (83 loc) · 2.59 KB
/
org.delugetorrent.Deluge.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
{
"app-id": "org.delugetorrent.Deluge",
"runtime": "org.gnome.Platform",
"runtime-version": "3.32",
"sdk": "org.gnome.Sdk",
"command": "/app/bin/deluge",
"tags": [],
"rename-desktop-file": "deluge.desktop",
"rename-icon": "deluge",
"copy-icon": true,
"finish-args": [
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--share=network",
"--own-name=org.deluge_torrent.Deluge",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.kde.StatusNotifierWatcher",
"--talk-name=org.freedesktop.FileManager1",
"--filesystem=home",
"--filesystem=~/.config/dconf:ro",
"--filesystem=xdg-run/dconf"
],
"cleanup": [
"/cache",
"/include",
"/lib/pkgconfig",
"/lib/debug",
"/man",
"/share/aclocal",
"/share/devhelp",
"/share/gir-1.0",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"/share/vala",
"/lib/systemd",
"*.la",
"*.a",
"/lib/python2.7/site-packages/pygame/docs",
"/lib/python2.7/site-packages/pygame/tests",
"/lib/python2.7/site-packages/pygame/examples",
"/lib/python2.7/site-packages/twisted/tests"
],
"modules": [
"shared-modules/python2.7/python-2.7.json",
"modules/boost.json",
"modules/libtorrent-rasterbar.json",
"shared-modules/libappindicator/libappindicator-gtk3-12.10.json",
"modules/pygame-2.7/pygame-1.9.4.json",
"modules/zlib.json",
"modules/libjpeg.json",
"modules/libpng.json",
"modules/geoip.json",
"org.delugetorrent.Deluge.pipdeps.json",
{
"name": "deluge",
"buildsystem": "simple",
"build-commands": [
"./setup.py build ",
"./setup.py install --prefix=${FLATPAK_DEST}",
"./setup.py install_data",
"install -Dm644 org.delugetorrent.Deluge.appdata.xml /app/share/metainfo/org.delugetorrent.Deluge.appdata.xml"
],
"build-options": {
"env": {
"PYTHONPATH": "/app/lib/python2.7"
}
},
"sources": [
{
"type": "git",
"url": "git://deluge-torrent.org/deluge.git",
"tag": "deluge-2.0.3"
},
{
"type": "file",
"path": "org.delugetorrent.Deluge.appdata.xml"
}
]
}
]
}