mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Update Qt5 to 5.11.2
PR: 231560 Exp-run by: antoine
This commit is contained in:
parent
69662462b7
commit
b25105fb9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480692
@ -30,7 +30,7 @@ _QT_MK_INCLUDED= qt.mk
|
||||
# Qt versions currently supported by the framework.
|
||||
_QT_SUPPORTED?= 4 5
|
||||
QT4_VERSION?= 4.8.7
|
||||
QT5_VERSION?= 5.11.1
|
||||
QT5_VERSION?= 5.11.2
|
||||
|
||||
# We accept the Qt version to be passed by either or all of the three mk files.
|
||||
. if empty(qt_ARGS) && empty(qmake_ARGS) && empty(qt-dist_ARGS)
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= qcad
|
||||
PORTVERSION= 3.21.1.1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= cad
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
|
@ -1,18 +1,33 @@
|
||||
--- src/3rdparty/3rdparty.pro.orig 2015-11-24 15:13:30.000000000 +0100
|
||||
+++ src/3rdparty/3rdparty.pro 2015-12-23 10:01:28.113511000 +0100
|
||||
@@ -2,12 +2,10 @@
|
||||
Second hunk: fix a version of the shipped qtscriptgenerator, as when updating Qt, the new one might
|
||||
not yet be bundled in the tarball.
|
||||
|
||||
--- src/3rdparty/3rdparty.pro.orig 2018-07-03 13:46:04 UTC
|
||||
+++ src/3rdparty/3rdparty.pro
|
||||
@@ -2,21 +2,19 @@ include (../../shared.pri)
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = \
|
||||
spatialindexnavel \
|
||||
- stemmer \
|
||||
- quazip
|
||||
+ stemmer
|
||||
+
|
||||
+# FreeBSD: prefer quazip and opennurbs from dependent ports
|
||||
|
||||
-!r_no_opennurbs {
|
||||
- SUBDIRS += opennurbs
|
||||
-}
|
||||
+# FreeBSD: prefer quazip and opennurbs from dependent ports
|
||||
+
|
||||
!rs_no_dxf {
|
||||
SUBDIRS += dxflib
|
||||
}
|
||||
|
||||
!r_mobile {
|
||||
- exists(qt-labs-qtscriptgenerator-$${QT_VERSION}) {
|
||||
- SUBDIRS += qt-labs-qtscriptgenerator-$${QT_VERSION}
|
||||
+ exists(qt-labs-qtscriptgenerator-5.11.1) {
|
||||
+ SUBDIRS += qt-labs-qtscriptgenerator-5.11.1
|
||||
}
|
||||
else {
|
||||
- error("Script bindings not available for Qt version $${QT_VERSION}. You can add them to src/3rdparty/qt-labs-qtscriptgenerator-$${QT_VERSION} or use another version of Qt.")
|
||||
+ error("Script bindings not available for Qt version 5.11.1. You can add them to src/3rdparty/qt-labs-qtscriptgenerator-5.11.1 or use another version of Qt.")
|
||||
}
|
||||
}
|
||||
|
@ -24,7 +24,6 @@ lib/libqcadzip.so.0
|
||||
lib/libspatialindexnavel.so
|
||||
lib/libspatialindexnavel.so.0
|
||||
lib/libstemmer.a
|
||||
share/applications/usr_local_bin_qcadbin.desktop
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calibration.dxf
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colors.dxf
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/entities.dxf
|
||||
|
@ -1,9 +1,9 @@
|
||||
Only enter the directories we want to build, otherwise we might fail due to
|
||||
missing dependencies.
|
||||
|
||||
--- src/src.pro.orig 2018-06-09 11:10:38 UTC
|
||||
--- src/src.pro.orig 2018-09-21 17:42:18 UTC
|
||||
+++ src/src.pro
|
||||
@@ -1,53 +1,3 @@
|
||||
@@ -1,48 +1,3 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
-qtHaveModule(widgets) {
|
||||
@ -33,10 +33,6 @@ missing dependencies.
|
||||
- SUBDIRS += macdeployqt
|
||||
-}
|
||||
-
|
||||
-android {
|
||||
- SUBDIRS += androiddeployqt
|
||||
-}
|
||||
-
|
||||
-qtHaveModule(dbus): SUBDIRS += qdbus
|
||||
-
|
||||
-win32|winrt:SUBDIRS += windeployqt
|
||||
@ -51,7 +47,6 @@ missing dependencies.
|
||||
-# This is necessary to avoid a race condition between toolchain.prf
|
||||
-# invocations in a module-by-module cross-build.
|
||||
-cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
|
||||
- androiddeployqt.depends += qtattributionsscanner
|
||||
- qdoc.depends += qtattributionsscanner
|
||||
- windeployqt.depends += qtattributionsscanner
|
||||
- winrtrunner.depends += qtattributionsscanner
|
||||
|
@ -1,9 +1,9 @@
|
||||
Only enter the directories we want to build, otherwise we might fail due to
|
||||
missing dependencies.
|
||||
|
||||
--- src/src.pro.orig 2018-06-09 11:10:38 UTC
|
||||
--- src/src.pro.orig 2018-09-21 17:48:55 UTC
|
||||
+++ src/src.pro
|
||||
@@ -1,53 +1,3 @@
|
||||
@@ -1,48 +1,3 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
-qtHaveModule(widgets) {
|
||||
@ -33,10 +33,6 @@ missing dependencies.
|
||||
- SUBDIRS += macdeployqt
|
||||
-}
|
||||
-
|
||||
-android {
|
||||
- SUBDIRS += androiddeployqt
|
||||
-}
|
||||
-
|
||||
-qtHaveModule(dbus): SUBDIRS += qdbus
|
||||
-
|
||||
-win32|winrt:SUBDIRS += windeployqt
|
||||
@ -51,7 +47,6 @@ missing dependencies.
|
||||
-# This is necessary to avoid a race condition between toolchain.prf
|
||||
-# invocations in a module-by-module cross-build.
|
||||
-cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
|
||||
- androiddeployqt.depends += qtattributionsscanner
|
||||
- qdoc.depends += qtattributionsscanner
|
||||
- windeployqt.depends += qtattributionsscanner
|
||||
- winrtrunner.depends += qtattributionsscanner
|
||||
|
@ -1,9 +1,9 @@
|
||||
Only enter the directories we want to build, otherwise we might fail due to
|
||||
missing dependencies.
|
||||
|
||||
--- src/src.pro.orig 2018-06-09 11:10:38 UTC
|
||||
--- src/src.pro.orig 2018-09-21 17:32:13 UTC
|
||||
+++ src/src.pro
|
||||
@@ -1,53 +1,3 @@
|
||||
@@ -1,48 +1,3 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
-qtHaveModule(widgets) {
|
||||
@ -33,10 +33,6 @@ missing dependencies.
|
||||
- SUBDIRS += macdeployqt
|
||||
-}
|
||||
-
|
||||
-android {
|
||||
- SUBDIRS += androiddeployqt
|
||||
-}
|
||||
-
|
||||
-qtHaveModule(dbus): SUBDIRS += qdbus
|
||||
-
|
||||
-win32|winrt:SUBDIRS += windeployqt
|
||||
@ -51,7 +47,6 @@ missing dependencies.
|
||||
-# This is necessary to avoid a race condition between toolchain.prf
|
||||
-# invocations in a module-by-module cross-build.
|
||||
-cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
|
||||
- androiddeployqt.depends += qtattributionsscanner
|
||||
- qdoc.depends += qtattributionsscanner
|
||||
- windeployqt.depends += qtattributionsscanner
|
||||
- winrtrunner.depends += qtattributionsscanner
|
||||
|
@ -1,9 +1,9 @@
|
||||
Only enter the directories we want to build, otherwise we might fail due to
|
||||
missing dependencies.
|
||||
|
||||
--- src/src.pro.orig 2018-06-09 11:10:38 UTC
|
||||
--- src/src.pro.orig 2018-09-21 17:53:44 UTC
|
||||
+++ src/src.pro
|
||||
@@ -1,53 +1,3 @@
|
||||
@@ -1,48 +1,3 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
-qtHaveModule(widgets) {
|
||||
@ -33,10 +33,6 @@ missing dependencies.
|
||||
- SUBDIRS += macdeployqt
|
||||
-}
|
||||
-
|
||||
-android {
|
||||
- SUBDIRS += androiddeployqt
|
||||
-}
|
||||
-
|
||||
-qtHaveModule(dbus): SUBDIRS += qdbus
|
||||
-
|
||||
-win32|winrt:SUBDIRS += windeployqt
|
||||
@ -51,10 +47,9 @@ missing dependencies.
|
||||
-# This is necessary to avoid a race condition between toolchain.prf
|
||||
-# invocations in a module-by-module cross-build.
|
||||
-cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
|
||||
- androiddeployqt.depends += qtattributionsscanner
|
||||
- qdoc.depends += qtattributionsscanner
|
||||
- windeployqt.depends += qtattributionsscanner
|
||||
- winrtrunner.depends += qtattributionsscanner
|
||||
- linguist.depends += qtattributionsscanner
|
||||
-}
|
||||
+SUBDIRS = linguist
|
||||
+SUBDIRS += linguist
|
||||
|
@ -1,9 +1,9 @@
|
||||
Only enter the directories we want to build, otherwise we might fail due to
|
||||
missing dependencies.
|
||||
|
||||
--- src/src.pro.orig 2018-06-09 11:10:38 UTC
|
||||
--- src/src.pro.orig 2018-09-21 17:37:02 UTC
|
||||
+++ src/src.pro
|
||||
@@ -1,53 +1,3 @@
|
||||
@@ -1,48 +1,3 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
-qtHaveModule(widgets) {
|
||||
@ -33,10 +33,6 @@ missing dependencies.
|
||||
- SUBDIRS += macdeployqt
|
||||
-}
|
||||
-
|
||||
-android {
|
||||
- SUBDIRS += androiddeployqt
|
||||
-}
|
||||
-
|
||||
-qtHaveModule(dbus): SUBDIRS += qdbus
|
||||
-
|
||||
-win32|winrt:SUBDIRS += windeployqt
|
||||
@ -51,10 +47,9 @@ missing dependencies.
|
||||
-# This is necessary to avoid a race condition between toolchain.prf
|
||||
-# invocations in a module-by-module cross-build.
|
||||
-cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
|
||||
- androiddeployqt.depends += qtattributionsscanner
|
||||
- qdoc.depends += qtattributionsscanner
|
||||
- windeployqt.depends += qtattributionsscanner
|
||||
- winrtrunner.depends += qtattributionsscanner
|
||||
- linguist.depends += qtattributionsscanner
|
||||
-}
|
||||
+SUBDIRS += linguist
|
||||
+SUBDIRS += linguist
|
||||
|
@ -1,9 +1,9 @@
|
||||
Only enter the directories we want to build, otherwise we might fail due to
|
||||
missing dependencies.
|
||||
|
||||
--- src/src.pro.orig 2018-06-09 11:10:38 UTC
|
||||
--- src/src.pro.orig 2018-09-21 17:34:02 UTC
|
||||
+++ src/src.pro
|
||||
@@ -1,53 +1,4 @@
|
||||
@@ -1,48 +1,3 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
-qtHaveModule(widgets) {
|
||||
@ -32,13 +32,9 @@ missing dependencies.
|
||||
-mac {
|
||||
- SUBDIRS += macdeployqt
|
||||
-}
|
||||
-
|
||||
-android {
|
||||
- SUBDIRS += androiddeployqt
|
||||
-}
|
||||
-
|
||||
qtHaveModule(dbus): SUBDIRS += qdbus
|
||||
|
||||
-
|
||||
-win32|winrt:SUBDIRS += windeployqt
|
||||
-winrt:SUBDIRS += winrtrunner
|
||||
-qtHaveModule(gui):!android:!uikit:!qnx:!winrt: SUBDIRS += qtdiag
|
||||
@ -51,7 +47,6 @@ missing dependencies.
|
||||
-# This is necessary to avoid a race condition between toolchain.prf
|
||||
-# invocations in a module-by-module cross-build.
|
||||
-cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
|
||||
- androiddeployqt.depends += qtattributionsscanner
|
||||
- qdoc.depends += qtattributionsscanner
|
||||
- windeployqt.depends += qtattributionsscanner
|
||||
- winrtrunner.depends += qtattributionsscanner
|
||||
|
@ -1,9 +1,9 @@
|
||||
Only enter the directories we want to build, otherwise we might fail due to
|
||||
missing dependencies.
|
||||
|
||||
--- src/src.pro.orig 2018-06-09 11:10:38 UTC
|
||||
--- src/src.pro.orig 2018-09-21 17:43:39 UTC
|
||||
+++ src/src.pro
|
||||
@@ -1,53 +1,3 @@
|
||||
@@ -1,48 +1,3 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
-qtHaveModule(widgets) {
|
||||
@ -32,10 +32,6 @@ missing dependencies.
|
||||
-mac {
|
||||
- SUBDIRS += macdeployqt
|
||||
-}
|
||||
-
|
||||
-android {
|
||||
- SUBDIRS += androiddeployqt
|
||||
-}
|
||||
-
|
||||
qtHaveModule(dbus): SUBDIRS += qdbus
|
||||
-
|
||||
@ -51,7 +47,6 @@ missing dependencies.
|
||||
-# This is necessary to avoid a race condition between toolchain.prf
|
||||
-# invocations in a module-by-module cross-build.
|
||||
-cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
|
||||
- androiddeployqt.depends += qtattributionsscanner
|
||||
- qdoc.depends += qtattributionsscanner
|
||||
- windeployqt.depends += qtattributionsscanner
|
||||
- winrtrunner.depends += qtattributionsscanner
|
||||
|
@ -1,9 +1,9 @@
|
||||
Only enter the directories we want to build, otherwise we might fail due to
|
||||
missing dependencies.
|
||||
|
||||
--- src/src.pro.orig 2018-06-09 11:10:38 UTC
|
||||
--- src/src.pro.orig 2018-09-03 15:13:05 UTC
|
||||
+++ src/src.pro
|
||||
@@ -1,53 +1,4 @@
|
||||
@@ -1,48 +1,3 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
-qtHaveModule(widgets) {
|
||||
@ -13,8 +13,7 @@ missing dependencies.
|
||||
- SUBDIRS = assistant \
|
||||
- pixeltool \
|
||||
- designer
|
||||
+SUBDIRS += qdoc
|
||||
|
||||
-
|
||||
- linguist.depends = designer
|
||||
- }
|
||||
-}
|
||||
@ -26,7 +25,7 @@ missing dependencies.
|
||||
- !android|android_app: SUBDIRS += qtplugininfo
|
||||
-}
|
||||
-
|
||||
-config_clang: SUBDIRS += qdoc
|
||||
config_clang: SUBDIRS += qdoc
|
||||
-
|
||||
-if(!android|android_app):!uikit: SUBDIRS += qtpaths
|
||||
-
|
||||
@ -34,10 +33,6 @@ missing dependencies.
|
||||
- SUBDIRS += macdeployqt
|
||||
-}
|
||||
-
|
||||
-android {
|
||||
- SUBDIRS += androiddeployqt
|
||||
-}
|
||||
-
|
||||
-qtHaveModule(dbus): SUBDIRS += qdbus
|
||||
-
|
||||
-win32|winrt:SUBDIRS += windeployqt
|
||||
@ -52,7 +47,6 @@ missing dependencies.
|
||||
-# This is necessary to avoid a race condition between toolchain.prf
|
||||
-# invocations in a module-by-module cross-build.
|
||||
-cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
|
||||
- androiddeployqt.depends += qtattributionsscanner
|
||||
- qdoc.depends += qtattributionsscanner
|
||||
- windeployqt.depends += qtattributionsscanner
|
||||
- winrtrunner.depends += qtattributionsscanner
|
||||
|
@ -207,6 +207,7 @@
|
||||
%%QT_MKSPECDIR%%/features/mac/mac.prf
|
||||
%%QT_MKSPECDIR%%/features/mac/objective_c.prf
|
||||
%%QT_MKSPECDIR%%/features/mac/rez.prf
|
||||
%%QT_MKSPECDIR%%/features/mac/sdk.mk
|
||||
%%QT_MKSPECDIR%%/features/mac/sdk.prf
|
||||
%%QT_MKSPECDIR%%/features/mac/toolchain.prf
|
||||
%%QT_MKSPECDIR%%/features/mac/unsupported/objc_namespace.prf
|
||||
|
@ -1,9 +1,9 @@
|
||||
Only enter the directories we want to build, otherwise we might fail due to
|
||||
missing dependencies.
|
||||
|
||||
--- src/src.pro.orig 2018-06-09 11:10:38 UTC
|
||||
--- src/src.pro.orig 2018-09-21 17:46:35 UTC
|
||||
+++ src/src.pro
|
||||
@@ -1,53 +1,3 @@
|
||||
@@ -1,48 +1,3 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
-qtHaveModule(widgets) {
|
||||
@ -33,10 +33,6 @@ missing dependencies.
|
||||
- SUBDIRS += macdeployqt
|
||||
-}
|
||||
-
|
||||
-android {
|
||||
- SUBDIRS += androiddeployqt
|
||||
-}
|
||||
-
|
||||
-qtHaveModule(dbus): SUBDIRS += qdbus
|
||||
-
|
||||
-win32|winrt:SUBDIRS += windeployqt
|
||||
@ -51,7 +47,6 @@ missing dependencies.
|
||||
-# This is necessary to avoid a race condition between toolchain.prf
|
||||
-# invocations in a module-by-module cross-build.
|
||||
-cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
|
||||
- androiddeployqt.depends += qtattributionsscanner
|
||||
- qdoc.depends += qtattributionsscanner
|
||||
- windeployqt.depends += qtattributionsscanner
|
||||
- winrtrunner.depends += qtattributionsscanner
|
||||
|
@ -1,77 +1,79 @@
|
||||
TIMESTAMP = 1529606594
|
||||
SHA256 (KDE/Qt/5.11.1/qt3d-everywhere-src-5.11.1.tar.xz) = cb8659e1e5541bea4c3684ac76a496f8e0cd6e3aa9e4e22eba1910095f5ed30d
|
||||
SIZE (KDE/Qt/5.11.1/qt3d-everywhere-src-5.11.1.tar.xz) = 84763568
|
||||
SHA256 (KDE/Qt/5.11.1/qtactiveqt-everywhere-src-5.11.1.tar.xz) = c6ee6c4def84c6a990b7025d8d73374cb08940ba62e90cf13d1f6e2e581b3cb9
|
||||
SIZE (KDE/Qt/5.11.1/qtactiveqt-everywhere-src-5.11.1.tar.xz) = 264020
|
||||
SHA256 (KDE/Qt/5.11.1/qtandroidextras-everywhere-src-5.11.1.tar.xz) = e6f496d6eb98c68b11b6c25e09a6a273c81b1b86e140bd67de6735287e7e2fe2
|
||||
SIZE (KDE/Qt/5.11.1/qtandroidextras-everywhere-src-5.11.1.tar.xz) = 106568
|
||||
SHA256 (KDE/Qt/5.11.1/qtbase-everywhere-src-5.11.1.tar.xz) = a0d047b2da5782c8332c59ae203984b64e4d5dc5f4ba9c0884fdbe753d0afb46
|
||||
SIZE (KDE/Qt/5.11.1/qtbase-everywhere-src-5.11.1.tar.xz) = 46860400
|
||||
SHA256 (KDE/Qt/5.11.1/qtcanvas3d-everywhere-src-5.11.1.tar.xz) = 0fb51102bdd595673e2cc4f4878b8fb8b7da4c8b1f026885a75912e2421d2ede
|
||||
SIZE (KDE/Qt/5.11.1/qtcanvas3d-everywhere-src-5.11.1.tar.xz) = 10931700
|
||||
SHA256 (KDE/Qt/5.11.1/qtcharts-everywhere-src-5.11.1.tar.xz) = 62f65f08b08c1fdce4f358103be1f7d7aba54d21774e1a9bfff91314ad667a2b
|
||||
SIZE (KDE/Qt/5.11.1/qtcharts-everywhere-src-5.11.1.tar.xz) = 4245496
|
||||
SHA256 (KDE/Qt/5.11.1/qtconnectivity-everywhere-src-5.11.1.tar.xz) = 738ed4eb058334fe7cfd6d68f2e2e7c9b2a97f3477b36ae26ed82703dcaae657
|
||||
SIZE (KDE/Qt/5.11.1/qtconnectivity-everywhere-src-5.11.1.tar.xz) = 2734864
|
||||
SHA256 (KDE/Qt/5.11.1/qtdatavis3d-everywhere-src-5.11.1.tar.xz) = 1c9da0876e0058bff1c24e0088505aff469e2e2cc983143acdae17f075035e3d
|
||||
SIZE (KDE/Qt/5.11.1/qtdatavis3d-everywhere-src-5.11.1.tar.xz) = 5206688
|
||||
SHA256 (KDE/Qt/5.11.1/qtdeclarative-everywhere-src-5.11.1.tar.xz) = 9ecf5ef6bf618fcb6719a4b22e3d9f9ce7623c2344667038171d5662624c4f3a
|
||||
SIZE (KDE/Qt/5.11.1/qtdeclarative-everywhere-src-5.11.1.tar.xz) = 22203488
|
||||
SHA256 (KDE/Qt/5.11.1/qtdoc-everywhere-src-5.11.1.tar.xz) = acde1b7c1d1d0bdaef492fed39aee12c949050d42fa2d89827aff00b6cc51afc
|
||||
SIZE (KDE/Qt/5.11.1/qtdoc-everywhere-src-5.11.1.tar.xz) = 3328164
|
||||
SHA256 (KDE/Qt/5.11.1/qtgamepad-everywhere-src-5.11.1.tar.xz) = aaf219667f87d07a216bd30374013f97deea964471d827f7fc15bdc572e227d9
|
||||
SIZE (KDE/Qt/5.11.1/qtgamepad-everywhere-src-5.11.1.tar.xz) = 387640
|
||||
SHA256 (KDE/Qt/5.11.1/qtgraphicaleffects-everywhere-src-5.11.1.tar.xz) = d9d27236696221098e832d6fee8c0fbb2834b1670d9ca1e5bf3d0fbc8e5448f3
|
||||
SIZE (KDE/Qt/5.11.1/qtgraphicaleffects-everywhere-src-5.11.1.tar.xz) = 14272760
|
||||
SHA256 (KDE/Qt/5.11.1/qtimageformats-everywhere-src-5.11.1.tar.xz) = eb50deeccce12ede0a5faeb3e411f34920ba43092c65f063ab23d37970f65616
|
||||
SIZE (KDE/Qt/5.11.1/qtimageformats-everywhere-src-5.11.1.tar.xz) = 2191408
|
||||
SHA256 (KDE/Qt/5.11.1/qtlocation-everywhere-src-5.11.1.tar.xz) = 172c9a39e8267739e20d60bda45de3db02b13163245776bdc696d8c5ab5f790f
|
||||
SIZE (KDE/Qt/5.11.1/qtlocation-everywhere-src-5.11.1.tar.xz) = 5593144
|
||||
SHA256 (KDE/Qt/5.11.1/qtmacextras-everywhere-src-5.11.1.tar.xz) = f63e31ec68d72c185ad7374f3c74c1e8693dabaf14212cadac0fbd476cb1c3f1
|
||||
SIZE (KDE/Qt/5.11.1/qtmacextras-everywhere-src-5.11.1.tar.xz) = 70976
|
||||
SHA256 (KDE/Qt/5.11.1/qtmultimedia-everywhere-src-5.11.1.tar.xz) = f28bb57890b4666a9aafaa116a30c51dedb0f23b60a510280a27eb032b58c90c
|
||||
SIZE (KDE/Qt/5.11.1/qtmultimedia-everywhere-src-5.11.1.tar.xz) = 3711548
|
||||
SHA256 (KDE/Qt/5.11.1/qtnetworkauth-everywhere-src-5.11.1.tar.xz) = 02b405e9b1af27e3dd986f9a2e4ed987bd9586bcdb2a529a08a6cc71ddbee416
|
||||
SIZE (KDE/Qt/5.11.1/qtnetworkauth-everywhere-src-5.11.1.tar.xz) = 140468
|
||||
SHA256 (KDE/Qt/5.11.1/qtpurchasing-everywhere-src-5.11.1.tar.xz) = ac99abb83194b3b38f1bd7fd4458a4b32765e7dc7d515941d016abe45d1a3533
|
||||
SIZE (KDE/Qt/5.11.1/qtpurchasing-everywhere-src-5.11.1.tar.xz) = 209828
|
||||
SHA256 (KDE/Qt/5.11.1/qtquickcontrols2-everywhere-src-5.11.1.tar.xz) = bdb066fa0d51ad36a2c756d4cba63892587638e5df9b9b6ee63b963ff39ec442
|
||||
SIZE (KDE/Qt/5.11.1/qtquickcontrols2-everywhere-src-5.11.1.tar.xz) = 9032192
|
||||
SHA256 (KDE/Qt/5.11.1/qtquickcontrols-everywhere-src-5.11.1.tar.xz) = baea7f59513ffade3f8041c1756722334b7d04245667fa8faaeace07a430c656
|
||||
SIZE (KDE/Qt/5.11.1/qtquickcontrols-everywhere-src-5.11.1.tar.xz) = 6058072
|
||||
SHA256 (KDE/Qt/5.11.1/qtremoteobjects-everywhere-src-5.11.1.tar.xz) = eb2d69c662cd828a11d248e61742e3e494507e640757ec63dc64db24867069fb
|
||||
SIZE (KDE/Qt/5.11.1/qtremoteobjects-everywhere-src-5.11.1.tar.xz) = 321092
|
||||
SHA256 (KDE/Qt/5.11.1/qtscript-everywhere-src-5.11.1.tar.xz) = 1c430fd06e8eb25dbca43422453a16588d1aade936770df2e4b4e8961659da7c
|
||||
SIZE (KDE/Qt/5.11.1/qtscript-everywhere-src-5.11.1.tar.xz) = 2671428
|
||||
SHA256 (KDE/Qt/5.11.1/qtscxml-everywhere-src-5.11.1.tar.xz) = f0463f02c0bb81d214b04ec82ff0d22744cdae1966cd8dfb53cd2b31ad233338
|
||||
SIZE (KDE/Qt/5.11.1/qtscxml-everywhere-src-5.11.1.tar.xz) = 436148
|
||||
SHA256 (KDE/Qt/5.11.1/qtsensors-everywhere-src-5.11.1.tar.xz) = cbe90f58b73c344d67098eaa333f2d2562fa7a9f1794448e7543ff696831c0fa
|
||||
SIZE (KDE/Qt/5.11.1/qtsensors-everywhere-src-5.11.1.tar.xz) = 2033508
|
||||
SHA256 (KDE/Qt/5.11.1/qtserialbus-everywhere-src-5.11.1.tar.xz) = d3bbee3c579a6d7a06956d653bcdfc2e2cd054d639dcaff08f45efb94d6b554a
|
||||
SIZE (KDE/Qt/5.11.1/qtserialbus-everywhere-src-5.11.1.tar.xz) = 320844
|
||||
SHA256 (KDE/Qt/5.11.1/qtserialport-everywhere-src-5.11.1.tar.xz) = 56a7993821d556d84494c6dfc22759eb6f2a979e21685403a2b9da75f0ba64a3
|
||||
SIZE (KDE/Qt/5.11.1/qtserialport-everywhere-src-5.11.1.tar.xz) = 301692
|
||||
SHA256 (KDE/Qt/5.11.1/qtspeech-everywhere-src-5.11.1.tar.xz) = dcc782c7d6693b0874881cf6ccc7269681bd8bf5f6e1a83c4ab18c27a35a9bdb
|
||||
SIZE (KDE/Qt/5.11.1/qtspeech-everywhere-src-5.11.1.tar.xz) = 101732
|
||||
SHA256 (KDE/Qt/5.11.1/qtsvg-everywhere-src-5.11.1.tar.xz) = 1d6aff3e3304ceec670c0f19029771ff21279553d561158063436b26c18b3037
|
||||
SIZE (KDE/Qt/5.11.1/qtsvg-everywhere-src-5.11.1.tar.xz) = 1843216
|
||||
SHA256 (KDE/Qt/5.11.1/qttools-everywhere-src-5.11.1.tar.xz) = b7fb186f92aedb922c4e7f57ff276bbf90caf0087a2a980f704bad9ac44514fe
|
||||
SIZE (KDE/Qt/5.11.1/qttools-everywhere-src-5.11.1.tar.xz) = 9720996
|
||||
SHA256 (KDE/Qt/5.11.1/qttranslations-everywhere-src-5.11.1.tar.xz) = 12d89b2afa64dce4d32c9e680135243c579d99aa9279d2aafc5602c15a697106
|
||||
SIZE (KDE/Qt/5.11.1/qttranslations-everywhere-src-5.11.1.tar.xz) = 1428808
|
||||
SHA256 (KDE/Qt/5.11.1/qtvirtualkeyboard-everywhere-src-5.11.1.tar.xz) = 5b330dcc770976a2cfb8d85711d72a57c9764c1a9efb889c91e81f6071bbbf9b
|
||||
SIZE (KDE/Qt/5.11.1/qtvirtualkeyboard-everywhere-src-5.11.1.tar.xz) = 10648700
|
||||
SHA256 (KDE/Qt/5.11.1/qtwayland-everywhere-src-5.11.1.tar.xz) = e09abc202082f719b868f595a46e0df5c903fac53cc40a7188b223a2bea644ea
|
||||
SIZE (KDE/Qt/5.11.1/qtwayland-everywhere-src-5.11.1.tar.xz) = 392200
|
||||
SHA256 (KDE/Qt/5.11.1/qtwebchannel-everywhere-src-5.11.1.tar.xz) = b9a476af15ae0c68a930f0b0aa8d988b8dc3e63c3d2134abebbf2148d6942e87
|
||||
SIZE (KDE/Qt/5.11.1/qtwebchannel-everywhere-src-5.11.1.tar.xz) = 179700
|
||||
SHA256 (KDE/Qt/5.11.1/qtwebsockets-everywhere-src-5.11.1.tar.xz) = 7aaa12f719e853a195a670ff51697b73914e37c94ed2216d53a2d9e0861748ae
|
||||
SIZE (KDE/Qt/5.11.1/qtwebsockets-everywhere-src-5.11.1.tar.xz) = 231468
|
||||
SHA256 (KDE/Qt/5.11.1/qtwebview-everywhere-src-5.11.1.tar.xz) = 77c9bb78d3626789c31ef84056652daec1fbcad9e9ad6ad61e625d3e8232aaa1
|
||||
SIZE (KDE/Qt/5.11.1/qtwebview-everywhere-src-5.11.1.tar.xz) = 132948
|
||||
SHA256 (KDE/Qt/5.11.1/qtwinextras-everywhere-src-5.11.1.tar.xz) = ff2f17275b6e9764ce3691822fc8da7b3b13613fdeacb4a8294409931e74bc63
|
||||
SIZE (KDE/Qt/5.11.1/qtwinextras-everywhere-src-5.11.1.tar.xz) = 767596
|
||||
SHA256 (KDE/Qt/5.11.1/qtx11extras-everywhere-src-5.11.1.tar.xz) = bcf219c8befb9777f891ed7844799f26aecb6d4d92064274277822f261bd8c65
|
||||
SIZE (KDE/Qt/5.11.1/qtx11extras-everywhere-src-5.11.1.tar.xz) = 116368
|
||||
SHA256 (KDE/Qt/5.11.1/qtxmlpatterns-everywhere-src-5.11.1.tar.xz) = 6117e120c87b32dd07877dd0a6bf862b6285cb0d8b547190882980682f53af58
|
||||
SIZE (KDE/Qt/5.11.1/qtxmlpatterns-everywhere-src-5.11.1.tar.xz) = 1378340
|
||||
TIMESTAMP = 1537469391
|
||||
SHA256 (KDE/Qt/5.11.2/qt3d-everywhere-src-5.11.2.tar.xz) = 7f72c823ec10a2effba95d08d9439215472d2cb1e3229de50a6b3d2523c8f962
|
||||
SIZE (KDE/Qt/5.11.2/qt3d-everywhere-src-5.11.2.tar.xz) = 84932180
|
||||
SHA256 (KDE/Qt/5.11.2/qtactiveqt-everywhere-src-5.11.2.tar.xz) = b06c634059e2069584dccf331a45074e6a2c63ca6ea5576769c47a985173a041
|
||||
SIZE (KDE/Qt/5.11.2/qtactiveqt-everywhere-src-5.11.2.tar.xz) = 258296
|
||||
SHA256 (KDE/Qt/5.11.2/qtandroidextras-everywhere-src-5.11.2.tar.xz) = 1ba6822b1a6d7f469fce155766da84acaad1d0fcca5905c491c227c85fa51bd4
|
||||
SIZE (KDE/Qt/5.11.2/qtandroidextras-everywhere-src-5.11.2.tar.xz) = 100852
|
||||
SHA256 (KDE/Qt/5.11.2/qtbase-everywhere-src-5.11.2.tar.xz) = 6381e7c3468d5a1dcfe3683b29eeced192faa0f8a32434fec071a59b8bcd0107
|
||||
SIZE (KDE/Qt/5.11.2/qtbase-everywhere-src-5.11.2.tar.xz) = 46954920
|
||||
SHA256 (KDE/Qt/5.11.2/qtcanvas3d-everywhere-src-5.11.2.tar.xz) = fd9ca31268e81d4864da961de7635ef7316a815b8fc77910e512647eb4ceea40
|
||||
SIZE (KDE/Qt/5.11.2/qtcanvas3d-everywhere-src-5.11.2.tar.xz) = 10909652
|
||||
SHA256 (KDE/Qt/5.11.2/qtcharts-everywhere-src-5.11.2.tar.xz) = f6a312c596bfffa5074a3a5606dff1ef197dac075b3c1bd6443e3a6db1c3a114
|
||||
SIZE (KDE/Qt/5.11.2/qtcharts-everywhere-src-5.11.2.tar.xz) = 4239784
|
||||
SHA256 (KDE/Qt/5.11.2/qtconnectivity-everywhere-src-5.11.2.tar.xz) = 58901bbd14d3bc472f27fe305fd8dc33cffbd10da83616e9691c04c3290d42c5
|
||||
SIZE (KDE/Qt/5.11.2/qtconnectivity-everywhere-src-5.11.2.tar.xz) = 2729556
|
||||
SHA256 (KDE/Qt/5.11.2/qtdatavis3d-everywhere-src-5.11.2.tar.xz) = 67b499d2aa3cfb9cca33c08d89623d997ed92de5307745b6a2b2c3be61deff16
|
||||
SIZE (KDE/Qt/5.11.2/qtdatavis3d-everywhere-src-5.11.2.tar.xz) = 5196328
|
||||
SHA256 (KDE/Qt/5.11.2/qtdeclarative-everywhere-src-5.11.2.tar.xz) = 220d86f8031e9d45f3c369c3fd517aaa4c5783ad62c843a21fa7cc3c0a36f2cd
|
||||
SIZE (KDE/Qt/5.11.2/qtdeclarative-everywhere-src-5.11.2.tar.xz) = 22217460
|
||||
SHA256 (KDE/Qt/5.11.2/qtdoc-everywhere-src-5.11.2.tar.xz) = 2186971f9399c8f4cafe1109a8e63c363cd288c9a645717a6f8a069dd1d370fe
|
||||
SIZE (KDE/Qt/5.11.2/qtdoc-everywhere-src-5.11.2.tar.xz) = 3327968
|
||||
SHA256 (KDE/Qt/5.11.2/qtgamepad-everywhere-src-5.11.2.tar.xz) = ae2f378e1739ff527b5cd3b014ad26112d7b8a80444c9aefbc4736e52339c81c
|
||||
SIZE (KDE/Qt/5.11.2/qtgamepad-everywhere-src-5.11.2.tar.xz) = 381908
|
||||
SHA256 (KDE/Qt/5.11.2/qtgraphicaleffects-everywhere-src-5.11.2.tar.xz) = a9dcaaa3932f7b71717a393700e1387bcd6f9c03538d0ffca2a64128a0e4a9fd
|
||||
SIZE (KDE/Qt/5.11.2/qtgraphicaleffects-everywhere-src-5.11.2.tar.xz) = 14262460
|
||||
SHA256 (KDE/Qt/5.11.2/qtimageformats-everywhere-src-5.11.2.tar.xz) = 27e5d10551d0b5bf4799d09e5412ea2e6898b09aa1521ea24bce660ee6183a68
|
||||
SIZE (KDE/Qt/5.11.2/qtimageformats-everywhere-src-5.11.2.tar.xz) = 2183956
|
||||
SHA256 (KDE/Qt/5.11.2/qtlocation-everywhere-src-5.11.2.tar.xz) = d698911edfb2d45b7adca6557b3de880e966cb8823a8adf1beb3a3079560024e
|
||||
SIZE (KDE/Qt/5.11.2/qtlocation-everywhere-src-5.11.2.tar.xz) = 5584420
|
||||
SHA256 (KDE/Qt/5.11.2/qtmacextras-everywhere-src-5.11.2.tar.xz) = 44f69d019ddadece89552db0ea465824eb76227d92b7decac909945fff8dcf4c
|
||||
SIZE (KDE/Qt/5.11.2/qtmacextras-everywhere-src-5.11.2.tar.xz) = 65276
|
||||
SHA256 (KDE/Qt/5.11.2/qtmultimedia-everywhere-src-5.11.2.tar.xz) = 25608f3d08636026387394956fe72cedcb78eb786fb32fd87deb41d574cf726d
|
||||
SIZE (KDE/Qt/5.11.2/qtmultimedia-everywhere-src-5.11.2.tar.xz) = 3701832
|
||||
SHA256 (KDE/Qt/5.11.2/qtnetworkauth-everywhere-src-5.11.2.tar.xz) = 79379cef7801fb909ed1cd23379eaef6b2d2ca31581aa537cab64ee1e0dcb7fe
|
||||
SIZE (KDE/Qt/5.11.2/qtnetworkauth-everywhere-src-5.11.2.tar.xz) = 135160
|
||||
SHA256 (KDE/Qt/5.11.2/qtpurchasing-everywhere-src-5.11.2.tar.xz) = 2d7189242eded07be4aec473501d3cc6a9e2bd7849f81b1bb6b01604ba0f8df6
|
||||
SIZE (KDE/Qt/5.11.2/qtpurchasing-everywhere-src-5.11.2.tar.xz) = 204216
|
||||
SHA256 (KDE/Qt/5.11.2/qtquickcontrols2-everywhere-src-5.11.2.tar.xz) = aa0549f9a4135f9d600b57f53347ebf344e60d21f90c6d844109755da12dcb84
|
||||
SIZE (KDE/Qt/5.11.2/qtquickcontrols2-everywhere-src-5.11.2.tar.xz) = 9035620
|
||||
SHA256 (KDE/Qt/5.11.2/qtquickcontrols-everywhere-src-5.11.2.tar.xz) = 9c772e30fb1ba107168498328585063f4303c6562baf4a5cfedd0c5250b621e0
|
||||
SIZE (KDE/Qt/5.11.2/qtquickcontrols-everywhere-src-5.11.2.tar.xz) = 6047528
|
||||
SHA256 (KDE/Qt/5.11.2/qtremoteobjects-everywhere-src-5.11.2.tar.xz) = f2bc6d65f4d4b90fc222c0fd0539120f29452b6d336171930f90e5129cd25c19
|
||||
SIZE (KDE/Qt/5.11.2/qtremoteobjects-everywhere-src-5.11.2.tar.xz) = 315708
|
||||
SHA256 (KDE/Qt/5.11.2/qtscript-everywhere-src-5.11.2.tar.xz) = b2c2466a83653a9473ea4810462d8a88e0fb1fb691f85d1c6e60d8bc4283f976
|
||||
SIZE (KDE/Qt/5.11.2/qtscript-everywhere-src-5.11.2.tar.xz) = 2661200
|
||||
SHA256 (KDE/Qt/5.11.2/qtscxml-everywhere-src-5.11.2.tar.xz) = d625cb2149f5bfef5747b1d40b22327fd36132307c8b76d358f235d5422ff7a4
|
||||
SIZE (KDE/Qt/5.11.2/qtscxml-everywhere-src-5.11.2.tar.xz) = 430496
|
||||
SHA256 (KDE/Qt/5.11.2/qtsensors-everywhere-src-5.11.2.tar.xz) = 0e27c38824f7a1deb506f6195156eed79b80aa7034356272c3be0611667d63c7
|
||||
SIZE (KDE/Qt/5.11.2/qtsensors-everywhere-src-5.11.2.tar.xz) = 2028412
|
||||
SHA256 (KDE/Qt/5.11.2/qtserialbus-everywhere-src-5.11.2.tar.xz) = 1774c2c162f85f7cbcb2bdd2ef47507b110a01bc261627b46aa718e87079641e
|
||||
SIZE (KDE/Qt/5.11.2/qtserialbus-everywhere-src-5.11.2.tar.xz) = 315080
|
||||
SHA256 (KDE/Qt/5.11.2/qtserialport-everywhere-src-5.11.2.tar.xz) = b01b69ce421d449402363c0cf617fcc8856e39d6d2c28aa3d06d1f5359dc6f6e
|
||||
SIZE (KDE/Qt/5.11.2/qtserialport-everywhere-src-5.11.2.tar.xz) = 295876
|
||||
SHA256 (KDE/Qt/5.11.2/qtspeech-everywhere-src-5.11.2.tar.xz) = 0abd6f9672cbea3597e88db99813d7a4d7d379b89f6be352f44a9313bcc81d84
|
||||
SIZE (KDE/Qt/5.11.2/qtspeech-everywhere-src-5.11.2.tar.xz) = 96080
|
||||
SHA256 (KDE/Qt/5.11.2/qtsvg-everywhere-src-5.11.2.tar.xz) = bc16bbf855b466e77dda996d8c91fa73db7fe14d3aa98ce6d92145ca1a1bd166
|
||||
SIZE (KDE/Qt/5.11.2/qtsvg-everywhere-src-5.11.2.tar.xz) = 1837076
|
||||
SHA256 (KDE/Qt/5.11.2/qttools-everywhere-src-5.11.2.tar.xz) = f0e8332c771958b4aa373ac643d35e2fabb1a2dcdbaca756ebf3d1ace7c631b8
|
||||
SIZE (KDE/Qt/5.11.2/qttools-everywhere-src-5.11.2.tar.xz) = 9691816
|
||||
SHA256 (KDE/Qt/5.11.2/qttranslations-everywhere-src-5.11.2.tar.xz) = cec1a83757e9c776f6c65020bf8963e9d2037963e5a93531e6274442128d034b
|
||||
SIZE (KDE/Qt/5.11.2/qttranslations-everywhere-src-5.11.2.tar.xz) = 1418228
|
||||
SHA256 (KDE/Qt/5.11.2/qtvirtualkeyboard-everywhere-src-5.11.2.tar.xz) = 2709500071e7e98ca6f6eecef0f5c80d19ae22aba562293352debd516633b197
|
||||
SIZE (KDE/Qt/5.11.2/qtvirtualkeyboard-everywhere-src-5.11.2.tar.xz) = 10690564
|
||||
SHA256 (KDE/Qt/5.11.2/qtwayland-everywhere-src-5.11.2.tar.xz) = 4e35e15da360480a5aef414246f70d29b0252b6a9c7e129e63afba3fb2ecb771
|
||||
SIZE (KDE/Qt/5.11.2/qtwayland-everywhere-src-5.11.2.tar.xz) = 387644
|
||||
SHA256 (KDE/Qt/5.11.2/qtwebchannel-everywhere-src-5.11.2.tar.xz) = 945fdae8f1ea8dfc8e47a6d8421cef00690d6d4bfe26ce61bb59c0d0326c02fc
|
||||
SIZE (KDE/Qt/5.11.2/qtwebchannel-everywhere-src-5.11.2.tar.xz) = 173956
|
||||
SHA256 (KDE/Qt/5.11.2/qtwebengine-everywhere-src-5.11.2.tar.xz) = 3ff9bba5f631cfdd454ce298489360b3e2d9a2de4eb82bb121d838ef65f9b772
|
||||
SIZE (KDE/Qt/5.11.2/qtwebengine-everywhere-src-5.11.2.tar.xz) = 233642812
|
||||
SHA256 (KDE/Qt/5.11.2/qtwebsockets-everywhere-src-5.11.2.tar.xz) = ae6197619ce0c4104bdc43e097d79082f90ba6567fa286eae6306ce7aec88b8d
|
||||
SIZE (KDE/Qt/5.11.2/qtwebsockets-everywhere-src-5.11.2.tar.xz) = 225948
|
||||
SHA256 (KDE/Qt/5.11.2/qtwebview-everywhere-src-5.11.2.tar.xz) = 346267a9df2366cb9d022ce3385aceeffc552fe7dc311f4563023e2677b260e4
|
||||
SIZE (KDE/Qt/5.11.2/qtwebview-everywhere-src-5.11.2.tar.xz) = 127124
|
||||
SHA256 (KDE/Qt/5.11.2/qtwinextras-everywhere-src-5.11.2.tar.xz) = f50f3c9f50133330c4512b25fd823183f9204f32dbe7fc481924a1e63b15ae94
|
||||
SIZE (KDE/Qt/5.11.2/qtwinextras-everywhere-src-5.11.2.tar.xz) = 761348
|
||||
SHA256 (KDE/Qt/5.11.2/qtx11extras-everywhere-src-5.11.2.tar.xz) = f407ca61052d44bfb06e831fc6db7595bb2b64882b1f0af23f5db2d1ee519089
|
||||
SIZE (KDE/Qt/5.11.2/qtx11extras-everywhere-src-5.11.2.tar.xz) = 106164
|
||||
SHA256 (KDE/Qt/5.11.2/qtxmlpatterns-everywhere-src-5.11.2.tar.xz) = 5fd5f680ba40dadf81665417501e1f3778982aea0e268bf4f75a420d54a86746
|
||||
SIZE (KDE/Qt/5.11.2/qtxmlpatterns-everywhere-src-5.11.2.tar.xz) = 1372836
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= qtcreator
|
||||
DISTVERSION= 4.6.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION}
|
||||
DISTNAME= qt-creator-opensource-src-${DISTVERSION}
|
||||
|
@ -1630,7 +1630,7 @@ libexec/qtcreator/sdktool
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/stop_small.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/text.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/unifieddiff.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/used-in-examples/qt-logo.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/used-in-examples/transitions/qt-logo.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/var.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/var_priv.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/var_prot.png
|
||||
|
@ -926,6 +926,7 @@
|
||||
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/trianglesextractor_p.h
|
||||
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/trianglesvisitor_p.h
|
||||
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/uniform_p.h
|
||||
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateentitylayersjob_p.h
|
||||
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updatelevelofdetailjob_p.h
|
||||
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updatemeshtrianglelistjob_p.h
|
||||
%%QT_INCDIR%%/Qt3DRender/%%FULLVER%%/Qt3DRender/private/updateshaderdatatransformjob_p.h
|
||||
|
@ -1,9 +1,9 @@
|
||||
Only enter the directories we want to build, otherwise we might fail due to
|
||||
missing dependencies.
|
||||
|
||||
--- src/src.pro.orig 2018-06-09 11:10:38 UTC
|
||||
--- src/src.pro.orig 2018-09-21 17:44:37 UTC
|
||||
+++ src/src.pro
|
||||
@@ -1,53 +1,3 @@
|
||||
@@ -1,48 +1,3 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
-qtHaveModule(widgets) {
|
||||
@ -33,10 +33,6 @@ missing dependencies.
|
||||
- SUBDIRS += macdeployqt
|
||||
-}
|
||||
-
|
||||
-android {
|
||||
- SUBDIRS += androiddeployqt
|
||||
-}
|
||||
-
|
||||
-qtHaveModule(dbus): SUBDIRS += qdbus
|
||||
-
|
||||
-win32|winrt:SUBDIRS += windeployqt
|
||||
@ -51,7 +47,6 @@ missing dependencies.
|
||||
-# This is necessary to avoid a race condition between toolchain.prf
|
||||
-# invocations in a module-by-module cross-build.
|
||||
-cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
|
||||
- androiddeployqt.depends += qtattributionsscanner
|
||||
- qdoc.depends += qtattributionsscanner
|
||||
- windeployqt.depends += qtattributionsscanner
|
||||
- winrtrunner.depends += qtattributionsscanner
|
||||
|
@ -1,15 +1,5 @@
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qtwaylandclient-config_p.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qtwaylandclientglobal_p.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-hardware-integration.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-qt-windowmanager.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-qtkey-extension.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-server-buffer-extension.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-surface-extension.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-text-input-unstable-v2.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-touch-extension.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-wayland.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-xdg-shell-unstable-v6.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwayland-xdg-shell.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandabstractdecoration_p.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandbuffer_p.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandclientbufferintegration_p.h
|
||||
@ -59,16 +49,6 @@
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandxdgshellv6_p.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandxdgshellv6integration_p.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/qwaylandxdgsurface_p.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-hardware-integration-client-protocol.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-qt-windowmanager-client-protocol.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-qtkey-extension-client-protocol.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-server-buffer-extension-client-protocol.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-surface-extension-client-protocol.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-text-input-unstable-v2-client-protocol.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-touch-extension-client-protocol.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-wayland-client-protocol.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-xdg-shell-client-protocol.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/%%FULLVER%%/QtWaylandClient/private/wayland-xdg-shell-unstable-v6-client-protocol.h
|
||||
%%QT_INCDIR%%/QtWaylandClient/QWaylandClientExtension
|
||||
%%QT_INCDIR%%/QtWaylandClient/QWaylandClientExtensionTemplate
|
||||
%%QT_INCDIR%%/QtWaylandClient/QtWaylandClient
|
||||
@ -103,8 +83,8 @@
|
||||
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandoutput_p.h
|
||||
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandoutputmode_p.h
|
||||
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandpointer_p.h
|
||||
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandquickhardwarelayer_p.h
|
||||
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandqtwindowmanager_p.h
|
||||
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandquickhardwarelayer_p.h
|
||||
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandquickitem_p.h
|
||||
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandquickshellsurfaceitem_p.h
|
||||
%%QT_INCDIR%%/QtWaylandCompositor/%%FULLVER%%/QtWaylandCompositor/private/qwaylandseat_p.h
|
||||
@ -294,10 +274,10 @@
|
||||
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-client/libxcomposite-glx.so.debug
|
||||
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libdrm-egl-server.so
|
||||
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libdrm-egl-server.so.debug
|
||||
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libqt-plugin-wayland-egl.so
|
||||
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libqt-plugin-wayland-egl.so.debug
|
||||
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libshm-emulation-server.so
|
||||
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libshm-emulation-server.so.debug
|
||||
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libwayland-egl.so
|
||||
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libwayland-egl.so.debug
|
||||
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-egl.so
|
||||
%%DEBUG%%%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-egl.so.debug
|
||||
%%QT_PLUGINDIR%%/wayland-graphics-integration-server/libxcomposite-glx.so
|
||||
|
@ -6,7 +6,7 @@ DISTVERSION= ${QT5_VERSION}
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= QT/online/qtsdkrepository/linux_x64/desktop/qt5_${QT5_VERSION:S/.//g}_src_doc_examples/qt.qt5.${QT5_VERSION:S/.//g}.doc/
|
||||
PKGNAMEPREFIX= qt5-
|
||||
DISTNAME= ${QT5_VERSION}-0-201806180847qt-everywhere-documentation
|
||||
DISTNAME= ${QT5_VERSION}-0-201809141956qt-everywhere-documentation
|
||||
DIST_SUBDIR= KDE/Qt/${QT5_VERSION}
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1529606962
|
||||
SHA256 (KDE/Qt/5.11.1/5.11.1-0-201806180847qt-everywhere-documentation.7z) = 1ce80f9e7de14afe52197fed4a1ad1c3a28173ba75a254a9ec253bc94a801d00
|
||||
SIZE (KDE/Qt/5.11.1/5.11.1-0-201806180847qt-everywhere-documentation.7z) = 195754941
|
||||
TIMESTAMP = 1537550671
|
||||
SHA256 (KDE/Qt/5.11.2/5.11.2-0-201809141956qt-everywhere-documentation.7z) = ca5e76740029f84c5098e303a2c32629698cbad0771d0b37e2c48b0399390747
|
||||
SIZE (KDE/Qt/5.11.2/5.11.2-0-201809141956qt-everywhere-documentation.7z) = 250314926
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1529606787
|
||||
SHA256 (KDE/Qt/5.11.1/qt-everywhere-src-5.11.1.tar.xz) = 39602cb08f9c96867910c375d783eed00fc4a244bffaa93b801225d17950fb2b
|
||||
SIZE (KDE/Qt/5.11.1/qt-everywhere-src-5.11.1.tar.xz) = 489237256
|
||||
TIMESTAMP = 1537469687
|
||||
SHA256 (KDE/Qt/5.11.2/qt-everywhere-src-5.11.2.tar.xz) = c6104b840b6caee596fa9a35bc5f57f67ed5a99d6a36497b6fe66f990a53ca81
|
||||
SIZE (KDE/Qt/5.11.2/qt-everywhere-src-5.11.2.tar.xz) = 489621768
|
||||
|
@ -1785,6 +1785,8 @@
|
||||
%%QT_EXAMPLEDIR%%/opengl/hellogl2/mainwindow.h
|
||||
%%QT_EXAMPLEDIR%%/opengl/hellogl2/window.cpp
|
||||
%%QT_EXAMPLEDIR%%/opengl/hellogl2/window.h
|
||||
%%QT_EXAMPLEDIR%%/opengl/hellogles3/doc/images/hellogles3-example.png
|
||||
%%QT_EXAMPLEDIR%%/opengl/hellogles3/doc/src/hellogles3.qdoc
|
||||
%%QT_EXAMPLEDIR%%/opengl/hellogles3/glwindow.cpp
|
||||
%%QT_EXAMPLEDIR%%/opengl/hellogles3/glwindow.h
|
||||
%%QT_EXAMPLEDIR%%/opengl/hellogles3/hellogles3.pro
|
||||
@ -2030,6 +2032,7 @@
|
||||
%%QT_EXAMPLEDIR%%/qml/qml-i18n/doc/images/qml-i18n-example.png
|
||||
%%QT_EXAMPLEDIR%%/qml/qml-i18n/doc/src/i18n.qdoc
|
||||
%%QT_EXAMPLEDIR%%/qml/qml-i18n/i18n/base.ts
|
||||
%%QT_EXAMPLEDIR%%/qml/qml-i18n/i18n/qml_en.ts
|
||||
%%QT_EXAMPLEDIR%%/qml/qml-i18n/i18n/qml_en_AU.ts
|
||||
%%QT_EXAMPLEDIR%%/qml/qml-i18n/i18n/qml_fr.ts
|
||||
%%QT_EXAMPLEDIR%%/qml/qml-i18n/qml-i18n.qml
|
||||
@ -2308,9 +2311,11 @@
|
||||
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/2.0/RiggedSimple/RiggedSimple.gltf
|
||||
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/2.0/RiggedSimple/RiggedSimple0.bin
|
||||
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/LICENSE.md
|
||||
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/LICENSE.md
|
||||
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/Wood_Cherry_Original_.jpg
|
||||
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/_2004_old_vine_zinfandel_btl_xlg.jpg
|
||||
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/artezin_bottle.jpg
|
||||
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/qt_attribution.json
|
||||
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine.bin
|
||||
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine.dae
|
||||
%%QT_EXAMPLEDIR%%/qt3d/exampleresources/assets/gltf/wine/wine.gltf
|
||||
@ -2991,6 +2996,8 @@
|
||||
%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/doc/src/photoviewer.qdoc
|
||||
%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/i18n/qml_de.qm
|
||||
%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/i18n/qml_de.ts
|
||||
%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/i18n/qml_en.qm
|
||||
%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/i18n/qml_en.ts
|
||||
%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/i18n/qml_fr.qm
|
||||
%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/i18n/qml_fr.ts
|
||||
%%QT_EXAMPLEDIR%%/quick/demos/photoviewer/main.cpp
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
PORTNAME= webengine
|
||||
DISTVERSION= ${QT5_VERSION}
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= webkit
|
||||
DISTVERSION= 5.212.0-alpha2
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://github.com/annulen/${PORTNAME}/releases/download/${DISTNAME}/
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
@ -1,8 +1,8 @@
|
||||
Only enter the directories we want to build, otherwise we might fail due to
|
||||
missing dependencies.
|
||||
--- src/src.pro.orig 2018-06-21 20:34:21 UTC
|
||||
--- src/src.pro.orig 2018-09-21 17:35:47 UTC
|
||||
+++ src/src.pro
|
||||
@@ -1,53 +1,3 @@
|
||||
@@ -1,48 +1,3 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
-qtHaveModule(widgets) {
|
||||
@ -32,10 +32,6 @@ missing dependencies.
|
||||
- SUBDIRS += macdeployqt
|
||||
-}
|
||||
-
|
||||
-android {
|
||||
- SUBDIRS += androiddeployqt
|
||||
-}
|
||||
-
|
||||
-qtHaveModule(dbus): SUBDIRS += qdbus
|
||||
-
|
||||
-win32|winrt:SUBDIRS += windeployqt
|
||||
@ -50,7 +46,6 @@ missing dependencies.
|
||||
-# This is necessary to avoid a race condition between toolchain.prf
|
||||
-# invocations in a module-by-module cross-build.
|
||||
-cross_compile:isEmpty(QMAKE_HOST_CXX.INCDIRS) {
|
||||
- androiddeployqt.depends += qtattributionsscanner
|
||||
- qdoc.depends += qtattributionsscanner
|
||||
- windeployqt.depends += qtattributionsscanner
|
||||
- winrtrunner.depends += qtattributionsscanner
|
||||
|
Loading…
Reference in New Issue
Block a user