Last change
on this file since 3185 was
130,
checked in by jrpelegrina, 5 years ago
|
First release to xenial
|
File size:
1.7 KB
|
Line | |
---|
1 | resourcesdir = $(pkgdatadir)/resources/minimal |
---|
2 | resources16dir = $(pkgdatadir)/resources/minimal/16x16 |
---|
3 | resources32dir = $(pkgdatadir)/resources/minimal/32x32 |
---|
4 | |
---|
5 | dist_resources_DATA = theme.xml |
---|
6 | |
---|
7 | dist_resources16_DATA = 16x16/ascii.png \ |
---|
8 | 16x16/auto.png \ |
---|
9 | 16x16/binary.png \ |
---|
10 | 16x16/bookmarks.png \ |
---|
11 | 16x16/cancel.png \ |
---|
12 | 16x16/compare.png \ |
---|
13 | 16x16/disconnect.png \ |
---|
14 | 16x16/download.png \ |
---|
15 | 16x16/downloadadd.png \ |
---|
16 | 16x16/file.png \ |
---|
17 | 16x16/filter.png \ |
---|
18 | 16x16/find.png \ |
---|
19 | 16x16/folder.png \ |
---|
20 | 16x16/folderback.png \ |
---|
21 | 16x16/folderclosed.png \ |
---|
22 | 16x16/folderup.png \ |
---|
23 | 16x16/help.png \ |
---|
24 | 16x16/localtreeview.png \ |
---|
25 | 16x16/lock.png \ |
---|
26 | 16x16/logview.png \ |
---|
27 | 16x16/processqueue.png \ |
---|
28 | 16x16/queueview.png \ |
---|
29 | 16x16/reconnect.png \ |
---|
30 | 16x16/refresh.png \ |
---|
31 | 16x16/remotetreeview.png \ |
---|
32 | 16x16/server.png \ |
---|
33 | 16x16/showhidden.png \ |
---|
34 | 16x16/sitemanager.png \ |
---|
35 | 16x16/speedlimits.png \ |
---|
36 | 16x16/synchronize.png \ |
---|
37 | 16x16/upload.png \ |
---|
38 | 16x16/uploadadd.png |
---|
39 | |
---|
40 | dist_resources32_DATA = 32x32/file.png |
---|
41 | |
---|
42 | if MACAPPBUNDLE |
---|
43 | mac-copy-resources: $(dist_resources_DATA) |
---|
44 | mkdir -p "$(top_builddir)/FileZilla.app/Contents/SharedSupport/resources/minimal/16x16"; |
---|
45 | for i in $(dist_resources16_DATA); do \ |
---|
46 | cp -f "$(srcdir)/$$i" "$(top_builddir)/FileZilla.app/Contents/SharedSupport/resources/minimal/16x16"; \ |
---|
47 | done |
---|
48 | mkdir -p "$(top_builddir)/FileZilla.app/Contents/SharedSupport/resources/minimal/32x32"; |
---|
49 | for i in $(dist_resources32_DATA); do \ |
---|
50 | cp -f "$(srcdir)/$$i" "$(top_builddir)/FileZilla.app/Contents/SharedSupport/resources/minimal/32x32"; \ |
---|
51 | done |
---|
52 | for i in $(dist_resources_DATA); do \ |
---|
53 | cp -f "$(srcdir)/$$i" "$(top_builddir)/FileZilla.app/Contents/SharedSupport/resources/minimal"; \ |
---|
54 | done |
---|
55 | endif |
---|
56 | |
---|
Note: See
TracBrowser
for help on using the repository browser.