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




On Feb 23, 2016, at 1:35 AM, Christoph Reiter <reiter christoph gmail com> wrote:

Hey,

pango 1.38 (which is required by gtk+ 3.18) no longer contains modules
which breaks the bundler (you might only notice this after a fresh
rebuild as the old modules stay around). The easiest solution would be
to kill all code there specific to pango:

* Update pango to 1.38.1
* Remove the Python code (bundler.py/create_pango_setup())
* Remove the installation paths in the example bundle file
* Remove the env vars in the example launcher

Any thoughts? I can work on patches.

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




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