Re: [gtk-osx-users] Pango modules not found
- From: Steffen Gutmann <muibase yahoo com>
- To: "gtk-osx-users-list gnome org" <gtk-osx-users-list gnome org>
- Subject: Re: [gtk-osx-users] Pango modules not found
- Date: Thu, 27 Dec 2012 17:02:20 -0800 (PST)
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
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]