On 8 октября 2011 г. 10:38:40 David Coppa wrote:
> On Sat, Oct 8, 2011 at 7:07 AM, Vadim Zhukov <persg...@gmail.com> 
wrote:
> > Hello all.
> > 
> > The following patch enables more module bindings (QtDeclarative and
> > QtXmlPatterns) in py-qt4, which are needed for pykde4. OK?
> 
> no problems for me, ok.
> 
> ciao,
> David

No negatives, could anyone commit this then, please?

> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/x11/py-qt4/Makefile,v
> > retrieving revision 1.36
> > diff -u -p -r1.36 Makefile
> > --- Makefile    16 Sep 2011 12:29:17 -0000      1.36
> > +++ Makefile    8 Oct 2011 05:04:28 -0000
> > @@ -13,7 +13,7 @@ PKGNAME-main= py-qt4-${V}
> >  PKGNAME-docs=  py-qt4-docs-${V}
> >  EPOCH=         0
> > 
> > -REVISION-main= 1
> > +REVISION-main= 2
> >  REVISION-docs= 0
> > 
> >  CATEGORIES=    x11 devel
> > @@ -27,8 +27,8 @@ PERMIT_DISTFILES_CDROM=       Yes
> >  PERMIT_DISTFILES_FTP=  Yes
> > 
> >  WANTLIB += GL GLU X11 Xext c dbus-1 m pthread stdc++
> > -WANTLIB += QtDesigner QtGui QtHelp QtNetwork QtOpenGL
> > -WANTLIB += QtScript QtSql QtSvg QtTest QtWebKit QtXml
> > +WANTLIB += QtDeclarative QtDesigner QtGui QtHelp QtNetwork
> > QtOpenGL
> > +WANTLIB += QtScript QtSql QtSvg QtTest QtWebKit QtXml
> > QtXmlPatterns
> >  WANTLIB += ${MODPY_WANTLIB}
> > 
> >  MULTI_PACKAGES=        -main -docs
> > @@ -74,8 +74,9 @@ CONFIGURE_ARGS=       --verbose \
> >  FAKE_FLAGS=    INSTALL_ROOT=${DESTDIR}
> >  CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
> > 
> > -PYQTMODS=      QtCore QtGui QtNetwork QtOpenGL QtScript QtSql
> > QtSvg \ -               QtTest QtXml QtAssistant QtDesigner
> > QtWebKit QtHelp +PYQTMODS=      QtAssistant QtCore QtDeclarative
> > QtDesigner QtGui QtHelp \ +               QtNetwork QtOpenGL
> > QtScript QtSql QtSvg QtTest QtWebKit \ +               QtXml
> > QtXmlPatterns
> > 
> >  .for i in ${PYQTMODS}
> >  CONFIGURE_ARGS+=--enable=${i}
> > Index: pkg/PLIST-main
> > ===================================================================
> > RCS file: /cvs/ports/x11/py-qt4/pkg/PLIST-main,v
> > retrieving revision 1.12
> > diff -u -p -r1.12 PLIST-main
> > --- pkg/PLIST-main      17 May 2011 08:38:33 -0000      1.12
> > +++ pkg/PLIST-main      8 Oct 2011 05:04:28 -0000
> > @@ -5,6 +5,7 @@ bin/pyuic4
> >  lib/python${MODPY_VERSION}/site-packages/PyQt4/
> >  lib/python${MODPY_VERSION}/site-packages/PyQt4/Qt.so
> >  lib/python${MODPY_VERSION}/site-packages/PyQt4/QtCore.so
> > +lib/python${MODPY_VERSION}/site-packages/PyQt4/QtDeclarative.so
> >  lib/python${MODPY_VERSION}/site-packages/PyQt4/QtDesigner.so
> >  lib/python${MODPY_VERSION}/site-packages/PyQt4/QtGui.so
> >  lib/python${MODPY_VERSION}/site-packages/PyQt4/QtHelp.so
> > @@ -16,6 +17,7 @@ lib/python${MODPY_VERSION}/site-packages
> >  lib/python${MODPY_VERSION}/site-packages/PyQt4/QtTest.so
> >  lib/python${MODPY_VERSION}/site-packages/PyQt4/QtWebKit.so
> >  lib/python${MODPY_VERSION}/site-packages/PyQt4/QtXml.so
> > +lib/python${MODPY_VERSION}/site-packages/PyQt4/QtXmlPatterns.so
> >  lib/python${MODPY_VERSION}/site-packages/PyQt4/__init__.py
> >  lib/python${MODPY_VERSION}/site-packages/PyQt4/__init__.pyc
> >  lib/python${MODPY_VERSION}/site-packages/PyQt4/pyqtconfig.py
> > @@ -185,6 +187,26 @@ share/sip/QtCore/qvariantanimation.sip
> >  share/sip/QtCore/qvector.sip
> >  share/sip/QtCore/qwaitcondition.sip
> >  share/sip/QtCore/qxmlstream.sip
> > +share/sip/QtDeclarative/
> > +share/sip/QtDeclarative/QtDeclarativemod.sip
> > +share/sip/QtDeclarative/qdeclarativecomponent.sip
> > +share/sip/QtDeclarative/qdeclarativecontext.sip
> > +share/sip/QtDeclarative/qdeclarativeengine.sip
> > +share/sip/QtDeclarative/qdeclarativeerror.sip
> > +share/sip/QtDeclarative/qdeclarativeexpression.sip
> > +share/sip/QtDeclarative/qdeclarativeextensionplugin.sip
> > +share/sip/QtDeclarative/qdeclarativeimageprovider.sip
> > +share/sip/QtDeclarative/qdeclarativeitem.sip
> > +share/sip/QtDeclarative/qdeclarativelist.sip
> > +share/sip/QtDeclarative/qdeclarativenetworkaccessmanagerfactory.si
> > p
> > +share/sip/QtDeclarative/qdeclarativeparserstatus.sip
> > +share/sip/QtDeclarative/qdeclarativeproperty.sip
> > +share/sip/QtDeclarative/qdeclarativepropertymap.sip
> > +share/sip/QtDeclarative/qdeclarativepropertyvaluesource.sip
> > +share/sip/QtDeclarative/qdeclarativescriptstring.sip
> > +share/sip/QtDeclarative/qdeclarativeview.sip
> > +share/sip/QtDeclarative/qpydeclarativelistproperty.sip
> > +share/sip/QtDeclarative/qpydeclarativepropertyvaluesource.sip
> >  share/sip/QtDesigner/
> >  share/sip/QtDesigner/QtDesignermod.sip
> >  share/sip/QtDesigner/abstractactioneditor.sip
> > @@ -518,3 +540,19 @@ share/sip/QtXml/QtXmlmod.sip
> >  share/sip/QtXml/qdom.sip
> >  share/sip/QtXml/qxml.sip
> >  share/sip/QtXml/qxmlstream.sip
> > +share/sip/QtXmlPatterns/
> > +share/sip/QtXmlPatterns/QtXmlPatternsmod.sip
> > +share/sip/QtXmlPatterns/qabstractmessagehandler.sip
> > +share/sip/QtXmlPatterns/qabstracturiresolver.sip
> > +share/sip/QtXmlPatterns/qabstractxmlnodemodel.sip
> > +share/sip/QtXmlPatterns/qabstractxmlreceiver.sip
> > +share/sip/QtXmlPatterns/qsimplexmlnodemodel.sip
> > +share/sip/QtXmlPatterns/qsourcelocation.sip
> > +share/sip/QtXmlPatterns/qxmlformatter.sip
> > +share/sip/QtXmlPatterns/qxmlname.sip
> > +share/sip/QtXmlPatterns/qxmlnamepool.sip
> > +share/sip/QtXmlPatterns/qxmlquery.sip
> > +share/sip/QtXmlPatterns/qxmlresultitems.sip
> > +share/sip/QtXmlPatterns/qxmlschema.sip
> > +share/sip/QtXmlPatterns/qxmlschemavalidator.sip
> > +share/sip/QtXmlPatterns/qxmlserializer.sip

-- 
  WBR,
  Vadim Zhukov

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

Reply via email to