mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
qt5-doc: update to 5.15.7.
This commit is contained in:
parent
79c0d168dd
commit
9274bfe13b
2 changed files with 6 additions and 31 deletions
|
@ -1,25 +0,0 @@
|
|||
Index: qt-everywhere-src-5.15.2/qtbase/src/corelib/global/qfloat16.h
|
||||
===================================================================
|
||||
--- qt-everywhere-src-5.15.2.orig/qtbase/src/corelib/global/qfloat16.h
|
||||
+++ qt-everywhere-src-5.15.2/qtbase/src/corelib/global/qfloat16.h
|
||||
@@ -43,6 +43,7 @@
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtCore/qmetatype.h>
|
||||
+#include <limits>
|
||||
#include <string.h>
|
||||
|
||||
#if defined(QT_COMPILER_SUPPORTS_F16C) && defined(__AVX2__) && !defined(__F16C__)
|
||||
Index: qt-everywhere-src-5.15.2/qtbase/src/corelib/text/qbytearraymatcher.h
|
||||
===================================================================
|
||||
--- qt-everywhere-src-5.15.2.orig/qtbase/src/corelib/text/qbytearraymatcher.h
|
||||
+++ qt-everywhere-src-5.15.2/qtbase/src/corelib/text/qbytearraymatcher.h
|
||||
@@ -42,6 +42,8 @@
|
||||
|
||||
#include <QtCore/qbytearray.h>
|
||||
|
||||
+#include <limits>
|
||||
+
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'qt5-doc'
|
||||
pkgname=qt5-doc
|
||||
version=5.15.2
|
||||
revision=2
|
||||
hostmakedepends="clang perl pkg-config qt5-devel qt5-plugin-sqlite qt5-tools which"
|
||||
makedepends="qt5-tools-devel"
|
||||
version=5.15.7
|
||||
revision=1
|
||||
hostmakedepends="clang perl pkg-config qt5-devel qt5-plugin-sqlite qt5-tools which python3"
|
||||
makedepends="qt5-tools-devel gperf nss"
|
||||
depends="qt5-plugin-sqlite qt5>=5.6.0"
|
||||
short_desc="Cross-platform application and UI framework (QT5) - Documentation"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GFDL-1.3-only"
|
||||
homepage="https://qt.io/"
|
||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/single/qt-everywhere-src-${version}.tar.xz"
|
||||
checksum=3a530d1b243b5dec00bc54937455471aaa3e56849d2593edb8ded07228202240
|
||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/single/qt-everywhere-opensource-src-${version}.tar.xz"
|
||||
checksum=8a71986676a3f37a198a9113acedbfd5bc5606a459b6b85816d951458adbe9a0
|
||||
|
||||
post_extract() {
|
||||
rm -rf qttools/{bin,plugins}
|
||||
|
|
Loading…
Add table
Reference in a new issue