Date: Mon, 29 Sep 2014 21:24:19 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369559 - in head: Mk x11 x11/qt5-x11extras Message-ID: <201409292124.s8TLOJKK049760@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Mon Sep 29 21:24:18 2014 New Revision: 369559 URL: http://svnweb.freebsd.org/changeset/ports/369559 QAT: https://qat.redports.org/buildarchive/r369559/ Log: Add x11/qt5-x11extras. Qt platform-specific features for X11-based systems. PR: 194008 Submitted by: Jan Beich <jbeich@vfemail.net> Added: head/x11/qt5-x11extras/ head/x11/qt5-x11extras/Makefile (contents, props changed) head/x11/qt5-x11extras/pkg-plist (contents, props changed) Modified: head/Mk/bsd.qt.mk head/x11/Makefile Modified: head/Mk/bsd.qt.mk ============================================================================== --- head/Mk/bsd.qt.mk Mon Sep 29 21:19:49 2014 (r369558) +++ head/Mk/bsd.qt.mk Mon Sep 29 21:24:18 2014 (r369559) @@ -298,7 +298,7 @@ _USE_QT4_ONLY= accessible assistant-adp _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_LI 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 Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Mon Sep 29 21:19:49 2014 (r369558) +++ head/x11/Makefile Mon Sep 29 21:24:18 2014 (r369559) @@ -245,6 +245,7 @@ SUBDIR += qt4-graphicssystems-opengl SUBDIR += qt4-inputmethods SUBDIR += qt5-qev + SUBDIR += qt5-x11extras SUBDIR += qxkb SUBDIR += randrproto SUBDIR += recordproto Added: head/x11/qt5-x11extras/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/qt5-x11extras/Makefile Mon Sep 29 21:24:18 2014 (r369559) @@ -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> Added: head/x11/qt5-x11extras/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/qt5-x11extras/pkg-plist Mon Sep 29 21:24:18 2014 (r369559) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409292124.s8TLOJKK049760>