-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathorg.filezillaproject.Filezilla.json
131 lines (131 loc) · 4.5 KB
/
org.filezillaproject.Filezilla.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
{
"id": "org.filezillaproject.Filezilla",
"runtime": "org.freedesktop.Platform",
"runtime-version": "23.08",
"sdk": "org.freedesktop.Sdk",
"command": "filezilla",
"rename-icon": "filezilla",
"copy-icon": true,
"rename-desktop-file": "filezilla.desktop",
"finish-args": [
"--socket=fallback-x11",
"--device=dri",
"--socket=wayland",
"--talk-name=org.freedesktop.PowerManagement",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.gnome.SessionManager",
"--filesystem=host",
"--share=network",
"--require-version=0.10.3",
"--socket=ssh-auth"
],
"cleanup": [
"/include",
"/lib/pkgconfig",
"/lib/*.a",
"/lib/*.la",
"/share/aclocal"
],
"modules": [
"shared-modules/glu/glu-9.json",
{
"name": "boost",
"sources": [
{
"type": "archive",
"url": "https://boostorg.jfrog.io/artifactory/main/release/1.82.0/source/boost_1_82_0.tar.bz2",
"sha256": "a6e1ab9b0860e6a2881dd7b21fe9f737a095e5f33a3a874afc6a345228597ee6"
}
],
"buildsystem": "simple",
"build-commands": [
"./bootstrap.sh",
"./b2 install --prefix=/app/ variant=release link=static threading=multi --with-regex -j $FLATPAK_BUILDER_N_JOBS"
],
"cleanup": [
"/lib/",
"/lib/debug",
"/include",
""
]
},
{
"name": "wxWidgets",
"cleanup": [
"/bin",
"/share/bakefile"
],
"config-opts": [
"--with-opengl",
"--with-libjpeg",
"--with-libtiff",
"--with-libpng",
"--with-zlib",
"--disable-sdltest",
"--enable-unicode",
"--enable-display",
"--enable-propgrid",
"--disable-webview",
"--disable-webviewwebkit",
"--with-expat=builtin",
"--with-libiconv=/usr"
],
"build-options": {
"cxxflags": "-std=c++0x"
},
"sources": [
{
"type": "archive",
"url": "https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.3/wxWidgets-3.2.3.tar.bz2",
"sha256": "c170ab67c7e167387162276aea84e055ee58424486404bba692c401730d1a67a"
}
]
},
{
"name": "libfilezilla",
"sources": [
{
"type": "archive",
"url": "https://download.filezilla-project.org/libfilezilla/libfilezilla-0.45.0.tar.xz",
"sha512": "304838e8cf6e644378c0727bc8b9d2f87287a646db4cb765a04d156717f8c233b8a34085049e4893ec345a1a1d576f0ba33df705dee022e16ff433cddd926ce0"
}
]
},
{
"name": "filezilla",
"config-opts": [
"--disable-autoupdatecheck",
"--disable-manualupdatecheck",
"--with-pugixml=builtin"
],
"cleanup": [
"/share/pixmaps",
"/share/man"
],
"post-install": [
"install -Dm644 org.filezillaproject.Filezilla.metainfo.xml ${FLATPAK_DEST}/share/metainfo/org.filezillaproject.Filezilla.metainfo.xml",
"rm /app/share/appdata/filezilla.appdata.xml",
"for size in 64 128 256 512; do\n rsvg-convert -w $size -h $size -f png -o $size.png /app/share/icons/hicolor/scalable/apps/filezilla.svg\n install -Dm644 $size.png /app/share/icons/hicolor/${size}x${size}/apps/filezilla.png\n done"
],
"sources": [
{
"type": "archive",
"url": "https://download.filezilla-project.org/client/FileZilla_3.66.1_src.tar.xz",
"sha512": "2c038bb179e29f96062ee1f871571ed2669689af470ab86ecf9eef8e76ff90c44dc9940506c6ab5b100453811e13546c6c25eb6389b0f7a7e2c61c21c36fdb34"
},
{
"type": "file",
"path": "org.filezillaproject.Filezilla.metainfo.xml"
},
{
"type": "patch",
"path": "0001-Correct-notification-icon-and-app-name.patch"
},
{
"type": "patch",
"path": "desktop-file-mime.patch"
}
]
}
]
}