-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcom.dropbox.Client.json
More file actions
executable file
·109 lines (109 loc) · 4.15 KB
/
com.dropbox.Client.json
File metadata and controls
executable file
·109 lines (109 loc) · 4.15 KB
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
{
"app-id": "com.dropbox.Client",
"runtime": "org.gnome.Platform",
"runtime-version": "49",
"sdk": "org.gnome.Sdk",
"command": "dropbox",
"finish-args": [
"--share=ipc",
"--socket=x11",
"--socket=pulseaudio",
"--share=network",
"--filesystem=home",
"--filesystem=/tmp",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.kde.StatusNotifierWatcher",
"--own-name=org.kde.*"
],
"modules": [
"shared-modules/libappindicator/libappindicator-gtk3-12.10.json",
{
"name": "nautilus-dropbox",
"buildsystem": "simple",
"sources": [
{
"type": "git",
"url": "https://github.com/dropbox/nautilus-dropbox.git",
"commit": "669f65eda1bab36a233be387d2d9b3a12a221afb",
"tag": "v2026.01.15",
"x-checker-data": {
"type": "json",
"url": "https://api.github.com/repos/dropbox/nautilus-dropbox/tags",
"tag-query": ".[0].name",
"version-query": "$tag | sub(\"^v\"; \"\")"
}
},
{
"type": "patch",
"paths": [
"patches/nautilus-dropbox/0001-Ping-daemon-to-check-if-it-is-running.patch",
"patches/nautilus-dropbox/0002-Patch-install-path-for-Flatpak.patch",
"patches/nautilus-dropbox/0003-Resolve-symlinks-in-home-directory.patch"
]
},
{
"type": "file",
"path": "install-nautilus-dropbox.sh"
}
],
"build-commands": [
"./install-nautilus-dropbox.sh"
]
},
{
"name": "dropbox-app",
"buildsystem": "simple",
"sources": [
{
"type": "file",
"path": "com.dropbox.Client.metainfo.xml"
},
{
"type": "file",
"path": "com.dropbox.Client.desktop"
}
],
"build-commands": [
"install -d /app/share/metainfo",
"install -m644 com.dropbox.Client.metainfo.xml /app/share/metainfo/com.dropbox.Client.metainfo.xml",
"install -d /app/share/applications",
"install -m644 com.dropbox.Client.desktop /app/share/applications/com.dropbox.Client.desktop"
]
},
{
"name": "dropbox",
"buildsystem": "simple",
"sources": [
{
"type": "extra-data",
"filename": "dropbox.tar.gz",
"only-arches": [
"x86_64"
],
"url": "https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-244.4.6580.tar.gz",
"sha256": "6cc1301bb290a50768838772f4f727e3e018006cc6e07c9789201b8527c19db5",
"size": 91592193,
"x-checker-data": {
"is-main-source": true,
"type": "html",
"url": "https://www.dropboxforum.com/t5/forums/filteredbylabelpage/board-id/101003016/label-name/stable%20build",
"version-pattern": "Stable Build (\\d+.\\d+.\\d+)",
"url-template": "https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-$version.tar.gz"
}
},
{
"type": "script",
"dest-filename": "apply_extra",
"commands": [
"tar xf dropbox.tar.gz",
"rm -f dropbox.tar.gz",
"chmod a+xr ."
]
}
],
"build-commands": [
"install apply_extra /app/bin/apply_extra"
]
}
]
}