Commit Graph

43 Commits

Author SHA1 Message Date
Tony Theodore 8e15248c5a qtwebkit: update checksum
see: https://github.com/mxe/mxe/pull/2414#issuecomment-542245501
2019-10-16 07:33:42 +11:00
Boris Pek d9b91a2749 update qtwebkit 2019-10-15 20:16:46 +11:00
Mark Brand 0567f17d34 qt5: update to 5.12.4 2019-06-17 15:25:43 +02:00
Tony Theodore 8b0a2352dc qtwebkit: retry build
isn't a parallel failure, more a resource exhaustion
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 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11: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
Tony Theodore f35618ef6d qtwebkit: add test 2017-08-04 12:17:12 +10:00
Mark Brand f265e06998 upgrade qt5 packages to Qt 5.9.1 2017-07-31 21:58:03 +02:00
Mark Brand 89c89b628a upgrade qt5 packages to Qt 5.9.0 2017-06-02 19:27:59 +02:00
Viktor Szakats 45d34aaac7 more URL updates 2017-03-10 13:59:00 +00:00
Viktor Szakats e961e447fb URL updates 2017-03-04 10:33:47 +00:00
Boris Nagaev 1ca88e0386 qtwebkit: fix downloading on Jessie
fix https://github.com/mxe/mxe/issues/1662
2017-02-04 11:33:05 +01:00
Mark Brand 0f724ee4b3 upgrade qt5 modules to 5.8.0 2017-01-30 22:15:01 +01:00
Boris Nagaev 74163f1794 add _WEBSITE and _DESCR fields to core packages
See https://github.com/mxe/mxe/issues/1422

Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
2016-12-22 22:25:48 +01:00
Mark Brand a935ec65c6 update qt5 modules to 5.7.1 2016-12-15 18:35:09 +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
Tony Theodore b0e89cbbaf qt5 modules: remove disabled debug workaround for *.pc files 2016-07-17 00:30:44 +10:00
Mark Brand 341bca52d5 upgrade to Qt 5.7.0 2016-06-17 12:19:24 +02:00
Firat Akandere 6d952d80e6
Update the sha256 checksum 2016-04-06 16:06:43 +03:00
Mark Brand 3d9f6e1d16 qtwebkit: restore package
The Qt project decided to publish the qtwebkit tarball as a
"community release".
2016-03-19 14:52:08 +01: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
Tony Theodore 19d0acd474 qtwebkit: re-enable build 2015-11-26 22:27:06 +11:00
Mark Brand b93b12d762 update qt5 modules 2015-10-15 10:33:18 +02:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Tony Theodore 5fd086a4aa qtwebkit: display deprecation message 2015-09-05 23:43:24 +10:00
Mark Brand 325f107034 qtwebkit: disable 2015-08-07 01:26:03 +02:00
Mark Brand 1d6ea923de update qt5 modules 2015-08-07 01:26:02 +02:00
Colin Bourassa 152dd55189 QtWebKit apparently depends on SQLite even if SQLite support is turned off in QtBase 2015-07-28 09:14:49 -04:00
Moritz Bunkus 263b98a435 various qt packages: fix libraries having debug postfix in pkg-config files
qmake is invoked with removed debug options as a workaround for
https://bugreports.qt-project.org/browse/QTBUG-30898

This fix uses the same mechanism used for qtbase.mk in b30e9d41.
2015-07-04 14:56:34 +02:00
Mark Brand a46bb6eafa qt5 modules: update 2015-06-03 09:31:54 +02:00
Mark Brand e91ec3826c qt5 modules: update 2015-02-27 21:35:46 +01:00
Mark Brand 34b205aa5a qt5 modules: update 2014-12-10 14:10:59 +01:00
Mark Brand b5249edbb7 qt5: update modules 2014-12-06 03:13:02 +01:00
Timothy Gu 7d265e6f70 Remove i686-pc-mingw32 package recipes
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-14 01:42:11 +00:00
Timothy Gu a108a13fcf Revert "qt5: try to fix CMake files"
This reverts commit 8a6cf7cab7.
2014-09-23 09:43:28 -07:00
Timothy Gu 8a6cf7cab7 qt5: try to fix CMake files
See #466.

This is one of the worst hacks I've ever seen. If there is a way to fix
this better, please mention on #466.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-09-22 21:53:47 -07:00
Mark Brand c8a496519f update qt5 modules 2014-09-16 22:00:52 +02:00
Mark Brand 736bbb481c update qt5 modules 2014-06-25 22:40:09 +02:00
Mark Brand ebc859ef6c update qt5 modules 2014-05-21 11:59:00 +02:00
Tony Theodore 7115a5b2f8 package qtwebkit: disable i686-pc-mingw32 2014-04-07 03:55:21 +10:00
Tony Theodore 927f87ba40 add package qtwebkit 2014-02-17 02:24:20 +11:00