pkg-config/glib-patches
Dan Nicholson 7178b2e041 glib: Remove check for tracing support
If dtrace or systemtap is installed glib will enable tracing
automatically. Remove the check to always disable tracing.

Freedesktop #53493
2012-08-14 15:16:35 -07:00
..
cross-compiling.patch glib: Remove check for tracing support 2012-08-14 15:16:35 -07:00
foreign-automake.patch glib: Set automake to foreign so it doesn't bomb on missing files 2012-04-21 12:46:32 -07:00
glib-only.patch glib: Remove check for tracing support 2012-08-14 15:16:35 -07:00
no-gregex.patch glib: Don't build GRegex or distribute pcre 2012-04-21 12:46:32 -07:00
no-installed-files.patch glib: Don't install m4 macros 2012-08-13 20:40:27 -07:00
no-pkg-config.patch glib: Update snapshot to 2.32.3 2012-06-04 09:08:33 -07:00
patchlist Ease glib cross-compiling requirements 2012-05-14 15:57:12 -07:00
README glib: Add a script to take a snapshot of glib-2.0 2012-04-21 12:46:31 -07:00
update-glib.sh glib: Update snapshot to 2.32.3 2012-06-04 09:08:33 -07:00

To update the glib snapshot, first clone a copy of the glib repo.

	$ git clone git://git.gnome.org/glib

Use the update-glib.sh script to grab a checkout from your local repo.

	$ ./glib-patches/update-glib.sh ../glib

If you've updated to a new glib version, add a new patch (or refresh
the current patches) in glib-patches, update the default tag value in
update-glib.sh and commit the changes.

The idea is that all changes are committed and you can build directly
from the pkg-config repo without manipulating the glib snapshot
anymore.