pkg-config/glib-patches
Dan Nicholson cfaffdc570 glib: Remove check for FAM only needed in GIO
One less thing for people to worry about with bundled glib.
2012-05-14 16:09:39 -07:00
..
cross-compiling.patch Ease glib cross-compiling requirements 2012-05-14 15:57:12 -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 FAM only needed in GIO 2012-05-14 16:09:39 -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 Make sure glib really doesn't need the gdb script 2012-05-14 14:18:36 -07:00
no-pkg-config.patch glib: Update snapshot to 2.32.2 2012-05-10 08:14:11 -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: Keep a few more programs from being installed or generated 2012-05-10 09:08:18 -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.