pkg-config/glib-patches
Dan Nicholson 617963c55e glib: Update snapshot to 2.32.4
This gets us to the latest stable release for glib and probably a good
stopping point for a while since the 2.32 series seems to be slowing
down.
2012-08-22 05:53:32 -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-gettext.patch glib: Remove usage of gettext/libintl/iconv 2012-08-17 09:03:55 -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 charset.alias file 2012-08-16 09:36:16 -07:00
no-pkg-config.patch glib: Update snapshot to 2.32.4 2012-08-22 05:53:32 -07:00
patchlist glib: Fix static usage of glib on win32 2012-08-17 11:37:04 -07:00
README glib: Add a script to take a snapshot of glib-2.0 2012-04-21 12:46:31 -07:00
static-only.patch glib: Really force static only building 2012-08-21 06:32:16 -07:00
update-glib.sh glib: Update snapshot to 2.32.4 2012-08-22 05:53:32 -07:00
win32-static-init.patch glib: Fix static usage of glib on win32 2012-08-17 11:37:04 -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.