FreeBSD Bugzilla – Attachment 170787 Details for
Bug 209832
devel/py-pykde4 -- fix build, and use USE_PYQT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add py-qtscript as a dependency, and switch to USE_PYQT
patch-py-pykde4 (text/plain), 1.88 KB, created by
Tobias Berner
on 2016-05-29 10:15:07 UTC
(
hide
)
Description:
Add py-qtscript as a dependency, and switch to USE_PYQT
Filename:
MIME Type:
Creator:
Tobias Berner
Created:
2016-05-29 10:15:07 UTC
Size:
1.88 KB
patch
obsolete
>Index: devel/py-pykde4/Makefile >=================================================================== >--- devel/py-pykde4/Makefile (Revision 416090) >+++ devel/py-pykde4/Makefile (Arbeitskopie) >@@ -2,7 +2,7 @@ > > PORTNAME= pykde4 > PORTVERSION= ${KDE4_VERSION} >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel kde python > MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,26 +12,20 @@ > COMMENT= Python bindings for KDE > > LIB_DEPENDS= libqwt.so:x11-toolkits/qwt5 >-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtDesigner.so:devel/py-qt4-designer \ >- ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:x11-toolkits/py-qt4-gui \ >- ${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:net/py-qt4-network \ >- ${PYTHON_SITELIBDIR}/PyQt4/QtOpenGL.so:x11/py-qt4-opengl \ >- ${PYTHON_SITELIBDIR}/PyQt4/QtSql.so:databases/py-qt4-sql \ >- ${PYTHON_SITELIBDIR}/PyQt4/QtXml.so:textproc/py-qt4-xml \ >- ${PYTHON_SITELIBDIR}/PyQt4/QtSvg.so:graphics/py-qt4-svg \ >- ${PYTHON_SITELIBDIR}/PyQt4/QtWebKit.so:www/py-qt4-webkit \ >- ${PYTHON_SITELIBDIR}/PyQt4/phonon.so:multimedia/py-qt4-phonon \ >- ${PYTHON_SITELIBDIR}/PyQt4/QtDeclarative.so:devel/py-qt4-declarative >-RUN_DEPENDS:= ${BUILD_DEPENDS} \ >- ${PYTHON_SITELIBDIR}/dbus/mainloop/qt.so:devel/py-qt4-dbussupport > > USE_KDE4= kdelibs nepomuk-core okular pimlibs \ > akonadi automoc4 soprano >+USE_PYQT= declarative designer gui network opengl phonon script sip \ >+ sql svg webkit xml \ >+ dbussupport_run > USE_QT4= corelib dbus designer_build gui network xml \ > qmake_build moc_build uic_build rcc_build >-USES= cmake:outsource python:2 tar:xz >-CMAKE_ARGS+= -DWITH_PolkitQt:BOOL=FALSE > >+USES= cmake:outsource python:2 pyqt:4 tar:xz >+CMAKE_ARGS+= -DWITH_PolkitQt:BOOL=FALSE \ >+ -DENABLE_PYTHON=ON \ >+ -DPYTHON_INCLUDE_DIR:PATH=${WRKDIR}/include/${PYTHON_VERSION} >+ > SUB_FILES= kdebindings4.pth > SUB_LIST= PYTHONPREFIX_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209832
: 170787