Commit Graph

29 Commits

Author SHA1 Message Date
Mark Brand 0eaf99282f glib: include gcc9 compatibility patch 2019-05-06 01:55:50 +02:00
Tony Theodore 0c7a0c4bda
glib: build on darwin instead of using macports binaries (#2059)
see #2053
2018-02-26 22:24:19 +11:00
Tony Theodore 1b1b9c9a9a various packages: run `make refresh-patches` with numbering 2017-11-19 11:29:22 +11:00
Tony Theodore cd1655c9ef various packages: refresh patches
brings patches into common format to reduce noise in diffs
2017-11-19 11:29:22 +11:00
Boris Nagaev a5fee7a4c5 glib: update to 2.50.2
See https://github.com/mxe/mxe/issues/1647#issuecomment-275888417
2017-02-01 03:16:49 +01:00
Boris Nagaev 6adb5ade12 Copyright headers: point to LICENSE.md and shorten
The following script was applied:

    sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE')

    sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \
        $(git grep -l 'part of MXE.*See index.html')

    before='This file is part of MXE. See index.html for further information.'
    after='This file is part of MXE. See LICENSE.md for licensing information.'
    sed "s/$before/$after/" -i $(git grep -l 'part of MXE')

Then git grep 'index.html for further information' revealed two other files.
One of them was patched manually (patch.mk). Makefile has text
"See index.html for further information" unrelated to licensing.

See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
2016-08-27 12:31:29 +03:00
Boris Pek 58c2c96b96 glib: update patch: fix build with GCC >= 6.x 2016-04-30 22:09:16 +03:00
Boris Nagaev d0523b769e fix error "won't overwrite defined macro" on OSX
See https://github.com/mxe/mxe/issues/1281
2016-04-06 22:42:19 +03:00
Boris Nagaev 43833e444c glib: recover authors of patches 2016-04-06 22:35:23 +03:00
Boris Nagaev ff8dddbe1b glib: consolidate and unify patches 2016-04-06 22:31:53 +03:00
Tony Theodore 06a18c9af8 glib: update 2.42.1 --> 2.44.1
no more gtk-doc dependence - simply issues warnings
2015-09-15 05:55:43 +10:00
Matthias Gehre bc7dc3a55a Remove 'removal of gettext' from glib patch
The reason of this patch is not clear, because glib.mk already depends on gettext.
It introduces a (hard to find) difference between mxe and native linux
builds: On Linux, glib includes gettext header libintl.h, but not on
mxe.
2015-08-25 00:07:22 +02:00
Mark Brand 3a21138138 glib: rebase patches 2014-10-27 11:19:34 +01:00
Lluixhi Scura 6a8ec6a478 Update glib and glibmm to 2.41.2 2014-10-14 19:49:53 -04:00
Niels Kristian Bech Jensen f5d224ce5a package glib: fix linking with libiphlpapi 2013-11-10 17:45:16 +11:00
Niels Kristian Bech Jensen 02091d821a update package gtk2 and dependencies 2013-11-10 15:18:56 +11:00
Niels Kristian Bech Jensen 512947acc8 update package glib and friends 2013-06-29 22:41:43 +10:00
Tony Theodore dfe6aa6381 package glib: remove obsolete AM_PROG_CC_STDC 2013-04-24 15:12:54 +10:00
Mark Brand 64f32dd791 update package glib 2012-10-12 12:14:00 +02:00
Mark Brand f63051b483 package glib: remove need for gtk-doc 2012-06-18 16:57:30 +02:00
Mark Brand 2b902f4a1a package glib: gitify patches 2012-06-15 15:54:54 +02:00
Hans Petter Jansson 68031eb138 update package glib 2012-06-15 15:54:54 +02:00
Volker Grabsch 7badad85c9 Move doc/index.html -> index.html 2012-03-29 12:14:15 +02:00
Volker Grabsch defdff28f0 Rebrand to new project name MXE 2012-03-28 15:46:58 +02:00
Tony Theodore 9ece675f13 package glib: Mac OSX workarounds no longer applicable to Xcode 4 2011-06-19 16:34:56 +10:00
Mark Brand 94c8df1d60 convert patch format 2010-10-03 20:32:24 +02:00
Mark Brand e661d6126f improved patch layout
Use "git format-patch" instead of "git log -p --reverse"
to generate patches which can be imported with with "git am".

Also set author/from to "mingw-cross-env" since attribution
is done in the mingw-cross-env repository.
2010-09-29 19:42:33 +02:00
Mark Brand 3d9fc5746c package glib: fix dependency on libdnsapi 2010-09-25 00:10:34 +02:00
Mark Brand b9ae4389fc upgrade packages: glib gtk. new package: gdk-pixbuf 2010-09-24 16:33:16 +02:00