Hi! > Yes, you need to add > <binary> > ${prefix}/lib/pango/${pkg:pango:pango_module_version}/modules/ > </binary>
Looks good. > <data> > ${prefix}/etc/pango/ > </data> I went without this change. The two files (pangorc and pango.modules) in etc/pango are created by create_pango_setup, so they get overwritten, don't they? > to your bundle file. I'll update the examples in git shortly to reflect > that. > > You also need to apply this patch: > https://github.com/jralls/gtk-mac-bundler/commit/92cf914ff780704078ff1bb5e94bebd2f53e73c6 O.K. with that change the created pango.modules file looks good. However, these are not all changes to make it work. I also had to place the following two lines into bundler/launcher.sh script: export PANGO_LIBDIR="$bundle_lib" export PANGO_SYSCONFDIR="$bundle_etc" > All of which is temporary, because Behdad says he's going to get rid of the > modules and just link the necessary bits in for the next release. Sound good to me since it is less files to worry about. Best regards, Steffen _______________________________________________ Gtk-osx-users-list mailing list Gtk-osx-users-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-osx-users-list