Date: Sat, 28 May 2016 17:24:18 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416055 - head/x11-toolkits/qt5-gui Message-ID: <201605281724.u4SHOIW3012442@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat May 28 17:24:18 2016 New Revision: 416055 URL: https://svnweb.freebsd.org/changeset/ports/416055 Log: x11-toolkits/qt5-gui: platform and themes updates PR: 209326 Submitted by: rakuco, T.C.Berner <tcberner@gmail.com>, Ralf Nolden <nolden@kde.org Modified: head/x11-toolkits/qt5-gui/Makefile head/x11-toolkits/qt5-gui/pkg-plist Modified: head/x11-toolkits/qt5-gui/Makefile ============================================================================== --- head/x11-toolkits/qt5-gui/Makefile Sat May 28 17:22:11 2016 (r416054) +++ head/x11-toolkits/qt5-gui/Makefile Sat May 28 17:24:18 2016 (r416055) @@ -2,6 +2,7 @@ PORTNAME= gui DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits graphics PKGNAMEPREFIX= qt5- @@ -24,7 +25,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils USES= jpeg USE_GL= gl egl USE_GNOME= glib20 -USE_QT5= core dbus qmake_build buildtools_build +USE_QT5= core dbus network qmake_build buildtools_build QT_DIST= base USE_XORG= ice sm x11 xi xrender HAS_CONFIGURE= yes @@ -41,8 +42,10 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} # they depend on QtGui itself, so they can't be added as dependencies. # QtPlatformSupport doesn't need to be installed (it's a static # library), but might be needed by people porting Qt on new platforms. -MORE_WRKSRCS= src/platformsupport \ - src/plugins/platforms +MORE_WRKSRCS= src/platformheaders \ + src/platformsupport \ + src/plugins/platforms \ + src/plugins/generic # Image formats are split through different tarballs, these are the # main ones; input contexts require no additional dependency. Modified: head/x11-toolkits/qt5-gui/pkg-plist ============================================================================== --- head/x11-toolkits/qt5-gui/pkg-plist Sat May 28 17:22:11 2016 (r416054) +++ head/x11-toolkits/qt5-gui/pkg-plist Sat May 28 17:24:18 2016 (r416055) @@ -541,6 +541,24 @@ %%QT_INCDIR%%/QtOpenGLExtensions/QtOpenGLExtensionsVersion %%QT_INCDIR%%/QtOpenGLExtensions/qopenglextensions.h %%QT_INCDIR%%/QtOpenGLExtensions/qtopenglextensionsversion.h +%%QT_INCDIR%%/QtPlatformHeaders/QCocoaNativeContext +%%QT_INCDIR%%/QtPlatformHeaders/QEGLNativeContext +%%QT_INCDIR%%/QtPlatformHeaders/QEglFSFunctions +%%QT_INCDIR%%/QtPlatformHeaders/QGLXNativeContext +%%QT_INCDIR%%/QtPlatformHeaders/QWGLNativeContext +%%QT_INCDIR%%/QtPlatformHeaders/QWindowsWindowFunctions +%%QT_INCDIR%%/QtPlatformHeaders/QXcbWindowFunctions +%%QT_INCDIR%%/QtPlatformHeaders/QtPlatformHeaders +%%QT_INCDIR%%/QtPlatformHeaders/QtPlatformHeadersDepends +%%QT_INCDIR%%/QtPlatformHeaders/QtPlatformHeadersVersion +%%QT_INCDIR%%/QtPlatformHeaders/qcocoanativecontext.h +%%QT_INCDIR%%/QtPlatformHeaders/qeglfsfunctions.h +%%QT_INCDIR%%/QtPlatformHeaders/qeglnativecontext.h +%%QT_INCDIR%%/QtPlatformHeaders/qglxnativecontext.h +%%QT_INCDIR%%/QtPlatformHeaders/qtplatformheadersversion.h +%%QT_INCDIR%%/QtPlatformHeaders/qwglnativecontext.h +%%QT_INCDIR%%/QtPlatformHeaders/qwindowswindowfunctions.h +%%QT_INCDIR%%/QtPlatformHeaders/qxcbwindowfunctions.h %%QT_INCDIR%%/QtPlatformSupport/%%FULLVER%%/QtPlatformSupport/private/application_p.h %%QT_INCDIR%%/QtPlatformSupport/%%FULLVER%%/QtPlatformSupport/private/atspiadaptor_p.h %%QT_INCDIR%%/QtPlatformSupport/%%FULLVER%%/QtPlatformSupport/private/bridge_p.h @@ -619,6 +637,7 @@ %%QT_LIBDIR%%/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake %%QT_LIBDIR%%/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake %%QT_LIBDIR%%/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake +%%QT_LIBDIR%%/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake %%QT_LIBDIR%%/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake %%QT_LIBDIR%%/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake %%QT_LIBDIR%%/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake @@ -646,6 +665,8 @@ %%QT_MKSPECDIR%%/modules/qt_lib_openglextensions_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_platformsupport_private.pri %%QT_MKSPECDIR%%/modules/qt_lib_xcb_qpa_lib_private.pri +%%QT_PLUGINDIR%%/generic/libqtuiotouchplugin.so +%%DEBUG%%%%QT_PLUGINDIR%%/generic/libqtuiotouchplugin.so.debug %%QT_PLUGINDIR%%/imageformats/libqgif.so %%DEBUG%%%%QT_PLUGINDIR%%/imageformats/libqgif.so.debug %%QT_PLUGINDIR%%/imageformats/libqico.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605281724.u4SHOIW3012442>