Commit Graph

12 Commits

Author SHA1 Message Date
Mark Brand f5ec9f218d gtk and friends: gcc 10 compatibility 2020-05-28 20:48:02 +02:00
Tony Theodore 1b1b9c9a9a various packages: run `make refresh-patches` with numbering 2017-11-19 11:29:22 +11: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 Nagaev a2fdb510c6 update gtk2 from 2.24.22 to 2.24.29
Rebase all patches.

fix #1112
2015-12-31 00:19:03 +03:00
Boris Nagaev 25cd2fba07 cleanup gtk2-1-fixes.patch
$ tools/patch-tool-mxe init gtk2
$ tools/patch-tool-mxe import gtk2
$ tools/patch-tool-mxe export gtk2
2015-12-31 00:16:17 +03:00
Niels Kristian Bech Jensen 02091d821a update package gtk2 and dependencies 2013-11-10 15:18:56 +11:00
Tony Theodore 5390e5203e various packages: enable/disable mingw-w64 builds 2013-06-01 22:28:04 +10:00
Matthias Gehre a8f141786e gtk2: rename DllMains to gtk_DllMain/gdk_DllMain 2012-04-14 21:08:47 +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
Mark Brand cdf34d69f3 packages gtk2 gtkglextmm pango: replace wine workaround patches 2011-11-28 10:41:34 +01:00
Tony Theodore 70e86cda31 rename gtk-->gtk2 in preparation for gtk3 2011-02-21 20:20:41 +11:00
Renamed from src/gtk-1-fixes.patch (Browse further)