mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
qt5-webengine: update to 5.15.8, rebuild against icu-70.1_1
This commit is contained in:
parent
0721c1648c
commit
46301df3d4
2 changed files with 4 additions and 20 deletions
|
@ -133,22 +133,6 @@ index 901cd68fb..561958c44 100644
|
||||||
namespace google_breakpad {
|
namespace google_breakpad {
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
diff --git a/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/linux/signal_context.h b/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/linux/signal_context.h
|
|
||||||
index 8e335a09..b2a0f155 100644
|
|
||||||
--- a/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/linux/signal_context.h
|
|
||||||
+++ b/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/linux/signal_context.h
|
|
||||||
@@ -469,7 +469,11 @@ struct MContext64 {
|
|
||||||
SignalThreadContext64 gp_regs;
|
|
||||||
SignalFloatContext64 fp_regs;
|
|
||||||
SignalVectorContext64 *v_regs;
|
|
||||||
+#ifdef __GLIBC__
|
|
||||||
int64_t vmx_reserve[69];
|
|
||||||
+#else
|
|
||||||
+ int64_t vmx_reserve[101];
|
|
||||||
+#endif
|
|
||||||
};
|
|
||||||
|
|
||||||
struct ContextTraits64 : public Traits64 {
|
|
||||||
diff --git a/src/3rdparty/chromium/third_party/crashpad/crashpad/util/linux/thread_info.h b/src/3rdparty/chromium/third_party/crashpad/crashpad/util/linux/thread_info.h
|
diff --git a/src/3rdparty/chromium/third_party/crashpad/crashpad/util/linux/thread_info.h b/src/3rdparty/chromium/third_party/crashpad/crashpad/util/linux/thread_info.h
|
||||||
index dea0d1f39..b203e5b2f 100644
|
index dea0d1f39..b203e5b2f 100644
|
||||||
--- a/src/3rdparty/chromium/third_party/crashpad/crashpad/util/linux/thread_info.h
|
--- a/src/3rdparty/chromium/third_party/crashpad/crashpad/util/linux/thread_info.h
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qt5-webengine'
|
# Template file for 'qt5-webengine'
|
||||||
pkgname=qt5-webengine
|
pkgname=qt5-webengine
|
||||||
version=5.15.7
|
version=5.15.8
|
||||||
revision=1
|
revision=1
|
||||||
_version="${version}-lts"
|
_version="${version}-lts"
|
||||||
_chromium_commit=8c0a9b4459f5200a24ab9e687a3fb32e975382e5
|
_chromium_commit=8c0a9b4459f5200a24ab9e687a3fb32e975382e5
|
||||||
|
@ -24,7 +24,7 @@ makedepends="qt5-webchannel-devel qt5-location-devel qt5-tools-devel qt5-devel
|
||||||
libvpx-devel re2-devel libXtst-devel libXcursor-devel libXcomposite-devel
|
libvpx-devel re2-devel libXtst-devel libXcursor-devel libXcomposite-devel
|
||||||
jsoncpp-devel harfbuzz-devel lcms2-devel protobuf-devel pulseaudio-devel
|
jsoncpp-devel harfbuzz-devel lcms2-devel protobuf-devel pulseaudio-devel
|
||||||
libXrandr-devel MesaLib-devel mit-krb5-devel alsa-lib-devel libxkbcommon-devel
|
libXrandr-devel MesaLib-devel mit-krb5-devel alsa-lib-devel libxkbcommon-devel
|
||||||
libxkbfile-devel
|
libxkbfile-devel libXdamage-devel
|
||||||
$(vopt_if sndio sndio-devel) $(vopt_if pipewire libpipewire0.2-devel)"
|
$(vopt_if sndio sndio-devel) $(vopt_if pipewire libpipewire0.2-devel)"
|
||||||
short_desc="Cross-platform application and UI framework (QT5) - WebEngine component"
|
short_desc="Cross-platform application and UI framework (QT5) - WebEngine component"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
|
@ -32,7 +32,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
|
||||||
homepage="https://qt.io/"
|
homepage="https://qt.io/"
|
||||||
distfiles="https://github.com/qt/qtwebengine/archive/v${_version}.tar.gz
|
distfiles="https://github.com/qt/qtwebengine/archive/v${_version}.tar.gz
|
||||||
https://github.com/qt/qtwebengine-chromium/archive/${_chromium_commit}.tar.gz"
|
https://github.com/qt/qtwebengine-chromium/archive/${_chromium_commit}.tar.gz"
|
||||||
checksum="ef71f5bd741c917787a9431a2c359842de15a14126ef5f34ac28c8b0c07304ae
|
checksum="2f92476a1b635f441370836ca57855efdbb2cab0983f2d526b80cfb413631480
|
||||||
75c79b886cf9c10778c5880754e1cf021e9a5e4fc372e8e6ab252d4ada263062"
|
75c79b886cf9c10778c5880754e1cf021e9a5e4fc372e8e6ab252d4ada263062"
|
||||||
|
|
||||||
no_generic_pkgconfig_link=yes
|
no_generic_pkgconfig_link=yes
|
||||||
|
@ -121,7 +121,7 @@ _cleanup_wrksrc_leak() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
rmdir ${wrksrc}/src/3rdparty
|
rm -r ${wrksrc}/src/3rdparty
|
||||||
mv -v ${wrksrc}/../qtwebengine-chromium-${_chromium_commit} ${wrksrc}/src/3rdparty
|
mv -v ${wrksrc}/../qtwebengine-chromium-${_chromium_commit} ${wrksrc}/src/3rdparty
|
||||||
# ¯\_(ツ)_/¯
|
# ¯\_(ツ)_/¯
|
||||||
mkdir -p ${wrksrc}/.git ${wrksrc}/src/3rdparty/chromium/.git
|
mkdir -p ${wrksrc}/.git ${wrksrc}/src/3rdparty/chromium/.git
|
||||||
|
|
Loading…
Add table
Reference in a new issue