Commit Graph

9 Commits

Author SHA1 Message Date
Tony Theodore 6376e91ac4 qtwebkit: fix for qt5.15 update 2020-06-04 20:16:19 +10:00
Tony Theodore 7148391b33 qtwebkit: convert patch to git format-patch style 2019-01-11 18:24:50 +11:00
Boris Pek cd73b2418f update qtwebkit
(Closes #2070, #2160)
2019-01-11 18:24:50 +11:00
Tony Theodore 1b1b9c9a9a various packages: run `make refresh-patches` with numbering 2017-11-19 11:29:22 +11:00
Tony Theodore 629b677602 qtwebkit: fix crash on startup
fixes #1868
2017-08-03 18:22:57 +10:00
Tony Theodore 9a6c17c0e3 qtwebkit: fix missing _mm_mfence declaration 2017-01-25 22:51:18 +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 Nagaev 50137bf45b remove Byte Order Mark (BOM) from a patch
It is not needed in ASCII/UTF-8 file
2015-12-03 20:01:02 +03:00
Tony Theodore 19d0acd474 qtwebkit: re-enable build 2015-11-26 22:27:06 +11:00