summaryrefslogtreecommitdiff
path: root/glib-patches
Commit message (Collapse)AuthorAgeFilesLines
* glib: Avoid pkg-config usage in bundled libraryDan Nicholson2012-04-212-0/+52
| | | | | The whole exercise of carrying an internal copy of glib to avoid the circular dependency is moot if it's still using pkg-config.
* glib: Don't build GRegex or distribute pcreDan Nicholson2012-04-212-0/+161
| | | | | | In order to avoid the bundled pcre in our bundled glib, just remove and disable the GRegex API. We don't currently need this in pkg-config anyway.
* glib: Set automake to foreign so it doesn't bomb on missing filesDan Nicholson2012-04-212-1/+14
|
* glib: Don't install anything from the bundled libraryDan Nicholson2012-04-212-0/+132
| | | | | All we want is the libglib.la convenience library. The -version-info is removed since it causes warnings.
* glib: Remove as many unneeded files as possibleDan Nicholson2012-04-212-0/+362
| | | | | | | | | | | | | We just want to be able to build glib from the within the pkg-config tree. Everything else is just extra weight and is better used from an actual glib checkout. Unnecessary files include: * documentation * translations * tests * ChangeLogs * non-autotools win32 build files * various other build and/or internal files
* glib: Add a script to take a snapshot of glib-2.0Dan Nicholson2012-04-213-0/+126
| | | | | | 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.
* Stop shipping an embedded glibTollef Fog Heen2011-04-1317-4176/+0
| | | | | Drop the embedded glib, the associated patches and adjust build scripts appropriately.
* 2007-12-29 Tollef Fog Heen <tfheen@err.no>Tollef Fog Heen2007-12-2910-24/+81
| | | | | * Update to glib 1.2.10, adjust lots of the glib patches. Gnome #81847.
* Fix typo.Tollef Fog Heen2007-06-181-2/+2
|
* * glib-patches/remove-strsignal-prototype.diff: define _GNU_SOURCETollef Fog Heen2007-06-181-0/+11
| | | | | there to get strsignal prototype, addresses the rest of Freedesktop 10652.
* * glib-patches/no-dist-distclean-files.diff: Fix prefix.Tollef Fog Heen2007-06-181-2/+2
|
* Fix automake-warning.diff to not patch on top of another patch fromTollef Fog Heen2007-06-182-10/+1
| | | | glib-patches.
* Fix path prefix so it applies.Tollef Fog Heen2007-06-182-4/+4
|
* 2007-02-25 Tollef Fog Heen <tfheen@err.no>Tollef Fog Heen2007-02-253-0/+81
| | | | | | | | | | | | * Makefile.am: Add support for using the system glib. Thanks to Peter Breitenlohner for the bug and the patch. Freedesktop #9708 * configure.in: Add support for using the system glib. * glib-patches/no-dist-distclean-files.diff, glib-patches/automake-warning.diff, glib-patches/autoconf-warning.diff: Get rid of some warnings when configuring glib.
* 2005-06-26 Tollef Fog Heen <tfheen@err.no>Arch Librarian2005-07-141-0/+13
| | | | | | | | | | Author: tfheen Date: 2005-06-26 18:42:54 GMT 2005-06-26 Tollef Fog Heen <tfheen@err.no> * glib-patches/configure.in-fd_set.diff: Patch to grep for fd_set rather than fd_mask. Thanks to David Wolfe for the fix. This should make pkg-config happier on QNX.
* 2005-04-02 Tollef Fog Heen <tfheen@err.no>Arch Librarian2005-07-141-0/+10
| | | | | | | | | | Author: tfheen Date: 2005-04-02 17:25:48 GMT 2005-04-02 Tollef Fog Heen <tfheen@err.no> * glib-patches/remove-strsignal-prototype.diff: Remove strsignal prototype from gstrfuncs.c, it is included in string.h. This fixes a compilation issue on cygwin. (Freedesktop #2598)
* 2005-04-02 Tollef Fog Heen <tfheen@err.no>Arch Librarian2005-07-141-3/+3
| | | | | | | | | Author: tfheen Date: 2005-04-02 17:24:53 GMT 2005-04-02 Tollef Fog Heen <tfheen@err.no> * glib-patches/distcheckfix.diff: Move glibconfig.h.win32 and config.h.win32 too.
* 2005-04-02 Tollef Fog Heen <tfheen@err.no>Arch Librarian2005-07-141-2/+4
| | | | | | | | | Author: tfheen Date: 2005-04-02 15:17:09 GMT 2005-04-02 Tollef Fog Heen <tfheen@err.no> * glib-patches/distcheckfix.diff: Move glibconfig-sysdefs.h and glibconfig.h to DISTCLEANFILES since they're made by configure.
* 2005-04-02 Tollef Fog Heen <tfheen@err.no>Arch Librarian2005-07-141-6/+2
| | | | | | | | | | Author: tfheen Date: 2005-04-01 22:06:47 GMT 2005-04-02 Tollef Fog Heen <tfheen@err.no> * glib-patches/mkinstalldirs.update.diff: cvs admin -ko to avoid having the Id CVS keyword being expanded, which broke the application of the patch.
* 2005-03-28 Tollef Fog Heen <tfheen@err.no>Arch Librarian2005-07-141-0/+17
| | | | | | | | | Author: tfheen Date: 2005-03-28 15:49:23 GMT 2005-03-28 Tollef Fog Heen <tfheen@err.no> * glib-patches/distcheckfix.diff: Add some files to CLEANFILES so make distcheck now works.
* 2005-03-28 Tollef Fog Heen <tfheen@err.no>Arch Librarian2005-07-142-3/+7
| | | | | | | | | | | | | | | Author: tfheen Date: 2005-03-28 14:21:23 GMT 2005-03-28 Tollef Fog Heen <tfheen@err.no> * autogen.sh: Extra paranoia -- fail if running auto* fails or if patching fails. * glib-patches/mkinstalldirs.update.diff: Update patch so it applies cleanly * glib-patches/pthread-config-fix.diff: adjust offsets so patch is quiet again
* 2005-03-18 Tollef Fog Heen <tfheen@err.no>Arch Librarian2005-07-141-0/+18
| | | | | | | | | | Author: tfheen Date: 2005-03-18 08:04:33 GMT 2005-03-18 Tollef Fog Heen <tfheen@err.no> * glib-patches/pthread-config-fix.diff: Add patch to detect pthreads properly on some architectures. Thanks to Michael Haubenwallner for reporting this bug and providing a patch.
* bump auto* versions and add patches for glib to work co...Arch Librarian2005-07-149-0/+3976
Author: tfheen Date: 2005-02-21 07:35:17 GMT bump auto* versions and add patches for glib to work correctly with them