View | Details | Raw Unified | Return to bug 235622
Collapse All | Expand All

(-)Mk/Uses/qt-dist.mk (-2 / +4 lines)
Lines 318-325 qtbase-pre-configure: Link Here
318
# ports/194088.
318
# ports/194088.
319
post-patch: qtbase-post-patch
319
post-patch: qtbase-post-patch
320
qtbase-post-patch:
320
qtbase-post-patch:
321
	${REINPLACE_CMD} -e "/DEFAULT_LIBDIRS=/ s,\\\\\"\\\\n,\\\\n${LOCALBASE}/lib&," \
321
	${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
322
		${WRKSRC}/configure
322
		${WRKSRC}//mkspecs/common/bsd/bsd.conf
323
323
324
.      if ${PORTNAME} != "qmake"
324
.      if ${PORTNAME} != "qmake"
325
_QMAKE=			${CONFIGURE_WRKSRC}/bin/qmake
325
_QMAKE=			${CONFIGURE_WRKSRC}/bin/qmake
Lines 348-353 qt5-pre-configure: Link Here
348
# occurrences of ${WRKSRC}/lib from .pc and .prl files when installing them.
348
# occurrences of ${WRKSRC}/lib from .pc and .prl files when installing them.
349
# See QTBUG-40825 and ports bugs 194088, 195105 and 198720.
349
# See QTBUG-40825 and ports bugs 194088, 195105 and 198720.
350
	${ECHO_CMD} 'QMAKE_LIBDIR_FLAGS = -L${CONFIGURE_WRKSRC}/lib' >> ${CONFIGURE_WRKSRC}/.qmake.cache
350
	${ECHO_CMD} 'QMAKE_LIBDIR_FLAGS = -L${CONFIGURE_WRKSRC}/lib' >> ${CONFIGURE_WRKSRC}/.qmake.cache
351
	${ECHO_CMD} 'QMAKE_DEFAULT_LIBDIRS = ${LOCALBASE}/lib' >> ${CONFIGURE_WRKSRC}/.qmake.cache
352
	${ECHO_CMD} 'QMAKE_DEFAULT_INCDIRS = ${LOCALBASE}/include' >> ${CONFIGURE_WRKSRC}/.qmake.cache
351
353
352
post-install: qt-post-install
354
post-install: qt-post-install
353
qt-post-install:
355
qt-post-install:
(-)Mk/Uses/qt.mk (-1 / +1 lines)
Lines 30-36 _QT_MK_INCLUDED= qt.mk Link Here
30
# Qt versions currently supported by the framework.
30
# Qt versions currently supported by the framework.
31
_QT_SUPPORTED?=		4 5
31
_QT_SUPPORTED?=		4 5
32
QT4_VERSION?=		4.8.7
32
QT4_VERSION?=		4.8.7
33
QT5_VERSION?=		5.12.0
33
QT5_VERSION?=		5.12.1
34
34
35
# We accept the Qt version to be passed by either or all of the three mk files.
35
# We accept the Qt version to be passed by either or all of the three mk files.
36
.  if empty(qt_ARGS) && empty(qmake_ARGS) && empty(qt-dist_ARGS)
36
.  if empty(qt_ARGS) && empty(qmake_ARGS) && empty(qt-dist_ARGS)
(-)accessibility/qt5-speech/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	speech
3
PORTNAME=	speech
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	accessibility
5
CATEGORIES=	accessibility
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)comms/qt5-connectivity/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	connectivity
3
PORTNAME=	connectivity
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	comms
5
CATEGORIES=	comms
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)comms/qt5-sensors/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	sensors
3
PORTNAME=	sensors
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	comms
5
CATEGORIES=	comms
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)comms/qt5-serialbus/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	serialbus
3
PORTNAME=	serialbus
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	comms
5
CATEGORIES=	comms
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)comms/qt5-serialport/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	serialport
3
PORTNAME=	serialport
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	comms
5
CATEGORIES=	comms
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)databases/qt5-sql/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	sql
3
PORTNAME=	sql
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	databases
5
CATEGORIES=	databases
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)databases/qt5-sqldrivers-ibase/Makefile (-1 lines)
Lines 1-6 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTREVISION=	1
4
3
5
DB=		IBase
4
DB=		IBase
6
DB_DESC=	InterBase/Firebird
5
DB_DESC=	InterBase/Firebird
(-)databases/qt5-sqldrivers-mysql/Makefile (-1 lines)
Lines 1-6 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTREVISION=	1
4
3
5
DB=		MYSQL
4
DB=		MYSQL
6
DB_DESC=	MySQL
5
DB_DESC=	MySQL
(-)databases/qt5-sqldrivers-odbc/Makefile (-1 lines)
Lines 1-6 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTREVISION=	1
4
3
5
COMMENT=	Qt ${DB_DESC} plugin
4
COMMENT=	Qt ${DB_DESC} plugin
6
5
(-)databases/qt5-sqldrivers-pgsql/Makefile (-1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	pgsql
3
PORTNAME=	pgsql
4
PORTREVISION=	1
5
4
6
DB=		PSQL
5
DB=		PSQL
7
DB_DESC=	PostgreSQL
6
DB_DESC=	PostgreSQL
(-)databases/qt5-sqldrivers-sqlite2/Makefile (-1 lines)
Lines 1-6 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTREVISION=	1
4
3
5
DB=		SQLite2
4
DB=		SQLite2
6
DB_DESC=	SQLite 2
5
DB_DESC=	SQLite 2
(-)databases/qt5-sqldrivers-sqlite3/Makefile (-1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	sqlite3
3
PORTNAME=	sqlite3
4
PORTREVISION=	1
5
4
6
DB=		SQLite
5
DB=		SQLite
7
DB_DESC=	SQLite 3
6
DB_DESC=	SQLite 3
(-)databases/qt5-sqldrivers-tds/Makefile (-1 lines)
Lines 1-6 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTREVISION=	1
4
3
5
DB=		TDS
4
DB=		TDS
6
DB_DESC=	TDS Database Connectivity
5
DB_DESC=	TDS Database Connectivity
(-)devel/qt5-assistant/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	assistant
3
PORTNAME=	assistant
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)devel/qt5-assistant/files/patch-src__src.pro (-3 / +5 lines)
Lines 1-9 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies.
3
3
4
--- src/src.pro.orig	2018-10-16 20:19:26 UTC
4
--- src/src.pro.orig	2019-02-08 21:21:18 UTC
5
+++ src/src.pro
5
+++ src/src.pro
6
@@ -1,52 +1,3 @@
6
@@ -1,54 +1,3 @@
7
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
8
 
8
 
9
-qtHaveModule(widgets) {
9
-qtHaveModule(widgets) {
Lines 29-35 missing dependencies. Link Here
29
-    !android|android_app: SUBDIRS += qtplugininfo
29
-    !android|android_app: SUBDIRS += qtplugininfo
30
-}
30
-}
31
-
31
-
32
-config_clang: qtConfig(thread): SUBDIRS += qdoc
32
-include($$OUT_PWD/qdoc/qtqdoc-config.pri)
33
-QT_FOR_CONFIG += qdoc-private
34
-qtConfig(qdoc): qtConfig(thread): SUBDIRS += qdoc
33
-
35
-
34
-!android|android_app: SUBDIRS += qtpaths
36
-!android|android_app: SUBDIRS += qtpaths
35
-
37
-
(-)devel/qt5-buildtools/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	buildtools
3
PORTNAME=	buildtools
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)devel/qt5-concurrent/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	concurrent
3
PORTNAME=	concurrent
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)devel/qt5-core/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	core
3
PORTNAME=	core
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)devel/qt5-dbus/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	dbus
3
PORTNAME=	dbus
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)devel/qt5-designer/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	designer
3
PORTNAME=	designer
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)devel/qt5-designer/files/patch-src__src.pro (-3 / +5 lines)
Lines 1-9 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies.
3
3
4
--- src/src.pro.orig	2018-10-16 20:21:44 UTC
4
--- src/src.pro.orig	2019-02-08 21:28:33 UTC
5
+++ src/src.pro
5
+++ src/src.pro
6
@@ -1,52 +1,3 @@
6
@@ -1,54 +1,3 @@
7
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
8
 
8
 
9
-qtHaveModule(widgets) {
9
-qtHaveModule(widgets) {
Lines 29-35 missing dependencies. Link Here
29
-    !android|android_app: SUBDIRS += qtplugininfo
29
-    !android|android_app: SUBDIRS += qtplugininfo
30
-}
30
-}
31
-
31
-
32
-config_clang: qtConfig(thread): SUBDIRS += qdoc
32
-include($$OUT_PWD/qdoc/qtqdoc-config.pri)
33
-QT_FOR_CONFIG += qdoc-private
34
-qtConfig(qdoc): qtConfig(thread): SUBDIRS += qdoc
33
-
35
-
34
-!android|android_app: SUBDIRS += qtpaths
36
-!android|android_app: SUBDIRS += qtpaths
35
-
37
-
(-)devel/qt5-help/Makefile (-7 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	help
3
PORTNAME=	help
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
Lines 17-26 USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} Link Here
17
BUILD_WRKSRC=	${WRKSRC}/src/assistant
16
BUILD_WRKSRC=	${WRKSRC}/src/assistant
18
INSTALL_WRKSRC=	${WRKSRC}/src/assistant
17
INSTALL_WRKSRC=	${WRKSRC}/src/assistant
19
18
20
post-install:
21
# qcollectiongenerator was integrated into qhelpgenerator.
22
# Instead of fixing 20 ports, simply provide it.
23
	${RLN} ${STAGEDIR}${QT_BINDIR}/qhelpgenerator \
24
		${STAGEDIR}${QT_BINDIR}/qcollectiongenerator
25
26
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)devel/qt5-help/files/patch-src__assistant__assistant.pro (-4 / +6 lines)
Lines 3-21 missing dependencies. Link Here
3
3
4
assistant/ is built in devel/qt5-assistant.
4
assistant/ is built in devel/qt5-assistant.
5
5
6
--- src/assistant/assistant.pro.orig	2018-10-12 10:07:26 UTC
6
--- src/assistant/assistant.pro.orig	2019-01-15 05:20:10 UTC
7
+++ src/assistant/assistant.pro
7
+++ src/assistant/assistant.pro
8
@@ -3,13 +3,11 @@ TEMPLATE = subdirs
8
@@ -3,7 +3,6 @@ TEMPLATE = subdirs
9
 
9
 
10
 SUBDIRS += \
10
 SUBDIRS += \
11
            help \
11
            help \
12
-           assistant \
12
-           assistant \
13
            qhelpgenerator
13
            qhelpgenerator \
14
            qcollectiongenerator
14
 
15
 
15
 assistant.depends = help
16
@@ -11,7 +10,6 @@ assistant.depends = help
16
 qhelpgenerator.depends = help
17
 qhelpgenerator.depends = help
17
 
18
 
18
 qtNomakeTools( \
19
 qtNomakeTools( \
19
-    assistant \
20
-    assistant \
20
     qhelpgenerator \
21
     qhelpgenerator \
22
     qcollectiongenerator \
21
 )
23
 )
(-)devel/qt5-help/files/patch-src__src.pro (-3 / +5 lines)
Lines 1-9 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies.
3
3
4
--- src/src.pro.orig	2018-10-16 20:12:43 UTC
4
--- src/src.pro.orig	2019-02-08 21:08:58 UTC
5
+++ src/src.pro
5
+++ src/src.pro
6
@@ -1,52 +1,3 @@
6
@@ -1,54 +1,3 @@
7
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
8
 
8
 
9
-qtHaveModule(widgets) {
9
-qtHaveModule(widgets) {
Lines 29-35 missing dependencies. Link Here
29
-    !android|android_app: SUBDIRS += qtplugininfo
29
-    !android|android_app: SUBDIRS += qtplugininfo
30
-}
30
-}
31
-
31
-
32
-config_clang: qtConfig(thread): SUBDIRS += qdoc
32
-include($$OUT_PWD/qdoc/qtqdoc-config.pri)
33
-QT_FOR_CONFIG += qdoc-private
34
-qtConfig(qdoc): qtConfig(thread): SUBDIRS += qdoc
33
-
35
-
34
-!android|android_app: SUBDIRS += qtpaths
36
-!android|android_app: SUBDIRS += qtpaths
35
-
37
-
(-)devel/qt5-linguist/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	linguist
3
PORTNAME=	linguist
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)devel/qt5-linguist/files/patch-src__src.pro (-3 / +5 lines)
Lines 1-9 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies.
3
3
4
--- src/src.pro.orig	2018-10-16 20:23:55 UTC
4
--- src/src.pro.orig	2019-02-08 21:36:50 UTC
5
+++ src/src.pro
5
+++ src/src.pro
6
@@ -1,52 +1,3 @@
6
@@ -1,54 +1,3 @@
7
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
8
 
8
 
9
-qtHaveModule(widgets) {
9
-qtHaveModule(widgets) {
Lines 29-35 missing dependencies. Link Here
29
-    !android|android_app: SUBDIRS += qtplugininfo
29
-    !android|android_app: SUBDIRS += qtplugininfo
30
-}
30
-}
31
-
31
-
32
-config_clang: qtConfig(thread): SUBDIRS += qdoc
32
-include($$OUT_PWD/qdoc/qtqdoc-config.pri)
33
-QT_FOR_CONFIG += qdoc-private
34
-qtConfig(qdoc): qtConfig(thread): SUBDIRS += qdoc
33
-
35
-
34
-!android|android_app: SUBDIRS += qtpaths
36
-!android|android_app: SUBDIRS += qtpaths
35
-
37
-
(-)devel/qt5-linguisttools/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	linguisttools
3
PORTNAME=	linguisttools
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)devel/qt5-linguisttools/files/patch-src__src.pro (-4 / +6 lines)
Lines 1-9 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies.
3
3
4
--- src/src.pro.orig	2018-10-16 20:06:18 UTC
4
--- src/src.pro.orig	2019-02-08 21:14:29 UTC
5
+++ src/src.pro
5
+++ src/src.pro
6
@@ -1,52 +1,3 @@
6
@@ -1,54 +1,3 @@
7
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
8
 
8
 
9
-qtHaveModule(widgets) {
9
-qtHaveModule(widgets) {
Lines 29-35 missing dependencies. Link Here
29
-    !android|android_app: SUBDIRS += qtplugininfo
29
-    !android|android_app: SUBDIRS += qtplugininfo
30
-}
30
-}
31
-
31
-
32
-config_clang: qtConfig(thread): SUBDIRS += qdoc
32
-include($$OUT_PWD/qdoc/qtqdoc-config.pri)
33
-QT_FOR_CONFIG += qdoc-private
34
-qtConfig(qdoc): qtConfig(thread): SUBDIRS += qdoc
33
-
35
-
34
-!android|android_app: SUBDIRS += qtpaths
36
-!android|android_app: SUBDIRS += qtpaths
35
-
37
-
Lines 56-59 missing dependencies. Link Here
56
-    winrtrunner.depends += qtattributionsscanner
58
-    winrtrunner.depends += qtattributionsscanner
57
-    linguist.depends += qtattributionsscanner
59
-    linguist.depends += qtattributionsscanner
58
-}
60
-}
59
+SUBDIRS += linguist
61
+SUBDIRS += linguist \
(-)devel/qt5-location/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	location
3
PORTNAME=	location
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
Lines 10-16 MAINTAINER= kde@FreeBSD.org Link Here
10
COMMENT=	Qt location module
9
COMMENT=	Qt location module
11
10
12
USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,location
11
USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,location
13
USE_QT=		concurrent core dbus declarative gui network buildtools_build
12
USE_QT=		concurrent core dbus declarative gui network serialport \
13
		buildtools_build
14
14
15
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
15
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
16
16
(-)devel/qt5-location/files/patch-src_plugins_position_position.pro (+13 lines)
Added Link Here
1
--- src/plugins/position/position.pro.orig	2019-02-08 20:56:53 UTC
2
+++ src/plugins/position/position.pro
3
@@ -2,8 +2,8 @@ TEMPLATE = subdirs
4
 
5
 QT_FOR_CONFIG += positioning-private
6
 
7
-linux:qtHaveModule(dbus):SUBDIRS += geoclue
8
-linux:qtHaveModule(dbus):SUBDIRS += geoclue2
9
+linux|freebsd:qtHaveModule(dbus):SUBDIRS += geoclue
10
+linux|freebsd:qtHaveModule(dbus):SUBDIRS += geoclue2
11
 qtConfig(gypsy):SUBDIRS += gypsy
12
 qtConfig(winrt_geolocation):SUBDIRS += winrt
13
 qtHaveModule(simulator):SUBDIRS += simulator
(-)devel/qt5-location/pkg-plist (+5 lines)
Lines 44-49 Link Here
44
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeocameracapabilities_p.h
44
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeocameracapabilities_p.h
45
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeocameradata_p.h
45
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeocameradata_p.h
46
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeocameratiles_p.h
46
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeocameratiles_p.h
47
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeocameratiles_p_p.h
47
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeocodereply_p.h
48
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeocodereply_p.h
48
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeocodingmanager_p.h
49
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeocodingmanager_p.h
49
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeocodingmanagerengine_p.h
50
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeocodingmanagerengine_p.h
Lines 82-87 Link Here
82
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeotiledmapreply_p.h
83
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeotiledmapreply_p.h
83
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeotiledmapreply_p_p.h
84
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeotiledmapreply_p_p.h
84
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeotiledmapscene_p.h
85
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeotiledmapscene_p.h
86
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeotiledmapscene_p_p.h
85
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeotilefetcher_p.h
87
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeotilefetcher_p.h
86
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeotilefetcher_p_p.h
88
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeotilefetcher_p_p.h
87
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeotilerequestmanager_p.h
89
%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeotilerequestmanager_p.h
Lines 302-307 Link Here
302
%%QT_CMAKEDIR%%/Qt5Positioning/Qt5Positioning_QGeoPositionInfoSourceFactoryGeoclue.cmake
304
%%QT_CMAKEDIR%%/Qt5Positioning/Qt5Positioning_QGeoPositionInfoSourceFactoryGeoclue.cmake
303
%%QT_CMAKEDIR%%/Qt5Positioning/Qt5Positioning_QGeoPositionInfoSourceFactoryGeoclue2.cmake
305
%%QT_CMAKEDIR%%/Qt5Positioning/Qt5Positioning_QGeoPositionInfoSourceFactoryGeoclue2.cmake
304
%%QT_CMAKEDIR%%/Qt5Positioning/Qt5Positioning_QGeoPositionInfoSourceFactoryPoll.cmake
306
%%QT_CMAKEDIR%%/Qt5Positioning/Qt5Positioning_QGeoPositionInfoSourceFactoryPoll.cmake
307
%%QT_CMAKEDIR%%/Qt5Positioning/Qt5Positioning_QGeoPositionInfoSourceFactorySerialNmea.cmake
305
%%QT_CMAKEDIR%%/Qt5PositioningQuick/Qt5PositioningQuickConfig.cmake
308
%%QT_CMAKEDIR%%/Qt5PositioningQuick/Qt5PositioningQuickConfig.cmake
306
%%QT_CMAKEDIR%%/Qt5PositioningQuick/Qt5PositioningQuickConfigVersion.cmake
309
%%QT_CMAKEDIR%%/Qt5PositioningQuick/Qt5PositioningQuickConfigVersion.cmake
307
%%QT_LIBDIR%%/libQt5Location.prl
310
%%QT_LIBDIR%%/libQt5Location.prl
Lines 344-349 Link Here
344
%%DEBUG%%%%QT_PLUGINDIR%%/position/libqtposition_geoclue2.so.debug
347
%%DEBUG%%%%QT_PLUGINDIR%%/position/libqtposition_geoclue2.so.debug
345
%%QT_PLUGINDIR%%/position/libqtposition_positionpoll.so
348
%%QT_PLUGINDIR%%/position/libqtposition_positionpoll.so
346
%%DEBUG%%%%QT_PLUGINDIR%%/position/libqtposition_positionpoll.so.debug
349
%%DEBUG%%%%QT_PLUGINDIR%%/position/libqtposition_positionpoll.so.debug
350
%%QT_PLUGINDIR%%/position/libqtposition_serialnmea.so
351
%%DEBUG%%%%QT_PLUGINDIR%%/position/libqtposition_serialnmea.so.debug
347
%%QT_QMLDIR%%/Qt/labs/location/liblocationlabsplugin.so
352
%%QT_QMLDIR%%/Qt/labs/location/liblocationlabsplugin.so
348
%%DEBUG%%%%QT_QMLDIR%%/Qt/labs/location/liblocationlabsplugin.so.debug
353
%%DEBUG%%%%QT_QMLDIR%%/Qt/labs/location/liblocationlabsplugin.so.debug
349
%%QT_QMLDIR%%/Qt/labs/location/plugins.qmltypes
354
%%QT_QMLDIR%%/Qt/labs/location/plugins.qmltypes
(-)devel/qt5-qdbus/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	qdbus
3
PORTNAME=	qdbus
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)devel/qt5-qdbus/files/patch-src_src.pro (-4 / +6 lines)
Lines 1-9 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies
3
3
4
--- src/src.pro.orig	2018-10-16 19:57:17 UTC
4
--- src/src.pro.orig	2019-02-07 05:50:19 UTC
5
+++ src/src.pro
5
+++ src/src.pro
6
@@ -1,52 +1,3 @@
6
@@ -1,54 +1,3 @@
7
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
8
 
8
 
9
-qtHaveModule(widgets) {
9
-qtHaveModule(widgets) {
Lines 29-35 missing dependencies. Link Here
29
-    !android|android_app: SUBDIRS += qtplugininfo
29
-    !android|android_app: SUBDIRS += qtplugininfo
30
-}
30
-}
31
-
31
-
32
-config_clang: qtConfig(thread): SUBDIRS += qdoc
32
-include($$OUT_PWD/qdoc/qtqdoc-config.pri)
33
-QT_FOR_CONFIG += qdoc-private
34
-qtConfig(qdoc): qtConfig(thread): SUBDIRS += qdoc
33
-
35
-
34
-!android|android_app: SUBDIRS += qtpaths
36
-!android|android_app: SUBDIRS += qtpaths
35
-
37
-
(-)devel/qt5-qdbusviewer/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	qdbusviewer
3
PORTNAME=	qdbusviewer
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)devel/qt5-qdbusviewer/files/patch-src__src.pro (-3 / +5 lines)
Lines 1-9 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies.
3
3
4
--- src/src.pro.orig	2018-10-16 20:13:51 UTC
4
--- src/src.pro.orig	2019-02-08 21:10:39 UTC
5
+++ src/src.pro
5
+++ src/src.pro
6
@@ -1,52 +1,3 @@
6
@@ -1,54 +1,3 @@
7
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
8
 
8
 
9
-qtHaveModule(widgets) {
9
-qtHaveModule(widgets) {
Lines 29-35 missing dependencies. Link Here
29
-    !android|android_app: SUBDIRS += qtplugininfo
29
-    !android|android_app: SUBDIRS += qtplugininfo
30
-}
30
-}
31
-
31
-
32
-config_clang: qtConfig(thread): SUBDIRS += qdoc
32
-include($$OUT_PWD/qdoc/qtqdoc-config.pri)
33
-QT_FOR_CONFIG += qdoc-private
34
-qtConfig(qdoc): qtConfig(thread): SUBDIRS += qdoc
33
-
35
-
34
-!android|android_app: SUBDIRS += qtpaths
36
-!android|android_app: SUBDIRS += qtpaths
35
-
37
-
(-)devel/qt5-qdoc/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	qdoc
3
PORTNAME=	qdoc
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	devel textproc
5
CATEGORIES=	devel textproc
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)devel/qt5-qdoc/files/patch-src_src.pro (-3 / +5 lines)
Lines 1-9 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies.
3
3
4
--- src/src.pro.orig	2018-10-16 20:05:35 UTC
4
--- src/src.pro.orig	2019-02-08 21:19:15 UTC
5
+++ src/src.pro
5
+++ src/src.pro
6
@@ -1,52 +1,3 @@
6
@@ -1,54 +1,5 @@
7
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
8
 
8
 
9
-qtHaveModule(widgets) {
9
-qtHaveModule(widgets) {
Lines 29-35 missing dependencies. Link Here
29
-    !android|android_app: SUBDIRS += qtplugininfo
29
-    !android|android_app: SUBDIRS += qtplugininfo
30
-}
30
-}
31
-
31
-
32
 config_clang: qtConfig(thread): SUBDIRS += qdoc
32
 include($$OUT_PWD/qdoc/qtqdoc-config.pri)
33
 QT_FOR_CONFIG += qdoc-private
34
 qtConfig(qdoc): qtConfig(thread): SUBDIRS += qdoc
33
-
35
-
34
-!android|android_app: SUBDIRS += qtpaths
36
-!android|android_app: SUBDIRS += qtpaths
35
-
37
-
(-)devel/qt5-qmake/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	qmake
3
PORTNAME=	qmake
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)devel/qt5-qmake/pkg-plist (-3 / +4 lines)
Lines 38-43 Link Here
38
%%QT_MKSPECDIR%%/common/mac.conf
38
%%QT_MKSPECDIR%%/common/mac.conf
39
%%QT_MKSPECDIR%%/common/mac/qplatformdefs.h
39
%%QT_MKSPECDIR%%/common/mac/qplatformdefs.h
40
%%QT_MKSPECDIR%%/common/macx.conf
40
%%QT_MKSPECDIR%%/common/macx.conf
41
%%QT_MKSPECDIR%%/common/msvc-based-version.conf
41
%%QT_MKSPECDIR%%/common/msvc-desktop.conf
42
%%QT_MKSPECDIR%%/common/msvc-desktop.conf
42
%%QT_MKSPECDIR%%/common/msvc-version.conf
43
%%QT_MKSPECDIR%%/common/msvc-version.conf
43
%%QT_MKSPECDIR%%/common/nacl/g++-nacl32.conf
44
%%QT_MKSPECDIR%%/common/nacl/g++-nacl32.conf
Lines 178-183 Link Here
178
%%QT_MKSPECDIR%%/features/data/cmake/Qt5PluginTarget.cmake.in
179
%%QT_MKSPECDIR%%/features/data/cmake/Qt5PluginTarget.cmake.in
179
%%QT_MKSPECDIR%%/features/data/configure.json
180
%%QT_MKSPECDIR%%/features/data/configure.json
180
%%QT_MKSPECDIR%%/features/data/dummy.cpp
181
%%QT_MKSPECDIR%%/features/data/dummy.cpp
182
%%QT_MKSPECDIR%%/features/data/dumpvcvars.bat
181
%%QT_MKSPECDIR%%/features/data/mac/objc_namespace.sh
183
%%QT_MKSPECDIR%%/features/data/mac/objc_namespace.sh
182
%%QT_MKSPECDIR%%/features/data/macros.cpp
184
%%QT_MKSPECDIR%%/features/data/macros.cpp
183
%%QT_MKSPECDIR%%/features/data/unix/findclasslist.pl
185
%%QT_MKSPECDIR%%/features/data/unix/findclasslist.pl
Lines 222-229 Link Here
222
%%QT_MKSPECDIR%%/features/qgltf.prf
224
%%QT_MKSPECDIR%%/features/qgltf.prf
223
%%QT_MKSPECDIR%%/features/qlalr.prf
225
%%QT_MKSPECDIR%%/features/qlalr.prf
224
%%QT_MKSPECDIR%%/features/qmake_use.prf
226
%%QT_MKSPECDIR%%/features/qmake_use.prf
225
%%QT_MKSPECDIR%%/features/qml1_module.prf
226
%%QT_MKSPECDIR%%/features/qml1_plugin.prf
227
%%QT_MKSPECDIR%%/features/qml_debug.prf
227
%%QT_MKSPECDIR%%/features/qml_debug.prf
228
%%QT_MKSPECDIR%%/features/qml_module.prf
228
%%QT_MKSPECDIR%%/features/qml_module.prf
229
%%QT_MKSPECDIR%%/features/qml_plugin.prf
229
%%QT_MKSPECDIR%%/features/qml_plugin.prf
Lines 299-305 Link Here
299
%%QT_MKSPECDIR%%/features/vxworks.prf
299
%%QT_MKSPECDIR%%/features/vxworks.prf
300
%%QT_MKSPECDIR%%/features/warn_off.prf
300
%%QT_MKSPECDIR%%/features/warn_off.prf
301
%%QT_MKSPECDIR%%/features/warn_on.prf
301
%%QT_MKSPECDIR%%/features/warn_on.prf
302
%%QT_MKSPECDIR%%/features/wasm/qt.prf
303
%%QT_MKSPECDIR%%/features/wasm/wasm.prf
302
%%QT_MKSPECDIR%%/features/wasm/wasm.prf
304
%%QT_MKSPECDIR%%/features/wayland-scanner.prf
303
%%QT_MKSPECDIR%%/features/wayland-scanner.prf
305
%%QT_MKSPECDIR%%/features/win32/console.prf
304
%%QT_MKSPECDIR%%/features/win32/console.prf
Lines 451-456 Link Here
451
%%QT_MKSPECDIR%%/unsupported/vxworks-simpentium-g++/qplatformdefs.h
450
%%QT_MKSPECDIR%%/unsupported/vxworks-simpentium-g++/qplatformdefs.h
452
%%QT_MKSPECDIR%%/wasm-emscripten/qmake.conf
451
%%QT_MKSPECDIR%%/wasm-emscripten/qmake.conf
453
%%QT_MKSPECDIR%%/wasm-emscripten/qplatformdefs.h
452
%%QT_MKSPECDIR%%/wasm-emscripten/qplatformdefs.h
453
%%QT_MKSPECDIR%%/win32-arm64-msvc2017/qmake.conf
454
%%QT_MKSPECDIR%%/win32-arm64-msvc2017/qplatformdefs.h
454
%%QT_MKSPECDIR%%/win32-clang-g++/qmake.conf
455
%%QT_MKSPECDIR%%/win32-clang-g++/qmake.conf
455
%%QT_MKSPECDIR%%/win32-clang-g++/qplatformdefs.h
456
%%QT_MKSPECDIR%%/win32-clang-g++/qplatformdefs.h
456
%%QT_MKSPECDIR%%/win32-clang-msvc/qmake.conf
457
%%QT_MKSPECDIR%%/win32-clang-msvc/qmake.conf
(-)devel/qt5-remoteobjects/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	remoteobjects
3
PORTNAME=	remoteobjects
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)devel/qt5-script/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	script
3
PORTNAME=	script
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)devel/qt5-script/pkg-plist (+2 lines)
Lines 1-3 Link Here
1
%%QT_INCDIR%%/QtScript/%%FULLVER%%/QtScript/private/qtscript-config_p.h
1
%%QT_INCDIR%%/QtScript/%%FULLVER%%/QtScript/private/qscriptable_p.h
2
%%QT_INCDIR%%/QtScript/%%FULLVER%%/QtScript/private/qscriptable_p.h
2
%%QT_INCDIR%%/QtScript/%%FULLVER%%/QtScript/private/qscriptactivationobject_p.h
3
%%QT_INCDIR%%/QtScript/%%FULLVER%%/QtScript/private/qscriptactivationobject_p.h
3
%%QT_INCDIR%%/QtScript/%%FULLVER%%/QtScript/private/qscriptast_p.h
4
%%QT_INCDIR%%/QtScript/%%FULLVER%%/QtScript/private/qscriptast_p.h
Lines 41-46 Link Here
41
%%QT_INCDIR%%/QtScript/QtScript
42
%%QT_INCDIR%%/QtScript/QtScript
42
%%QT_INCDIR%%/QtScript/QtScriptDepends
43
%%QT_INCDIR%%/QtScript/QtScriptDepends
43
%%QT_INCDIR%%/QtScript/QtScriptVersion
44
%%QT_INCDIR%%/QtScript/QtScriptVersion
45
%%QT_INCDIR%%/QtScript/qtscript-config.h
44
%%QT_INCDIR%%/QtScript/qscriptable.h
46
%%QT_INCDIR%%/QtScript/qscriptable.h
45
%%QT_INCDIR%%/QtScript/qscriptclass.h
47
%%QT_INCDIR%%/QtScript/qscriptclass.h
46
%%QT_INCDIR%%/QtScript/qscriptclasspropertyiterator.h
48
%%QT_INCDIR%%/QtScript/qscriptclasspropertyiterator.h
(-)devel/qt5-scripttools/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	scripttools
3
PORTNAME=	scripttools
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)devel/qt5-scxml/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	scxml
3
PORTNAME=	scxml
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)devel/qt5-testlib/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	testlib
3
PORTNAME=	testlib
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)devel/qt5-uitools/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	uitools
3
PORTNAME=	uitools
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)devel/qt5-uitools/files/patch-src__src.pro (-3 / +5 lines)
Lines 1-9 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies.
3
3
4
--- src/src.pro.orig	2018-10-16 20:20:18 UTC
4
--- src/src.pro.orig	2019-02-08 21:08:17 UTC
5
+++ src/src.pro
5
+++ src/src.pro
6
@@ -1,52 +1,3 @@
6
@@ -1,54 +1,3 @@
7
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
8
 
8
 
9
-qtHaveModule(widgets) {
9
-qtHaveModule(widgets) {
Lines 29-35 missing dependencies. Link Here
29
-    !android|android_app: SUBDIRS += qtplugininfo
29
-    !android|android_app: SUBDIRS += qtplugininfo
30
-}
30
-}
31
-
31
-
32
-config_clang: qtConfig(thread): SUBDIRS += qdoc
32
-include($$OUT_PWD/qdoc/qtqdoc-config.pri)
33
-QT_FOR_CONFIG += qdoc-private
34
-qtConfig(qdoc): qtConfig(thread): SUBDIRS += qdoc
33
-
35
-
34
-!android|android_app: SUBDIRS += qtpaths
36
-!android|android_app: SUBDIRS += qtpaths
35
-
37
-
(-)devel/qt5/distinfo (-79 / +79 lines)
Lines 1-79 Link Here
1
TIMESTAMP = 1544129524
1
TIMESTAMP = 1549515795
2
SHA256 (KDE/Qt/5.12.0/qt3d-everywhere-src-5.12.0.tar.xz) = a12adc9c14ffa18ff5c4951efb41914d4840a0c2a88486eb8d39a4833e4631da
2
SHA256 (KDE/Qt/5.12.1/qt3d-everywhere-src-5.12.1.tar.xz) = ce51ed3fe403672db2c874cbaa60f3a139ec817abd1270dc5e4255d35fd64bf1
3
SIZE (KDE/Qt/5.12.0/qt3d-everywhere-src-5.12.0.tar.xz) = 84949704
3
SIZE (KDE/Qt/5.12.1/qt3d-everywhere-src-5.12.1.tar.xz) = 84953112
4
SHA256 (KDE/Qt/5.12.0/qtactiveqt-everywhere-src-5.12.0.tar.xz) = a22876b4243cb433042e7f4812974eac05935872f39cc880a3587bc3eae86d3e
4
SHA256 (KDE/Qt/5.12.1/qtactiveqt-everywhere-src-5.12.1.tar.xz) = a56fbd9aa018b9b91a1de6018db6538f4bc4309bfbdd86c52d437e7297983c45
5
SIZE (KDE/Qt/5.12.0/qtactiveqt-everywhere-src-5.12.0.tar.xz) = 261880
5
SIZE (KDE/Qt/5.12.1/qtactiveqt-everywhere-src-5.12.1.tar.xz) = 261984
6
SHA256 (KDE/Qt/5.12.0/qtandroidextras-everywhere-src-5.12.0.tar.xz) = f5a9a13bf8b8999250b27fd68c1ed4287f333d1cebed05ae9d0b29bf9f1d0868
6
SHA256 (KDE/Qt/5.12.1/qtandroidextras-everywhere-src-5.12.1.tar.xz) = 17d0bfe13e75b1a28de2f35dc81670741fd227664aa155170453dc34c82e071e
7
SIZE (KDE/Qt/5.12.0/qtandroidextras-everywhere-src-5.12.0.tar.xz) = 104620
7
SIZE (KDE/Qt/5.12.1/qtandroidextras-everywhere-src-5.12.1.tar.xz) = 104620
8
SHA256 (KDE/Qt/5.12.0/qtbase-everywhere-src-5.12.0.tar.xz) = 5e03221d780e121aabd734896aab8f331e5d8c9d9b54f1eb04907d0818eaeecb
8
SHA256 (KDE/Qt/5.12.1/qtbase-everywhere-src-5.12.1.tar.xz) = 533078ce02678988576e224cb3844979907950cf83e0fda3364bc1d5701c9049
9
SIZE (KDE/Qt/5.12.0/qtbase-everywhere-src-5.12.0.tar.xz) = 48288896
9
SIZE (KDE/Qt/5.12.1/qtbase-everywhere-src-5.12.1.tar.xz) = 48239912
10
SHA256 (KDE/Qt/5.12.0/qtcanvas3d-everywhere-src-5.12.0.tar.xz) = b21b9f01c498d0e51e3db4c54344147fb901c0f40ec8b3135609905b55f9c128
10
SHA256 (KDE/Qt/5.12.1/qtcanvas3d-everywhere-src-5.12.1.tar.xz) = c7c940a06062b1e5078fd697e1da0cdaeaa315b6fcea81de15308a9d3f8ac254
11
SIZE (KDE/Qt/5.12.0/qtcanvas3d-everywhere-src-5.12.0.tar.xz) = 10914876
11
SIZE (KDE/Qt/5.12.1/qtcanvas3d-everywhere-src-5.12.1.tar.xz) = 10915000
12
SHA256 (KDE/Qt/5.12.0/qtcharts-everywhere-src-5.12.0.tar.xz) = 9cd71c4a4c10611083ce8f16992c59666d51b5275cc1a79f324ee18579ced450
12
SHA256 (KDE/Qt/5.12.1/qtcharts-everywhere-src-5.12.1.tar.xz) = 142eb2b87a0bc2220a9f12e56bf390b846968c201d135b1a2a2338545692fdc0
13
SIZE (KDE/Qt/5.12.0/qtcharts-everywhere-src-5.12.0.tar.xz) = 4242288
13
SIZE (KDE/Qt/5.12.1/qtcharts-everywhere-src-5.12.1.tar.xz) = 4242664
14
SHA256 (KDE/Qt/5.12.0/qtconnectivity-everywhere-src-5.12.0.tar.xz) = 8ebca1ba859ebb5b0e8e6fffff1f8131dd84f9e44448df6ac58c8be32b5122a4
14
SHA256 (KDE/Qt/5.12.1/qtconnectivity-everywhere-src-5.12.1.tar.xz) = 0edd0bd784a71809540dc23d24a842bd88dee2cdb5394b69c9e704f7e1ac8d6c
15
SIZE (KDE/Qt/5.12.0/qtconnectivity-everywhere-src-5.12.0.tar.xz) = 2740124
15
SIZE (KDE/Qt/5.12.1/qtconnectivity-everywhere-src-5.12.1.tar.xz) = 2748888
16
SHA256 (KDE/Qt/5.12.0/qtdatavis3d-everywhere-src-5.12.0.tar.xz) = 4eda7e352b5d7d58a19611f76a906e952f6a86451740a80a3759b8871090f433
16
SHA256 (KDE/Qt/5.12.1/qtdatavis3d-everywhere-src-5.12.1.tar.xz) = 8ebb94459e5eb5b978dcdac1d2d6503a7763d790ce74b03f78388beb480436a0
17
SIZE (KDE/Qt/5.12.0/qtdatavis3d-everywhere-src-5.12.0.tar.xz) = 5201308
17
SIZE (KDE/Qt/5.12.1/qtdatavis3d-everywhere-src-5.12.1.tar.xz) = 5199768
18
SHA256 (KDE/Qt/5.12.0/qtdeclarative-everywhere-src-5.12.0.tar.xz) = 4ffd58102b5714ae058f91cc31511f1c928978f77f01652beb9ce2352a4c227b
18
SHA256 (KDE/Qt/5.12.1/qtdeclarative-everywhere-src-5.12.1.tar.xz) = a384a734d94f28a98aa74e076d50fa6b9724af83526feb6c371945545d8cb409
19
SIZE (KDE/Qt/5.12.0/qtdeclarative-everywhere-src-5.12.0.tar.xz) = 20436712
19
SIZE (KDE/Qt/5.12.1/qtdeclarative-everywhere-src-5.12.1.tar.xz) = 20486428
20
SHA256 (KDE/Qt/5.12.0/qtdoc-everywhere-src-5.12.0.tar.xz) = 306576d717ffd37eafe10914dfa5a51301f3d5c701ef2416cc36b16a83520ccd
20
SHA256 (KDE/Qt/5.12.1/qtdoc-everywhere-src-5.12.1.tar.xz) = 7d4204e6ef5d9307975337cd18ffdc0b04e2d851c368eb36a48b9331377deadd
21
SIZE (KDE/Qt/5.12.0/qtdoc-everywhere-src-5.12.0.tar.xz) = 5588676
21
SIZE (KDE/Qt/5.12.1/qtdoc-everywhere-src-5.12.1.tar.xz) = 5588248
22
SHA256 (KDE/Qt/5.12.0/qtgamepad-everywhere-src-5.12.0.tar.xz) = 4c1900b9917dc18584b2287cd7382f0668d71237ef8e71e3feb4d457c2b56091
22
SHA256 (KDE/Qt/5.12.1/qtgamepad-everywhere-src-5.12.1.tar.xz) = 717c11f8fba4e23c0096fcf3161d43223956038e866fcd7a18d2255755415d62
23
SIZE (KDE/Qt/5.12.0/qtgamepad-everywhere-src-5.12.0.tar.xz) = 385484
23
SIZE (KDE/Qt/5.12.1/qtgamepad-everywhere-src-5.12.1.tar.xz) = 385492
24
SHA256 (KDE/Qt/5.12.0/qtgraphicaleffects-everywhere-src-5.12.0.tar.xz) = 81058fb12d4dd019bed6bb196a13ea5d308a390d72a1468da11171f8c3003455
24
SHA256 (KDE/Qt/5.12.1/qtgraphicaleffects-everywhere-src-5.12.1.tar.xz) = 2e63abf6b02b86461b73b317eba00b6721601a9469c22da28e3f4ea1d5df68d7
25
SIZE (KDE/Qt/5.12.0/qtgraphicaleffects-everywhere-src-5.12.0.tar.xz) = 14270812
25
SIZE (KDE/Qt/5.12.1/qtgraphicaleffects-everywhere-src-5.12.1.tar.xz) = 14270888
26
SHA256 (KDE/Qt/5.12.0/qtimageformats-everywhere-src-5.12.0.tar.xz) = 5f907de96d3db6276816f321b7e11cba7beb1fcc81bcb3f1729cde3b7599732e
26
SHA256 (KDE/Qt/5.12.1/qtimageformats-everywhere-src-5.12.1.tar.xz) = 0425f35dbcc83cd5840e2d3a73ed4c57c426af9d6ac7b9fe3a40d23560653421
27
SIZE (KDE/Qt/5.12.0/qtimageformats-everywhere-src-5.12.0.tar.xz) = 1774820
27
SIZE (KDE/Qt/5.12.1/qtimageformats-everywhere-src-5.12.1.tar.xz) = 1782660
28
SHA256 (KDE/Qt/5.12.0/qtlocation-everywhere-src-5.12.0.tar.xz) = b0a3134df3a00f6045405d3c12e0ea3ae7e640feaf38e238873df85424674449
28
SHA256 (KDE/Qt/5.12.1/qtlocation-everywhere-src-5.12.1.tar.xz) = 8b922373e6eefd1b0e2a993dbf3d0b3f3df777bc720d40cad3ccb46e1936bc50
29
SIZE (KDE/Qt/5.12.0/qtlocation-everywhere-src-5.12.0.tar.xz) = 5898856
29
SIZE (KDE/Qt/5.12.1/qtlocation-everywhere-src-5.12.1.tar.xz) = 5902336
30
SHA256 (KDE/Qt/5.12.0/qtmacextras-everywhere-src-5.12.0.tar.xz) = d90a7ba25543503ed40f6c248780b6859254536735d8f87fe5598f688c9cb003
30
SHA256 (KDE/Qt/5.12.1/qtmacextras-everywhere-src-5.12.1.tar.xz) = af6449c052aea19d100deb2b7f558835b8b88862d6bfdae3c510b60c80bc64c3
31
SIZE (KDE/Qt/5.12.0/qtmacextras-everywhere-src-5.12.0.tar.xz) = 68592
31
SIZE (KDE/Qt/5.12.1/qtmacextras-everywhere-src-5.12.1.tar.xz) = 68680
32
SHA256 (KDE/Qt/5.12.0/qtmultimedia-everywhere-src-5.12.0.tar.xz) = 5c4b0cb9c08c57ce1aad3aee267c6f6270d254addfb2a6dd363a272e98e926a9
32
SHA256 (KDE/Qt/5.12.1/qtmultimedia-everywhere-src-5.12.1.tar.xz) = 9c5ba11225f57d3a8124f109514443e290a9eb94e063a5b1f78e63edfb5f0b18
33
SIZE (KDE/Qt/5.12.0/qtmultimedia-everywhere-src-5.12.0.tar.xz) = 3716764
33
SIZE (KDE/Qt/5.12.1/qtmultimedia-everywhere-src-5.12.1.tar.xz) = 3740192
34
SHA256 (KDE/Qt/5.12.0/qtnetworkauth-everywhere-src-5.12.0.tar.xz) = 41111946f40ee110b789f365a398c3f27bc4fd6c0f9a8b1a72b79c81543e0775
34
SHA256 (KDE/Qt/5.12.1/qtnetworkauth-everywhere-src-5.12.1.tar.xz) = 090fbb6be35b2f2edf7cc4cb32f0f9c27a9a66defa06f6d23e1397836e31d44c
35
SIZE (KDE/Qt/5.12.0/qtnetworkauth-everywhere-src-5.12.0.tar.xz) = 139012
35
SIZE (KDE/Qt/5.12.1/qtnetworkauth-everywhere-src-5.12.1.tar.xz) = 139024
36
SHA256 (KDE/Qt/5.12.0/qtpurchasing-everywhere-src-5.12.0.tar.xz) = d90bed1ec3e937255246873831f035684723f54fe91124ed7239ec43c46d60da
36
SHA256 (KDE/Qt/5.12.1/qtpurchasing-everywhere-src-5.12.1.tar.xz) = 80485095ab64f48951b27795c72e7ed7c13e1ab3db2670c061548834584b1d19
37
SIZE (KDE/Qt/5.12.0/qtpurchasing-everywhere-src-5.12.0.tar.xz) = 207680
37
SIZE (KDE/Qt/5.12.1/qtpurchasing-everywhere-src-5.12.1.tar.xz) = 207812
38
SHA256 (KDE/Qt/5.12.0/qtquickcontrols2-everywhere-src-5.12.0.tar.xz) = 89777e2ee89a08d203e0e394be0c47dc52008ea58506f4b3bdf1a696c5907dc6
38
SHA256 (KDE/Qt/5.12.1/qtquickcontrols2-everywhere-src-5.12.1.tar.xz) = caa47b6d771b11c65d595fdd0f0942c3d78cda2884d318e3b1da8ec67155a8e7
39
SIZE (KDE/Qt/5.12.0/qtquickcontrols2-everywhere-src-5.12.0.tar.xz) = 9279804
39
SIZE (KDE/Qt/5.12.1/qtquickcontrols2-everywhere-src-5.12.1.tar.xz) = 9289452
40
SHA256 (KDE/Qt/5.12.0/qtquickcontrols-everywhere-src-5.12.0.tar.xz) = 2bfb63240beed6926be429310e91b33df836fe38bcaf9de6883d5e781511cd73
40
SHA256 (KDE/Qt/5.12.1/qtquickcontrols-everywhere-src-5.12.1.tar.xz) = 15164b00921352b5145a4fc3be0015b8521138a0cb1ecfb9811f39fd35ecd62c
41
SIZE (KDE/Qt/5.12.0/qtquickcontrols-everywhere-src-5.12.0.tar.xz) = 6054956
41
SIZE (KDE/Qt/5.12.1/qtquickcontrols-everywhere-src-5.12.1.tar.xz) = 6055248
42
SHA256 (KDE/Qt/5.12.0/qtremoteobjects-everywhere-src-5.12.0.tar.xz) = 0940d0a4a961b64f38c52a2e5638c2b3341fe46bd6bd88d1c638707f42159d5f
42
SHA256 (KDE/Qt/5.12.1/qtremoteobjects-everywhere-src-5.12.1.tar.xz) = f18cfde8d060d76f5f56ffb701a27f6e0c39b5abdae3dbac933dbb41d191f740
43
SIZE (KDE/Qt/5.12.0/qtremoteobjects-everywhere-src-5.12.0.tar.xz) = 335472
43
SIZE (KDE/Qt/5.12.1/qtremoteobjects-everywhere-src-5.12.1.tar.xz) = 335956
44
SHA256 (KDE/Qt/5.12.0/qtscript-everywhere-src-5.12.0.tar.xz) = 97fe1a22e5d0e89d3850546c0771fe41707d4c40062dc16fae8e21bf6f8cffa8
44
SHA256 (KDE/Qt/5.12.1/qtscript-everywhere-src-5.12.1.tar.xz) = e5c158fb85799404d20d1ec5dd33a25d5f5736807e1008ce626f666a52c80624
45
SIZE (KDE/Qt/5.12.0/qtscript-everywhere-src-5.12.0.tar.xz) = 2674336
45
SIZE (KDE/Qt/5.12.1/qtscript-everywhere-src-5.12.1.tar.xz) = 2674208
46
SHA256 (KDE/Qt/5.12.0/qtscxml-everywhere-src-5.12.0.tar.xz) = dc6ece52669976836844b0d9bcf4910bca7b5d2c446c6755d7b9f79bfa1add6b
46
SHA256 (KDE/Qt/5.12.1/qtscxml-everywhere-src-5.12.1.tar.xz) = 59a2aa1000fe03b0a3eff6fddd21f782e305408fcdd7af1f564a382331cb20b7
47
SIZE (KDE/Qt/5.12.0/qtscxml-everywhere-src-5.12.0.tar.xz) = 433896
47
SIZE (KDE/Qt/5.12.1/qtscxml-everywhere-src-5.12.1.tar.xz) = 434112
48
SHA256 (KDE/Qt/5.12.0/qtsensors-everywhere-src-5.12.0.tar.xz) = c53132847a1f70d5a4c5fe689a9943d8afae3f3648bf5b0d824015093addc5a6
48
SHA256 (KDE/Qt/5.12.1/qtsensors-everywhere-src-5.12.1.tar.xz) = ebc8b4bcfacf10c3bea3f400da7bf3fc7f44f90fa9eb0320c3b87f17307a63e4
49
SIZE (KDE/Qt/5.12.0/qtsensors-everywhere-src-5.12.0.tar.xz) = 2031092
49
SIZE (KDE/Qt/5.12.1/qtsensors-everywhere-src-5.12.1.tar.xz) = 2036116
50
SHA256 (KDE/Qt/5.12.0/qtserialbus-everywhere-src-5.12.0.tar.xz) = 6b9286c9762341a48c636da62fecb7b76168a4634e44508b42c19eb0058a359a
50
SHA256 (KDE/Qt/5.12.1/qtserialbus-everywhere-src-5.12.1.tar.xz) = 97f0c690c77b0e19a8c90e376ecc94d59b21adb20a90179700d1c514a4c50d74
51
SIZE (KDE/Qt/5.12.0/qtserialbus-everywhere-src-5.12.0.tar.xz) = 324680
51
SIZE (KDE/Qt/5.12.1/qtserialbus-everywhere-src-5.12.1.tar.xz) = 328608
52
SHA256 (KDE/Qt/5.12.0/qtserialport-everywhere-src-5.12.0.tar.xz) = 59d4005695089c6b50fc5123094125d9224c1715655128640158a2404075a9bb
52
SHA256 (KDE/Qt/5.12.1/qtserialport-everywhere-src-5.12.1.tar.xz) = 243b2502283c45f5163d68c3f23c787d46eb0e3ba58f3d9a0560dc7968a6ce19
53
SIZE (KDE/Qt/5.12.0/qtserialport-everywhere-src-5.12.0.tar.xz) = 298892
53
SIZE (KDE/Qt/5.12.1/qtserialport-everywhere-src-5.12.1.tar.xz) = 302656
54
SHA256 (KDE/Qt/5.12.0/qtspeech-everywhere-src-5.12.0.tar.xz) = 1939a2ece528b115e4682dba7fa7138c132c62bb88db7d1f3552c543a1e2a4fb
54
SHA256 (KDE/Qt/5.12.1/qtspeech-everywhere-src-5.12.1.tar.xz) = 147524ba6f97c76784beb315ee939614b7a3b4eb1a6417cc0beea662cf0d9121
55
SIZE (KDE/Qt/5.12.0/qtspeech-everywhere-src-5.12.0.tar.xz) = 99696
55
SIZE (KDE/Qt/5.12.1/qtspeech-everywhere-src-5.12.1.tar.xz) = 99716
56
SHA256 (KDE/Qt/5.12.0/qtsvg-everywhere-src-5.12.0.tar.xz) = ebe68d8ad73b6b8d8eabac81edcbf395838caf4d498d6b047c74b57341c3fbce
56
SHA256 (KDE/Qt/5.12.1/qtsvg-everywhere-src-5.12.1.tar.xz) = 5bc1f744d32c06f5aa4eff33759568106a995ce21fa1326a247dfa5f783f63c8
57
SIZE (KDE/Qt/5.12.0/qtsvg-everywhere-src-5.12.0.tar.xz) = 1845656
57
SIZE (KDE/Qt/5.12.1/qtsvg-everywhere-src-5.12.1.tar.xz) = 1859248
58
SHA256 (KDE/Qt/5.12.0/qttools-everywhere-src-5.12.0.tar.xz) = 574ce34b6e5bcd5dce4020a3947730f3c2223eee65d0396a311099223364dac3
58
SHA256 (KDE/Qt/5.12.1/qttools-everywhere-src-5.12.1.tar.xz) = ab1da4fbd84a9d3873e4ed212a0ae614c6059b8e7dca2f0a599a6f7e61f6cbf3
59
SIZE (KDE/Qt/5.12.0/qttools-everywhere-src-5.12.0.tar.xz) = 9775520
59
SIZE (KDE/Qt/5.12.1/qttools-everywhere-src-5.12.1.tar.xz) = 9818060
60
SHA256 (KDE/Qt/5.12.0/qttranslations-everywhere-src-5.12.0.tar.xz) = 5b4f186e0b96703041319b5b131393b6aa829ea74e067697ede548d936327508
60
SHA256 (KDE/Qt/5.12.1/qttranslations-everywhere-src-5.12.1.tar.xz) = 7443d70d8572321e810c52fbdd096666e61510e07e17437f1910f0b800cca6a7
61
SIZE (KDE/Qt/5.12.0/qttranslations-everywhere-src-5.12.0.tar.xz) = 1424236
61
SIZE (KDE/Qt/5.12.1/qttranslations-everywhere-src-5.12.1.tar.xz) = 1372812
62
SHA256 (KDE/Qt/5.12.0/qtvirtualkeyboard-everywhere-src-5.12.0.tar.xz) = db93b89ba13ec1a688850f456be9f10037033cebf7b4deb151ed9f5322d0d6da
62
SHA256 (KDE/Qt/5.12.1/qtvirtualkeyboard-everywhere-src-5.12.1.tar.xz) = a9e3ed4786d603314144c7ad29a9fdeb6e5c3f2ea5a27f6545cc9777244cd683
63
SIZE (KDE/Qt/5.12.0/qtvirtualkeyboard-everywhere-src-5.12.0.tar.xz) = 10913328
63
SIZE (KDE/Qt/5.12.1/qtvirtualkeyboard-everywhere-src-5.12.1.tar.xz) = 10917704
64
SHA256 (KDE/Qt/5.12.0/qtwayland-everywhere-src-5.12.0.tar.xz) = 555c2d1b31733735d94c228f5f9183ea8216d61f85e30af08044763639d97ed7
64
SHA256 (KDE/Qt/5.12.1/qtwayland-everywhere-src-5.12.1.tar.xz) = 88f0507628b3697b0d59349d27b5e60a313a3138927722d6cf981089fff02553
65
SIZE (KDE/Qt/5.12.0/qtwayland-everywhere-src-5.12.0.tar.xz) = 427640
65
SIZE (KDE/Qt/5.12.1/qtwayland-everywhere-src-5.12.1.tar.xz) = 430032
66
SHA256 (KDE/Qt/5.12.0/qtwebchannel-everywhere-src-5.12.0.tar.xz) = 851af30ab951c7543c82640f46686227b244331ebf9235f963edcb7e5a184bf0
66
SHA256 (KDE/Qt/5.12.1/qtwebchannel-everywhere-src-5.12.1.tar.xz) = 40c3e74347c67a9864d0d54f14120555860e4ce529746407325b3cd6e9aeb5bf
67
SIZE (KDE/Qt/5.12.0/qtwebchannel-everywhere-src-5.12.0.tar.xz) = 177328
67
SIZE (KDE/Qt/5.12.1/qtwebchannel-everywhere-src-5.12.1.tar.xz) = 182060
68
SHA256 (KDE/Qt/5.12.0/qtwebengine-everywhere-src-5.12.0.tar.xz) = bd581e390a30e0f74d41b0e3334b3cf612dd4af23de36a3bf5931d5b4453687c
68
SHA256 (KDE/Qt/5.12.1/qtwebengine-everywhere-src-5.12.1.tar.xz) = 43e91e06bc4a60ef0f91d15ae06425cf9c6b4f7dafe960259a5b013c687c3bd0
69
SIZE (KDE/Qt/5.12.0/qtwebengine-everywhere-src-5.12.0.tar.xz) = 252044400
69
SIZE (KDE/Qt/5.12.1/qtwebengine-everywhere-src-5.12.1.tar.xz) = 249191844
70
SHA256 (KDE/Qt/5.12.0/qtwebsockets-everywhere-src-5.12.0.tar.xz) = 444da1c1d32910738a01b8251c1ccc3ffe4df148f125bb4af532b247ad74fc3f
70
SHA256 (KDE/Qt/5.12.1/qtwebsockets-everywhere-src-5.12.1.tar.xz) = 2fd0627916d817599c5f855a97156113ed3625b90b350603be6f668762abfc79
71
SIZE (KDE/Qt/5.12.0/qtwebsockets-everywhere-src-5.12.0.tar.xz) = 230980
71
SIZE (KDE/Qt/5.12.1/qtwebsockets-everywhere-src-5.12.1.tar.xz) = 235360
72
SHA256 (KDE/Qt/5.12.0/qtwebview-everywhere-src-5.12.0.tar.xz) = b7a82cc4edf9361d64155f0ec7848b37c947e0cfe9a9f03efe8af515c6326185
72
SHA256 (KDE/Qt/5.12.1/qtwebview-everywhere-src-5.12.1.tar.xz) = 092624ba45913f6c90f7311c96bb5c3e97f2c2b427d834d3669434f97234bc97
73
SIZE (KDE/Qt/5.12.0/qtwebview-everywhere-src-5.12.0.tar.xz) = 130676
73
SIZE (KDE/Qt/5.12.1/qtwebview-everywhere-src-5.12.1.tar.xz) = 130712
74
SHA256 (KDE/Qt/5.12.0/qtwinextras-everywhere-src-5.12.0.tar.xz) = c64f5acde4d73d4bf45fab377cf3db7f4cf7044fb8854bb24aabbbbc0109dad0
74
SHA256 (KDE/Qt/5.12.1/qtwinextras-everywhere-src-5.12.1.tar.xz) = 8d312155a7da329df41cc2ea5d265eb632be7dd9cbd789fa3bc0206b4022f557
75
SIZE (KDE/Qt/5.12.0/qtwinextras-everywhere-src-5.12.0.tar.xz) = 759912
75
SIZE (KDE/Qt/5.12.1/qtwinextras-everywhere-src-5.12.1.tar.xz) = 759900
76
SHA256 (KDE/Qt/5.12.0/qtx11extras-everywhere-src-5.12.0.tar.xz) = 06d4b4e9868d206f07ae4e884c46d46a5540172a85ce67d829fdb1fba7228b84
76
SHA256 (KDE/Qt/5.12.1/qtx11extras-everywhere-src-5.12.1.tar.xz) = 08fb1c40e1562d43087368a5efa39569fa1ad52b72d2360f9fc1fe18b00da366
77
SIZE (KDE/Qt/5.12.0/qtx11extras-everywhere-src-5.12.0.tar.xz) = 109676
77
SIZE (KDE/Qt/5.12.1/qtx11extras-everywhere-src-5.12.1.tar.xz) = 115964
78
SHA256 (KDE/Qt/5.12.0/qtxmlpatterns-everywhere-src-5.12.0.tar.xz) = f36279bcafb8052a0b60edd473e1d341b4733a43eb26239848b4382303679375
78
SHA256 (KDE/Qt/5.12.1/qtxmlpatterns-everywhere-src-5.12.1.tar.xz) = 76988ca9a7a184b9013b8a5864dad150e4603890c7eb7aecad4baad071802ecb
79
SIZE (KDE/Qt/5.12.0/qtxmlpatterns-everywhere-src-5.12.0.tar.xz) = 1389248
79
SIZE (KDE/Qt/5.12.1/qtxmlpatterns-everywhere-src-5.12.1.tar.xz) = 1389136
(-)devel/qt5/files/extrapatch-mkspecs_common_bsd_bsd.conf (-8 / +8 lines)
Lines 4-27 Link Here
4
 QMAKE_LIBS_OPENGL       = -lGL
4
 QMAKE_LIBS_OPENGL       = -lGL
5
 QMAKE_LIBS_THREAD       =
5
 QMAKE_LIBS_THREAD       =
6
6
7
+QMAKE_INCDIR_X11        = $$PREFIX/include
7
+QMAKE_INCDIR_X11        = %%LOCALBASE%%/include
8
+QMAKE_LIBDIR_X11        = $$PREFIX/lib
8
+QMAKE_LIBDIR_X11        = %%LOCALBASE%%/lib
9
+QMAKE_INCDIR_OPENGL     = $$PREFIX/include
9
+QMAKE_INCDIR_OPENGL     = %%LOCALBASE%%/include
10
+QMAKE_LIBDIR_OPENGL     = $$PREFIX/lib
10
+QMAKE_LIBDIR_OPENGL     = %%LOCALBASE%%/lib
11
+QMAKE_INCDIR_OPENGL_ES2 = $$QMAKE_INCDIR_OPENGL
11
+QMAKE_INCDIR_OPENGL_ES2 = $$QMAKE_INCDIR_OPENGL
12
+QMAKE_LIBDIR_OPENGL_ES2 = $$QMAKE_LIBDIR_OPENGL
12
+QMAKE_LIBDIR_OPENGL_ES2 = $$QMAKE_LIBDIR_OPENGL
13
+QMAKE_INCDIR_EGL        = $$PREFIX/include
13
+QMAKE_INCDIR_EGL        = %%LOCALBASE%%/include
14
+QMAKE_LIBDIR_EGL        = $$PREFIX/lib
14
+QMAKE_LIBDIR_EGL        = %%LOCALBASE%%/lib
15
+
15
+
16
+QMAKE_LIBS_EGL          = -lEGL
16
+QMAKE_LIBS_EGL          = -lEGL
17
+QMAKE_LIBS_OPENGL_ES2   = -lGLESv2
17
+QMAKE_LIBS_OPENGL_ES2   = -lGLESv2
18
+QMAKE_LIBS_LIBUDEV      = -ludev
18
+QMAKE_LIBS_LIBUDEV      = -ludev
19
+
19
+
20
+QMAKE_CFLAGS_WAYLAND    =
20
+QMAKE_CFLAGS_WAYLAND    =
21
+QMAKE_INCDIR_WAYLAND    = $$PREFIX/include
21
+QMAKE_INCDIR_WAYLAND    = %%LOCALBASE%%/include
22
+QMAKE_LIBS_WAYLAND_CLIENT = -lwayland-client
22
+QMAKE_LIBS_WAYLAND_CLIENT = -lwayland-client
23
+QMAKE_LIBS_WAYLAND_SERVER = -lwayland-server
23
+QMAKE_LIBS_WAYLAND_SERVER = -lwayland-server
24
+QMAKE_LIBDIR_WAYLAND    = $$PREFIX/lib
24
+QMAKE_LIBDIR_WAYLAND    = %%LOCALBASE%%/lib
25
+QMAKE_DEFINES_WAYLAND   =
25
+QMAKE_DEFINES_WAYLAND   =
26
+QMAKE_WAYLAND_SCANNER   = wayland-scanner
26
+QMAKE_WAYLAND_SCANNER   = wayland-scanner
27
+
27
+
(-)graphics/qt5-3d/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	3d
3
PORTNAME=	3d
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	graphics
5
CATEGORIES=	graphics
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)graphics/qt5-graphicaleffects/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	graphicaleffects
3
PORTNAME=	graphicaleffects
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	graphics
5
CATEGORIES=	graphics
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)graphics/qt5-imageformats/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	imageformats
3
PORTNAME=	imageformats
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	graphics
5
CATEGORIES=	graphics
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)graphics/qt5-opengl/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	opengl
3
PORTNAME=	opengl
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	graphics
5
CATEGORIES=	graphics
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)graphics/qt5-pixeltool/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	pixeltool
3
PORTNAME=	pixeltool
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	graphics
5
CATEGORIES=	graphics
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)graphics/qt5-pixeltool/files/patch-src__src.pro (-3 / +5 lines)
Lines 1-9 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies.
3
3
4
--- src/src.pro.orig	2018-10-16 20:14:56 UTC
4
--- src/src.pro.orig	2019-02-08 21:09:32 UTC
5
+++ src/src.pro
5
+++ src/src.pro
6
@@ -1,52 +1,3 @@
6
@@ -1,54 +1,3 @@
7
 TEMPLATE = subdirs
7
 TEMPLATE = subdirs
8
 
8
 
9
-qtHaveModule(widgets) {
9
-qtHaveModule(widgets) {
Lines 29-35 missing dependencies. Link Here
29
-    !android|android_app: SUBDIRS += qtplugininfo
29
-    !android|android_app: SUBDIRS += qtplugininfo
30
-}
30
-}
31
-
31
-
32
-config_clang: qtConfig(thread): SUBDIRS += qdoc
32
-include($$OUT_PWD/qdoc/qtqdoc-config.pri)
33
-QT_FOR_CONFIG += qdoc-private
34
-qtConfig(qdoc): qtConfig(thread): SUBDIRS += qdoc
33
-
35
-
34
-!android|android_app: SUBDIRS += qtpaths
36
-!android|android_app: SUBDIRS += qtpaths
35
-
37
-
(-)graphics/qt5-svg/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	svg
3
PORTNAME=	svg
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	graphics
5
CATEGORIES=	graphics
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)graphics/qt5-wayland/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	wayland
3
PORTNAME=	wayland
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	graphics
5
CATEGORIES=	graphics
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)graphics/qt5-wayland/pkg-plist (+3 lines)
Lines 245-250 Link Here
245
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_DmaBufServerBufferIntegrationPlugin.cmake
245
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_DmaBufServerBufferIntegrationPlugin.cmake
246
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_DrmEglServerBufferIntegrationPlugin.cmake
246
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_DrmEglServerBufferIntegrationPlugin.cmake
247
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandEglClientBufferIntegrationPlugin.cmake
247
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandEglClientBufferIntegrationPlugin.cmake
248
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandEglStreamBufferIntegrationPlugin.cmake
248
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandXCompositeEglClientBufferIntegrationPlugin.cmake
249
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandXCompositeEglClientBufferIntegrationPlugin.cmake
249
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandXCompositeGlxClientBufferIntegrationPlugin.cmake
250
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandXCompositeGlxClientBufferIntegrationPlugin.cmake
250
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_ShmServerBufferIntegrationPlugin.cmake
251
%%QT_CMAKEDIR%%/Qt5WaylandCompositor/Qt5WaylandCompositor_ShmServerBufferIntegrationPlugin.cmake
Lines 295-300 Link Here
295
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libqt-plugin-wayland-egl.so.debug
296
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libqt-plugin-wayland-egl.so.debug
296
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libshm-emulation-server.so
297
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libshm-emulation-server.so
297
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libshm-emulation-server.so.debug
298
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libshm-emulation-server.so.debug
299
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libwayland-eglstream-controller.so
300
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libwayland-eglstream-controller.so.debug
298
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-egl.so
301
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-egl.so
299
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-egl.so.debug
302
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-egl.so.debug
300
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-glx.so
303
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-glx.so
(-)misc/qt5-doc/Makefile (-3 / +1 lines)
Lines 6-12 DISTVERSION= ${QT5_VERSION} Link Here
6
CATEGORIES=	misc
6
CATEGORIES=	misc
7
MASTER_SITES=	QT/online/qtsdkrepository/linux_x64/desktop/qt5_${QT5_VERSION:S/.//g}_src_doc_examples/qt.qt5.${QT5_VERSION:S/.//g}.doc/
7
MASTER_SITES=	QT/online/qtsdkrepository/linux_x64/desktop/qt5_${QT5_VERSION:S/.//g}_src_doc_examples/qt.qt5.${QT5_VERSION:S/.//g}.doc/
8
PKGNAMEPREFIX=	qt5-
8
PKGNAMEPREFIX=	qt5-
9
DISTNAME=	${QT5_VERSION}-0-201812040400qt-everywhere-documentation
9
DISTNAME=	${QT5_VERSION}-0-201901300533qt-everywhere-documentation
10
DIST_SUBDIR=	KDE/Qt/${QT5_VERSION}
10
DIST_SUBDIR=	KDE/Qt/${QT5_VERSION}
11
11
12
MAINTAINER=	kde@FreeBSD.org
12
MAINTAINER=	kde@FreeBSD.org
Lines 25-32 DESCR= ${.CURDIR:H:H}/devel/qt5/pkg-descr Link Here
25
NO_ARCH=	yes
25
NO_ARCH=	yes
26
NO_BUILD=	yes
26
NO_BUILD=	yes
27
27
28
QT5_VERSION=	5.12.0
29
30
post-extract:
28
post-extract:
31
	${RM} ${WRKSRC}/Makefile
29
	${RM} ${WRKSRC}/Makefile
32
	${RM} -r ${WRKSRC}/global
30
	${RM} -r ${WRKSRC}/global
(-)misc/qt5-doc/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1544129560
1
TIMESTAMP = 1549517894
2
SHA256 (KDE/Qt/5.12.0/5.12.0-0-201812040400qt-everywhere-documentation.7z) = 5509d4018b01ce0c06cb3b03f421a7d18bc9d18bfd55f5e67600d2119ac1ab03
2
SHA256 (KDE/Qt/5.12.1/5.12.1-0-201901300533qt-everywhere-documentation.7z) = 7396a7154e30ba53719f8f147ebbf04c89111e66876a9f2f7c798924563b35a9
3
SIZE (KDE/Qt/5.12.0/5.12.0-0-201812040400qt-everywhere-documentation.7z) = 237771529
3
SIZE (KDE/Qt/5.12.1/5.12.1-0-201901300533qt-everywhere-documentation.7z) = 253481395
(-)misc/qt5-doc/pkg-plist (-22 / +185 lines)
Lines 101-106 Link Here
101
%%QT_DOCDIR%%/activeqt/qaxwidget.html
101
%%QT_DOCDIR%%/activeqt/qaxwidget.html
102
%%QT_DOCDIR%%/activeqt/style/offline-simple.css
102
%%QT_DOCDIR%%/activeqt/style/offline-simple.css
103
%%QT_DOCDIR%%/activeqt/style/offline.css
103
%%QT_DOCDIR%%/activeqt/style/offline.css
104
%%QT_DOCDIR%%/gammaray-manual.qch
105
%%QT_DOCDIR%%/gammaray-manual/examples-gammaray.html
106
%%QT_DOCDIR%%/gammaray-manual/examples-manifest.xml
107
%%QT_DOCDIR%%/gammaray-manual/gammaray-action-inspector.html
108
%%QT_DOCDIR%%/gammaray-manual/gammaray-advanced-usage.html
109
%%QT_DOCDIR%%/gammaray-manual/gammaray-application-attributes.html
110
%%QT_DOCDIR%%/gammaray-manual/gammaray-basic-operations.html
111
%%QT_DOCDIR%%/gammaray-manual/gammaray-classinfo.html
112
%%QT_DOCDIR%%/gammaray-manual/gammaray-client.html
113
%%QT_DOCDIR%%/gammaray-manual/gammaray-codec-browser.html
114
%%QT_DOCDIR%%/gammaray-manual/gammaray-command-line.html
115
%%QT_DOCDIR%%/gammaray-manual/gammaray-connections.html
116
%%QT_DOCDIR%%/gammaray-manual/gammaray-enums.html
117
%%QT_DOCDIR%%/gammaray-manual/gammaray-font-browser.html
118
%%QT_DOCDIR%%/gammaray-manual/gammaray-geo-positioning.html
119
%%QT_DOCDIR%%/gammaray-manual/gammaray-getting-started.html
120
%%QT_DOCDIR%%/gammaray-manual/gammaray-graphicsscene-inspector.html
121
%%QT_DOCDIR%%/gammaray-manual/gammaray-http-cookies.html
122
%%QT_DOCDIR%%/gammaray-manual/gammaray-install.html
123
%%QT_DOCDIR%%/gammaray-manual/gammaray-launcher-gui.html
124
%%QT_DOCDIR%%/gammaray-manual/gammaray-licenses-and-attributions.html
125
%%QT_DOCDIR%%/gammaray-manual/gammaray-locales.html
126
%%QT_DOCDIR%%/gammaray-manual/gammaray-manual-attribution-backward-cpp.html
127
%%QT_DOCDIR%%/gammaray-manual/gammaray-manual-attribution-kitemmodels.html
128
%%QT_DOCDIR%%/gammaray-manual/gammaray-manual-attribution-kuserfeedback.html
129
%%QT_DOCDIR%%/gammaray-manual/gammaray-manual-attribution-lz4.html
130
%%QT_DOCDIR%%/gammaray-manual/gammaray-manual-attribution-qt.html
131
%%QT_DOCDIR%%/gammaray-manual/gammaray-manual-attribution-stackwalker.html
132
%%QT_DOCDIR%%/gammaray-manual/gammaray-manual.qhp
133
%%QT_DOCDIR%%/gammaray-manual/gammaray-manual.qhp.sha1
134
%%QT_DOCDIR%%/gammaray-manual/gammaray-messages.html
135
%%QT_DOCDIR%%/gammaray-manual/gammaray-metaobject-browser.html
136
%%QT_DOCDIR%%/gammaray-manual/gammaray-metatype-browser.html
137
%%QT_DOCDIR%%/gammaray-manual/gammaray-methods.html
138
%%QT_DOCDIR%%/gammaray-manual/gammaray-mime-types.html
139
%%QT_DOCDIR%%/gammaray-manual/gammaray-model-inspector.html
140
%%QT_DOCDIR%%/gammaray-manual/gammaray-network.html
141
%%QT_DOCDIR%%/gammaray-manual/gammaray-object-inspection.html
142
%%QT_DOCDIR%%/gammaray-manual/gammaray-paint-analyzer.html
143
%%QT_DOCDIR%%/gammaray-manual/gammaray-properties.html
144
%%QT_DOCDIR%%/gammaray-manual/gammaray-qmlbindings.html
145
%%QT_DOCDIR%%/gammaray-manual/gammaray-qmlcontext.html
146
%%QT_DOCDIR%%/gammaray-manual/gammaray-qmltype.html
147
%%QT_DOCDIR%%/gammaray-manual/gammaray-qobject-browser.html
148
%%QT_DOCDIR%%/gammaray-manual/gammaray-qresource-browser.html
149
%%QT_DOCDIR%%/gammaray-manual/gammaray-qsggeometry.html
150
%%QT_DOCDIR%%/gammaray-manual/gammaray-qsgmaterial.html
151
%%QT_DOCDIR%%/gammaray-manual/gammaray-qsgtexture.html
152
%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3d-geometry-example.html
153
%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3d-geometry-mycylinder-cpp.html
154
%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3d-geometry-mycylinder-h.html
155
%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3d-geometry-qt3d-geometry-cpp.html
156
%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3d-geometry-qt3d-geometry-pro.html
157
%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3d-inspector.html
158
%%QT_DOCDIR%%/gammaray-manual/gammaray-qt3dgeometry-inspector.html
159
%%QT_DOCDIR%%/gammaray-manual/gammaray-qtcreator.html
160
%%QT_DOCDIR%%/gammaray-manual/gammaray-qtquick2-inspector.html
161
%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-batching-example.html
162
%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-batching-quick-batching-pro.html
163
%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-batching-quick-batching-qml.html
164
%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-batching-slider-qml.html
165
%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-event-handling-example.html
166
%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-event-handling-quick-event-handling-pro.html
167
%%QT_DOCDIR%%/gammaray-manual/gammaray-quick-event-handling-quick-event-handling-qml.html
168
%%QT_DOCDIR%%/gammaray-manual/gammaray-signal-plotter.html
169
%%QT_DOCDIR%%/gammaray-manual/gammaray-signal-slot-example.html
170
%%QT_DOCDIR%%/gammaray-manual/gammaray-signal-slot-signal-slot-cpp.html
171
%%QT_DOCDIR%%/gammaray-manual/gammaray-signal-slot-signal-slot-pro.html
172
%%QT_DOCDIR%%/gammaray-manual/gammaray-stack-trace.html
173
%%QT_DOCDIR%%/gammaray-manual/gammaray-standard-paths.html
174
%%QT_DOCDIR%%/gammaray-manual/gammaray-state-machine-debugger.html
175
%%QT_DOCDIR%%/gammaray-manual/gammaray-state-machine-example.html
176
%%QT_DOCDIR%%/gammaray-manual/gammaray-state-machine-state-machine-pro.html
177
%%QT_DOCDIR%%/gammaray-manual/gammaray-state-machine-state-machine-qml.html
178
%%QT_DOCDIR%%/gammaray-manual/gammaray-styles.html
179
%%QT_DOCDIR%%/gammaray-manual/gammaray-text-documents.html
180
%%QT_DOCDIR%%/gammaray-manual/gammaray-timer-example.html
181
%%QT_DOCDIR%%/gammaray-manual/gammaray-timer-timer-cpp.html
182
%%QT_DOCDIR%%/gammaray-manual/gammaray-timer-timer-pro.html
183
%%QT_DOCDIR%%/gammaray-manual/gammaray-timertop.html
184
%%QT_DOCDIR%%/gammaray-manual/gammaray-tools.html
185
%%QT_DOCDIR%%/gammaray-manual/gammaray-translator-inspector.html
186
%%QT_DOCDIR%%/gammaray-manual/gammaray-wayland-compositors.html
187
%%QT_DOCDIR%%/gammaray-manual/gammaray-web-inspector.html
188
%%QT_DOCDIR%%/gammaray-manual/gammaray-widget-attributes.html
189
%%QT_DOCDIR%%/gammaray-manual/gammaray-widget-inspector.html
190
%%QT_DOCDIR%%/gammaray-manual/gammaray-widget-layouting-example.html
191
%%QT_DOCDIR%%/gammaray-manual/gammaray-widget-layouting-widget-layouting-cpp.html
192
%%QT_DOCDIR%%/gammaray-manual/gammaray-widget-layouting-widget-layouting-pro.html
193
%%QT_DOCDIR%%/gammaray-manual/gammaray.index
194
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-action-inspector.png
195
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-application-attributes.png
196
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-bindings.png
197
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-classinfo.png
198
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-codec-browser.png
199
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-connections.png
200
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-enums.png
201
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-font-browser.png
202
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-geo-positioning.png
203
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-graphicsitem-paint-analyzer.png
204
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-graphicsscene-inspector.png
205
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-http-cookies.png
206
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-launcher-attach.png
207
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-launcher-connect.png
208
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-launcher-launch.png
209
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-launcher-selftest.png
210
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-locales.png
211
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-logging-categories.png
212
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-metaobject-browser.png
213
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-metatype-browser.png
214
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-method-invocation.png
215
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-methods.png
216
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-mime-types.png
217
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-model-inspector.png
218
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-network-interfaces.png
219
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-object-inspector.png
220
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-paint-analyzer.png
221
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-properties.png
222
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qmlcontext.png
223
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qmltype.png
224
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qq2-geometry.png
225
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qq2-inspector.png
226
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qq2-qsg-visualize.png
227
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qqpainteditem-paint-analyzer.png
228
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qrc-browser.png
229
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qsggeometry.png
230
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qsgmaterial.png
231
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qsgtexture.png
232
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qsm-debugger.png
233
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-buffers.png
234
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-geometry-backface-culling.png
235
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-geometry-buffers.png
236
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-geometry-diagnostic-shading.png
237
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-geometry-normals.png
238
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-geometry-wireframe.png
239
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qt3d-geometry.png
240
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qtcreator-attach.png
241
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qtcreator-connect.png
242
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-qtcreator.png
243
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-signal-plotter.png
244
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-stack-trace.png
245
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-standard-paths.png
246
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-style-controls.png
247
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-text-documents.png
248
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-timertop.png
249
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-timezones.png
250
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-translations.png
251
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-wayland-compositor.png
252
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-web-inspector.png
253
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-widget-attributes.png
254
%%QT_DOCDIR%%/gammaray-manual/images/gammaray-widget-inspector.png
255
%%QT_DOCDIR%%/gammaray-manual/index.html
104
%%QT_DOCDIR%%/qdoc.qch
256
%%QT_DOCDIR%%/qdoc.qch
105
%%QT_DOCDIR%%/qdoc/01-qdoc-manual.html
257
%%QT_DOCDIR%%/qdoc/01-qdoc-manual.html
106
%%QT_DOCDIR%%/qdoc/03-qdoc-commands-markup.html
258
%%QT_DOCDIR%%/qdoc/03-qdoc-commands-markup.html
Lines 135-141 Link Here
135
%%QT_DOCDIR%%/qdoc/27-qdoc-commands-alphabetical.html
287
%%QT_DOCDIR%%/qdoc/27-qdoc-commands-alphabetical.html
136
%%QT_DOCDIR%%/qdoc/28-qdoc-qa-pages.html
288
%%QT_DOCDIR%%/qdoc/28-qdoc-qa-pages.html
137
%%QT_DOCDIR%%/qdoc/corefeatures.html
289
%%QT_DOCDIR%%/qdoc/corefeatures.html
138
%%QT_DOCDIR%%/qdoc/examples-manifest.xml
139
%%QT_DOCDIR%%/qdoc/images/arrow_bc.png
290
%%QT_DOCDIR%%/qdoc/images/arrow_bc.png
140
%%QT_DOCDIR%%/qdoc/images/bgrContent.png
291
%%QT_DOCDIR%%/qdoc/images/bgrContent.png
141
%%QT_DOCDIR%%/qdoc/images/btn_next.png
292
%%QT_DOCDIR%%/qdoc/images/btn_next.png
Lines 155-166 Link Here
155
%%QT_DOCDIR%%/qdoc/images/training.jpg
306
%%QT_DOCDIR%%/qdoc/images/training.jpg
156
%%QT_DOCDIR%%/qdoc/images/windowsvista-pushbutton.png
307
%%QT_DOCDIR%%/qdoc/images/windowsvista-pushbutton.png
157
%%QT_DOCDIR%%/qdoc/qdoc-categories.html
308
%%QT_DOCDIR%%/qdoc/qdoc-categories.html
158
%%QT_DOCDIR%%/qdoc/qdoc-componentset-componentset-pro.html
159
%%QT_DOCDIR%%/qdoc/qdoc-componentset-example.html
160
%%QT_DOCDIR%%/qdoc/qdoc-componentset-progressbar-qml.html
161
%%QT_DOCDIR%%/qdoc/qdoc-componentset-switch-qml.html
162
%%QT_DOCDIR%%/qdoc/qdoc-componentset-tabwidget-qml.html
163
%%QT_DOCDIR%%/qdoc/qdoc-componentset-uicomponents-qdoc-sample.html
164
%%QT_DOCDIR%%/qdoc/qdoc-guide-clang.html
309
%%QT_DOCDIR%%/qdoc/qdoc-guide-clang.html
165
%%QT_DOCDIR%%/qdoc/qdoc-guide-conf.html
310
%%QT_DOCDIR%%/qdoc/qdoc-guide-conf.html
166
%%QT_DOCDIR%%/qdoc/qdoc-guide-writing.html
311
%%QT_DOCDIR%%/qdoc/qdoc-guide-writing.html
Lines 171-188 Link Here
171
%%QT_DOCDIR%%/qdoc/qdoc.qhp
316
%%QT_DOCDIR%%/qdoc/qdoc.qhp
172
%%QT_DOCDIR%%/qdoc/qdoc.qhp.sha1
317
%%QT_DOCDIR%%/qdoc/qdoc.qhp.sha1
173
%%QT_DOCDIR%%/qdoc/qdoc.tags
318
%%QT_DOCDIR%%/qdoc/qdoc.tags
174
%%QT_DOCDIR%%/qdoc/qml-uicomponents-progressbar-members.html
175
%%QT_DOCDIR%%/qdoc/qml-uicomponents-progressbar.html
176
%%QT_DOCDIR%%/qdoc/qml-uicomponents-switch-members.html
177
%%QT_DOCDIR%%/qdoc/qml-uicomponents-switch.html
178
%%QT_DOCDIR%%/qdoc/qml-uicomponents-tabwidget-members.html
179
%%QT_DOCDIR%%/qdoc/qml-uicomponents-tabwidget.html
180
%%QT_DOCDIR%%/qdoc/qtgui-qdocconf.html
319
%%QT_DOCDIR%%/qdoc/qtgui-qdocconf.html
181
%%QT_DOCDIR%%/qdoc/qtwritingstyle-cpp.html
320
%%QT_DOCDIR%%/qdoc/qtwritingstyle-cpp.html
182
%%QT_DOCDIR%%/qdoc/qtwritingstyle-qml.html
321
%%QT_DOCDIR%%/qdoc/qtwritingstyle-qml.html
183
%%QT_DOCDIR%%/qdoc/style/offline-simple.css
322
%%QT_DOCDIR%%/qdoc/style/offline-simple.css
184
%%QT_DOCDIR%%/qdoc/style/offline.css
323
%%QT_DOCDIR%%/qdoc/style/offline.css
185
%%QT_DOCDIR%%/qdoc/uicomponents-qmlmodule.html
186
%%QT_DOCDIR%%/qmake.qch
324
%%QT_DOCDIR%%/qmake.qch
187
%%QT_DOCDIR%%/qmake/images/arrow_bc.png
325
%%QT_DOCDIR%%/qmake/images/arrow_bc.png
188
%%QT_DOCDIR%%/qmake/images/bgrContent.png
326
%%QT_DOCDIR%%/qmake/images/bgrContent.png
Lines 410-415 Link Here
410
%%QT_DOCDIR%%/qt3d/qml-qt3d-extras-spheregeometry.html
548
%%QT_DOCDIR%%/qt3d/qml-qt3d-extras-spheregeometry.html
411
%%QT_DOCDIR%%/qt3d/qml-qt3d-extras-spheremesh-members.html
549
%%QT_DOCDIR%%/qt3d/qml-qt3d-extras-spheremesh-members.html
412
%%QT_DOCDIR%%/qt3d/qml-qt3d-extras-spheremesh.html
550
%%QT_DOCDIR%%/qt3d/qml-qt3d-extras-spheremesh.html
551
%%QT_DOCDIR%%/qt3d/qml-qt3d-extras-text2dentity-members.html
552
%%QT_DOCDIR%%/qt3d/qml-qt3d-extras-text2dentity.html
413
%%QT_DOCDIR%%/qt3d/qml-qt3d-extras-torusgeometry-members.html
553
%%QT_DOCDIR%%/qt3d/qml-qt3d-extras-torusgeometry-members.html
414
%%QT_DOCDIR%%/qt3d/qml-qt3d-extras-torusgeometry.html
554
%%QT_DOCDIR%%/qt3d/qml-qt3d-extras-torusgeometry.html
415
%%QT_DOCDIR%%/qt3d/qml-qt3d-extras-torusmesh-members.html
555
%%QT_DOCDIR%%/qt3d/qml-qt3d-extras-torusmesh-members.html
Lines 1090-1095 Link Here
1090
%%QT_DOCDIR%%/qt3d/qt3dextras-qt3dwindow-members.html
1230
%%QT_DOCDIR%%/qt3d/qt3dextras-qt3dwindow-members.html
1091
%%QT_DOCDIR%%/qt3d/qt3dextras-qt3dwindow.html
1231
%%QT_DOCDIR%%/qt3d/qt3dextras-qt3dwindow.html
1092
%%QT_DOCDIR%%/qt3d/qt3dextras-qtext2dentity-members.html
1232
%%QT_DOCDIR%%/qt3d/qt3dextras-qtext2dentity-members.html
1233
%%QT_DOCDIR%%/qt3d/qt3dextras-qtext2dentity-obsolete.html
1093
%%QT_DOCDIR%%/qt3d/qt3dextras-qtext2dentity.html
1234
%%QT_DOCDIR%%/qt3d/qt3dextras-qtext2dentity.html
1094
%%QT_DOCDIR%%/qt3d/qt3dextras-qtexturedmetalroughmaterial-members.html
1235
%%QT_DOCDIR%%/qt3d/qt3dextras-qtexturedmetalroughmaterial-members.html
1095
%%QT_DOCDIR%%/qt3d/qt3dextras-qtexturedmetalroughmaterial-obsolete.html
1236
%%QT_DOCDIR%%/qt3d/qt3dextras-qtexturedmetalroughmaterial-obsolete.html
Lines 1182-1187 Link Here
1182
%%QT_DOCDIR%%/qt3d/qt3dinput-qwheelevent-obsolete.html
1323
%%QT_DOCDIR%%/qt3d/qt3dinput-qwheelevent-obsolete.html
1183
%%QT_DOCDIR%%/qt3d/qt3dinput-qwheelevent.html
1324
%%QT_DOCDIR%%/qt3d/qt3dinput-qwheelevent.html
1184
%%QT_DOCDIR%%/qt3d/qt3dinput.html
1325
%%QT_DOCDIR%%/qt3d/qt3dinput.html
1326
%%QT_DOCDIR%%/qt3d/qt3dlogic-logic.html
1185
%%QT_DOCDIR%%/qt3d/qt3dlogic-module.html
1327
%%QT_DOCDIR%%/qt3d/qt3dlogic-module.html
1186
%%QT_DOCDIR%%/qt3d/qt3dlogic-qframeaction-members.html
1328
%%QT_DOCDIR%%/qt3d/qt3dlogic-qframeaction-members.html
1187
%%QT_DOCDIR%%/qt3d/qt3dlogic-qframeaction-obsolete.html
1329
%%QT_DOCDIR%%/qt3d/qt3dlogic-qframeaction-obsolete.html
Lines 1196-1205 Link Here
1196
%%QT_DOCDIR%%/qt3d/qt3drender-functortype-members.html
1338
%%QT_DOCDIR%%/qt3d/qt3drender-functortype-members.html
1197
%%QT_DOCDIR%%/qt3d/qt3drender-functortype.html
1339
%%QT_DOCDIR%%/qt3d/qt3drender-functortype.html
1198
%%QT_DOCDIR%%/qt3d/qt3drender-geometry.html
1340
%%QT_DOCDIR%%/qt3d/qt3drender-geometry.html
1199
%%QT_DOCDIR%%/qt3d/qt3drender-gltfgeometryloader-gltf1-members.html
1200
%%QT_DOCDIR%%/qt3d/qt3drender-gltfgeometryloader-gltf1.html
1201
%%QT_DOCDIR%%/qt3d/qt3drender-gltfgeometryloader-gltf2-members.html
1202
%%QT_DOCDIR%%/qt3d/qt3drender-gltfgeometryloader-gltf2.html
1203
%%QT_DOCDIR%%/qt3d/qt3drender-gltfgeometryloader-members.html
1341
%%QT_DOCDIR%%/qt3d/qt3drender-gltfgeometryloader-members.html
1204
%%QT_DOCDIR%%/qt3d/qt3drender-gltfgeometryloader.html
1342
%%QT_DOCDIR%%/qt3d/qt3drender-gltfgeometryloader.html
1205
%%QT_DOCDIR%%/qt3d/qt3drender-module.html
1343
%%QT_DOCDIR%%/qt3d/qt3drender-module.html
Lines 1540-1545 Link Here
1540
%%QT_DOCDIR%%/qt3d/qt3drender-qviewport-members.html
1678
%%QT_DOCDIR%%/qt3d/qt3drender-qviewport-members.html
1541
%%QT_DOCDIR%%/qt3d/qt3drender-qviewport-obsolete.html
1679
%%QT_DOCDIR%%/qt3d/qt3drender-qviewport-obsolete.html
1542
%%QT_DOCDIR%%/qt3d/qt3drender-qviewport.html
1680
%%QT_DOCDIR%%/qt3d/qt3drender-qviewport.html
1681
%%QT_DOCDIR%%/qt3d/qt3drender-render.html
1543
%%QT_DOCDIR%%/qt3d/qt3drender-stlgeometryloader-members.html
1682
%%QT_DOCDIR%%/qt3d/qt3drender-stlgeometryloader-members.html
1544
%%QT_DOCDIR%%/qt3d/qt3drender-stlgeometryloader.html
1683
%%QT_DOCDIR%%/qt3d/qt3drender-stlgeometryloader.html
1545
%%QT_DOCDIR%%/qt3d/qt3drender.html
1684
%%QT_DOCDIR%%/qt3d/qt3drender.html
Lines 1581-1586 Link Here
1581
%%QT_DOCDIR%%/qtandroidextras/qandroidparcel-members.html
1720
%%QT_DOCDIR%%/qtandroidextras/qandroidparcel-members.html
1582
%%QT_DOCDIR%%/qtandroidextras/qandroidparcel.html
1721
%%QT_DOCDIR%%/qtandroidextras/qandroidparcel.html
1583
%%QT_DOCDIR%%/qtandroidextras/qandroidservice-members.html
1722
%%QT_DOCDIR%%/qtandroidextras/qandroidservice-members.html
1723
%%QT_DOCDIR%%/qtandroidextras/qandroidservice-obsolete.html
1584
%%QT_DOCDIR%%/qtandroidextras/qandroidservice.html
1724
%%QT_DOCDIR%%/qtandroidextras/qandroidservice.html
1585
%%QT_DOCDIR%%/qtandroidextras/qandroidserviceconnection-members.html
1725
%%QT_DOCDIR%%/qtandroidextras/qandroidserviceconnection-members.html
1586
%%QT_DOCDIR%%/qtandroidextras/qandroidserviceconnection.html
1726
%%QT_DOCDIR%%/qtandroidextras/qandroidserviceconnection.html
Lines 2629-2636 Link Here
2629
%%QT_DOCDIR%%/qtcore/qlocale.html
2769
%%QT_DOCDIR%%/qtcore/qlocale.html
2630
%%QT_DOCDIR%%/qtcore/qlockfile-members.html
2770
%%QT_DOCDIR%%/qtcore/qlockfile-members.html
2631
%%QT_DOCDIR%%/qtcore/qlockfile.html
2771
%%QT_DOCDIR%%/qtcore/qlockfile.html
2632
%%QT_DOCDIR%%/qtcore/qloggingcategory-atomicbools-members.html
2633
%%QT_DOCDIR%%/qtcore/qloggingcategory-atomicbools.html
2634
%%QT_DOCDIR%%/qtcore/qloggingcategory-members.html
2772
%%QT_DOCDIR%%/qtcore/qloggingcategory-members.html
2635
%%QT_DOCDIR%%/qtcore/qloggingcategory.html
2773
%%QT_DOCDIR%%/qtcore/qloggingcategory.html
2636
%%QT_DOCDIR%%/qtcore/qmap-const-iterator-members.html
2774
%%QT_DOCDIR%%/qtcore/qmap-const-iterator-members.html
Lines 3934-3940 Link Here
3934
%%QT_DOCDIR%%/qtdoc/images/project-view-2.png
4072
%%QT_DOCDIR%%/qtdoc/images/project-view-2.png
3935
%%QT_DOCDIR%%/qtdoc/images/project-view.png
4073
%%QT_DOCDIR%%/qtdoc/images/project-view.png
3936
%%QT_DOCDIR%%/qtdoc/images/project-wizard.png
4074
%%QT_DOCDIR%%/qtdoc/images/project-wizard.png
3937
%%QT_DOCDIR%%/qtdoc/images/qml-extending-types.png
3938
%%QT_DOCDIR%%/qtdoc/images/qml-uses-animation.png
4075
%%QT_DOCDIR%%/qtdoc/images/qml-uses-animation.png
3939
%%QT_DOCDIR%%/qtdoc/images/qml-uses-integratingjs.png
4076
%%QT_DOCDIR%%/qtdoc/images/qml-uses-integratingjs.png
3940
%%QT_DOCDIR%%/qtdoc/images/qml-uses-layouts-anchors.png
4077
%%QT_DOCDIR%%/qtdoc/images/qml-uses-layouts-anchors.png
Lines 5582-5588 Link Here
5582
%%QT_DOCDIR%%/qtgui/qtgui-attribution-webgradients.html
5719
%%QT_DOCDIR%%/qtgui/qtgui-attribution-webgradients.html
5583
%%QT_DOCDIR%%/qtgui/qtgui-attribution-wintab.html
5720
%%QT_DOCDIR%%/qtgui/qtgui-attribution-wintab.html
5584
%%QT_DOCDIR%%/qtgui/qtgui-attribution-xcb.html
5721
%%QT_DOCDIR%%/qtgui/qtgui-attribution-xcb.html
5585
%%QT_DOCDIR%%/qtgui/qtgui-attribution-xkbcommon.html
5586
%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-camera-cpp.html
5722
%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-camera-cpp.html
5587
%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-camera-h.html
5723
%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-camera-h.html
5588
%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-example.html
5724
%%QT_DOCDIR%%/qtgui/qtgui-hellovulkancubes-example.html
Lines 8376-8381 Link Here
8376
%%QT_DOCDIR%%/qtquick/images/modelview-overview.png
8512
%%QT_DOCDIR%%/qtquick/images/modelview-overview.png
8377
%%QT_DOCDIR%%/qtquick/images/openglunderqml-example.jpg
8513
%%QT_DOCDIR%%/qtquick/images/openglunderqml-example.jpg
8378
%%QT_DOCDIR%%/qtquick/images/parentchange.png
8514
%%QT_DOCDIR%%/qtquick/images/parentchange.png
8515
%%QT_DOCDIR%%/qtquick/images/pathitem-code-example.png
8379
%%QT_DOCDIR%%/qtquick/images/pathview.gif
8516
%%QT_DOCDIR%%/qtquick/images/pathview.gif
8380
%%QT_DOCDIR%%/qtquick/images/pointerHandlerMargin.png
8517
%%QT_DOCDIR%%/qtquick/images/pointerHandlerMargin.png
8381
%%QT_DOCDIR%%/qtquick/images/positioner-example.png
8518
%%QT_DOCDIR%%/qtquick/images/positioner-example.png
Lines 8501-8506 Link Here
8501
%%QT_DOCDIR%%/qtquick/images/screen-and-window-dimensions.jpg
8638
%%QT_DOCDIR%%/qtquick/images/screen-and-window-dimensions.jpg
8502
%%QT_DOCDIR%%/qtquick/images/sg-renderloop-singlethreaded.jpg
8639
%%QT_DOCDIR%%/qtquick/images/sg-renderloop-singlethreaded.jpg
8503
%%QT_DOCDIR%%/qtquick/images/sg-renderloop-threaded.jpg
8640
%%QT_DOCDIR%%/qtquick/images/sg-renderloop-threaded.jpg
8641
%%QT_DOCDIR%%/qtquick/images/shape-radial-gradient.png
8504
%%QT_DOCDIR%%/qtquick/images/simplematerial-example.jpg
8642
%%QT_DOCDIR%%/qtquick/images/simplematerial-example.jpg
8505
%%QT_DOCDIR%%/qtquick/images/spritecutting.png
8643
%%QT_DOCDIR%%/qtquick/images/spritecutting.png
8506
%%QT_DOCDIR%%/qtquick/images/spriteenginegraph.png
8644
%%QT_DOCDIR%%/qtquick/images/spriteenginegraph.png
Lines 8608-8613 Link Here
8608
%%QT_DOCDIR%%/qtquick/images/visualize-original.png
8746
%%QT_DOCDIR%%/qtquick/images/visualize-original.png
8609
%%QT_DOCDIR%%/qtquick/images/visualize-overdraw-1.png
8747
%%QT_DOCDIR%%/qtquick/images/visualize-overdraw-1.png
8610
%%QT_DOCDIR%%/qtquick/images/visualize-overdraw-2.png
8748
%%QT_DOCDIR%%/qtquick/images/visualize-overdraw-2.png
8749
%%QT_DOCDIR%%/qtquick/images/visualpath-code-example.png
8611
%%QT_DOCDIR%%/qtquick/qml-advtutorial.html
8750
%%QT_DOCDIR%%/qtquick/qml-advtutorial.html
8612
%%QT_DOCDIR%%/qtquick/qml-color.html
8751
%%QT_DOCDIR%%/qtquick/qml-color.html
8613
%%QT_DOCDIR%%/qtquick/qml-dynamicview-tutorial.html
8752
%%QT_DOCDIR%%/qtquick/qml-dynamicview-tutorial.html
Lines 8893-8898 Link Here
8893
%%QT_DOCDIR%%/qtquick/qml-qtquick-shadereffect.html
9032
%%QT_DOCDIR%%/qtquick/qml-qtquick-shadereffect.html
8894
%%QT_DOCDIR%%/qtquick/qml-qtquick-shadereffectsource-members.html
9033
%%QT_DOCDIR%%/qtquick/qml-qtquick-shadereffectsource-members.html
8895
%%QT_DOCDIR%%/qtquick/qml-qtquick-shadereffectsource.html
9034
%%QT_DOCDIR%%/qtquick/qml-qtquick-shadereffectsource.html
9035
%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-conicalgradient-members.html
9036
%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-conicalgradient.html
9037
%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-lineargradient-members.html
9038
%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-lineargradient.html
9039
%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-radialgradient-members.html
9040
%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-radialgradient.html
9041
%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-shape-members.html
9042
%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-shape.html
9043
%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-shapegradient-members.html
9044
%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-shapegradient.html
9045
%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-shapepath-members.html
9046
%%QT_DOCDIR%%/qtquick/qml-qtquick-shapes-shapepath.html
8896
%%QT_DOCDIR%%/qtquick/qml-qtquick-shortcut-members.html
9047
%%QT_DOCDIR%%/qtquick/qml-qtquick-shortcut-members.html
8897
%%QT_DOCDIR%%/qtquick/qml-qtquick-shortcut.html
9048
%%QT_DOCDIR%%/qtquick/qml-qtquick-shortcut.html
8898
%%QT_DOCDIR%%/qtquick/qml-qtquick-singlepointhandler-members.html
9049
%%QT_DOCDIR%%/qtquick/qml-qtquick-singlepointhandler-members.html
Lines 9473-9478 Link Here
9473
%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-tiger-qml.html
9624
%%QT_DOCDIR%%/qtquick/qtquick-shapes-content-tiger-qml.html
9474
%%QT_DOCDIR%%/qtquick/qtquick-shapes-example.html
9625
%%QT_DOCDIR%%/qtquick/qtquick-shapes-example.html
9475
%%QT_DOCDIR%%/qtquick/qtquick-shapes-main-cpp.html
9626
%%QT_DOCDIR%%/qtquick/qtquick-shapes-main-cpp.html
9627
%%QT_DOCDIR%%/qtquick/qtquick-shapes-qmlmodule.html
9476
%%QT_DOCDIR%%/qtquick/qtquick-shapes-shapes-pro.html
9628
%%QT_DOCDIR%%/qtquick/qtquick-shapes-shapes-pro.html
9477
%%QT_DOCDIR%%/qtquick/qtquick-shapes-shapes-qrc.html
9629
%%QT_DOCDIR%%/qtquick/qtquick-shapes-shapes-qrc.html
9478
%%QT_DOCDIR%%/qtquick/qtquick-statesanimations-animations.html
9630
%%QT_DOCDIR%%/qtquick/qtquick-statesanimations-animations.html
Lines 12586-12591 Link Here
12586
%%QT_DOCDIR%%/qttestlib/qsignalspy-members.html
12738
%%QT_DOCDIR%%/qttestlib/qsignalspy-members.html
12587
%%QT_DOCDIR%%/qttestlib/qsignalspy-obsolete.html
12739
%%QT_DOCDIR%%/qttestlib/qsignalspy-obsolete.html
12588
%%QT_DOCDIR%%/qttestlib/qsignalspy.html
12740
%%QT_DOCDIR%%/qttestlib/qsignalspy.html
12741
%%QT_DOCDIR%%/qttestlib/qtest-obsolete.html
12589
%%QT_DOCDIR%%/qttestlib/qtest-overview.html
12742
%%QT_DOCDIR%%/qttestlib/qtest-overview.html
12590
%%QT_DOCDIR%%/qttestlib/qtest-qtoucheventsequence-members.html
12743
%%QT_DOCDIR%%/qttestlib/qtest-qtoucheventsequence-members.html
12591
%%QT_DOCDIR%%/qttestlib/qtest-qtoucheventsequence.html
12744
%%QT_DOCDIR%%/qttestlib/qtest-qtoucheventsequence.html
Lines 12730-12735 Link Here
12730
%%QT_DOCDIR%%/qtwaylandcompositor/qml-qtwayland-compositor-xdgtoplevelv6-members.html
12883
%%QT_DOCDIR%%/qtwaylandcompositor/qml-qtwayland-compositor-xdgtoplevelv6-members.html
12731
%%QT_DOCDIR%%/qtwaylandcompositor/qml-qtwayland-compositor-xdgtoplevelv6.html
12884
%%QT_DOCDIR%%/qtwaylandcompositor/qml-qtwayland-compositor-xdgtoplevelv6.html
12732
%%QT_DOCDIR%%/qtwaylandcompositor/qtwayland-compositor-qmlmodule.html
12885
%%QT_DOCDIR%%/qtwaylandcompositor/qtwayland-compositor-qmlmodule.html
12886
%%QT_DOCDIR%%/qtwaylandcompositor/qtwaylandcompositor-attribution-wayland-eglstream-controller.html
12733
%%QT_DOCDIR%%/qtwaylandcompositor/qtwaylandcompositor-attribution-wayland-ivi-extension-protocol.html
12887
%%QT_DOCDIR%%/qtwaylandcompositor/qtwaylandcompositor-attribution-wayland-ivi-extension-protocol.html
12734
%%QT_DOCDIR%%/qtwaylandcompositor/qtwaylandcompositor-attribution-wayland-protocol.html
12888
%%QT_DOCDIR%%/qtwaylandcompositor/qtwaylandcompositor-attribution-wayland-protocol.html
12735
%%QT_DOCDIR%%/qtwaylandcompositor/qtwaylandcompositor-attribution-wayland-txt-input-unstable.html
12889
%%QT_DOCDIR%%/qtwaylandcompositor/qtwaylandcompositor-attribution-wayland-txt-input-unstable.html
Lines 13727-13732 Link Here
13727
%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/richtext/textedit/images/win/textunder.png
13881
%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/richtext/textedit/images/win/textunder.png
13728
%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/richtext/textedit/images/win/zoomin.png
13882
%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/richtext/textedit/images/win/zoomin.png
13729
%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/richtext/textedit/images/win/zoomout.png
13883
%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/richtext/textedit/images/win/zoomout.png
13884
%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/codecs/images/editcopy.png
13730
%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/regularexpression/images/copy.png
13885
%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/regularexpression/images/copy.png
13731
%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/background.png
13886
%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/background.png
13732
%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/blue.png
13887
%%QT_DOCDIR%%/qtwidgets/images/used-in-examples/tools/undo/icons/blue.png
Lines 15040-15045 Link Here
15040
%%QT_DOCDIR%%/qtwidgets/qtwidgets-statemachine-twowaybutton-main-cpp.html
15195
%%QT_DOCDIR%%/qtwidgets/qtwidgets-statemachine-twowaybutton-main-cpp.html
15041
%%QT_DOCDIR%%/qtwidgets/qtwidgets-statemachine-twowaybutton-twowaybutton-pro.html
15196
%%QT_DOCDIR%%/qtwidgets/qtwidgets-statemachine-twowaybutton-twowaybutton-pro.html
15042
%%QT_DOCDIR%%/qtwidgets/qtwidgets-tools-codecs-codecs-pro.html
15197
%%QT_DOCDIR%%/qtwidgets/qtwidgets-tools-codecs-codecs-pro.html
15198
%%QT_DOCDIR%%/qtwidgets/qtwidgets-tools-codecs-codecs-qrc.html
15199
%%QT_DOCDIR%%/qtwidgets/qtwidgets-tools-codecs-encodingdialog-cpp.html
15200
%%QT_DOCDIR%%/qtwidgets/qtwidgets-tools-codecs-encodingdialog-h.html
15043
%%QT_DOCDIR%%/qtwidgets/qtwidgets-tools-codecs-example.html
15201
%%QT_DOCDIR%%/qtwidgets/qtwidgets-tools-codecs-example.html
15044
%%QT_DOCDIR%%/qtwidgets/qtwidgets-tools-codecs-main-cpp.html
15202
%%QT_DOCDIR%%/qtwidgets/qtwidgets-tools-codecs-main-cpp.html
15045
%%QT_DOCDIR%%/qtwidgets/qtwidgets-tools-codecs-mainwindow-cpp.html
15203
%%QT_DOCDIR%%/qtwidgets/qtwidgets-tools-codecs-mainwindow-cpp.html
Lines 15739-15748 Link Here
15739
%%QT_DOCDIR%%/qtxmlpatterns/qabstracturiresolver.html
15897
%%QT_DOCDIR%%/qtxmlpatterns/qabstracturiresolver.html
15740
%%QT_DOCDIR%%/qtxmlpatterns/qabstractxmlnodemodel-members.html
15898
%%QT_DOCDIR%%/qtxmlpatterns/qabstractxmlnodemodel-members.html
15741
%%QT_DOCDIR%%/qtxmlpatterns/qabstractxmlnodemodel.html
15899
%%QT_DOCDIR%%/qtxmlpatterns/qabstractxmlnodemodel.html
15900
%%QT_DOCDIR%%/qtxmlpatterns/qml-qtquick-xmllistmodel-xmllistmodel-members.html
15901
%%QT_DOCDIR%%/qtxmlpatterns/qml-qtquick-xmllistmodel-xmllistmodel.html
15902
%%QT_DOCDIR%%/qtxmlpatterns/qml-qtquick-xmllistmodel-xmlrole-members.html
15903
%%QT_DOCDIR%%/qtxmlpatterns/qml-qtquick-xmllistmodel-xmlrole.html
15742
%%QT_DOCDIR%%/qtxmlpatterns/qsimplexmlnodemodel-members.html
15904
%%QT_DOCDIR%%/qtxmlpatterns/qsimplexmlnodemodel-members.html
15743
%%QT_DOCDIR%%/qtxmlpatterns/qsimplexmlnodemodel.html
15905
%%QT_DOCDIR%%/qtxmlpatterns/qsimplexmlnodemodel.html
15744
%%QT_DOCDIR%%/qtxmlpatterns/qsourcelocation-members.html
15906
%%QT_DOCDIR%%/qtxmlpatterns/qsourcelocation-members.html
15745
%%QT_DOCDIR%%/qtxmlpatterns/qsourcelocation.html
15907
%%QT_DOCDIR%%/qtxmlpatterns/qsourcelocation.html
15908
%%QT_DOCDIR%%/qtxmlpatterns/qtquick-xmllistmodel-qmlmodule.html
15746
%%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-attribution-xml-xsd.html
15909
%%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-attribution-xml-xsd.html
15747
%%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-filetree-example.html
15910
%%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-filetree-example.html
15748
%%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-filetree-filetree-cpp.html
15911
%%QT_DOCDIR%%/qtxmlpatterns/qtxmlpatterns-filetree-filetree-cpp.html
(-)misc/qt5-examples/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1544129633
1
TIMESTAMP = 1549517708
2
SHA256 (KDE/Qt/5.12.0/qt-everywhere-src-5.12.0.tar.xz) = 356f42d9087718f22f03d13d0c2cdfb308f91dc3cf0c6318bed33f2094cd9d6c
2
SHA256 (KDE/Qt/5.12.1/qt-everywhere-src-5.12.1.tar.xz) = caffbd625c7bc10ff8c5c7a27dbc7d84fa4de146975c0e1ffe904b514ccd6da4
3
SIZE (KDE/Qt/5.12.0/qt-everywhere-src-5.12.0.tar.xz) = 510292820
3
SIZE (KDE/Qt/5.12.1/qt-everywhere-src-5.12.1.tar.xz) = 507568064
(-)misc/qt5-examples/pkg-plist (+4 lines)
Lines 6379-6384 Link Here
6379
%%QT_EXAMPLEDIR%%/widgets/statemachine/twowaybutton/main.cpp
6379
%%QT_EXAMPLEDIR%%/widgets/statemachine/twowaybutton/main.cpp
6380
%%QT_EXAMPLEDIR%%/widgets/statemachine/twowaybutton/twowaybutton.pro
6380
%%QT_EXAMPLEDIR%%/widgets/statemachine/twowaybutton/twowaybutton.pro
6381
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/codecs.pro
6381
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/codecs.pro
6382
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/codecs.qrc
6382
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/doc/images/codecs-example.png
6383
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/doc/images/codecs-example.png
6383
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/doc/src/codecs.qdoc
6384
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/doc/src/codecs.qdoc
6384
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/encodedfiles/iso-8859-1.txt
6385
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/encodedfiles/iso-8859-1.txt
Lines 6387-6392 Link Here
6387
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/encodedfiles/utf-16be.txt
6388
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/encodedfiles/utf-16be.txt
6388
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/encodedfiles/utf-16le.txt
6389
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/encodedfiles/utf-16le.txt
6389
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/encodedfiles/utf-8.txt
6390
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/encodedfiles/utf-8.txt
6391
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/encodingdialog.cpp
6392
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/encodingdialog.h
6393
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/images/editcopy.png
6390
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/main.cpp
6394
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/main.cpp
6391
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/mainwindow.cpp
6395
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/mainwindow.cpp
6392
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/mainwindow.h
6396
%%QT_EXAMPLEDIR%%/widgets/tools/codecs/mainwindow.h
(-)misc/qt5-l10n/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	l10n
3
PORTNAME=	l10n
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	misc
5
CATEGORIES=	misc
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)misc/qt5-l10n/pkg-plist (-34 / +1 lines)
Lines 53-74 Link Here
53
%%QT_L10NDIR%%/linguist_uk.qm
53
%%QT_L10NDIR%%/linguist_uk.qm
54
%%QT_L10NDIR%%/linguist_zh_CN.qm
54
%%QT_L10NDIR%%/linguist_zh_CN.qm
55
%%QT_L10NDIR%%/linguist_zh_TW.qm
55
%%QT_L10NDIR%%/linguist_zh_TW.qm
56
%%QT_L10NDIR%%/qmlviewer_ar.qm
57
%%QT_L10NDIR%%/qmlviewer_bg.qm
58
%%QT_L10NDIR%%/qmlviewer_cs.qm
59
%%QT_L10NDIR%%/qmlviewer_da.qm
60
%%QT_L10NDIR%%/qmlviewer_en.qm
61
%%QT_L10NDIR%%/qmlviewer_es.qm
62
%%QT_L10NDIR%%/qmlviewer_fi.qm
63
%%QT_L10NDIR%%/qmlviewer_fr.qm
64
%%QT_L10NDIR%%/qmlviewer_he.qm
65
%%QT_L10NDIR%%/qmlviewer_hu.qm
66
%%QT_L10NDIR%%/qmlviewer_ja.qm
67
%%QT_L10NDIR%%/qmlviewer_ko.qm
68
%%QT_L10NDIR%%/qmlviewer_pl.qm
69
%%QT_L10NDIR%%/qmlviewer_ru.qm
70
%%QT_L10NDIR%%/qmlviewer_sk.qm
71
%%QT_L10NDIR%%/qmlviewer_uk.qm
72
%%QT_L10NDIR%%/qt_ar.qm
56
%%QT_L10NDIR%%/qt_ar.qm
73
%%QT_L10NDIR%%/qt_bg.qm
57
%%QT_L10NDIR%%/qt_bg.qm
74
%%QT_L10NDIR%%/qt_ca.qm
58
%%QT_L10NDIR%%/qt_ca.qm
Lines 169-174 Link Here
169
%%QT_L10NDIR%%/qtlocation_de.qm
153
%%QT_L10NDIR%%/qtlocation_de.qm
170
%%QT_L10NDIR%%/qtlocation_en.qm
154
%%QT_L10NDIR%%/qtlocation_en.qm
171
%%QT_L10NDIR%%/qtlocation_es.qm
155
%%QT_L10NDIR%%/qtlocation_es.qm
156
%%QT_L10NDIR%%/qtlocation_fi.qm
172
%%QT_L10NDIR%%/qtlocation_fr.qm
157
%%QT_L10NDIR%%/qtlocation_fr.qm
173
%%QT_L10NDIR%%/qtlocation_hu.qm
158
%%QT_L10NDIR%%/qtlocation_hu.qm
174
%%QT_L10NDIR%%/qtlocation_ko.qm
159
%%QT_L10NDIR%%/qtlocation_ko.qm
Lines 193-216 Link Here
193
%%QT_L10NDIR%%/qtmultimedia_ru.qm
178
%%QT_L10NDIR%%/qtmultimedia_ru.qm
194
%%QT_L10NDIR%%/qtmultimedia_sk.qm
179
%%QT_L10NDIR%%/qtmultimedia_sk.qm
195
%%QT_L10NDIR%%/qtmultimedia_uk.qm
180
%%QT_L10NDIR%%/qtmultimedia_uk.qm
196
%%QT_L10NDIR%%/qtquick1_bg.qm
197
%%QT_L10NDIR%%/qtquick1_ca.qm
198
%%QT_L10NDIR%%/qtquick1_cs.qm
199
%%QT_L10NDIR%%/qtquick1_da.qm
200
%%QT_L10NDIR%%/qtquick1_de.qm
201
%%QT_L10NDIR%%/qtquick1_en.qm
202
%%QT_L10NDIR%%/qtquick1_es.qm
203
%%QT_L10NDIR%%/qtquick1_fi.qm
204
%%QT_L10NDIR%%/qtquick1_fr.qm
205
%%QT_L10NDIR%%/qtquick1_he.qm
206
%%QT_L10NDIR%%/qtquick1_hu.qm
207
%%QT_L10NDIR%%/qtquick1_it.qm
208
%%QT_L10NDIR%%/qtquick1_ja.qm
209
%%QT_L10NDIR%%/qtquick1_ko.qm
210
%%QT_L10NDIR%%/qtquick1_pl.qm
211
%%QT_L10NDIR%%/qtquick1_ru.qm
212
%%QT_L10NDIR%%/qtquick1_sk.qm
213
%%QT_L10NDIR%%/qtquick1_uk.qm
214
%%QT_L10NDIR%%/qtquickcontrols2_ar.qm
181
%%QT_L10NDIR%%/qtquickcontrols2_ar.qm
215
%%QT_L10NDIR%%/qtquickcontrols2_bg.qm
182
%%QT_L10NDIR%%/qtquickcontrols2_bg.qm
216
%%QT_L10NDIR%%/qtquickcontrols2_da.qm
183
%%QT_L10NDIR%%/qtquickcontrols2_da.qm
(-)multimedia/qt5-multimedia/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	multimedia
3
PORTNAME=	multimedia
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	multimedia
5
CATEGORIES=	multimedia
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)net/qt5-network/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	network
3
PORTNAME=	network
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	5
6
CATEGORIES=	net ipv6
5
CATEGORIES=	net ipv6
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)net/qt5-network/files/patch-src_network_kernel_qnetworkinterface__unix.cpp (-23 / +17 lines)
Lines 9-17 Clean up interface type and MTU detection. Link Here
9
   place them on top of each other, that would be ok).
9
   place them on top of each other, that would be ok).
10
 - IFM_FDDI (still) exists in 11.2, not in 12.0
10
 - IFM_FDDI (still) exists in 11.2, not in 12.0
11
11
12
--- src/network/kernel/qnetworkinterface_unix.cpp.orig	2018-12-03 11:15:26 UTC
12
--- src/network/kernel/qnetworkinterface_unix.cpp.orig	2019-02-09 11:35:25.320227000 +0100
13
+++ src/network/kernel/qnetworkinterface_unix.cpp
13
+++ src/network/kernel/qnetworkinterface_unix.cpp	2019-02-09 11:43:51.515736000 +0100
14
@@ -419,12 +419,23 @@ QT_BEGIN_INCLUDE_NAMESPACE
14
@@ -420,13 +420,25 @@
15
 #endif // QT_PLATFORM_UIKIT
15
 #endif // QT_PLATFORM_UIKIT
16
 QT_END_INCLUDE_NAMESPACE
16
 QT_END_INCLUDE_NAMESPACE
17
 
17
 
Lines 22-27 Clean up interface type and MTU detection. Link Here
22
-        socket = qt_safe_socket(AF_INET, SOCK_DGRAM, 0);
22
-        socket = qt_safe_socket(AF_INET, SOCK_DGRAM, 0);
23
-    return socket;
23
-    return socket;
24
-}
24
-}
25
 
25
+    int socket{-1};
26
+    int socket{-1};
26
+
27
+
27
+    int open() 
28
+    int open() 
Lines 36-56 Clean up interface type and MTU detection. Link Here
36
+        if (socket != -1)
37
+        if (socket != -1)
37
+            qt_safe_close(socket);
38
+            qt_safe_close(socket);
38
+    }
39
+    }
39
+} ;
40
+};
40
 
41
+
41
 static QNetworkInterface::InterfaceType probeIfType(int socket, int iftype, struct ifmediareq *req)
42
 static QNetworkInterface::InterfaceType probeIfType(int socket, int iftype, struct ifmediareq *req)
42
 {
43
 {
43
@@ -463,9 +474,6 @@ static QNetworkInterface::InterfaceType 
44
     // Determine the interface type.
44
         case IFM_ETHER:
45
@@ -480,16 +492,9 @@
45
             return QNetworkInterface::Ethernet;
46
 
47
-        case IFM_FDDI:
48
-            return QNetworkInterface::Fddi;
49
-
50
         case IFM_IEEE80211:
51
             return QNetworkInterface::Ieee80211;
52
         }
53
@@ -477,15 +485,8 @@ static QNetworkInterface::InterfaceType 
54
 static QList<QNetworkInterfacePrivate *> createInterfaces(ifaddrs *rawList)
46
 static QList<QNetworkInterfacePrivate *> createInterfaces(ifaddrs *rawList)
55
 {
47
 {
56
     QList<QNetworkInterfacePrivate *> interfaces;
48
     QList<QNetworkInterfacePrivate *> interfaces;
Lines 59-78 Clean up interface type and MTU detection. Link Here
59
-        struct ifreq req;
51
-        struct ifreq req;
60
-    };
52
-    };
61
-    int socket = -1;
53
-    int socket = -1;
62
-
63
-    // ensure both structs start with the name field, of size IFNAMESIZ
64
-    Q_STATIC_ASSERT(sizeof(mediareq.ifm_name) == sizeof(req.ifr_name));
65
-    Q_ASSERT(&mediareq.ifm_name == &req.ifr_name);
66
+    SockPuppet<AF_INET> socket;
54
+    SockPuppet<AF_INET> socket;
67
+    SockPuppet<AF_LOCAL> localSocket;
55
+    SockPuppet<AF_LOCAL> localSocket;
68
 
56
 
57
-    // ensure both structs start with the name field, of size IFNAMESIZ
58
-    Q_STATIC_ASSERT(sizeof(mediareq.ifm_name) == sizeof(req.ifr_name));
59
-    Q_ASSERT(&mediareq.ifm_name == &req.ifr_name);
60
-
69
     // on NetBSD we use AF_LINK and sockaddr_dl
61
     // on NetBSD we use AF_LINK and sockaddr_dl
70
     // scan the list for that family
62
     // scan the list for that family
71
@@ -500,13 +501,21 @@ static QList<QNetworkInterfacePrivate *>
63
     for (ifaddrs *ptr = rawList; ptr; ptr = ptr->ifa_next)
64
@@ -503,13 +508,22 @@
72
             iface->flags = convertFlags(ptr->ifa_flags);
65
             iface->flags = convertFlags(ptr->ifa_flags);
73
             iface->hardwareAddress = iface->makeHwAddress(sdl->sdl_alen, (uchar*)LLADDR(sdl));
66
             iface->hardwareAddress = iface->makeHwAddress(sdl->sdl_alen, (uchar*)LLADDR(sdl));
74
 
67
 
75
-            strlcpy(mediareq.ifm_name, ptr->ifa_name, sizeof(mediareq.ifm_name));
68
-            qstrncpy(mediareq.ifm_name, ptr->ifa_name, sizeof(mediareq.ifm_name));
76
-            iface->type = probeIfType(openSocket(socket), sdl->sdl_type, &mediareq);
69
-            iface->type = probeIfType(openSocket(socket), sdl->sdl_type, &mediareq);
77
-            iface->mtu = getMtu(socket, &req);
70
-            iface->mtu = getMtu(socket, &req);
78
+            {
71
+            {
Lines 88-93 Clean up interface type and MTU detection. Link Here
88
+                req.ifr_addr.sa_family = AF_LOCAL;
81
+                req.ifr_addr.sa_family = AF_LOCAL;
89
+                iface->mtu = getMtu(localSocket.open(), &req);
82
+                iface->mtu = getMtu(localSocket.open(), &req);
90
+            }
83
+            }
84
+
91
         }
85
         }
92
 
86
 
93
-    if (socket != -1)
87
-    if (socket != -1)
Lines 95-101 Clean up interface type and MTU detection. Link Here
95
     return interfaces;
89
     return interfaces;
96
 }
90
 }
97
 
91
 
98
@@ -605,7 +614,7 @@ static QList<QNetworkInterfacePrivate *>
92
@@ -608,7 +622,7 @@
99
 {
93
 {
100
     QList<QNetworkInterfacePrivate *> interfaces;
94
     QList<QNetworkInterfacePrivate *> interfaces;
101
 
95
 
(-)net/qt5-networkauth/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	networkauth
3
PORTNAME=	networkauth
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	net ipv6
5
CATEGORIES=	net ipv6
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)print/qt5-printsupport/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	printsupport
3
PORTNAME=	printsupport
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	print
5
CATEGORIES=	print
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)sysutils/qt5-qtdiag/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	qtdiag
3
PORTNAME=	qtdiag
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)sysutils/qt5-qtpaths/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	qtpaths
3
PORTNAME=	qtpaths
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)sysutils/qt5-qtplugininfo/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	qtplugininfo
3
PORTNAME=	qtplugininfo
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)textproc/qt5-xml/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	xml
3
PORTNAME=	xml
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	textproc
5
CATEGORIES=	textproc
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)textproc/qt5-xmlpatterns/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	xmlpatterns
3
PORTNAME=	xmlpatterns
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	textproc
5
CATEGORIES=	textproc
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)www/qt5-webchannel/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	webchannel
3
PORTNAME=	webchannel
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	www
5
CATEGORIES=	www
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)www/qt5-webengine/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
20
21
PORTNAME=	webengine
21
PORTNAME=	webengine
22
DISTVERSION=	${QT5_VERSION}
22
DISTVERSION=	${QT5_VERSION}
23
PORTREVISION=	14
23
PORTREVISION=	15
24
CATEGORIES=	www
24
CATEGORIES=	www
25
PKGNAMEPREFIX=	qt5-
25
PKGNAMEPREFIX=	qt5-
26
26
(-)www/qt5-webkit/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=		webkit
3
PORTNAME=		webkit
4
DISTVERSION=		5.212.0-alpha2
4
DISTVERSION=		5.212.0-alpha2
5
PORTREVISION=	18
5
PORTREVISION=	19
6
CATEGORIES=		www
6
CATEGORIES=		www
7
MASTER_SITES=		https://github.com/annulen/${PORTNAME}/releases/download/${DISTNAME}/
7
MASTER_SITES=		https://github.com/annulen/${PORTNAME}/releases/download/${DISTNAME}/
8
PKGNAMEPREFIX=		qt5-
8
PKGNAMEPREFIX=		qt5-
(-)www/qt5-websockets-qml/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	websockets-qml
3
PORTNAME=	websockets-qml
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	www
5
CATEGORIES=	www
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)www/qt5-websockets/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	websockets
3
PORTNAME=	websockets
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	www
5
CATEGORIES=	www
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)www/qt5-webview/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	webview
3
PORTNAME=	webview
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	www
5
CATEGORIES=	www
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)x11-toolkits/qt5-canvas3d/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	canvas3d
3
PORTNAME=	canvas3d
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	x11-toolkits
5
CATEGORIES=	x11-toolkits
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)x11-toolkits/qt5-charts/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	charts
3
PORTNAME=	charts
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	x11-toolkits
5
CATEGORIES=	x11-toolkits
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)x11-toolkits/qt5-datavis3d/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	datavis3d
3
PORTNAME=	datavis3d
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	x11-toolkits
5
CATEGORIES=	x11-toolkits
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)x11-toolkits/qt5-declarative/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	declarative
3
PORTNAME=	declarative
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	x11-toolkits
5
CATEGORIES=	x11-toolkits
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)x11-toolkits/qt5-gamepad/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	gamepad
3
PORTNAME=	gamepad
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	x11-toolkits
5
CATEGORIES=	x11-toolkits
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)x11-toolkits/qt5-gui/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	gui
3
PORTNAME=	gui
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	x11-toolkits graphics
5
CATEGORIES=	x11-toolkits graphics
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)x11-toolkits/qt5-gui/pkg-plist (-5 / +5 lines)
Lines 1-4 Link Here
1
%%QT_BINDIR%%/qvkgen
2
%%QT_INCDIR%%/QtAccessibilitySupport/%%FULLVER%%/QtAccessibilitySupport/private/qaccessiblebridgeutils_p.h
1
%%QT_INCDIR%%/QtAccessibilitySupport/%%FULLVER%%/QtAccessibilitySupport/private/qaccessiblebridgeutils_p.h
3
%%QT_INCDIR%%/QtAccessibilitySupport/QtAccessibilitySupport
2
%%QT_INCDIR%%/QtAccessibilitySupport/QtAccessibilitySupport
4
%%QT_INCDIR%%/QtAccessibilitySupport/QtAccessibilitySupportDepends
3
%%QT_INCDIR%%/QtAccessibilitySupport/QtAccessibilitySupportDepends
Lines 109-116 Link Here
109
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qiconloader_p.h
108
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qiconloader_p.h
110
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qimage_p.h
109
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qimage_p.h
111
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qimagepixmapcleanuphooks_p.h
110
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qimagepixmapcleanuphooks_p.h
112
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qimagescale_p.h
113
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qimagereaderwriterhelpers_p.h
111
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qimagereaderwriterhelpers_p.h
112
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qimagescale_p.h
114
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qinputcontrol_p.h
113
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qinputcontrol_p.h
115
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qinputdevicemanager_p.h
114
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qinputdevicemanager_p.h
116
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qinputdevicemanager_p_p.h
115
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qinputdevicemanager_p_p.h
Lines 199-208 Link Here
199
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtextobject_p.h
198
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtextobject_p.h
200
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtextodfwriter_p.h
199
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtextodfwriter_p.h
201
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtexttable_p.h
200
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtexttable_p.h
202
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtextureglyphcache_p.h
203
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtexturefiledata_p.h
201
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtexturefiledata_p.h
204
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtexturefilehandler_p.h
202
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtexturefilehandler_p.h
205
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtexturefilereader_p.h
203
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtexturefilereader_p.h
204
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtextureglyphcache_p.h
206
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtgui-config_p.h
205
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtgui-config_p.h
207
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtguiglobal_p.h
206
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtguiglobal_p.h
208
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtouchdevice_p.h
207
%%QT_INCDIR%%/QtGui/%%FULLVER%%/QtGui/private/qtouchdevice_p.h
Lines 742-747 Link Here
742
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake
741
%%QT_CMAKEDIR%%/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake
743
%%QT_CMAKEDIR%%/Qt5OpenGLExtensions/Qt5OpenGLExtensionsConfig.cmake
742
%%QT_CMAKEDIR%%/Qt5OpenGLExtensions/Qt5OpenGLExtensionsConfig.cmake
744
%%QT_CMAKEDIR%%/Qt5OpenGLExtensions/Qt5OpenGLExtensionsConfigVersion.cmake
743
%%QT_CMAKEDIR%%/Qt5OpenGLExtensions/Qt5OpenGLExtensionsConfigVersion.cmake
744
%%QT_BINDIR%%/qvkgen
745
%%QT_LIBDIR%%/libQt5AccessibilitySupport.a
745
%%QT_LIBDIR%%/libQt5AccessibilitySupport.a
746
%%QT_LIBDIR%%/libQt5AccessibilitySupport.prl
746
%%QT_LIBDIR%%/libQt5AccessibilitySupport.prl
747
%%QT_LIBDIR%%/libQt5DeviceDiscoverySupport.a
747
%%QT_LIBDIR%%/libQt5DeviceDiscoverySupport.a
Lines 818-829 Link Here
818
%%DEBUG%%%%QT_PLUGINDIR%%/platforminputcontexts/libibusplatforminputcontextplugin.so.debug
818
%%DEBUG%%%%QT_PLUGINDIR%%/platforminputcontexts/libibusplatforminputcontextplugin.so.debug
819
%%QT_PLUGINDIR%%/platforms/libqbsdfb.so
819
%%QT_PLUGINDIR%%/platforms/libqbsdfb.so
820
%%DEBUG%%%%QT_PLUGINDIR%%/platforms/libqbsdfb.so.debug
820
%%DEBUG%%%%QT_PLUGINDIR%%/platforms/libqbsdfb.so.debug
821
%%QT_PLUGINDIR%%/platforms/libqvnc.so
822
%%DEBUG%%%%QT_PLUGINDIR%%/platforms/libqvnc.so.debug
823
%%QT_PLUGINDIR%%/platforms/libqminimal.so
821
%%QT_PLUGINDIR%%/platforms/libqminimal.so
824
%%DEBUG%%%%QT_PLUGINDIR%%/platforms/libqminimal.so.debug
822
%%DEBUG%%%%QT_PLUGINDIR%%/platforms/libqminimal.so.debug
825
%%QT_PLUGINDIR%%/platforms/libqoffscreen.so
823
%%QT_PLUGINDIR%%/platforms/libqoffscreen.so
826
%%DEBUG%%%%QT_PLUGINDIR%%/platforms/libqoffscreen.so.debug
824
%%DEBUG%%%%QT_PLUGINDIR%%/platforms/libqoffscreen.so.debug
825
%%QT_PLUGINDIR%%/platforms/libqvnc.so
826
%%DEBUG%%%%QT_PLUGINDIR%%/platforms/libqvnc.so.debug
827
%%QT_PLUGINDIR%%/platforms/libqxcb.so
827
%%QT_PLUGINDIR%%/platforms/libqxcb.so
828
%%DEBUG%%%%QT_PLUGINDIR%%/platforms/libqxcb.so.debug
828
%%DEBUG%%%%QT_PLUGINDIR%%/platforms/libqxcb.so.debug
829
%%QT_PLUGINDIR%%/xcbglintegrations/libqxcb-egl-integration.so
829
%%QT_PLUGINDIR%%/xcbglintegrations/libqxcb-egl-integration.so
(-)x11-toolkits/qt5-quickcontrols/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	quickcontrols
3
PORTNAME=	quickcontrols
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	x11-toolkits
5
CATEGORIES=	x11-toolkits
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)x11-toolkits/qt5-quickcontrols2/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	quickcontrols2
3
PORTNAME=	quickcontrols2
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	x11-toolkits
5
CATEGORIES=	x11-toolkits
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)x11-toolkits/qt5-uiplugin/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	uiplugin
3
PORTNAME=	uiplugin
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	1
6
CATEGORIES=	x11-toolkits devel
5
CATEGORIES=	x11-toolkits devel
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)x11-toolkits/qt5-uiplugin/files/patch-src__src.pro (-3 / +5 lines)
Lines 1-8 Link Here
1
Only enter the directories we want to build, otherwise we might fail due to
1
Only enter the directories we want to build, otherwise we might fail due to
2
missing dependencies.
2
missing dependencies.
3
--- src/src.pro.orig	2018-10-16 20:12:06 UTC
3
--- src/src.pro.orig	2019-02-08 21:07:16 UTC
4
+++ src/src.pro
4
+++ src/src.pro
5
@@ -1,52 +1,3 @@
5
@@ -1,54 +1,3 @@
6
 TEMPLATE = subdirs
6
 TEMPLATE = subdirs
7
 
7
 
8
-qtHaveModule(widgets) {
8
-qtHaveModule(widgets) {
Lines 28-34 missing dependencies. Link Here
28
-    !android|android_app: SUBDIRS += qtplugininfo
28
-    !android|android_app: SUBDIRS += qtplugininfo
29
-}
29
-}
30
-
30
-
31
-config_clang: qtConfig(thread): SUBDIRS += qdoc
31
-include($$OUT_PWD/qdoc/qtqdoc-config.pri)
32
-QT_FOR_CONFIG += qdoc-private
33
-qtConfig(qdoc): qtConfig(thread): SUBDIRS += qdoc
32
-
34
-
33
-!android|android_app: SUBDIRS += qtpaths
35
-!android|android_app: SUBDIRS += qtpaths
34
-
36
-
(-)x11-toolkits/qt5-virtualkeyboard/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	virtualkeyboard
3
PORTNAME=	virtualkeyboard
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	x11-toolkits
5
CATEGORIES=	x11-toolkits
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)x11-toolkits/qt5-widgets/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	widgets
3
PORTNAME=	widgets
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	x11-toolkits
5
CATEGORIES=	x11-toolkits
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)x11/qt5-qev/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	qev
3
PORTNAME=	qev
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	x11
5
CATEGORIES=	x11
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7
(-)x11/qt5-x11extras/Makefile (-1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	x11extras
3
PORTNAME=	x11extras
4
DISTVERSION=	${QT5_VERSION}
4
DISTVERSION=	${QT5_VERSION}
5
PORTREVISION=	2
6
CATEGORIES=	x11
5
CATEGORIES=	x11
7
PKGNAMEPREFIX=	qt5-
6
PKGNAMEPREFIX=	qt5-
8
7

Return to bug 235622