Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2016 18:33:24 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420363 - in head/devel: . py-qt5-help
Message-ID:  <201608171833.u7HIXONn060320@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Wed Aug 17 18:33:24 2016
New Revision: 420363
URL: https://svnweb.freebsd.org/changeset/ports/420363

Log:
  devel/py-qt5-help: add missing PyQt5 port.
  
  Repocopy from devel/py-qt4-help.

Added:
  head/devel/py-qt5-help/
     - copied from r420358, head/devel/py-qt4-help/
Modified:
  head/devel/Makefile
  head/devel/py-qt5-help/Makefile
  head/devel/py-qt5-help/pkg-descr
  head/devel/py-qt5-help/pkg-plist

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Aug 17 18:22:17 2016	(r420362)
+++ head/devel/Makefile	Wed Aug 17 18:33:24 2016	(r420363)
@@ -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

Modified: head/devel/py-qt5-help/Makefile
==============================================================================
--- head/devel/py-qt4-help/Makefile	Wed Aug 17 15:48:30 2016	(r420358)
+++ head/devel/py-qt5-help/Makefile	Wed Aug 17 18:33:24 2016	(r420363)
@@ -4,14 +4,15 @@ PORTNAME=	help
 CATEGORIES=	devel python
 
 MAINTAINER=	kde@FreeBSD.org
-COMMENT=	Python bindings for the Qt4 toolkit, QtHelp module
+COMMENT=	Python bindings for the Qt5 toolkit, QtHelp module
 
 CONFIGURE_ARGS=	--enable QtHelp
 PYQT_DIST=	yes
 
-USES=		python pyqt:4
-USE_PYQT=	sip_build core_run gui_run
-USE_QT4=	corelib gui help network sql moc_build qmake_build
+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
@@ -20,7 +21,7 @@ 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.so:devel/qscintilla2
+API_LIB_DEPENDS=	libqscintilla2-qt5.so:devel/qscintilla2-qt5
 DEBUG_CONFIGURE_ON=	--debug --trace
 
 .include <bsd.port.mk>

Modified: head/devel/py-qt5-help/pkg-descr
==============================================================================
--- head/devel/py-qt4-help/pkg-descr	Wed Aug 17 15:48:30 2016	(r420358)
+++ head/devel/py-qt5-help/pkg-descr	Wed Aug 17 18:33:24 2016	(r420363)
@@ -1,4 +1,4 @@
-PyQt4 is a set of Python bindings for Digia's Qt4 application framework.
+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/

Modified: head/devel/py-qt5-help/pkg-plist
==============================================================================
--- head/devel/py-qt4-help/pkg-plist	Wed Aug 17 15:48:30 2016	(r420358)
+++ head/devel/py-qt5-help/pkg-plist	Wed Aug 17 18:33:24 2016	(r420363)
@@ -1,4 +1,4 @@
-%%PYTHON_SITELIBDIR%%/PyQt4/QtHelp.so
+%%PYTHON_SITELIBDIR%%/PyQt5/QtHelp.so
 %%PYQT_SIPDIR%%/QtHelp/QtHelpmod.sip
 %%PYQT_SIPDIR%%/QtHelp/qhelpcontentwidget.sip
 %%PYQT_SIPDIR%%/QtHelp/qhelpengine.sip
@@ -7,4 +7,4 @@
 %%PYQT_SIPDIR%%/QtHelp/qhelpsearchengine.sip
 %%PYQT_SIPDIR%%/QtHelp/qhelpsearchquerywidget.sip
 %%PYQT_SIPDIR%%/QtHelp/qhelpsearchresultwidget.sip
-%%API%%share/qt4/qsci/api/python/QtHelp.api
+%%API%%share/qt5/qsci/api/python/QtHelp.api



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608171833.u7HIXONn060320>