pkg-config/glib-patches
Dan Nicholson 75755ba614 glib: Avoid pkg-config usage in bundled library
The whole exercise of carrying an internal copy of glib to avoid the
circular dependency is moot if it's still using pkg-config.
2012-04-21 12:46:32 -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 as many unneeded files as possible 2012-04-21 12:46:31 -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 anything from the bundled library 2012-04-21 12:46:32 -07:00
no-pkg-config.patch glib: Avoid pkg-config usage in bundled library 2012-04-21 12:46:32 -07:00
patchlist glib: Avoid pkg-config usage in bundled library 2012-04-21 12:46:32 -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: Add a script to take a snapshot of glib-2.0 2012-04-21 12:46:31 -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.