Re: [gtk-osx-users] Removal of pango modules



On Tue, Feb 23, 2016 at 3:50 PM, John Ralls <jralls ceridwen us> wrote:
Hooray! Bedhad said he was going to do that about 4 years ago. I guess it turned out to be harder than he 
expected.

The problem with just whacking the code out of bundler is that there's no real linkage between bundler 
versions and gtk-osx-build versions. How about leaving the code in but making it depend on the modules 
being present?

Regards,
John Ralls

Thought of that as well but I couldn't think of an easy solution there.

(1) Assuming one updates gtk-osx-build the bundling will fail because of the
modules path in the "<binary>" node [0] in the bundle for the pango modules.
Removing that line will make create_pango_setup() fail. Not much we can do I
think.

(2) The other way around, updating the bundler (while keeping the old bundle
xml) but not osx-build we can handle by either erroring out depending on the
pango version (pkg-config --modversion pango) and suggesting a newer
gtk-osx-build or detect if modules are present and still do the
create_pango_setup()

[0] https://git.gnome.org/browse/gtk-mac-bundler/tree/examples/gtk3-demo.bundle#n72


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]