diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-09-29 21:24:18 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-09-29 21:24:18 +0000 |
commit | 4e4dc37058b3e976d8c6ebe3170314c0b341b013 (patch) | |
tree | 264a6d4c51592ca6a2a9cabbf4bd1c2d67922ced | |
parent | devel/rubygem-zentest: update to 4.11.0 (diff) |
Add x11/qt5-x11extras.
Qt platform-specific features for X11-based systems.
PR: 194008
Submitted by: Jan Beich <jbeich@vfemail.net>
Notes
Notes:
svn path=/head/; revision=369559
-rw-r--r-- | Mk/bsd.qt.mk | 5 | ||||
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/qt5-x11extras/Makefile | 15 | ||||
-rw-r--r-- | x11/qt5-x11extras/pkg-plist | 17 |
4 files changed, 37 insertions, 1 deletions
diff --git a/Mk/bsd.qt.mk b/Mk/bsd.qt.mk index d03c4de41105..2a11228006d5 100644 --- a/Mk/bsd.qt.mk +++ b/Mk/bsd.qt.mk @@ -298,7 +298,7 @@ _USE_QT4_ONLY= accessible assistant-adp assistantclient codecs-cn codecs-jp \ _USE_QT5_ONLY= buildtools concurrent core graphicaleffects linguisttools \ printsupport qdbus qdoc qev qml qmldevtools quick \ - quickcontrols uitools widgets + quickcontrols uitools widgets x11extras accessible_PORT= accessibility/${_QT_RELNAME}-accessible accessible_PATH= ${QT_PLUGINDIR}/accessible/libqtaccessiblewidgets.so @@ -512,6 +512,9 @@ webkit_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}WebKit.so widgets_PORT= x11-toolkits/${_QT_RELNAME}-widgets widgets_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Widgets.so +x11extras_PORT= x11/${_QT_RELNAME}-x11extras +x11extras_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}X11Extras.so + xml_PORT= textproc/${_QT_RELNAME}-xml xml_PATH= ${QT_LIBDIR}/libQt${_QT_LIBVER}Xml.so diff --git a/x11/Makefile b/x11/Makefile index 10e84d0565fb..6a2361d87a15 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -245,6 +245,7 @@ SUBDIR += qt4-graphicssystems-opengl SUBDIR += qt4-inputmethods SUBDIR += qt5-qev + SUBDIR += qt5-x11extras SUBDIR += qxkb SUBDIR += randrproto SUBDIR += recordproto diff --git a/x11/qt5-x11extras/Makefile b/x11/qt5-x11extras/Makefile new file mode 100644 index 000000000000..c3f817f7ab5d --- /dev/null +++ b/x11/qt5-x11extras/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= x11extras +DISTVERSION= ${QT5_VERSION} +CATEGORIES= x11 +PKGNAMEPREFIX= qt5- + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt platform-specific features for X11-based systems + +USE_QT5= core gui widgets +QT_DIST= x11extras +USES= qmake + +.include <bsd.port.mk> diff --git a/x11/qt5-x11extras/pkg-plist b/x11/qt5-x11extras/pkg-plist new file mode 100644 index 000000000000..24163046e596 --- /dev/null +++ b/x11/qt5-x11extras/pkg-plist @@ -0,0 +1,17 @@ +%%QT_INCDIR%%/QtX11Extras/QX11Info +%%QT_INCDIR%%/QtX11Extras/QtX11Extras +%%QT_INCDIR%%/QtX11Extras/QtX11ExtrasDepends +%%QT_INCDIR%%/QtX11Extras/QtX11ExtrasVersion +%%QT_INCDIR%%/QtX11Extras/qtx11extrasglobal.h +%%QT_INCDIR%%/QtX11Extras/qtx11extrasversion.h +%%QT_INCDIR%%/QtX11Extras/qx11info_x11.h +%%QT_LIBDIR%%/cmake/Qt5X11Extras/Qt5X11ExtrasConfig.cmake +%%QT_LIBDIR%%/cmake/Qt5X11Extras/Qt5X11ExtrasConfigVersion.cmake +%%QT_LIBDIR%%/libQt5X11Extras.prl +%%QT_LIBDIR%%/libQt5X11Extras.so +%%QT_LIBDIR%%/libQt5X11Extras.so.5 +%%QT_LIBDIR%%/libQt5X11Extras.so.%%SHORTVER%% +%%QT_LIBDIR%%/libQt5X11Extras.so.%%FULLVER%% +%%QT_MKSPECDIR%%/modules/qt_lib_x11extras.pri +%%QT_MKSPECDIR%%/modules/qt_lib_x11extras_private.pri +libdata/pkgconfig/Qt5X11Extras.pc |