devel/py-qt5-help: add missing PyQt5 port.
Repocopy from devel/py-qt4-help.
This commit is contained in:
parent
6d4a383e7f
commit
3abe5e7c6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420363
@ -4400,6 +4400,7 @@
|
||||
SUBDIR += py-qt5-dbussupport
|
||||
SUBDIR += py-qt5-designer
|
||||
SUBDIR += py-qt5-designerplugin
|
||||
SUBDIR += py-qt5-help
|
||||
SUBDIR += py-qt5-qscintilla2
|
||||
SUBDIR += py-qt5-test
|
||||
SUBDIR += py-rauth
|
||||
|
27
devel/py-qt5-help/Makefile
Normal file
27
devel/py-qt5-help/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= help
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Python bindings for the Qt5 toolkit, QtHelp module
|
||||
|
||||
CONFIGURE_ARGS= --enable QtHelp
|
||||
PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:5
|
||||
USE_GL= gl
|
||||
USE_PYQT= sip_build core_run widgets_run
|
||||
USE_QT5= core gui widgets help network sql buildtools_build qmake_build xml
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtHelp 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>
|
4
devel/py-qt5-help/pkg-descr
Normal file
4
devel/py-qt5-help/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
PyQt5 is a set of Python bindings for Digia's Qt5 application framework.
|
||||
This package provides the QtHelp module.
|
||||
|
||||
WWW: http://www.riverbankcomputing.co.uk/software/pyqt/
|
10
devel/py-qt5-help/pkg-plist
Normal file
10
devel/py-qt5-help/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
%%PYTHON_SITELIBDIR%%/PyQt5/QtHelp.so
|
||||
%%PYQT_SIPDIR%%/QtHelp/QtHelpmod.sip
|
||||
%%PYQT_SIPDIR%%/QtHelp/qhelpcontentwidget.sip
|
||||
%%PYQT_SIPDIR%%/QtHelp/qhelpengine.sip
|
||||
%%PYQT_SIPDIR%%/QtHelp/qhelpenginecore.sip
|
||||
%%PYQT_SIPDIR%%/QtHelp/qhelpindexwidget.sip
|
||||
%%PYQT_SIPDIR%%/QtHelp/qhelpsearchengine.sip
|
||||
%%PYQT_SIPDIR%%/QtHelp/qhelpsearchquerywidget.sip
|
||||
%%PYQT_SIPDIR%%/QtHelp/qhelpsearchresultwidget.sip
|
||||
%%API%%share/qt5/qsci/api/python/QtHelp.api
|
Loading…
Reference in New Issue
Block a user