mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
x11-toolkits/qt5-gui: platform and themes updates
PR: 209326 Submitted by: rakuco, T.C.Berner <tcberner@gmail.com>, Ralf Nolden <nolden@kde.org
This commit is contained in:
parent
a9ed0c96d6
commit
21b03cd4ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416055
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user