Commit Graph

14 Commits

Author SHA1 Message Date
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 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
Niels Kristian Bech Jensen 7c37f8b438 update packages gdk-pixbuf pango 2013-11-12 17:32:38 +11:00
Niels Kristian Bech Jensen 02091d821a update package gtk2 and dependencies 2013-11-10 15:18:56 +11:00
Mark Brand b6612a7e51 update package gdk-pixbuf 2012-10-12 12:29:21 +02:00
Hans Petter Jansson 6d39c73bad update package gdk-pixbuf 2012-06-15 15:54:54 +02:00
Matthias Gehre 2090903d1a gdk-pixbuf: rename DllMain to gdkpixbuf_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 36ade7a730 packages gdk-pixbuf wxwidgets: tiff 4 compatibility 2011-12-23 19:22:13 +01:00
Mark Brand d287965fd3 package gdk-pixbuf: libpng 1.5 compatibility 2011-03-02 22:07:17 +01: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 d743b1187c remove stray DllMain from packages libgsf and gdk-pixbuf
These caused a problem linking librsvg.
2010-09-24 23:54:15 +02:00