Date: Thu, 24 Nov 2016 06:14:01 +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: r426990 - in head/x11-toolkits: . py-qt5-quick Message-ID: <201611240614.uAO6E18d072349@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Thu Nov 24 06:14:01 2016 New Revision: 426990 URL: https://svnweb.freebsd.org/changeset/ports/426990 Log: New port: x11-toolkits/py-qt5-quick PyQt5 is a set of Python bindings for Digia's Qt5 application framework. This package provides the QtQuick module. WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ PR: 209691 Submitted by: Henry Hu <henry.hu.sh@gmail.com> Added: head/x11-toolkits/py-qt5-quick/ head/x11-toolkits/py-qt5-quick/Makefile (contents, props changed) head/x11-toolkits/py-qt5-quick/pkg-descr (contents, props changed) head/x11-toolkits/py-qt5-quick/pkg-plist (contents, props changed) Modified: head/x11-toolkits/Makefile Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Thu Nov 24 05:06:17 2016 (r426989) +++ head/x11-toolkits/Makefile Thu Nov 24 06:14:01 2016 (r426990) @@ -213,6 +213,7 @@ SUBDIR += py-kiwi SUBDIR += py-qt4-gui SUBDIR += py-qt5-gui + SUBDIR += py-qt5-quick SUBDIR += py-qt5-widgets SUBDIR += py-sexy SUBDIR += py-tkinter Added: head/x11-toolkits/py-qt5-quick/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/py-qt5-quick/Makefile Thu Nov 24 06:14:01 2016 (r426990) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= quick +CATEGORIES= x11-toolkits devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtQuick module + +CONFIGURE_ARGS= --enable QtQuick +PYQT_DIST= yes + +USES= python pyqt:5 +USE_PYQT= sip_build core_run gui_run +USE_QT5= core quick qmake_build + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtQuick API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2-qt5.so:devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include <bsd.port.mk> Added: head/x11-toolkits/py-qt5-quick/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/py-qt5-quick/pkg-descr Thu Nov 24 06:14:01 2016 (r426990) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtQuick module. + +WWW: http://www.riverbankcomputing.co.uk/software/pyqt/ Added: head/x11-toolkits/py-qt5-quick/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/py-qt5-quick/pkg-plist Thu Nov 24 06:14:01 2016 (r426990) @@ -0,0 +1,24 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtQuick.so +%%PYQT_SIPDIR%%/QtQuick/QtQuickmod.sip +%%PYQT_SIPDIR%%/QtQuick/qquickframebufferobject.sip +%%PYQT_SIPDIR%%/QtQuick/qquickimageprovider.sip +%%PYQT_SIPDIR%%/QtQuick/qquickitem.sip +%%PYQT_SIPDIR%%/QtQuick/qquickitemgrabresult.sip +%%PYQT_SIPDIR%%/QtQuick/qquickpainteditem.sip +%%PYQT_SIPDIR%%/QtQuick/qquickrendercontrol.sip +%%PYQT_SIPDIR%%/QtQuick/qquicktextdocument.sip +%%PYQT_SIPDIR%%/QtQuick/qquickview.sip +%%PYQT_SIPDIR%%/QtQuick/qquickwindow.sip +%%PYQT_SIPDIR%%/QtQuick/qsgabstractrenderer.sip +%%PYQT_SIPDIR%%/QtQuick/qsgengine.sip +%%PYQT_SIPDIR%%/QtQuick/qsgflatcolormaterial.sip +%%PYQT_SIPDIR%%/QtQuick/qsggeometry.sip +%%PYQT_SIPDIR%%/QtQuick/qsgmaterial.sip +%%PYQT_SIPDIR%%/QtQuick/qsgnode.sip +%%PYQT_SIPDIR%%/QtQuick/qsgsimplerectnode.sip +%%PYQT_SIPDIR%%/QtQuick/qsgsimpletexturenode.sip +%%PYQT_SIPDIR%%/QtQuick/qsgtexture.sip +%%PYQT_SIPDIR%%/QtQuick/qsgtexturematerial.sip +%%PYQT_SIPDIR%%/QtQuick/qsgtextureprovider.sip +%%PYQT_SIPDIR%%/QtQuick/qsgvertexcolormaterial.sip +%%API%%share/qt5/qsci/api/python/QtQuick.api
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611240614.uAO6E18d072349>