1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

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>
This commit is contained in:
Kurt Jaeger 2016-11-24 06:14:01 +00:00
parent 826261d380
commit 1c10f8c7fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426990
4 changed files with 55 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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/

View File

@ -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