]> git.pld-linux.org Git - packages/qt5-qtwebengine.git/commitdiff
up to 5.14.0
authorJan Palus <atler@pld-linux.org>
Fri, 13 Dec 2019 00:55:30 +0000 (01:55 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 13 Dec 2019 00:56:24 +0000 (01:56 +0100)
icu65.patch [deleted file]
qt5-qtwebengine.spec
remove-compiler-check.patch [deleted file]

diff --git a/icu65.patch b/icu65.patch
deleted file mode 100644 (file)
index 155c75f..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN qtwebengine-everywhere-src-5.13.1.orig/src/3rdparty/chromium/third_party/blink/renderer/core/dom/document.cc qtwebengine-everywhere-src-5.13.1/src/3rdparty/chromium/third_party/blink/renderer/core/dom/document.cc
---- qtwebengine-everywhere-src-5.13.1.orig/src/3rdparty/chromium/third_party/blink/renderer/core/dom/document.cc       2019-08-09 15:46:06.000000000 +0200
-+++ qtwebengine-everywhere-src-5.13.1/src/3rdparty/chromium/third_party/blink/renderer/core/dom/document.cc    2019-10-09 00:00:16.500761947 +0200
-@@ -5710,7 +5710,7 @@
-   for (unsigned i = 0; i < length;) {
-     UChar32 c;
--    U16_NEXT(characters, i, length, c)
-+    U16_NEXT(characters, i, length, c);
-     if (c == ':') {
-       if (saw_colon)
-         return ParseQualifiedNameResult(kQNMultipleColons);
index cb902cc4c84852bfb65f5b9ce17e200da4755614..bdd20ff34e367f54ba1edad0d7ac2697477738d8 100644 (file)
@@ -7,15 +7,13 @@
 Summary:       The Qt5 WebEngine library
 Summary(pl.UTF-8):     Biblioteka Qt5 WebEngine
 Name:          qt5-%{orgname}
-Version:       5.13.2
+Version:       5.14.0
 Release:       1
 License:       LGPL v3 or GPL v2+ or commercial
 Group:         X11/Libraries
-Source0:       http://download.qt.io/official_releases/qt/5.13/%{version}/submodules/%{orgname}-everywhere-src-%{version}.tar.xz
-# Source0-md5: e688da1efa123f3158e85b08bd919489
-Patch0:                remove-compiler-check.patch
+Source0:       http://download.qt.io/official_releases/qt/5.14/%{version}/submodules/%{orgname}-everywhere-src-%{version}.tar.xz
+# Source0-md5: a6765a7674728f6a3326de21937f9a94
 Patch1:                x32.patch
-Patch2:                icu65.patch
 URL:           http://www.qt.io/
 BuildRequires: Mesa-khrplatform-devel
 BuildRequires: Qt5Core-devel >= %{version}
@@ -177,11 +175,9 @@ PrzykĹ‚ady do biblioteki Qt5 WebEngine.
 
 %prep
 %setup -q -n %{orgname}-everywhere-src-%{version}
-%patch0 -p1
 %ifarch x32
 %patch1 -p1
 %endif
-%patch2 -p1
 cd ./src/3rdparty/chromium
 
 %build
diff --git a/remove-compiler-check.patch b/remove-compiler-check.patch
deleted file mode 100644 (file)
index d2635c2..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- qtwebengine-everywhere-src-5.11.1/mkspecs/features/platform.prf~   2018-06-15 11:13:33.000000000 +0200
-+++ qtwebengine-everywhere-src-5.11.1/mkspecs/features/platform.prf    2018-08-11 23:35:10.234741469 +0200
-@@ -12,11 +12,6 @@
- defineTest(isPlatformSupported) {
-   QT_FOR_CONFIG += gui-private
-   linux {
--    if(!gcc:!clang)|intel_icc {
--      skipBuild("Qt WebEngine on Linux requires clang or GCC.")
--      return(false)
--    }
--    gcc:!clang:!isGCCVersionSupported(): return(false)
-   } else:win32 {
-     winrt {
-       skipBuild("WinRT is not supported.")
This page took 0.280675 seconds and 4 git commands to generate.