Commit Graph

17 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 eec46d64c0 various packages: fix git am failures 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 24cf97dbdd update pango to 1.37.4
Remove patches:
 * the patch disabling DllMain in pango-utils.c
   (There is no DllMain pango-utils.c in pango 1.37.4)
 * the patch disabling forced shared build for win32
   (Can't find this code in configure.ac; also the build is'not
    forced to be shared, so it is Ok to remove the patch)
 * patches related to modules (there are no more eodules)

Fix patches with changed context
2015-09-05 22:28:28 +03:00
Niels Kristian Bech Jensen 7c37f8b438 update packages gdk-pixbuf pango 2013-11-12 17:32:38 +11:00
Mark Brand 017f4a4552 update package pango 2013-01-10 15:56:41 +01:00
Mark Brand 1186223fc2 update package pango 2012-11-17 22:19:30 +01:00
Mark Brand 4640bc8b33 update package pango 2012-10-12 12:14:25 +02:00
Matthias Gehre 7d65933c40 package pango: split DllMain patch and make it callable
This allows users of this library to explicitly call the DllMain
to run the necessary initialization.
2012-07-09 13:14:52 +02:00
Mark Brand 3e75b506ff package pango: kill gtk-doc dependenc 2012-06-18 22:05:30 +02:00
Mark Brand 2b07bce981 update package pango 2012-06-15 16:30:47 +02:00
Matthias Gehre 72694c70c3 pango: rename DllMain to pango_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
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 8d11b5f68d upgrade package pango 2010-09-29 01:19:40 +02:00