Commit Graph

40 Commits

Author SHA1 Message Date
Mark Brand 4ab8b10693 qt5: update to 5.15.0 2020-05-26 12:10:18 +02:00
Mark Brand fe34c8f848 qt5: update to 5.14.2 2020-03-31 22:54:24 +02:00
Mark Brand 9a5e6a0ba8 qt5: update to 5.14.1 2020-01-28 16:14:04 +01:00
Artem Pisarenko b2e6db8d3b qtbase: fix cmake static linking
CMake support in latest Qt version introduced required mechanism, which
absence being workaround by removed lines in qtbase.mk (and this workaround
applies only to some of essential modules, so linking with other modules still
fail).
Add temporary Qt patch to fix another issue causing new mechanism to not work on
mingw platform.
2020-01-19 15:13:35 +11:00
Mark Brand 04f3442412 qt5: update to 5.14.0 2019-12-12 17:46:10 +01:00
Mark Brand b5f9aab93e qt5: update to 5.13.2 2019-10-31 23:04:24 +01:00
Mark Brand 66f535d644 qt5: update to 5.13.1 2019-09-05 15:05:27 +02:00
Mark Brand 884669f1fa qt5: update to 5.13.0 2019-06-19 10:25:01 +02:00
Mark Brand 0567f17d34 qt5: update to 5.12.4 2019-06-17 15:25:43 +02:00
Mark Brand fb59cba9e2 qt5: update to 5.12.3 2019-04-17 23:18:57 +02:00
Mark Brand b1ce579517 qt5: update to 5.12.2 2019-03-16 10:57:46 +01:00
Mark Brand 8df83ccd32 qt5: update to 5.12.1 2019-02-02 11:03:41 +01:00
Mark Brand 8881636975 qtbase: patch for gcc 4.8 compatibility
https://github.com/mxe/mxe/issues/2253#issuecomment-449221157
2018-12-21 11:34:15 +01:00
Mark Brand d8c7bcd148 qt5: update to 5.12.0 2018-12-06 11:09:39 +01:00
Mark Brand 063ce66ec0 qt5: update to 5.11.2 2018-09-20 09:22:54 +02:00
Mark Brand 2de6bde8c4 qt5: update to 5.11.1 2018-06-19 23:30:54 +02:00
Mark Brand 56d0329c28 qt5: update to 5.11.0 2018-05-24 01:38:32 +02:00
Mark Brand 430de95668 qtbase: include GCC 8 compatibility patch 2018-05-17 21:55:27 +02:00
Mark Brand 4ca6a4a193 qtbase: workaround for gcc internal error 2018-02-16 11:27:28 +01:00
Mark Brand 6cca41d7b5 qt5: update to 5.10.1 2018-02-15 09:34:52 +01:00
Tony Theodore ad31260b36 qtbase: add workaround for internal compiler error
fixes #2011, fixes #2013
2017-12-20 12:13:56 +11:00
Mark Brand 0eda225dff qt5: update to 5.10.0 2017-12-16 11:24:09 +01:00
Mark Brand add612f408 qt5: update to 5.9.3 2017-11-22 22:23:29 +01:00
Mark Brand 3d2369f71d qt5: update to 5.9.2
qtwebkit is still at version 5.9.1 since 5.9.2 is not published.
2017-10-07 11:55:33 +02:00
Mark Brand f265e06998 upgrade qt5 packages to Qt 5.9.1 2017-07-31 21:58:03 +02:00
Mark Brand 2a849757a1 qtbase: use pkg-config for harfbuzz 2017-06-14 11:15:36 +02:00
Mark Brand 89c89b628a upgrade qt5 packages to Qt 5.9.0 2017-06-02 19:27:59 +02:00
Mark Brand 0f724ee4b3 upgrade qt5 modules to 5.8.0 2017-01-30 22:15:01 +01:00
Mark Brand a935ec65c6 update qt5 modules to 5.7.1 2016-12-15 18:35:09 +01:00
Boris Nagaev 6c263935cb qtbase: Fix wrong assert
Fix https://github.com/mxe/mxe/issues/1572
2016-11-20 00:26:51 +03:00
Boris Nagaev b242fb2f4f unify qtbase-1-fixes.patch 2016-11-20 00:26:51 +03: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
Tony Theodore fef76ed094 qtbase: fix pkgconfig files and enable debug variants
fixes #1316
2016-07-17 00:29:41 +10:00
Mark Brand 1fdca56e74 qtbase: updated fontconfig/freetype patch 2016-06-21 02:04:24 +02:00
Boris Pek ac52a067e9 qtbase: fix build with -fontconfig and -system-freetype for MS Windows
https://github.com/mxe/mxe/pull/1400
2016-06-19 10:32:26 +02:00
Mark Brand 341bca52d5 upgrade to Qt 5.7.0 2016-06-17 12:19:24 +02:00
Mark Brand f6b4404618 upgrade to Qt 5.6.0
removed modules:
    qtquick1
    qtwebkit

new modules:
    qtquickcontrols2
    qtwebview
2016-03-16 22:20:43 +01:00
Boris Pek 94c2ffda28 qtbase: update patch for fixing `ar' error:
`u' modifier ignored since `D' is the default (see `U')
This error is shown during builds of end-user programs.
2016-02-24 21:44:59 +03:00
Boris Nagaev eb43c1c0ad fix build with CMake + Qt5 (QUiLoader)
Add the patch known to fix this issue in
https://github.com/Alexpux/MINGW-packages/issues/762
(cmake: Rearrange STATIC vs INTERFACE targets).

fix #1185
2016-01-17 15:44:54 +03:00
Boris Nagaev 4d1ef34f85 qtbase: unify the patch 2016-01-17 13:37:08 +03:00
Renamed from src/qtbase-1.patch (Browse further)