diff options
Diffstat (limited to 'packaging/macos/inkscape.bundle')
| -rw-r--r-- | packaging/macos/inkscape.bundle | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/packaging/macos/inkscape.bundle b/packaging/macos/inkscape.bundle index 59d6deecd..ed2cc3512 100644 --- a/packaging/macos/inkscape.bundle +++ b/packaging/macos/inkscape.bundle @@ -80,10 +80,23 @@ <binary> ${prefix}/lib/libssl.1.1.dylib </binary> + <binary> + ${prefix}/lib/gio/modules/*.so + </binary> + <!-- fontconfig binaries --> + <binary> + ${prefix}/bin/fc-* + </binary> <!-- Translation filenames, one for each program or library that you want to copy in to the bundle. The "dest" attribute is optional, as usual. Bundler will find all translations of that library/program under the indicated directory and copy them.--> + <translations name="gdk-pixbuf"> + ${prefix}/share/locale + </translations> + <translations name="gdl-3"> + ${prefix}/share/locale + </translations> <translations name="gtk30"> ${prefix}/share/locale </translations> @@ -107,9 +120,14 @@ <!-- Copy in the themes data. You may want to trim this to save space in your bundle. --> <data> - ${prefix}/share/themes + ${prefix}/etc/fonts + </data> + <data> + ${prefix}/share/fontconfig + </data> + <data> + ${prefix}/share/glib-2.0 </data> - <data> ${prefix}/share/icons </data> @@ -117,7 +135,7 @@ ${prefix}/share/inkscape </data> <data> - ${prefix}/share/glib-2.0 + ${prefix}/share/themes </data> <!-- Copy icons. Note that the .icns file is an Apple format which |
