[packages/qt5-qtwebengine] up to 5.14.0

atler atler at pld-linux.org
Fri Dec 13 01:57:05 CET 2019


commit 626de6d97671aad26f43db16e0c631e9d4f5c860
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Dec 13 01:55:30 2019 +0100

    up to 5.14.0

 icu65.patch                 | 12 ------------
 qt5-qtwebengine.spec        | 10 +++-------
 remove-compiler-check.patch | 14 --------------
 3 files changed, 3 insertions(+), 33 deletions(-)
---
diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec
index cb902cc..bdd20ff 100644
--- a/qt5-qtwebengine.spec
+++ b/qt5-qtwebengine.spec
@@ -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/icu65.patch b/icu65.patch
deleted file mode 100644
index 155c75f..0000000
--- a/icu65.patch
+++ /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);
diff --git a/remove-compiler-check.patch b/remove-compiler-check.patch
deleted file mode 100644
index d2635c2..0000000
--- a/remove-compiler-check.patch
+++ /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.")
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtwebengine.git/commitdiff/626de6d97671aad26f43db16e0c631e9d4f5c860



More information about the pld-cvs-commit mailing list