diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-03-18 17:37:42 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-03-18 17:37:42 +0800 |
commit | 3fc71f43a05b28a5b28e2ee1a0b522650ce30d17 (patch) | |
tree | c0c66b80a92a56c0bc2bea93add708c3873588aa /graphics | |
parent | 322e1023078d50be84f3efbc8cc4b89a78022592 (diff) | |
download | freebsd-ports-gnome-3fc71f43a05b28a5b28e2ee1a0b522650ce30d17.tar.gz freebsd-ports-gnome-3fc71f43a05b28a5b28e2ee1a0b522650ce30d17.tar.zst freebsd-ports-gnome-3fc71f43a05b28a5b28e2ee1a0b522650ce30d17.zip |
Update Qt5 to 5.4.1.
This is probably the first time our Qt 5 ports are tracking the latest
upstream release :-)
There isn't much to report in this update, thanks to the effort spent in the
5.2->5.3 update: a lot of the work is just small plist and patch updates.
Thankfully, several patches have been upstreamed and are not needed on our
side anymore.
I would like to thank Alex Richardson <arichardson.kde@gmail.com> and Tobias
Berner <tcberner@gmail.com> for their help with the plist updates and
general testing.
PR: 198585
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qt5-pixeltool/files/patch-src__src.pro | 2 | ||||
-rw-r--r-- | graphics/qt5-svg/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/qt5-pixeltool/files/patch-src__src.pro b/graphics/qt5-pixeltool/files/patch-src__src.pro index 5419f8421292..966cb3496f48 100644 --- a/graphics/qt5-pixeltool/files/patch-src__src.pro +++ b/graphics/qt5-pixeltool/files/patch-src__src.pro @@ -34,7 +34,7 @@ missing dependencies. -qtHaveModule(dbus): SUBDIRS += qdbus - -win32|winrt:SUBDIRS += windeployqt --winrt:SUBDIRS += winrtrunner qtd3dservice +-winrt:SUBDIRS += winrtrunner -qtHaveModule(gui):!android:!ios:!qnx:!wince*:!winrt*:SUBDIRS += qtdiag - -qtNomakeTools( \ diff --git a/graphics/qt5-svg/pkg-plist b/graphics/qt5-svg/pkg-plist index 1c8344701e0c..35db0182079f 100644 --- a/graphics/qt5-svg/pkg-plist +++ b/graphics/qt5-svg/pkg-plist @@ -6,6 +6,7 @@ %%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgstructure_p.h %%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgstyle_p.h %%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qsvgtinydocument_p.h +%%QT_INCDIR%%/QtSvg/%%FULLVER%%/QtSvg/private/qtsvgglobal_p.h %%QT_INCDIR%%/QtSvg/QGraphicsSvgItem %%QT_INCDIR%%/QtSvg/QSvgGenerator %%QT_INCDIR%%/QtSvg/QSvgRenderer |