diff --git a/srcpkgs/qt5-doc/patches/0035-gcc-9.1-build.patch b/srcpkgs/qt5-doc/patches/0035-gcc-9.1-build.patch deleted file mode 100644 index 04da3d4c70..0000000000 --- a/srcpkgs/qt5-doc/patches/0035-gcc-9.1-build.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 0d89dead4396126606fb7954c0bb0a2734d2347b Mon Sep 17 00:00:00 2001 -From: Allan Sandfeld Jensen -Date: Tue, 13 Nov 2018 16:00:23 +0100 -Subject: [PATCH] Fix compile issue with gcc 9 - -It appears messenne_twisters in the latest libstdc++ has one more -requirement before it is willing to construct with our -SystemGenerator struct as an sseq provider. - -Upstream-Status: Backport - -Change-Id: If38151d1fa6f40a80274acc26d9ed6b4ac6049fe -Reviewed-by: Giuseppe D'Angelo -Reviewed-by: Thiago Macieira ---- - - qtbase/src/corelib/global/qrandom.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/corelib/global/qrandom.cpp b/src/corelib/global/qrandom.cpp -index ebf9864b15..577736a867 100644 ---- qtbase/src/corelib/global/qrandom.cpp -+++ qtbase/src/corelib/global/qrandom.cpp -@@ -218,6 +218,7 @@ struct QRandomGenerator::SystemGenerator - #endif // Q_OS_WINRT - - static SystemGenerator &self(); -+ typedef quint32 result_type; - void generate(quint32 *begin, quint32 *end) Q_DECL_NOEXCEPT_EXPR(FillBufferNoexcept); - - // For std::mersenne_twister_engine implementations that use something --- -2.20.1 - - diff --git a/srcpkgs/qt5-doc/template b/srcpkgs/qt5-doc/template index eba3c420bb..718cce0518 100644 --- a/srcpkgs/qt5-doc/template +++ b/srcpkgs/qt5-doc/template @@ -1,6 +1,6 @@ # Template file for 'qt5-doc' pkgname=qt5-doc -version=5.11.3 +version=5.13.0 revision=1 wrksrc="qt-everywhere-src-${version}" hostmakedepends="clang perl pkg-config qt5-devel qt5-plugin-sqlite qt5-tools" @@ -11,7 +11,7 @@ short_desc="A cross-platform application and UI framework (QT5) - Documentation" maintainer="Juan RP " license="GPL-3, LGPL-2.1" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/single/qt-everywhere-src-${version}.tar.xz" -checksum=859417642713cee2493ee3646a7fee782c9f1db39e41d7bb1322bba0c5f0ff4d +checksum=2cba31e410e169bd5cdae159f839640e672532a4687ea0f265f686421e0e86d6 post_extract() { rm -rf qttools/{bin,plugins} @@ -35,8 +35,7 @@ do_build() { -translationdir /usr/share/qt5/translations \ -examplesdir /usr/share/qt5/examples \ -archdatadir /usr/lib/qt5 \ - -nomake examples \ - -qt-xcb + -nomake examples make ${makejobs} docs }