pkg-config/glib-patches/README
Dan Nicholson 9961b85d2a glib: Add a script to take a snapshot of glib-2.0
Grab a snapshot of a tag from a local glib checkout, remove a bunch of
files and apply some patches. The idea is to make the snapshot of glib
be repeatable.
2012-04-21 12:46:31 -07:00

15 lines
542 B
Text

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.