Index: head/Mk/Uses/pyqt.mk =================================================================== --- head/Mk/Uses/pyqt.mk (revision 485613) +++ head/Mk/Uses/pyqt.mk (revision 485614) @@ -1,273 +1,298 @@ # $FreeBSD$ # # Handle PyQt related ports # # Feature: pyqt # Usage: USES=pyqt:ARGS # Valid ARGS: 4,5 # # MAINTAINER: kde@FreeBSD.org # # Internal Port variables for PyQt ports: # PYQT_DIST - This port is part of PyQt4/5 itself. Variables and # targets are then set assuming a certain tarball and # port layout. # USE_PYQT - List of PyQt components to depend on # * foo_build only build depend # * foo_run only run depend # * foo both (default) -# SIPDIR - Absolute path where sip files will be installed -# SIPDIR_REL - Relative version of SIPDIR -# -# Also PYQT_SIPDIR=${SIPDIR_REL} will be added to PLIST_SUB. -# +# PYQT_SIPDIR - where sip files will be installed to +# PYQT_APIDIR - where api files will be installed to +# PYQT_DOCDIR - where doc files will be installed to +# PYQT_EXAMPLESDIR - where examples will be installed to .if !defined(_INCLUDE_USES_PYQT_MK) _INCLUDE_USES_PYQT_MK= yes # At the moment we support PyQt bindings versions 4 and 5, sip # option is for internal use by the py-sip ports. _PYQT_SUPPORTED= 4 5 sip .if empty(pyqt_ARGS) IGNORE= pyqt needs a qt-version (${_PYQT_SUPPORTED}) .endif # At the moment we support PyQt bindings versions 4 and 5 .for ver in ${_PYQT_SUPPORTED:O:u} . if ${pyqt_ARGS:M${ver}} . if empty(_PYQT_VERSION) _PYQT_VERSION= ${ver} . else IGNORE?= cannot be installed: different PYQT versions specified via pyqt:[${_PYQT_SUPPORTED:S/ //g}] . endif . endif .endfor .if empty(_PYQT_VERSION) IGNORE?= USES=pyqt needs a version number (valid values: ${_PYQT_SUPPORTED}) .endif PYQT_MAINTAINER= kde@FreeBSD.org MASTER_SITE_RIVERBANK= http://www.riverbankcomputing.com/static/Downloads/%SUBDIR%/ MASTER_SITES_SIP= SF/pyqt/sip/sip-${PORTVERSION} \ GENTOO MASTER_SITES_PYQT4= SF/pyqt/PyQt4/PyQt-${PORTVERSION} \ GENTOO MASTER_SITES_PYQT5= SF/pyqt/PyQt5/PyQt-${PORTVERSION} \ GENTOO MASTER_SITES_QSCI2= SF/pyqt/QScintilla2/QScintilla-${PORTVERSION} \ GENTOO SIP_VERSION= 4.19.8 QSCI2_VERSION= 2.10.4 PYQT4_VERSION= 4.12.1 -PYQT5_VERSION= 5.9.2 +PYQT5_VERSION= 5.10.1 SIP_DISTNAME= sip-${SIP_VERSION} PYQT4_DISTNAME= PyQt4_gpl_x11-${PYQT4_VERSION} PYQT4_DISTINFO_FILE= ${.CURDIR:H:H}/devel/${PYQT_RELNAME}/distinfo PYQT5_DISTNAME= PyQt5_gpl-${PYQT5_VERSION} PYQT5_DISTINFO_FILE= ${.CURDIR:H:H}/devel/${PYQT_RELNAME}/distinfo QSCI2_DISTNAME= QScintilla_gpl-${QSCI2_VERSION} PYQT4_LICENSE= GPLv3 PYQT5_LICENSE= GPLv3 # Keep these synchronized with OPTIONS_DEFINE in devel/py-qt4 and devel/py-qt5 # PyQt components split up into pyqt4/pyqt5/... _USE_PYQT_ALL= core dbus dbussupport demo designer designerplugin \ gui multimedia network opengl qscintilla2 \ sql svg test webkit xml xmlpatterns sip # List of components only in pyqt4 _USE_PYQT4_ONLY= assistant declarative doc \ help phonon script scripttools # List of components only in pyqt5 _USE_PYQT5_ONLY= multimediawidgets printsupport qml quickwidgets \ serialport webchannel webengine webkitwidgets widgets # Unversioned variables for the rest of the file PYQT_VERSION= ${PYQT${_PYQT_VERSION}_VERSION} PYQT_RELNAME= py-qt${_PYQT_VERSION} PYQT_PY_RELNAME= ${PYTHON_PKGNAMEPREFIX}qt${_PYQT_VERSION} PYQT_MASTERSITES= ${MASTER_SITES_PYQT${_PYQT_VERSION}} PYQT_DISTNAME= ${PYQT${_PYQT_VERSION}_DISTNAME} PYQT_DISTINFO_FILE= ${PYQT${_PYQT_VERSION}_DISTINFO_FILE} PYQT_LICENSE= ${PYQT${_PYQT_VERSION}_LICENSE} py-sip_PATH= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION} py-assistant_PATH= ${PYQT_PY_RELNAME}-assistant>=${PYQT_VERSION} py-core_PATH= ${PYQT_PY_RELNAME}-core>=${PYQT_VERSION} py-dbus_PATH= ${PYQT_PY_RELNAME}-dbus>=${PYQT_VERSION} py-dbussupport_PATH= ${PYQT_PY_RELNAME}-dbussupport>=${PYQT_VERSION} py-declarative_PATH= ${PYQT_PY_RELNAME}-declarative>=${PYQT_VERSION} py-demo_PATH= ${PYQT_PY_RELNAME}-demo>=${PYQT_VERSION} py-designer_PATH= ${PYQT_PY_RELNAME}-designer>=${PYQT_VERSION} py-designerplugin_PATH= ${PYQT_PY_RELNAME}-designerplugin>=${PYQT_VERSION} py-doc_PATH= ${PYQT_PY_RELNAME}-doc>=${PYQT_VERSION} py-gui_PATH= ${PYQT_PY_RELNAME}-gui>=${PYQT_VERSION} py-help_PATH= ${PYQT_PY_RELNAME}-help>=${PYQT_VERSION} py-multimedia_PATH= ${PYQT_PY_RELNAME}-multimedia>=${PYQT_VERSION} py-network_PATH= ${PYQT_PY_RELNAME}-network>=${PYQT_VERSION} py-opengl_PATH= ${PYQT_PY_RELNAME}-opengl>=${PYQT_VERSION} py-phonon_PATH= ${PYQT_PY_RELNAME}-phonon>=${PYQT_VERSION} py-qscintilla2_PATH= ${PYQT_PY_RELNAME}-qscintilla2>=${QSCI2_VERSION} py-script_PATH= ${PYQT_PY_RELNAME}-script>=${PYQT_VERSION} py-scripttools_PATH= ${PYQT_PY_RELNAME}-scripttools>=${PYQT_VERSION} py-sql_PATH= ${PYQT_PY_RELNAME}-sql>=${PYQT_VERSION} py-svg_PATH= ${PYQT_PY_RELNAME}-svg>=${PYQT_VERSION} py-test_PATH= ${PYQT_PY_RELNAME}-test>=${PYQT_VERSION} py-webchannel_PATH= ${PYQT_PY_RELNAME}-webchannel>=${PYQT_VERSION} py-webengine_PATH= ${PYQT_PY_RELNAME}-webengine>=${PYQT_VERSION} py-webkit_PATH= ${PYQT_PY_RELNAME}-webkit>=${PYQT_VERSION} py-xml_PATH= ${PYQT_PY_RELNAME}-xml>=${PYQT_VERSION} py-xmlpatterns_PATH= ${PYQT_PY_RELNAME}-xmlpatterns>=${PYQT_VERSION} py-multimediawidgets_PATH= ${PYQT_PY_RELNAME}-multimediawidgets>=${PYQT_VERSION} py-qml_PATH= ${PYQT_PY_RELNAME}-qml>=${PYQT_VERSION} py-quickwidgets_PATH= ${PYQT_PY_RELNAME}-quickwidgets>=${PYQT_VERSION} py-printsupport_PATH= ${PYQT_PY_RELNAME}-printsupport>=${PYQT_VERSION} py-serialport_PATH= ${PYQT_PY_RELNAME}-serialport>=${PYQT_VERSION} py-webkitwidgets_PATH= ${PYQT_PY_RELNAME}-webkitwidgets>=${PYQT_VERSION} py-widgets_PATH= ${PYQT_PY_RELNAME}-widgets>=${PYQT_VERSION} py-sip_PORT= devel/py-sip py-assistant_PORT= devel/${PYQT_RELNAME}-assistant py-core_PORT= devel/${PYQT_RELNAME}-core py-dbus_PORT= devel/${PYQT_RELNAME}-dbus py-dbussupport_PORT= devel/${PYQT_RELNAME}-dbussupport py-declarative_PORT= devel/${PYQT_RELNAME}-declarative py-demo_PORT= misc/${PYQT_RELNAME}-demo py-designer_PORT= devel/${PYQT_RELNAME}-designer py-designerplugin_PORT= devel/${PYQT_RELNAME}-designerplugin py-doc_PORT= misc/${PYQT_RELNAME}-doc py-gui_PORT= x11-toolkits/${PYQT_RELNAME}-gui py-help_PORT= devel/${PYQT_RELNAME}-help py-multimedia_PORT= multimedia/${PYQT_RELNAME}-multimedia py-network_PORT= net/${PYQT_RELNAME}-network py-opengl_PORT= x11/${PYQT_RELNAME}-opengl py-phonon_PORT= multimedia/${PYQT_RELNAME}-phonon py-qscintilla2_PORT= devel/${PYQT_RELNAME}-qscintilla2 py-script_PORT= devel/${PYQT_RELNAME}-script py-scripttools_PORT= devel/${PYQT_RELNAME}-scripttools py-sql_PORT= databases/${PYQT_RELNAME}-sql py-svg_PORT= graphics/${PYQT_RELNAME}-svg py-test_PORT= devel/${PYQT_RELNAME}-test py-webchannel_PORT= www/${PYQT_RELNAME}-webchannel py-webengine_PORT= www/${PYQT_RELNAME}-webengine py-webkit_PORT= www/${PYQT_RELNAME}-webkit py-xml_PORT= textproc/${PYQT_RELNAME}-xml py-xmlpatterns_PORT= textproc/${PYQT_RELNAME}-xmlpatterns py-multimediawidgets_PORT= multimedia/py-qt5-multimediawidgets py-qml_PORT= lang/py-qt5-qml py-quickwidgets_PORT= x11-toolkits/py-qt5-quickwidgets py-printsupport_PORT= print/py-qt5-printsupport py-serialport_PORT= comms/py-qt5-serialport py-webkitwidgets_PORT= www/py-qt5-webkitwidgets py-widgets_PORT= x11-toolkits/py-qt5-widgets py-assistant_DESC= Python bindings for QtAssistant module py-core_DESC= Python bindings for QtCore module py-dbus_DESC= Python bindings for QtDBus module py-dbussupport_DESC= Qt event loop support for dbus-python py-declarative_DESC= Python bindings for QtDeclarative module py-demo_DESC= PyQt demo and examples py-designer_DESC= Python bindings for QtDesigner module py-designerplugin_DESC= Python bindings for QtDesigner plugin py-doc_DESC= PyQt documentation py-gui_DESC= Python bindings for QtGui module py-help_DESC= Python bindings for QtHelp module py-multimedia_DESC= Python bindings for Multimedia module py-network_DESC= Python bindings for QtNetwork module py-opengl_DESC= Python bindings for QtOpenGL module py-phonon_DESC= Python bindings for Phonon module py-qscintilla2_DESC= Python bindings for QScintilla2 py-script_DESC= Python bindings for QtScript module py-scripttools_DESC= Python bindings for QtScriptTools module py-sql_DESC= Python bindings for QtSql module py-svg_DESC= Python bindings for QtSvg module py-test_DESC= Python bindings for QtTest module py-webchannel_DESC= Python bindings for QtWebChannel module py-webengine_DESC= Python bindings for QtWebEngine module py-webkit_DESC= Python bindings for QtWebKit module py-xml_DESC= Python bindings for QtXml module py-xmlpatterns_DESC= Python bindings for QtXmlPatterns module py-multimediawidgets_DESC= Python bindings for QtMultimediaWidgets module py-qml_DESC= Python bindings for Qml module py-quickwidgets_DESC= Python bindings for QtQuickWidgets module py-printsupport_DESC= Python bindings for Printsupport module py-serialport_DESC= Python bindings for QtSerialPort py-webkitwidgets_DESC= Python bindings for QtWebKitWidgets module py-widgets_DESC= Python bindings for QTWidgets module -SIPDIR_REL= share/py-sip/PyQt${_PYQT_VERSION} -SIPDIR= ${PREFIX}/${SIPDIR_REL} -PLIST_SUB+= PYQT_SIPDIR=${SIPDIR_REL} +# The versionned executable of sip +SIP= ${LOCALBASE}/bin/sip-${PYTHON_VER} +# Relative directories +_VERSION_SUBDIR_REL= PyQt${_PYQT_VERSION}/${PYTHON_VER} +_APIDIR_REL= share/${_VERSION_SUBDIR_REL}/qsci +_DOCDIR_REL= share/doc/${_VERSION_SUBDIR_REL} +_EXAMPLEDIR_REL= share/examples/${_VERSION_SUBDIR_REL} +_SIPDIR_REL= share/${_VERSION_SUBDIR_REL}/sip +_DESIGNERDIR_REL= ${QT_PLUGINDIR_REL}/designer/${_VERSION_SUBDIR_REL} +_QMLDIR_REL= ${QT_QMLDIR_REL}/${_VERSION_SUBDIR_REL} + +# Absolute direcotries +PYQT_APIDIR= ${PREFIX}/${_APIDIR_REL} +PYQT_DOCDIR= ${PREFIX}/${_DOCDIR_REL} +PYQT_EXAMPLEDIR= ${PREFIX}/${_EXAMPLEDIR_REL} +PYQT_SIPDIR= ${PREFIX}/${_SIPDIR_REL} +PYQT_DESIGNERDIR= ${PREFIX}/${_DESIGNERDIR_REL} +PYQT_QMLDIR= ${PREFIX}/${_QMLDIR_REL} + +PLIST_SUB+= PYQT_APIDIR=${_APIDIR_REL} \ + PYQT_DOCDIR=${_DOCDIR_REL} \ + PYQT_EXAMPLEDIR=${_EXAMPLEDIR_REL} \ + PYQT_SIPDIR=${_SIPDIR_REL} \ + PYQT_DESIGNERDIR=${_DESIGNERDIR_REL} \ + PYQT_QMLDIR=${_QMLDIR_REL} + .if defined(PYQT_DIST) PORTVERSION= ${PYQT_VERSION} MASTER_SITES= ${PYQT_MASTERSITES} PKGNAMEPREFIX= ${PYQT_PY_RELNAME}- DISTNAME= ${PYQT_DISTNAME} DISTINFO_FILE= ${PYQT_DISTINFO_FILE} LICENSE?= ${PYQT_LICENSE} HAS_CONFIGURE= yes .if ${_PYQT_VERSION} > 4 # PyQt5's configure.py generates .pro files and calls qmake to generate the # Makefiles. qmake's Makefiles use INSTALL_ROOT instead of DESTDIR. DESTDIRNAME= INSTALL_ROOT # Limit PyQt5's version to the Qt5 version in ports PORTSCOUT?= limit:^${_QT_VERSION:R} .endif PATCHDIR= ${.CURDIR}/../../devel/${PYQT_RELNAME}-core/files -QSCIDIR= ${PREFIX}/share/qt${_PYQT_VERSION}/qsci CONFIGURE_ARGS+=-b ${PREFIX}/bin \ -d ${PYTHONPREFIX_SITELIBDIR} \ -q ${QMAKE} \ --confirm-license \ - --sip ${LOCALBASE}/bin/sip-${PYTHON_VER} \ - --sipdir ${SIPDIR} - + --sip ${SIP} \ + --sipdir ${PYQT_SIPDIR} +# Move the designer plugin and qml libraries to versioned folders. +.if ${_PYQT_VERSION:M5} +CONFIGURE_ARGS+=--qml-plugindir ${PYQT_QMLDIR} \ + --designer-plugindir ${PYQT_DESIGNERDIR} +.endif # One of the things PyQt looks for to determine whether to build the Qt DBus # main loop module (${PYQT_RELNAME}-dbussupport) is whether the dbus/ directory is # present. Only extract it for that port then. .if ${PORTNAME} != "dbussupport" EXTRACT_AFTER_ARGS+= --exclude "${DISTNAME}/dbus" .endif # ${PORTNAME} != "dbussupport" .if !target(do-configure) do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS} .endif # !target(do-configure) .endif # defined(PYQT_DIST) # Set build and run depends -- we need to prefix them internally with "py-" # else we conflict with the ones defined in bsd.qt.mk with the same name _USE_PYQT_ALL+= ${_USE_PYQT${_PYQT_VERSION}_ONLY} .for comp in ${_USE_PYQT_ALL:O:u} _USE_PYQT_ALL_SUFFIXED+= py-${comp} py-${comp}_build py-${comp}_run py-${comp}_BUILD_DEPENDS?= ${py-${comp}_PATH}:${py-${comp}_PORT}@${PY_FLAVOR} py-${comp}_RUN_DEPENDS?= ${py-${comp}_PATH}:${py-${comp}_PORT}@${PY_FLAVOR} py-${comp}_build_BUILD_DEPENDS?= ${py-${comp}_BUILD_DEPENDS} py-${comp}_run_RUN_DEPENDS?= ${py-${comp}_RUN_DEPENDS} .endfor _USE_PYQT= ${USE_PYQT:O:u} .for comp in ${_USE_PYQT} . if ${_USE_PYQT_ALL_SUFFIXED:Mpy-${comp}} BUILD_DEPENDS+= ${py-${comp}_BUILD_DEPENDS} RUN_DEPENDS+= ${py-${comp}_RUN_DEPENDS} . else IGNORE?= cannot be installed: unknown USE_PYQT component ${comp} #' . endif .endfor .endif # defined(_INCLUDE_USES_PYQT_MK) Index: head/audio/cadence/Makefile =================================================================== --- head/audio/cadence/Makefile (revision 485613) +++ head/audio/cadence/Makefile (revision 485614) @@ -1,36 +1,40 @@ # $FreeBSD$ PORTNAME= cadence DISTVERSIONPREFIX= v DISTVERSION= 0.9.0-7 DISTVERSIONSUFFIX= -g4a5f5b4 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org COMMENT= Collection of tools useful for audio production LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= jackit>0:audio/jack USES= gmake compiler:c++11-lang tar:bz2 localbase pkgconfig python:3.4+ pyqt:5 qt:5 shebangfix SHEBANG_FILES= src/*.py USE_GITHUB= yes GH_ACCOUNT= falkTX GH_PROJECT= Cadence USE_QT= core gui widgets buildtools_build USE_PYQT= core_run gui_run network_run widgets_run sip xml_build CXXFLAGS+= -DJACKBRIDGE_PROPER_CPP11_SUPPORT=yes +# Give the Makefile the proper versioned binaries of PyQt +BINARY_ALIAS= pyuic5=${LOCALBASE}/bin/pyuic5-${PYTHON_VER} \ + pyrcc5=${LOCALBASE}/bin/pyrcc5-${PYTHON_VER} post-patch: @${REINPLACE_CMD} 's|exec $$PYTHON |exec ${PYTHON_CMD} |' ${WRKSRC}/data/cadence @cd ${WRKSRC}/data && ${REINPLACE_CMD} ' \ s|#!/bin/bash|#!/bin/sh| ; \ s|ps -f -u |ps -U |' \ cadence cadence-aloop-daemon cadence-jacksettings cadence-logs \ cadence-pulse2jack cadence-pulse2loopback cadence-render \ cadence-session-start catarina catia claudia claudia-launcher .include Index: head/audio/carla/Makefile =================================================================== --- head/audio/carla/Makefile (revision 485613) +++ head/audio/carla/Makefile (revision 485614) @@ -1,59 +1,62 @@ # $FreeBSD$ PORTNAME= Carla DISTVERSIONPREFIX= v DISTVERSION= 1.9.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org COMMENT= Audio LV2 plugin host for Jack and PulseAudio LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/GPL.txt LIB_DEPENDS= liblo.so:audio/liblo \ libsndfile.so:audio/libsndfile RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyliblo>0:audio/py-pyliblo@${PY_FLAVOR} CONFLICTS_BUILD= rtaudio-* rtmidi-* USES= compiler:c++11-lib desktop-file-utils gmake gnome localbase \ pkgconfig pyqt:5 python:3.4+ qt:5 shared-mime-info shebangfix tar:bz2 USE_GITHUB= yes GH_ACCOUNT= falkTX USE_PYQT= core_run gui_run sip svg_run widgets_run xml_build # "sip" should be "sip_build", but "import PyQt5.QtCore" wants "sip". See bug#225040 USE_GNOME= gtk20 gtk30 USE_QT= core gui widgets buildtools_build USE_XORG= x11 USE_LDCONFIG= ${PREFIX}/lib/carla SHEBANG_FILES= data/carla-single source/native-plugins/resources/* MAKE_ARGS= HAVE_QT4=false \ - EXTERNAL_PLUGINS=false + EXTERNAL_PLUGINS=false \ +# Give the Makefile the proper versioned binaries of PyQt +BINARY_ALIAS= pyuic5=${LOCALBASE}/bin/pyuic5-${PYTHON_VER} \ + pyrcc5=${LOCALBASE}/bin/pyrcc5-${PYTHON_VER} OPTIONS_DEFINE= FFMPEG FLUIDSYNTH LINUXSAMPLER OPTIONS_DEFAULT= FFMPEG FLUIDSYNTH JACK LINUXSAMPLER OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= JACK PULSEAUDIO BACKEND_DESC= Audio backend LINUXSAMPLER_DESC= Use LinuxSampler: a software audio sampler FFMPEG_LIB_DEPENDS= libavutil.so:multimedia/ffmpeg FFMPEG_MAKE_ARGS_OFF= HAVE_FFMPEG=false FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth FLUIDSYNTH_MAKE_ARGS_OFF= HAVE_FLUIDSYNTH=false LINUXSAMPLER_LIB_DEPENDS= liblinuxsampler.so:audio/linuxsampler LINUXSAMPLER_MAKE_ARGS_OFF= HAVE_LINUXSAMPLER=false JACK_RUN_DEPENDS= ${LOCALBASE}/lib/libjack.so:audio/jack PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio PULSEAUDIO_MAKE_ARGS_OFF= HAVE_PULSEAUDIO=false post-install: @${REINPLACE_CMD} -i '' -e 's|^PYTHON=.*|PYTHON=${PYTHON_CMD}|' ${STAGEDIR}${PREFIX}/bin/carla* devel-features: patch @${ECHO} "Developer command: show build features" cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} features .include Index: head/audio/picard/Makefile =================================================================== --- head/audio/picard/Makefile (revision 485613) +++ head/audio/picard/Makefile (revision 485614) @@ -1,42 +1,43 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= picard PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \ ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \ http://ftp.osuosl.org/pub/musicbrainz/picard/ MAINTAINER= jhale@FreeBSD.org COMMENT= Next generation MusicBrainz Tagger LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}discid>=0.5.2:audio/py-discid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mutagen>=1.23:audio/py-mutagen@${PY_FLAVOR} USES= gettext pyqt:5 python:3.5+ desktop-file-utils USE_LOCALE= en_US.UTF-8 USE_PYQT= core_run gui_run network_run widgets_run sip USE_PYTHON= autoplist distutils noflavors WRKSRC= ${WRKDIR}/${PORTNAME}-release-${PORTVERSION} OPTIONS_DEFINE= ACOUSTID PLUGINS OPTIONS_DEFAULT= PLUGINS ACOUSTID_RUN_DEPENDS= fpcalc:audio/chromaprint PLUGINS_DESC= Install various plugins to extend functionality PLUGINS_RUN_DEPENDS= picard-plugins>=2.0:audio/picard-plugins post-patch: @${REINPLACE_CMD} -e 's|distutils\.command\.install |setuptools\.command\.install |' \ ${WRKSRC}/setup.py post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/picard/util/_astrcmp.so .include Index: head/audio/puddletag/Makefile =================================================================== --- head/audio/puddletag/Makefile (revision 485613) +++ head/audio/puddletag/Makefile (revision 485614) @@ -1,33 +1,33 @@ # $FreeBSD$ PORTNAME= puddletag PORTVERSION= 1.2.0 DISTVERSIONPREFIX=v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio python MAINTAINER= multimedia@FreeBSD.org COMMENT= Audio tag editor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= chromaprint>=0.4:audio/chromaprint \ ${PYTHON_PKGNAMEPREFIX}mutagen>=1.14:audio/py-mutagen@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configobj>=4.5.0:devel/py-configobj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=1.5.1:devel/py-pyparsing@${PY_FLAVOR} USE_GITHUB= yes GH_ACCOUNT= keithgg USES= python:2.7 pyqt:4 USE_PYTHON= autoplist distutils USE_PYQT= gui_run svg_run WRKSRC_SUBDIR= source NO_BUILD= yes NO_ARCH= yes post-patch: @${REINPLACE_CMD} 's|share/man/man1|man/man1|' ${WRKSRC}/setup.py .include Index: head/cad/py-pyfda/Makefile =================================================================== --- head/cad/py-pyfda/Makefile (revision 485613) +++ head/cad/py-pyfda/Makefile (revision 485614) @@ -1,48 +1,48 @@ # $FreeBSD$ PORTNAME= pyfda PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= rc6 CATEGORIES= cad python devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= GUI tool for designing and analysing discrete time filters LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} USES= python:3.4+ pyqt:5 USE_PYTHON= distutils autoplist USE_PYQT= core_run gui_run widgets_run NO_ARCH= yes post-extract: @${MV} ${WRKSRC}/pyfda/pyfda_log.conf ${WRKSRC}/pyfda/pyfda_log.conf.sample @${MV} ${WRKSRC}/pyfda/pyfda_log_debug.conf ${WRKSRC}/pyfda/pyfda_log_debug.conf.sample post-patch: @${REINPLACE_CMD} -e " \ s|package_data={'pyfda': \['pyfda_log.conf', 'pyfda_log_debug.conf',|package_data={'pyfda': [|; \ s|data_files = \[|data_files = [('${PREFIX}/etc', ['pyfda/pyfda_log.conf.sample', 'pyfda/pyfda_log_debug.conf.sample'])|" \ ${WRKSRC}/setup.py @${REINPLACE_CMD} -e " \ s|logging.config.fileConfig(os.path.join(base_dir, rc.log_config_file))|logging.config.fileConfig(os.path.join('${PREFIX}/etc', rc.log_config_file))|" \ ${WRKSRC}/pyfda/pyfdax.py @${REINPLACE_CMD} -e " \ s|'pyfda.log'|'/tmp/pyfda.log'|" \ ${WRKSRC}/pyfda/*.conf.sample post-stage: @${REINPLACE_CMD} -E " \ s|(.*\.sample)$$|@sample \1|" \ ${WRKDIR}/.PLIST.pymodtmp .include Index: head/comms/gnuradio/Makefile =================================================================== --- head/comms/gnuradio/Makefile (revision 485613) +++ head/comms/gnuradio/Makefile (revision 485614) @@ -1,136 +1,137 @@ # $FreeBSD$ PORTNAME= gnuradio PORTVERSION= 3.7.13.4 +PORTREVISION= 1 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio Software defined radio LICENSE= GPLv3 BROKEN_aarch64= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? BROKEN_armv6= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? BROKEN_armv7= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_SITELIBDIR}/ephem/__init__.py:astro/pyephem@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/mako/__init__.py:textproc/py-mako@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/six.py:devel/py-six@${PY_FLAVOR} \ aconnect:audio/alsa-utils \ cheetah:devel/py-cheetah@${PY_FLAVOR} \ guile:lang/guile \ minixmlto:textproc/minixmlto \ sdl-config:devel/sdl12 \ swig3.0:devel/swig30 \ xdg-open:devel/xdg-utils LIB_DEPENDS= libcppunit.so:devel/cppunit \ libcodec2.so:audio/codec2 \ libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ libqwt.so:x11-toolkits/qwt5 \ ${PY_BOOST} \ liblog4cpp.so:devel/log4cpp \ libportaudio.so:audio/portaudio \ libjack.so:audio/jack \ libasound.so:audio/alsa-lib \ libgsl.so:math/gsl \ libgsm.so:audio/gsm \ libboost_date_time.so:devel/boost-libs \ liborc-0.4.so:devel/orc RUN_DEPENDS:= ${BUILD_DEPENDS} # USES=compiler:c11 is necessary because base GCC fails: # volk/lib/volk_cpu.c: In function 'i_can_has_3dnow': # volk/lib/volk_cpu.c:62: error: can't find a register in class 'BREG' while reloading 'asm' # volk/lib/volk_cpu.c:62: error: 'asm' operand has impossible constraints USES= cmake:outsource compiler:c11 fortran iconv perl5 pkgconfig pyqt:4 python:2.7 qt:4 shebangfix SHEBANG_FILES= grc/scripts/freedesktop/grc_setup_freedesktop.in \ gnuradio-runtime/python/gnuradio/ctrlport/gr-ctrlport-monitor \ gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH:STRING="${LOCALBASE}/lib/gcc${_GCC_VER}" \ -DENABLE_GR_CTRLPORT="YES" \ -DICONV_LIB:STRING="X${ICONV_LIB}" \ -DICONV_PREFIX:STRING="${ICONV_PREFIX}" \ -DLOCALBASE:STRING="${LOCALBASE}" \ -DPYTHON_EXECUTABLE:STRING="${PYTHON_CMD}" \ -DSWIG_EXECUTABLE:STRING="${LOCALBASE}/bin/swig3.0"\ -DXMLTO_EXECUTABLE:STRING=minixmlto # for detailed debugging uncomment the next line #CMAKE_ARGS+= --debug-output --trace MAJOR_SUB_VER= ${PORTVERSION} DOCSDIR= share/doc/${PORTNAME}-${PORTVERSION} USE_GNOME= pygtk2 USE_PYQT= core gui opengl USE_WX= 3.0+ USE_QT= corelib gui xml qmake moc_build rcc_build uic_build WX_COMPS= wx wx:build wx:run python:build python:run USE_LDCONFIG= yes PLIST_SUB+= MAJOR_VERSION="3" PLIST_SUB+= MAJOR_SUB_VER="${MAJOR_SUB_VER}" LIBSTRIP_FILES= analog atsc audio blocks channels digital dtv fcd fec fft\ filter noaa pager pmt qtgui runtime trellis video-sdl\ vocoder wavelet wxgui OPTIONS_DEFINE= DOCS UHD TESTING DOXYGEN # Unfortunately building docs on i386 fails ##OPTIONS_EXCLUDE_${i386}= DOXYGEN # Yay. building docs is broken on 10 and HEAD too so turn them all off OPTIONS_EXCLUDE= DOXYGEN OPTIONS_DEFAULT= UHD OPTIONS_SUB= yes UHD_DESC= Include UHD support from Ettus TESTING_DESC= Include testing support PLIST_SUB+= PORTVERSION=${PORTVERSION} DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ sphinx-apidoc:textproc/py-sphinx@${PY_FLAVOR} \ dot:graphics/graphviz \ xmlto:textproc/xmlto \ freefont-ttf>0:x11-fonts/freefont-ttf DOXYGEN_CMAKE_ON= -DENABLE_DOXYGEN:STRING="ON" \ -DENABLE_DOCS:STRING="ON" DOXYGEN_CMAKE_OFF= -DENABLE_DOXYGEN:STRING="OFF" \ -DENABLE_DOCS:STRING="OFF" HAVE_PORTDOCS= YES UHD_CMAKE_ON= -DENABLE_GR_UHD:STRING="ON" UHD_CMAKE_OFF= -DENABLE_GR_UHD:STRING="OFF" TESTING_CMAKE_ON= -DENABLE_TESTING:STRING="ON" TESTING_CMAKE_OFF= -DENABLE_TESTING:STRING="OFF" TESTING_BUILD_DEPENDS= cppunit-config:devel/cppunit .include .if ${PORT_OPTIONS:MUHD} LIBSTRIP_FILES+= uhd LIB_DEPENDS+= libuhd.so:comms/uhd PLIST_SUB+= UHD="" .else PLIST_SUB+= UHD="@comment " .endif PATCH_FILES= docs/doxygen/Doxyfile.in \ gr-fec/lib/CMakeLists.txt post-patch: @${FIND} ${WRKSRC}/.. -name CMakeLists.txt | \ ${XARGS} ${REINPLACE_CMD} -e \ "s|{GR_LIBRARY_DIR}/pkgconfig|{GR_PKGCONFIG_DIR}/pkgconfig|g" .for p in ${PATCH_FILES} @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/${p} .endfor post-install: .for a in ${LIBSTRIP_FILES} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnuradio-${a}.so.${MAJOR_SUB_VER} .endfor .include Index: head/comms/py-qt5-serialport/Makefile =================================================================== --- head/comms/py-qt5-serialport/Makefile (revision 485613) +++ head/comms/py-qt5-serialport/Makefile (revision 485614) @@ -1,29 +1,28 @@ # $FreeBSD$ PORTNAME= serialport -PORTREVISION= 5 CATEGORIES= comms devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtSerialPort module CONFIGURE_ARGS= --enable QtSerialPort PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core gui serialport qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtSerialPort API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/comms/py-qt5-serialport/pkg-plist =================================================================== --- head/comms/py-qt5-serialport/pkg-plist (revision 485613) +++ head/comms/py-qt5-serialport/pkg-plist (revision 485614) @@ -1,6 +1,6 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtSerialPort.so %%PYTHON_SITELIBDIR%%/PyQt5/QtSerialPort.pyi %%PYQT_SIPDIR%%/QtSerialPort/QtSerialPortmod.sip %%PYQT_SIPDIR%%/QtSerialPort/qserialport.sip %%PYQT_SIPDIR%%/QtSerialPort/qserialportinfo.sip -%%API%%share/qt5/qsci/api/python/QtSerialPort.api +%%API%%%%PYQT_APIDIR%%/api/python/QtSerialPort.api Index: head/databases/py-qt4-sql/Makefile =================================================================== --- head/databases/py-qt4-sql/Makefile (revision 485613) +++ head/databases/py-qt4-sql/Makefile (revision 485614) @@ -1,31 +1,31 @@ # Created by: Danny Pansters # $FreeBSD$ PORTNAME= sql -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= databases devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtSql module CONFIGURE_ARGS= --enable QtSql PYQT_DIST= yes USES= python pyqt:4 qt:4 USE_PYQT= sip_build core_run gui_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= corelib gui sql \ moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtSql API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/databases/py-qt4-sql/pkg-plist =================================================================== --- head/databases/py-qt4-sql/pkg-plist (revision 485613) +++ head/databases/py-qt4-sql/pkg-plist (revision 485614) @@ -1,16 +1,16 @@ %%PYTHON_SITELIBDIR%%/PyQt4/QtSql.so %%PYQT_SIPDIR%%/QtSql/QtSqlmod.sip %%PYQT_SIPDIR%%/QtSql/qsql.sip %%PYQT_SIPDIR%%/QtSql/qsqldatabase.sip %%PYQT_SIPDIR%%/QtSql/qsqldriver.sip %%PYQT_SIPDIR%%/QtSql/qsqlerror.sip %%PYQT_SIPDIR%%/QtSql/qsqlfield.sip %%PYQT_SIPDIR%%/QtSql/qsqlindex.sip %%PYQT_SIPDIR%%/QtSql/qsqlquery.sip %%PYQT_SIPDIR%%/QtSql/qsqlquerymodel.sip %%PYQT_SIPDIR%%/QtSql/qsqlrecord.sip %%PYQT_SIPDIR%%/QtSql/qsqlrelationaldelegate.sip %%PYQT_SIPDIR%%/QtSql/qsqlrelationaltablemodel.sip %%PYQT_SIPDIR%%/QtSql/qsqlresult.sip %%PYQT_SIPDIR%%/QtSql/qsqltablemodel.sip -%%API%%share/qt4/qsci/api/python/QtSql.api +%%API%%%%PYQT_APIDIR%%/api/python/QtSql.api Index: head/databases/py-qt5-sql/Makefile =================================================================== --- head/databases/py-qt5-sql/Makefile (revision 485613) +++ head/databases/py-qt5-sql/Makefile (revision 485614) @@ -1,29 +1,28 @@ # $FreeBSD$ PORTNAME= sql -PORTREVISION= 5 CATEGORIES= databases devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtSql module CONFIGURE_ARGS= --enable QtSql PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run widgets_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core gui sql widgets buildtools_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtSql API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/databases/py-qt5-sql/pkg-plist =================================================================== --- head/databases/py-qt5-sql/pkg-plist (revision 485613) +++ head/databases/py-qt5-sql/pkg-plist (revision 485614) @@ -1,18 +1,18 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtSql.so %%PYTHON_SITELIBDIR%%/PyQt5/QtSql.pyi %%PYQT_SIPDIR%%/QtSql/QtSqlmod.sip %%PYQT_SIPDIR%%/QtSql/qsql.sip %%PYQT_SIPDIR%%/QtSql/qsqldatabase.sip %%PYQT_SIPDIR%%/QtSql/qsqldriver.sip %%PYQT_SIPDIR%%/QtSql/qsqlerror.sip %%PYQT_SIPDIR%%/QtSql/qsqlfield.sip %%PYQT_SIPDIR%%/QtSql/qtsqlglobal.sip %%PYQT_SIPDIR%%/QtSql/qsqlindex.sip %%PYQT_SIPDIR%%/QtSql/qsqlquery.sip %%PYQT_SIPDIR%%/QtSql/qsqlquerymodel.sip %%PYQT_SIPDIR%%/QtSql/qsqlrecord.sip %%PYQT_SIPDIR%%/QtSql/qsqlrelationaldelegate.sip %%PYQT_SIPDIR%%/QtSql/qsqlrelationaltablemodel.sip %%PYQT_SIPDIR%%/QtSql/qsqlresult.sip %%PYQT_SIPDIR%%/QtSql/qsqltablemodel.sip -%%API%%share/qt5/qsci/api/python/QtSql.api +%%API%%%%PYQT_APIDIR%%/api/python/QtSql.api Index: head/deskutils/calibre/Makefile =================================================================== --- head/deskutils/calibre/Makefile (revision 485613) +++ head/deskutils/calibre/Makefile (revision 485614) @@ -1,105 +1,107 @@ # Created by: stas # $FreeBSD$ PORTNAME= calibre PORTVERSION= 3.34.0 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ MAINTAINER= madpilot@FreeBSD.org COMMENT= Ebook management application LICENSE= GPLv3 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libpoppler-qt5.so:graphics/poppler-qt5 \ libwmflite.so:graphics/libwmf \ libchm.so:misc/chmlib \ libicudata.so:devel/icu \ libpodofo.so:graphics/podofo \ libmtp.so:multimedia/libmtp \ libfreetype.so:print/freetype2 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cssutils>=1.0.1,1:www/py-cssutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}apsw>=0:databases/py-apsw@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>=0.3:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}regex>=0:textproc/py-regex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5-parser>=0.4.3:www/py-html5-parser@${PY_FLAVOR} RUN_DEPENDS= xdg-open:devel/xdg-utils \ ${PYTHON_PKGNAMEPREFIX}cssutils>=1.0.1,1:www/py-cssutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:www/py-beautifulsoup32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mechanize>=0:www/py-mechanize@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netifaces>=0:net/py-netifaces@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cssselect>=0:www/py-cssselect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}apsw>=0:databases/py-apsw@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>=0.3:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}regex>=0:textproc/py-regex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5-parser>=0.4.3:www/py-html5-parser@${PY_FLAVOR} \ pdftohtml:graphics/poppler-utils USES= desktop-file-utils gettext-runtime gnome localbase:ldflags pkgconfig \ python:2.7 pyqt:5 qt:5 shared-mime-info shebangfix ssl tar:xz USE_RC_SUBR= calibre EXTRACT_BEFORE_ARGS= -x -s '/^calibre/~-src/' -f SHEBANG_GLOB= *.sh *.py python_OLD_CMD= "/usr/bin/env python2" /bin/python2 /usr/bin/python2 /usr/local/bin/python2 USE_PYQT= core gui network sip svg webkit widgets webkitwidgets xmlpatterns USE_QT= buildtools_build core dbus gui qmake_build widgets USE_GL= egl gl USE_GNOME= glib20 USE_XORG= xrender xext x11 WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION} MAKE_ENV+= FC_INC_DIR="${LOCALBASE}/include/fontconfig" \ FC_LIB_DIR="${LOCALBASE}/lib" \ OVERRIDE_CFLAGS="${CFLAGS}" \ OVERRIDE_LDFLAGS="${LDFLAGS}" \ PODOFO_LIB_DIR="${LOCALBASE}/lib" \ PODOFO_INC_DIR="${LOCALBASE}/include/podofo" \ WITH_USB=yes \ CALIBRE_CONFIG_DIRECTORY=${WRKDIR}/calibre-config \ XDG_DATA_DIRS=${STAGEDIR}${PREFIX}/share \ XDG_CONFIG_HOME=${WRKDIR}/xdg-config \ XDG_UTILS_INSTALL_MODE=system \ QMAKE=${QMAKE} \ - SIP_BIN=sip-${PYTHON_VER} + SIP_BIN=${SIP} \ + SIP_DIR=${PYQT_SIPDIR} post-patch: @${REINPLACE_CMD} -e "s|#!/usr/bin/env python2|#!${PYTHON_CMD}|" \ ${WRKSRC}/setup/install.py do-build: @${MKDIR} ${WRKDIR}/calibre-config ${WRKDIR}/xdg-config @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} \ ${PYSETUP} build) do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION}/site-packages \ ${STAGEDIR}${PREFIX}/share/icons/hicolor \ ${STAGEDIR}${PREFIX}/share/applications \ ${STAGEDIR}${PREFIX}/share/desktop-directories \ ${STAGEDIR}${PREFIX}/share/mime/packages # Create this file to avoid what looks like a bug in xdg-desktop-menu @${TOUCH} ${STAGEDIR}${PREFIX}/share/applications/defaults.list (cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} \ ${PYSETUP} install --prefix ${PREFIX} \ --staging-root ${STAGEDIR}${PREFIX}) @${RM} ${STAGEDIR}${PREFIX}/bin/calibre-uninstall \ ${STAGEDIR}${PREFIX}/share/applications/defaults.list \ ${STAGEDIR}${PREFIX}/share/mime/application/* \ ${STAGEDIR}${PREFIX}/share/mime/text/* @${RMDIR} ${STAGEDIR}${PREFIX}/share/desktop-directories \ ${STAGEDIR}${PREFIX}/share/mime/application \ ${STAGEDIR}${PREFIX}/share/mime/text @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/calibre/calibre/plugins/* .include Index: head/deskutils/treeline/Makefile =================================================================== --- head/deskutils/treeline/Makefile (revision 485613) +++ head/deskutils/treeline/Makefile (revision 485614) @@ -1,60 +1,61 @@ # Created by: Tobias Roth # $FreeBSD$ PORTNAME= treeline PORTVERSION= 3.0.2 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= https://github.com/doug-101/TreeLine/releases/download/v${PORTVERSION}/ \ SF/${PORTNAME}/${PORTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT= Structured information storage program LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/LICENSE USES= python:3.5+ pyqt:5 shebangfix USE_PYQT= core gui network printsupport widgets sip SHEBANG_FILES= source/treeline.py CONFIGURE_ARGS= -b ${STAGEDIR} -p ${PREFIX} -d ${DOCSDIR} -i ${DATADIR}/icons NO_BUILD= yes NO_ARCH= yes WRKSRC= ${WRKDIR}/TreeLine OPTIONS_DEFINE= DOCS NLS SPELL_DESC= Spell check support OPTIONS_SINGLE= SPELL OPTIONS_SINGLE_SPELL= ASPELL HUNSPELL ISPELL OPTIONS_DEFAULT= ASPELL OPTIONS_SUB= yes ASPELL_BUILD_DEPENDS= aspell:textproc/aspell ASPELL_RUN_DEPENDS= aspell:textproc/aspell ASPELL_VARS= SPELL_ENGINE=aspell HUNSPELL_BUILD_DEPENDS= hunspell:textproc/hunspell HUNSPELL_RUN_DEPENDS= hunspell:textproc/hunspell HUNSPELL_VARS= SPELL_ENGINE=hunspell ISPELL_BUILD_DEPENDS= ispell:textproc/aspell-ispell ISPELL_RUN_DEPENDS= ispell:textproc/aspell-ispell ISPELL_VARS= SPELL_ENGINE=ispell NLS_CONFIGURE_OFF= -s post-patch: @${REINPLACE_CMD} -e 's|%%SPELL_ENGINE%%|${SPELL_ENGINE}|' \ ${WRKSRC}/install.py \ ${WRKSRC}/source/spellcheck.py do-install: (cd ${WRKSRC} && ${PYTHON_CMD} install.py ${CONFIGURE_ARGS}) (cd ${STAGEDIR}${PREFIX} && \ ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -d ${DATADIR} -f ${DATADIR_REL}) (cd ${STAGEDIR}${DATADIR} && ${RM} *.bak *.orig *.pro *.spec) (cd ${STAGEDIR}${DOCSDIR} && ${RM} INSTALL LICENSE) .include Index: head/devel/hgview/Makefile =================================================================== --- head/devel/hgview/Makefile (revision 485613) +++ head/devel/hgview/Makefile (revision 485614) @@ -1,45 +1,45 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= hgview PORTVERSION= 1.9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= CHEESESHOP \ http://download.logilab.org/pub/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Fast Mercurial log navigator written in pyqt4 LICENSE= GPLv2 BROKEN= fails to configure RUN_DEPENDS= hg:devel/mercurial \ ${PYTHON_PKGNAMEPREFIX}mx-base>0:lang/py-mx-base@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} BUILD_DEPENDS= hg:devel/mercurial \ xmlto:textproc/xmlto \ asciidoc:textproc/asciidoc NO_ARCH= yes USES= gmake pyqt:4 python:2.7 USE_PYQT= gui_run qscintilla2_run xml_build USE_PYTHON= distutils PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|path/to.*hgview.py|${PYTHON_SITELIBDIR}/hgext/hgview.py|' \ ${WRKSRC}/README @${REINPLACE_CMD} -e 's|'make'|'${MAKE_CMD}'|' ${WRKSRC}/setup.py @${REINPLACE_CMD} \ -e 's,distutils\.command\.install ,setuptools\.command\.install ,' \ ${WRKSRC}/setup.py post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/devel/ninja-ide/Makefile =================================================================== --- head/devel/ninja-ide/Makefile (revision 485613) +++ head/devel/ninja-ide/Makefile (revision 485614) @@ -1,23 +1,23 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= ninja-ide PORTVERSION= 2.3 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://nivit.altervista.org/FreeBSD/ports/distfiles/ MAINTAINER= nivit@FreeBSD.org COMMENT= Cross-platform integrated development environment (IDE) LICENSE= GPLv3 USES= pyqt:4 python:2.7 USE_PYQT= declarative_run network webkit USE_PYTHON= distutils autoplist USE_GITHUB= yes GH_ACCOUNT= ninja-ide .include Index: head/devel/plasma/Makefile =================================================================== --- head/devel/plasma/Makefile (revision 485613) +++ head/devel/plasma/Makefile (revision 485614) @@ -1,46 +1,47 @@ # $FreeBSD$ PORTNAME= plasma DISTVERSION= g20171121 +PORTREVISION= 1 CATEGORIES= devel python MAINTAINER= freebsd_ports@k-worx.org COMMENT= Interactive disassembler for x86/ARM/MIPS LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash \ binutils>=2:devel/binutils \ capstone>=3:devel/capstone3 RUN_DEPENDS= binutils>=2:devel/binutils \ ${PYTHON_PKGNAMEPREFIX}capstone>=3:devel/py-capstone@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keystone-engine>=:devel/py-keystone-engine@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pefile>=0:devel/py-pefile@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyelftools>=0:devel/py-pyelftools@${PY_FLAVOR} USES= python:3.4+ shebangfix USE_GITHUB= yes GH_ACCOUNT= plasma-disassembler GH_PROJECT= plasma GH_TAGNAME= 8ec3bb7 -USE_PYTHON= distutils flavors autoplist +USE_PYTHON= distutils noflavors autoplist SHEBANG_FILES= tests/analyzer/run.sh SHEBANG_GLOB= *.py OPTIONS_DEFINE= MEMMAP OPTIONS_DEFAULT= MEMMAP MEMMAP_DESC= View memory maps (pulls in QT4) MEMMAP_USES= pyqt:4 MEMMAP_USE= PYQT=gui_run post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/setup.py @${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|g' ${WRKSRC}/Makefile .include Index: head/devel/py-pykde4-kde4/Makefile =================================================================== --- head/devel/py-pykde4-kde4/Makefile (revision 485613) +++ head/devel/py-pykde4-kde4/Makefile (revision 485614) @@ -1,54 +1,54 @@ # $FreeBSD$ PORTNAME= pykde4 PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel kde kde-kde4 python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for KDE DEPRECATED= KDE4 is EOL upstream EXPIRATION_DATE= 2018-12-31 LIB_DEPENDS= libqwt.so:x11-toolkits/qwt5 USES= cmake:outsource kde:4 python:2.7 pyqt:4 qt:4 tar:xz USE_KDE= 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_PYTHON= flavors USE_QT= corelib dbus designer_build gui network xml \ qmake_build moc_build uic_build rcc_build USE_CXXSTD= gnu++98 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} PLIST_SUB+= SIPDIR=share/sip OPTIONS_DEFINE= EXAMPLES post-patch: ${FIND} -d ${PATCH_WRKSRC}/sip -name "*.orig" -delete pre-configure: ${REINPLACE_CMD} -e '/add_subdirectory(examples)/ d' \ -e '/add_subdirectory(tools)/ d' \ ${WRKSRC}/CMakeLists.txt ${RM} ${WRKSRC}/examples/CMakeLists.txt post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} ${INSTALL_DATA} ${WRKDIR}/kdebindings4.pth ${STAGEDIR}${PYTHON_SITELIBDIR} .include Index: head/devel/py-qt4/Makefile =================================================================== --- head/devel/py-qt4/Makefile (revision 485613) +++ head/devel/py-qt4/Makefile (revision 485614) @@ -1,29 +1,29 @@ # Created by: Dima Panov # $FreeBSD$ PORTNAME= qt4 PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt 4 toolkit (meta port) USES= metaport python pyqt:4 -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist # Keep these synchronized with _USE_PYQT_ALL / _USE_PYQT4_ONLY in Mk/Use/pyqt.mk OPTIONS_DEFINE= assistant core dbus dbussupport declarative \ demo designer designerplugin doc gui help \ multimedia network opengl phonon qscintilla2 \ script scripttools sql svg test webkit xml \ xmlpatterns OPTIONS_DEFAULT= ${OPTIONS_DEFINE} .for opt in ${OPTIONS_DEFINE} ${opt}_USE= PYQT=${opt}_run ${opt}_DESC= ${py-${opt}_DESC} .endfor .include Index: head/devel/py-qt4-assistant/Makefile =================================================================== --- head/devel/py-qt4-assistant/Makefile (revision 485613) +++ head/devel/py-qt4-assistant/Makefile (revision 485614) @@ -1,31 +1,31 @@ # Created by: Danny Pansters # $FreeBSD$ PORTNAME= assistant -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtAssistant module CONFIGURE_ARGS= --enable QtAssistant PYQT_DIST= yes USES= python pyqt:4 qt:4 USE_PYQT= sip_build core_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= assistantclient corelib gui network \ moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtAssistant API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/devel/py-qt4-assistant/pkg-plist =================================================================== --- head/devel/py-qt4-assistant/pkg-plist (revision 485613) +++ head/devel/py-qt4-assistant/pkg-plist (revision 485614) @@ -1,4 +1,4 @@ %%PYTHON_SITELIBDIR%%/PyQt4/QtAssistant.so %%PYQT_SIPDIR%%/QtAssistant/QtAssistantmod.sip %%PYQT_SIPDIR%%/QtAssistant/qassistantclient.sip -%%API%%share/qt4/qsci/api/python/QtAssistant.api +%%API%%%%PYQT_APIDIR%%/api/python/QtAssistant.api Index: head/devel/py-qt4-core/Makefile =================================================================== --- head/devel/py-qt4-core/Makefile (revision 485613) +++ head/devel/py-qt4-core/Makefile (revision 485614) @@ -1,52 +1,52 @@ # Created by: Danny Pansters # $FreeBSD$ PORTNAME= core -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtCore module CONFIGURE_ARGS= --enable QtCore PYQT_DIST= yes USES= python pyqt:4 qt:4 -USE_PYTHON= py3kplist flavors +USE_PYTHON= concurrent flavors py3kplist USE_PYQT= sip USE_QT= corelib qmake_build moc_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtCore API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include # Bug 180467: We need to remove the port_v${VERSION} directory that does not # correspond to the Python version being used to avoid failures in the # bytecompilation calls in post-install. PLIST_SUB+= PYTHON_MAJOR_VER="${PYTHON_MAJOR_VER}" post-patch: .if ${PYTHON_MAJOR_VER} == "2" ${RM} -r ${WRKSRC}/pyuic/uic/port_v3 .elif ${PYTHON_MAJOR_VER} == "3" ${RM} -r ${WRKSRC}/pyuic/uic/port_v2 .endif post-install: ${INSTALL_DATA} ${FILESDIR}/Qt.py ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt4 ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -f -d ${PYTHONPREFIX_SITELIBDIR}/PyQt4 \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt4 ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -f -d ${PYTHONPREFIX_SITELIBDIR}/PyQt4 \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt4 .include Index: head/devel/py-qt4-core/pkg-plist =================================================================== --- head/devel/py-qt4-core/pkg-plist (revision 485613) +++ head/devel/py-qt4-core/pkg-plist (revision 485614) @@ -1,200 +1,200 @@ bin/pyuic4 %%PYTHON_SITELIBDIR%%/PyQt4/Qt.py %%PYTHON_SITELIBDIR%%/PyQt4/Qt.pyc %%PYTHON_SITELIBDIR%%/PyQt4/Qt.pyo %%PYTHON_SITELIBDIR%%/PyQt4/QtCore.so %%PYTHON_SITELIBDIR%%/PyQt4/__init__.py %%PYTHON_SITELIBDIR%%/PyQt4/__init__.pyc %%PYTHON_SITELIBDIR%%/PyQt4/__init__.pyo %%PYTHON_SITELIBDIR%%/PyQt4/pyqtconfig.py %%PYTHON_SITELIBDIR%%/PyQt4/pyqtconfig.pyc %%PYTHON_SITELIBDIR%%/PyQt4/pyqtconfig.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/__init__.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/__init__.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/__init__.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/compiler.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/compiler.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/compiler.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/indenter.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/indenter.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/indenter.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/misc.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/misc.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/misc.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/proxy_metaclass.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/proxy_metaclass.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/proxy_metaclass.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/qobjectcreator.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/qobjectcreator.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/qobjectcreator.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/qtproxies.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/qtproxies.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/Compiler/qtproxies.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/Loader/__init__.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/Loader/__init__.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/Loader/__init__.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/Loader/loader.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/Loader/loader.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/Loader/loader.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/Loader/qobjectcreator.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/Loader/qobjectcreator.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/Loader/qobjectcreator.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/__init__.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/__init__.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/__init__.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/driver.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/driver.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/driver.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/exceptions.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/exceptions.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/exceptions.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/icon_cache.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/icon_cache.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/icon_cache.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/objcreator.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/objcreator.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/objcreator.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/invoke.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/load_plugin.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/properties.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/properties.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/properties.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/pyuic.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/pyuic.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/pyuic.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/uiparser.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/uiparser.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/uiparser.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/phonon.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/phonon.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/phonon.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qaxcontainer.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qaxcontainer.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qaxcontainer.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qscintilla.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qscintilla.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qscintilla.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qtdeclarative.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qtdeclarative.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qtdeclarative.pyo %%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qtwebkit.py %%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qtwebkit.pyc %%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qtwebkit.pyo %%PYQT_SIPDIR%%/QtCore/QtCoremod.sip %%PYQT_SIPDIR%%/QtCore/qabstractanimation.sip %%PYQT_SIPDIR%%/QtCore/qabstracteventdispatcher.sip %%PYQT_SIPDIR%%/QtCore/qabstractfileengine.sip %%PYQT_SIPDIR%%/QtCore/qabstractitemmodel.sip %%PYQT_SIPDIR%%/QtCore/qabstractnativeeventfilter.sip %%PYQT_SIPDIR%%/QtCore/qabstractstate.sip %%PYQT_SIPDIR%%/QtCore/qabstracttransition.sip %%PYQT_SIPDIR%%/QtCore/qanimationgroup.sip %%PYQT_SIPDIR%%/QtCore/qbasictimer.sip %%PYQT_SIPDIR%%/QtCore/qbitarray.sip %%PYQT_SIPDIR%%/QtCore/qbuffer.sip %%PYQT_SIPDIR%%/QtCore/qbytearray.sip %%PYQT_SIPDIR%%/QtCore/qbytearraymatcher.sip %%PYQT_SIPDIR%%/QtCore/qchar.sip %%PYQT_SIPDIR%%/QtCore/qcoreapplication.sip %%PYQT_SIPDIR%%/QtCore/qcoreevent.sip %%PYQT_SIPDIR%%/QtCore/qcryptographichash.sip %%PYQT_SIPDIR%%/QtCore/qdatastream.sip %%PYQT_SIPDIR%%/QtCore/qdatetime.sip %%PYQT_SIPDIR%%/QtCore/qdir.sip %%PYQT_SIPDIR%%/QtCore/qdiriterator.sip %%PYQT_SIPDIR%%/QtCore/qeasingcurve.sip %%PYQT_SIPDIR%%/QtCore/qelapsedtimer.sip %%PYQT_SIPDIR%%/QtCore/qeventloop.sip %%PYQT_SIPDIR%%/QtCore/qeventtransition.sip %%PYQT_SIPDIR%%/QtCore/qfile.sip %%PYQT_SIPDIR%%/QtCore/qfiledevice.sip %%PYQT_SIPDIR%%/QtCore/qfileinfo.sip %%PYQT_SIPDIR%%/QtCore/qfilesystemwatcher.sip %%PYQT_SIPDIR%%/QtCore/qfinalstate.sip %%PYQT_SIPDIR%%/QtCore/qfsfileengine.sip %%PYQT_SIPDIR%%/QtCore/qglobal.sip %%PYQT_SIPDIR%%/QtCore/qhash.sip %%PYQT_SIPDIR%%/QtCore/qhistorystate.sip %%PYQT_SIPDIR%%/QtCore/qiodevice.sip %%PYQT_SIPDIR%%/QtCore/qlibrary.sip %%PYQT_SIPDIR%%/QtCore/qlibraryinfo.sip %%PYQT_SIPDIR%%/QtCore/qline.sip %%PYQT_SIPDIR%%/QtCore/qlist.sip %%PYQT_SIPDIR%%/QtCore/qlocale.sip %%PYQT_SIPDIR%%/QtCore/qmap.sip %%PYQT_SIPDIR%%/QtCore/qmargins.sip %%PYQT_SIPDIR%%/QtCore/qmetaobject.sip %%PYQT_SIPDIR%%/QtCore/qmetatype.sip %%PYQT_SIPDIR%%/QtCore/qmimedata.sip %%PYQT_SIPDIR%%/QtCore/qmutex.sip %%PYQT_SIPDIR%%/QtCore/qnamespace.sip %%PYQT_SIPDIR%%/QtCore/qnumeric.sip %%PYQT_SIPDIR%%/QtCore/qobject.sip %%PYQT_SIPDIR%%/QtCore/qobjectcleanuphandler.sip %%PYQT_SIPDIR%%/QtCore/qobjectdefs.sip %%PYQT_SIPDIR%%/QtCore/qpair.sip %%PYQT_SIPDIR%%/QtCore/qparallelanimationgroup.sip %%PYQT_SIPDIR%%/QtCore/qpauseanimation.sip %%PYQT_SIPDIR%%/QtCore/qpluginloader.sip %%PYQT_SIPDIR%%/QtCore/qpoint.sip %%PYQT_SIPDIR%%/QtCore/qprocess.sip %%PYQT_SIPDIR%%/QtCore/qpropertyanimation.sip %%PYQT_SIPDIR%%/QtCore/qpynullvariant.sip %%PYQT_SIPDIR%%/QtCore/qreadwritelock.sip %%PYQT_SIPDIR%%/QtCore/qrect.sip %%PYQT_SIPDIR%%/QtCore/qregexp.sip %%PYQT_SIPDIR%%/QtCore/qresource.sip %%PYQT_SIPDIR%%/QtCore/qrunnable.sip %%PYQT_SIPDIR%%/QtCore/qsemaphore.sip %%PYQT_SIPDIR%%/QtCore/qsequentialanimationgroup.sip %%PYQT_SIPDIR%%/QtCore/qset.sip %%PYQT_SIPDIR%%/QtCore/qsettings.sip %%PYQT_SIPDIR%%/QtCore/qsharedmemory.sip %%PYQT_SIPDIR%%/QtCore/qsignalmapper.sip %%PYQT_SIPDIR%%/QtCore/qsignaltransition.sip %%PYQT_SIPDIR%%/QtCore/qsize.sip %%PYQT_SIPDIR%%/QtCore/qsocketnotifier.sip %%PYQT_SIPDIR%%/QtCore/qstate.sip %%PYQT_SIPDIR%%/QtCore/qstatemachine.sip %%PYQT_SIPDIR%%/QtCore/qstring.sip %%PYQT_SIPDIR%%/QtCore/qstringlist.sip %%PYQT_SIPDIR%%/QtCore/qstringmatcher.sip %%PYQT_SIPDIR%%/QtCore/qsystemsemaphore.sip %%PYQT_SIPDIR%%/QtCore/qtemporaryfile.sip %%PYQT_SIPDIR%%/QtCore/qtextboundaryfinder.sip %%PYQT_SIPDIR%%/QtCore/qtextcodec.sip %%PYQT_SIPDIR%%/QtCore/qtextstream.sip %%PYQT_SIPDIR%%/QtCore/qthread.sip %%PYQT_SIPDIR%%/QtCore/qthreadpool.sip %%PYQT_SIPDIR%%/QtCore/qtimeline.sip %%PYQT_SIPDIR%%/QtCore/qtimer.sip %%PYQT_SIPDIR%%/QtCore/qtranslator.sip %%PYQT_SIPDIR%%/QtCore/qurl.sip %%PYQT_SIPDIR%%/QtCore/qurlquery.sip %%PYQT_SIPDIR%%/QtCore/quuid.sip %%PYQT_SIPDIR%%/QtCore/qvariant.sip %%PYQT_SIPDIR%%/QtCore/qvariantanimation.sip %%PYQT_SIPDIR%%/QtCore/qvector.sip %%PYQT_SIPDIR%%/QtCore/qwaitcondition.sip %%PYQT_SIPDIR%%/QtCore/qwineventnotifier.sip %%PYQT_SIPDIR%%/QtCore/qxmlstream.sip -%%API%%share/qt4/qsci/api/python/QtCore.api +%%API%%%%PYQT_APIDIR%%/api/python/QtCore.api Index: head/devel/py-qt4-dbus/Makefile =================================================================== --- head/devel/py-qt4-dbus/Makefile (revision 485613) +++ head/devel/py-qt4-dbus/Makefile (revision 485614) @@ -1,30 +1,30 @@ # Created by: Danny Pansters # $FreeBSD$ PORTNAME= dbus -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtDBus module CONFIGURE_ARGS= --enable QtDBus PYQT_DIST= yes USES= python pyqt:4 qt:4 USE_PYQT= sip_build core_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= corelib dbus moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtDBus API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/devel/py-qt4-dbus/pkg-plist =================================================================== --- head/devel/py-qt4-dbus/pkg-plist (revision 485613) +++ head/devel/py-qt4-dbus/pkg-plist (revision 485614) @@ -1,17 +1,17 @@ %%PYTHON_SITELIBDIR%%/PyQt4/QtDBus.so %%PYQT_SIPDIR%%/QtDBus/QtDBusmod.sip %%PYQT_SIPDIR%%/QtDBus/qdbusabstractadaptor.sip %%PYQT_SIPDIR%%/QtDBus/qdbusabstractinterface.sip %%PYQT_SIPDIR%%/QtDBus/qdbusargument.sip %%PYQT_SIPDIR%%/QtDBus/qdbusconnection.sip %%PYQT_SIPDIR%%/QtDBus/qdbusconnectioninterface.sip %%PYQT_SIPDIR%%/QtDBus/qdbuserror.sip %%PYQT_SIPDIR%%/QtDBus/qdbusextratypes.sip %%PYQT_SIPDIR%%/QtDBus/qdbusinterface.sip %%PYQT_SIPDIR%%/QtDBus/qdbusmessage.sip %%PYQT_SIPDIR%%/QtDBus/qdbuspendingcall.sip %%PYQT_SIPDIR%%/QtDBus/qdbusservicewatcher.sip %%PYQT_SIPDIR%%/QtDBus/qdbusunixfiledescriptor.sip %%PYQT_SIPDIR%%/QtDBus/qpydbuspendingreply.sip %%PYQT_SIPDIR%%/QtDBus/qpydbusreply.sip -%%API%%share/qt4/qsci/api/python/QtDBus.api +%%API%%%%PYQT_APIDIR%%/api/python/QtDBus.api Index: head/devel/py-qt4-declarative/Makefile =================================================================== --- head/devel/py-qt4-declarative/Makefile (revision 485613) +++ head/devel/py-qt4-declarative/Makefile (revision 485614) @@ -1,29 +1,29 @@ # $FreeBSD$ PORTNAME= declarative -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtDeclarative module CONFIGURE_ARGS= --enable QtDeclarative PYQT_DIST= yes USES= python pyqt:4 qt:4 USE_PYQT= sip_build core_run gui_run network_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= corelib declarative gui network script sql svg xmlpatterns \ qmake_build moc_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtDeclarative API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/devel/py-qt4-declarative/pkg-plist =================================================================== --- head/devel/py-qt4-declarative/pkg-plist (revision 485613) +++ head/devel/py-qt4-declarative/pkg-plist (revision 485614) @@ -1,21 +1,21 @@ %%PYTHON_SITELIBDIR%%/PyQt4/QtDeclarative.so %%PYQT_SIPDIR%%/QtDeclarative/QtDeclarativemod.sip %%PYQT_SIPDIR%%/QtDeclarative/qdeclarativecomponent.sip %%PYQT_SIPDIR%%/QtDeclarative/qdeclarativecontext.sip %%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeengine.sip %%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeerror.sip %%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeexpression.sip %%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeextensionplugin.sip %%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeimageprovider.sip %%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeitem.sip %%PYQT_SIPDIR%%/QtDeclarative/qdeclarativelist.sip %%PYQT_SIPDIR%%/QtDeclarative/qdeclarativenetworkaccessmanagerfactory.sip %%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeparserstatus.sip %%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeproperty.sip %%PYQT_SIPDIR%%/QtDeclarative/qdeclarativepropertymap.sip %%PYQT_SIPDIR%%/QtDeclarative/qdeclarativepropertyvaluesource.sip %%PYQT_SIPDIR%%/QtDeclarative/qdeclarativescriptstring.sip %%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeview.sip %%PYQT_SIPDIR%%/QtDeclarative/qpydeclarativelistproperty.sip %%PYQT_SIPDIR%%/QtDeclarative/qpydeclarativepropertyvaluesource.sip -%%API%%share/qt4/qsci/api/python/QtDeclarative.api +%%API%%%%PYQT_APIDIR%%/api/python/QtDeclarative.api Index: head/devel/py-qt4-designer/Makefile =================================================================== --- head/devel/py-qt4-designer/Makefile (revision 485613) +++ head/devel/py-qt4-designer/Makefile (revision 485614) @@ -1,30 +1,30 @@ # Created by: Danny Pansters # $FreeBSD$ PORTNAME= designer -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtDesigner module CONFIGURE_ARGS= --enable QtDesigner --no-designer-plugin PYQT_DIST= yes USES= python pyqt:4 qt:4 USE_PYQT= sip_build core_run gui_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= corelib designer gui moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtDesigner API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/devel/py-qt4-designer/pkg-plist =================================================================== --- head/devel/py-qt4-designer/pkg-plist (revision 485613) +++ head/devel/py-qt4-designer/pkg-plist (revision 485614) @@ -1,27 +1,27 @@ %%PYTHON_SITELIBDIR%%/PyQt4/QtDesigner.so %%PYQT_SIPDIR%%/QtDesigner/QtDesignermod.sip %%PYQT_SIPDIR%%/QtDesigner/abstractactioneditor.sip %%PYQT_SIPDIR%%/QtDesigner/abstractformbuilder.sip %%PYQT_SIPDIR%%/QtDesigner/abstractformeditor.sip %%PYQT_SIPDIR%%/QtDesigner/abstractformwindow.sip %%PYQT_SIPDIR%%/QtDesigner/abstractformwindowcursor.sip %%PYQT_SIPDIR%%/QtDesigner/abstractformwindowmanager.sip %%PYQT_SIPDIR%%/QtDesigner/abstractobjectinspector.sip %%PYQT_SIPDIR%%/QtDesigner/abstractpropertyeditor.sip %%PYQT_SIPDIR%%/QtDesigner/abstractwidgetbox.sip %%PYQT_SIPDIR%%/QtDesigner/container.sip %%PYQT_SIPDIR%%/QtDesigner/customwidget.sip %%PYQT_SIPDIR%%/QtDesigner/default_extensionfactory.sip %%PYQT_SIPDIR%%/QtDesigner/extension.sip %%PYQT_SIPDIR%%/QtDesigner/formbuilder.sip %%PYQT_SIPDIR%%/QtDesigner/membersheet.sip %%PYQT_SIPDIR%%/QtDesigner/propertysheet.sip %%PYQT_SIPDIR%%/QtDesigner/qextensionmanager.sip %%PYQT_SIPDIR%%/QtDesigner/qpydesignercontainerextension.sip %%PYQT_SIPDIR%%/QtDesigner/qpydesignercustomwidgetcollectionplugin.sip %%PYQT_SIPDIR%%/QtDesigner/qpydesignercustomwidgetplugin.sip %%PYQT_SIPDIR%%/QtDesigner/qpydesignermembersheetextension.sip %%PYQT_SIPDIR%%/QtDesigner/qpydesignerpropertysheetextension.sip %%PYQT_SIPDIR%%/QtDesigner/qpydesignertaskmenuextension.sip %%PYQT_SIPDIR%%/QtDesigner/taskmenu.sip -%%API%%share/qt4/qsci/api/python/QtDesigner.api +%%API%%%%PYQT_APIDIR%%/api/python/QtDesigner.api Index: head/devel/py-qt4-help/Makefile =================================================================== --- head/devel/py-qt4-help/Makefile (revision 485613) +++ head/devel/py-qt4-help/Makefile (revision 485614) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= help -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtHelp module CONFIGURE_ARGS= --enable QtHelp PYQT_DIST= yes USES= python pyqt:4 qt:4 USE_PYQT= sip_build core_run gui_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= corelib gui help network sql moc_build qmake_build 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_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/devel/py-qt4-help/pkg-plist =================================================================== --- head/devel/py-qt4-help/pkg-plist (revision 485613) +++ head/devel/py-qt4-help/pkg-plist (revision 485614) @@ -1,10 +1,10 @@ %%PYTHON_SITELIBDIR%%/PyQt4/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/qt4/qsci/api/python/QtHelp.api +%%API%%%%PYQT_APIDIR%%/api/python/QtHelp.api Index: head/devel/py-qt4-qscintilla2/Makefile =================================================================== --- head/devel/py-qt4-qscintilla2/Makefile (revision 485613) +++ head/devel/py-qt4-qscintilla2/Makefile (revision 485614) @@ -1,41 +1,42 @@ # Created by: Danny Pansters # $FreeBSD$ PORTNAME= qscintilla2 PORTVERSION= ${QSCI2_VERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_QSCI2} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- DISTNAME= ${QSCI2_DISTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for QScintilla2 (PyQt4), QSci module LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DISTINFO_FILE= ${.CURDIR:H}/qscintilla2/distinfo DESTDIRNAME= INSTALL_ROOT HAS_CONFIGURE= yes USES= python pyqt:4 qmake:no_env qt:4 USE_PYQT= sip core gui -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= corelib gui moc_build qmake_build OPTIONS_DEFINE= DEBUG DEBUG_CONFIGURE_ON= --debug --trace -QSCIDIR= ${PREFIX}/share/qt4/qsci -CONFIGURE_ARGS= --pyqt PyQt4 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt4 -v ${SIPDIR} \ - --apidir ${QSCIDIR} --qmake ${QMAKE} --pyqt-sipdir ${SIPDIR} \ - --sip ${LOCALBASE}/bin/sip-${PYTHON_VER} +PYQT_APIDIR= ${PREFIX}/share/qt4/qsci +CONFIGURE_ARGS= --pyqt PyQt4 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt4 -v ${PYQT_SIPDIR} \ + --apidir ${PYQT_APIDIR} --qmake ${QMAKE} --pyqt-sipdir ${PYQT_SIPDIR} \ + --sip ${SIP} WRKSRC= ${WRKDIR}/${DISTNAME}/Python ALL_TARGET= #empty do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\ ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS} .include Index: head/devel/py-qt4-qscintilla2/pkg-plist =================================================================== --- head/devel/py-qt4-qscintilla2/pkg-plist (revision 485613) +++ head/devel/py-qt4-qscintilla2/pkg-plist (revision 485614) @@ -1,57 +1,57 @@ %%PYTHON_SITELIBDIR%%/PyQt4/Qsci.pyi %%PYTHON_SITELIBDIR%%/PyQt4/Qsci.so %%PYQT_SIPDIR%%/Qsci/qsciabstractapis.sip %%PYQT_SIPDIR%%/Qsci/qsciapis.sip %%PYQT_SIPDIR%%/Qsci/qscicommand.sip %%PYQT_SIPDIR%%/Qsci/qscicommandset.sip %%PYQT_SIPDIR%%/Qsci/qscidocument.sip %%PYQT_SIPDIR%%/Qsci/qscilexer.sip %%PYQT_SIPDIR%%/Qsci/qscilexeravs.sip %%PYQT_SIPDIR%%/Qsci/qscilexerbash.sip %%PYQT_SIPDIR%%/Qsci/qscilexerbatch.sip %%PYQT_SIPDIR%%/Qsci/qscilexercmake.sip %%PYQT_SIPDIR%%/Qsci/qscilexercoffeescript.sip %%PYQT_SIPDIR%%/Qsci/qscilexercpp.sip %%PYQT_SIPDIR%%/Qsci/qscilexercsharp.sip %%PYQT_SIPDIR%%/Qsci/qscilexercss.sip %%PYQT_SIPDIR%%/Qsci/qscilexercustom.sip %%PYQT_SIPDIR%%/Qsci/qscilexerd.sip %%PYQT_SIPDIR%%/Qsci/qscilexerdiff.sip %%PYQT_SIPDIR%%/Qsci/qscilexerfortran.sip %%PYQT_SIPDIR%%/Qsci/qscilexerfortran77.sip %%PYQT_SIPDIR%%/Qsci/qscilexerhtml.sip %%PYQT_SIPDIR%%/Qsci/qscilexeridl.sip %%PYQT_SIPDIR%%/Qsci/qscilexerjava.sip %%PYQT_SIPDIR%%/Qsci/qscilexerjavascript.sip %%PYQT_SIPDIR%%/Qsci/qscilexerjson.sip %%PYQT_SIPDIR%%/Qsci/qscilexerlua.sip %%PYQT_SIPDIR%%/Qsci/qscilexermakefile.sip %%PYQT_SIPDIR%%/Qsci/qscilexermarkdown.sip %%PYQT_SIPDIR%%/Qsci/qscilexermatlab.sip %%PYQT_SIPDIR%%/Qsci/qscilexeroctave.sip %%PYQT_SIPDIR%%/Qsci/qscilexerpascal.sip %%PYQT_SIPDIR%%/Qsci/qscilexerperl.sip %%PYQT_SIPDIR%%/Qsci/qscilexerpo.sip %%PYQT_SIPDIR%%/Qsci/qscilexerpostscript.sip %%PYQT_SIPDIR%%/Qsci/qscilexerpov.sip %%PYQT_SIPDIR%%/Qsci/qscilexerproperties.sip %%PYQT_SIPDIR%%/Qsci/qscilexerpython.sip %%PYQT_SIPDIR%%/Qsci/qscilexerruby.sip %%PYQT_SIPDIR%%/Qsci/qscilexerspice.sip %%PYQT_SIPDIR%%/Qsci/qscilexersql.sip %%PYQT_SIPDIR%%/Qsci/qscilexertcl.sip %%PYQT_SIPDIR%%/Qsci/qscilexertex.sip %%PYQT_SIPDIR%%/Qsci/qscilexerverilog.sip %%PYQT_SIPDIR%%/Qsci/qscilexervhdl.sip %%PYQT_SIPDIR%%/Qsci/qscilexerxml.sip %%PYQT_SIPDIR%%/Qsci/qscilexeryaml.sip %%PYQT_SIPDIR%%/Qsci/qscimacro.sip %%PYQT_SIPDIR%%/Qsci/qscimod4.sip %%PYQT_SIPDIR%%/Qsci/qscimod5.sip %%PYQT_SIPDIR%%/Qsci/qscimodcommon.sip %%PYQT_SIPDIR%%/Qsci/qsciprinter.sip %%PYQT_SIPDIR%%/Qsci/qsciscintilla.sip %%PYQT_SIPDIR%%/Qsci/qsciscintillabase.sip %%PYQT_SIPDIR%%/Qsci/qscistyle.sip %%PYQT_SIPDIR%%/Qsci/qscistyledtext.sip -share/qt4/qsci/api/python/QScintilla2.api +%%PYQT_APIDIR%%/api/python/QScintilla2.api Index: head/devel/py-qt4-script/Makefile =================================================================== --- head/devel/py-qt4-script/Makefile (revision 485613) +++ head/devel/py-qt4-script/Makefile (revision 485614) @@ -1,30 +1,30 @@ # Created by: Danny Pansters # $FreeBSD$ PORTNAME= script -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtScript module CONFIGURE_ARGS= --enable QtScript PYQT_DIST= yes USES= python pyqt:4 qt:4 USE_PYQT= sip_build core_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= corelib script moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtScript API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/devel/py-qt4-script/pkg-plist =================================================================== --- head/devel/py-qt4-script/pkg-plist (revision 485613) +++ head/devel/py-qt4-script/pkg-plist (revision 485614) @@ -1,12 +1,12 @@ %%PYTHON_SITELIBDIR%%/PyQt4/QtScript.so %%PYQT_SIPDIR%%/QtScript/QtScriptmod.sip %%PYQT_SIPDIR%%/QtScript/qscriptclass.sip %%PYQT_SIPDIR%%/QtScript/qscriptclasspropertyiterator.sip %%PYQT_SIPDIR%%/QtScript/qscriptcontext.sip %%PYQT_SIPDIR%%/QtScript/qscriptcontextinfo.sip %%PYQT_SIPDIR%%/QtScript/qscriptengine.sip %%PYQT_SIPDIR%%/QtScript/qscriptengineagent.sip %%PYQT_SIPDIR%%/QtScript/qscriptstring.sip %%PYQT_SIPDIR%%/QtScript/qscriptvalue.sip %%PYQT_SIPDIR%%/QtScript/qscriptvalueiterator.sip -%%API%%share/qt4/qsci/api/python/QtScript.api +%%API%%%%PYQT_APIDIR%%/api/python/QtScript.api Index: head/devel/py-qt4-scripttools/Makefile =================================================================== --- head/devel/py-qt4-scripttools/Makefile (revision 485613) +++ head/devel/py-qt4-scripttools/Makefile (revision 485614) @@ -1,29 +1,29 @@ # $FreeBSD$ PORTNAME= scripttools -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtScriptTools module CONFIGURE_ARGS= --enable QtScriptTools PYQT_DIST= yes USES= python pyqt:4 qt:4 USE_PYQT= sip_build core_run gui_run script_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= corelib gui script scripttools moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtScriptTools API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/devel/py-qt4-scripttools/pkg-plist =================================================================== --- head/devel/py-qt4-scripttools/pkg-plist (revision 485613) +++ head/devel/py-qt4-scripttools/pkg-plist (revision 485614) @@ -1,4 +1,4 @@ %%PYTHON_SITELIBDIR%%/PyQt4/QtScriptTools.so %%PYQT_SIPDIR%%/QtScriptTools/QtScriptToolsmod.sip %%PYQT_SIPDIR%%/QtScriptTools/qscriptenginedebugger.sip -%%API%%share/qt4/qsci/api/python/QtScriptTools.api +%%API%%%%PYQT_APIDIR%%/api/python/QtScriptTools.api Index: head/devel/py-qt4-test/Makefile =================================================================== --- head/devel/py-qt4-test/Makefile (revision 485613) +++ head/devel/py-qt4-test/Makefile (revision 485614) @@ -1,30 +1,30 @@ # Created by: Danny Pansters # $FreeBSD$ PORTNAME= test -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtTest module CONFIGURE_ARGS= --enable QtTest PYQT_DIST= yes USES= python pyqt:4 qt:4 USE_PYQT= sip_build core_run gui_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= corelib gui qtestlib moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtTest API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/devel/py-qt4-test/pkg-plist =================================================================== --- head/devel/py-qt4-test/pkg-plist (revision 485613) +++ head/devel/py-qt4-test/pkg-plist (revision 485614) @@ -1,7 +1,7 @@ %%PYTHON_SITELIBDIR%%/PyQt4/QtTest.so %%PYQT_SIPDIR%%/QtTest/QtTestmod.sip %%PYQT_SIPDIR%%/QtTest/qtestcase.sip %%PYQT_SIPDIR%%/QtTest/qtestkeyboard.sip %%PYQT_SIPDIR%%/QtTest/qtestmouse.sip %%PYQT_SIPDIR%%/QtTest/qtestsystem.sip -%%API%%share/qt4/qsci/api/python/QtTest.api +%%API%%%%PYQT_APIDIR%%/api/python/QtTest.api Index: head/devel/py-qt5/Makefile =================================================================== --- head/devel/py-qt5/Makefile (revision 485613) +++ head/devel/py-qt5/Makefile (revision 485614) @@ -1,28 +1,27 @@ # $FreeBSD$ PORTNAME= qt5 PORTVERSION= ${PYQT5_VERSION} -PORTREVISION= 4 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt 5 toolkit (meta port) USES= metaport python pyqt:5 USE_PYTHON= flavors # Keep these synchronized with _USE_PYQT_ALL / _USE_PYQT5_ONLY in Mk/Use/pyqt.mk OPTIONS_DEFINE= core dbus dbussupport demo designer \ designerplugin gui multimedia multimediawidgets \ network opengl printsupport qml qscintilla2 quickwidgets \ sql serialport svg test webchannel webengine webkit \ webkitwidgets widgets xml xmlpatterns -OPTIONS_DEFAULT=${OPTIONS_DEFINE} +OPTIONS_DEFAULT=${OPTIONS_DEFINE:Nwebengine} .for opt in ${OPTIONS_DEFINE} ${opt}_USE= PYQT=${opt}_run ${opt}_DESC= ${py-${opt}_DESC} .endfor .include Index: head/devel/py-qt5/distinfo =================================================================== --- head/devel/py-qt5/distinfo (revision 485613) +++ head/devel/py-qt5/distinfo (revision 485614) @@ -1,3 +1,3 @@ TIMESTAMP = 1487865147 -SHA256 (PyQt5_gpl-5.9.2.tar.gz) = c190dac598c97b0113ca5e7a37c71c623f02d1d713088addfacac4acfa4b8394 -SIZE (PyQt5_gpl-5.9.2.tar.gz) = 3102848 +SHA256 (PyQt5_gpl-5.10.1.tar.gz) = 9932e971e825ece4ea08f84ad95017837fa8f3f29c6b0496985fa1093661e9ef +SIZE (PyQt5_gpl-5.10.1.tar.gz) = 3110469 Index: head/devel/py-qt5-core/Makefile =================================================================== --- head/devel/py-qt5-core/Makefile (revision 485613) +++ head/devel/py-qt5-core/Makefile (revision 485614) @@ -1,54 +1,53 @@ # $FreeBSD$ PORTNAME= core -PORTREVISION= 6 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtCore module PYQT_MODULE= QtCore CONFIGURE_ARGS= ${PYQT5_MODULES_ALL:N${PYQT_MODULE}:C/.*/--disable=&/} \ --enable=${PYQT_MODULE} PYQT_DIST= yes USES= python pyqt:5 qt:5 -USE_PYTHON= py3kplist flavors +USE_PYTHON= concurrent flavors py3kplist USE_PYQT= sip_build USE_QT= core buildtools_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtCore API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include # Bug 180467: We need to remove the port_v${VERSION} directory that does not # correspond to the Python version being used to avoid failures in the # bytecompilation calls in post-install. PLIST_SUB+= PYTHON_MAJOR_VER="${PYTHON_MAJOR_VER}" post-patch: .if ${PYTHON_MAJOR_VER} == "2" ${RM} -r ${WRKSRC}/pyuic/uic/port_v3 .elif ${PYTHON_MAJOR_VER} == "3" ${RM} -r ${WRKSRC}/pyuic/uic/port_v2 .endif post-install: ${INSTALL_DATA} ${FILESDIR}/Qt.py ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5 ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -f -d ${PYTHONPREFIX_SITELIBDIR}/PyQt5 \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5 ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -f -d ${PYTHONPREFIX_SITELIBDIR}/PyQt5 \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5 .include Index: head/devel/py-qt5-core/pkg-plist =================================================================== --- head/devel/py-qt5-core/pkg-plist (revision 485613) +++ head/devel/py-qt5-core/pkg-plist (revision 485614) @@ -1,223 +1,224 @@ bin/pyuic5 %%PYTHON_SITELIBDIR%%/PyQt5/Qt.py %%PYTHON_SITELIBDIR%%/PyQt5/Qt.pyc %%PYTHON_SITELIBDIR%%/PyQt5/Qt.pyo %%PYTHON_SITELIBDIR%%/PyQt5/QtCore.so %%PYTHON_SITELIBDIR%%/PyQt5/QtCore.pyi %%PYTHON_SITELIBDIR%%/PyQt5/__init__.py %%PYTHON_SITELIBDIR%%/PyQt5/__init__.pyc %%PYTHON_SITELIBDIR%%/PyQt5/__init__.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/__init__.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/compiler.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/indenter.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/misc.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/proxy_metaclass.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qobjectcreator.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/Compiler/qtproxies.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/__init__.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/loader.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/Loader/qobjectcreator.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/__init__.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/driver.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/exceptions.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/icon_cache.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/objcreator.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/__init__.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/as_string.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/ascii_upper.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/proxy_base.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/port_v%%PYTHON_MAJOR_VER%%/string_io.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/properties.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/pyuic.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/uiparser.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qaxcontainer.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qscintilla.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtcharts.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtcharts.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtcharts.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtprintsupport.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtquickwidgets.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebenginewidgets.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebenginewidgets.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebenginewidgets.pyo %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.py %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.pyc %%PYTHON_SITELIBDIR%%/PyQt5/uic/widget-plugins/qtwebkit.pyo %%PYQT_SIPDIR%%/QtCore/QtCoremod.sip %%PYQT_SIPDIR%%/QtCore/qabstractanimation.sip %%PYQT_SIPDIR%%/QtCore/qabstracteventdispatcher.sip %%PYQT_SIPDIR%%/QtCore/qabstractitemmodel.sip %%PYQT_SIPDIR%%/QtCore/qabstractnativeeventfilter.sip %%PYQT_SIPDIR%%/QtCore/qabstractproxymodel.sip %%PYQT_SIPDIR%%/QtCore/qabstractstate.sip %%PYQT_SIPDIR%%/QtCore/qabstracttransition.sip %%PYQT_SIPDIR%%/QtCore/qanimationgroup.sip %%PYQT_SIPDIR%%/QtCore/qbasictimer.sip %%PYQT_SIPDIR%%/QtCore/qbitarray.sip %%PYQT_SIPDIR%%/QtCore/qbuffer.sip %%PYQT_SIPDIR%%/QtCore/qbytearray.sip %%PYQT_SIPDIR%%/QtCore/qbytearraymatcher.sip %%PYQT_SIPDIR%%/QtCore/qchar.sip %%PYQT_SIPDIR%%/QtCore/qcollator.sip %%PYQT_SIPDIR%%/QtCore/qcommandlineoption.sip %%PYQT_SIPDIR%%/QtCore/qcommandlineparser.sip %%PYQT_SIPDIR%%/QtCore/qcoreapplication.sip %%PYQT_SIPDIR%%/QtCore/qcoreevent.sip %%PYQT_SIPDIR%%/QtCore/qcryptographichash.sip %%PYQT_SIPDIR%%/QtCore/qdatastream.sip %%PYQT_SIPDIR%%/QtCore/qdatetime.sip %%PYQT_SIPDIR%%/QtCore/qdeadlinetimer.sip %%PYQT_SIPDIR%%/QtCore/qdir.sip %%PYQT_SIPDIR%%/QtCore/qdiriterator.sip %%PYQT_SIPDIR%%/QtCore/qeasingcurve.sip %%PYQT_SIPDIR%%/QtCore/qelapsedtimer.sip %%PYQT_SIPDIR%%/QtCore/qeventloop.sip %%PYQT_SIPDIR%%/QtCore/qeventtransition.sip %%PYQT_SIPDIR%%/QtCore/qfile.sip %%PYQT_SIPDIR%%/QtCore/qfiledevice.sip %%PYQT_SIPDIR%%/QtCore/qfileinfo.sip %%PYQT_SIPDIR%%/QtCore/qfileselector.sip %%PYQT_SIPDIR%%/QtCore/qfilesystemwatcher.sip %%PYQT_SIPDIR%%/QtCore/qfinalstate.sip %%PYQT_SIPDIR%%/QtCore/qglobal.sip %%PYQT_SIPDIR%%/QtCore/qhistorystate.sip %%PYQT_SIPDIR%%/QtCore/qidentityproxymodel.sip %%PYQT_SIPDIR%%/QtCore/qiodevice.sip %%PYQT_SIPDIR%%/QtCore/qitemselectionmodel.sip %%PYQT_SIPDIR%%/QtCore/qjsonarray.sip %%PYQT_SIPDIR%%/QtCore/qjsondocument.sip %%PYQT_SIPDIR%%/QtCore/qjsonobject.sip %%PYQT_SIPDIR%%/QtCore/qjsonvalue.sip %%PYQT_SIPDIR%%/QtCore/qlibrary.sip %%PYQT_SIPDIR%%/QtCore/qlibraryinfo.sip %%PYQT_SIPDIR%%/QtCore/qline.sip %%PYQT_SIPDIR%%/QtCore/qlocale.sip %%PYQT_SIPDIR%%/QtCore/qlockfile.sip %%PYQT_SIPDIR%%/QtCore/qlogging.sip %%PYQT_SIPDIR%%/QtCore/qmargins.sip %%PYQT_SIPDIR%%/QtCore/qmessageauthenticationcode.sip %%PYQT_SIPDIR%%/QtCore/qmetaobject.sip %%PYQT_SIPDIR%%/QtCore/qmetatype.sip %%PYQT_SIPDIR%%/QtCore/qmimedata.sip %%PYQT_SIPDIR%%/QtCore/qmimedatabase.sip %%PYQT_SIPDIR%%/QtCore/qmimetype.sip %%PYQT_SIPDIR%%/QtCore/qmutex.sip %%PYQT_SIPDIR%%/QtCore/qnamespace.sip %%PYQT_SIPDIR%%/QtCore/qnumeric.sip %%PYQT_SIPDIR%%/QtCore/qobject.sip %%PYQT_SIPDIR%%/QtCore/qobjectcleanuphandler.sip %%PYQT_SIPDIR%%/QtCore/qobjectdefs.sip %%PYQT_SIPDIR%%/QtCore/qoperatingsystemversion.sip %%PYQT_SIPDIR%%/QtCore/qparallelanimationgroup.sip %%PYQT_SIPDIR%%/QtCore/qpauseanimation.sip %%PYQT_SIPDIR%%/QtCore/qpluginloader.sip %%PYQT_SIPDIR%%/QtCore/qpoint.sip %%PYQT_SIPDIR%%/QtCore/qprocess.sip %%PYQT_SIPDIR%%/QtCore/qpropertyanimation.sip %%PYQT_SIPDIR%%/QtCore/qpycore_qhash.sip %%PYQT_SIPDIR%%/QtCore/qpycore_qlist.sip %%PYQT_SIPDIR%%/QtCore/qpycore_qmap.sip %%PYQT_SIPDIR%%/QtCore/qpycore_qpair.sip %%PYQT_SIPDIR%%/QtCore/qpycore_qset.sip %%PYQT_SIPDIR%%/QtCore/qpycore_qvector.sip %%PYQT_SIPDIR%%/QtCore/qpycore_virtual_error_handler.sip +%%PYQT_SIPDIR%%/QtCore/qrandom.sip %%PYQT_SIPDIR%%/QtCore/qreadwritelock.sip %%PYQT_SIPDIR%%/QtCore/qrect.sip %%PYQT_SIPDIR%%/QtCore/qregexp.sip %%PYQT_SIPDIR%%/QtCore/qregularexpression.sip %%PYQT_SIPDIR%%/QtCore/qresource.sip %%PYQT_SIPDIR%%/QtCore/qrunnable.sip %%PYQT_SIPDIR%%/QtCore/qsavefile.sip %%PYQT_SIPDIR%%/QtCore/qsemaphore.sip %%PYQT_SIPDIR%%/QtCore/qsequentialanimationgroup.sip %%PYQT_SIPDIR%%/QtCore/qsettings.sip %%PYQT_SIPDIR%%/QtCore/qsharedmemory.sip %%PYQT_SIPDIR%%/QtCore/qsignalmapper.sip %%PYQT_SIPDIR%%/QtCore/qsignaltransition.sip %%PYQT_SIPDIR%%/QtCore/qsize.sip %%PYQT_SIPDIR%%/QtCore/qsocketnotifier.sip %%PYQT_SIPDIR%%/QtCore/qsortfilterproxymodel.sip %%PYQT_SIPDIR%%/QtCore/qstandardpaths.sip %%PYQT_SIPDIR%%/QtCore/qstate.sip %%PYQT_SIPDIR%%/QtCore/qstatemachine.sip %%PYQT_SIPDIR%%/QtCore/qstorageinfo.sip %%PYQT_SIPDIR%%/QtCore/qstring.sip %%PYQT_SIPDIR%%/QtCore/qstringlist.sip %%PYQT_SIPDIR%%/QtCore/qstringlistmodel.sip %%PYQT_SIPDIR%%/QtCore/qsysinfo.sip %%PYQT_SIPDIR%%/QtCore/qsystemsemaphore.sip %%PYQT_SIPDIR%%/QtCore/qtemporarydir.sip %%PYQT_SIPDIR%%/QtCore/qtemporaryfile.sip %%PYQT_SIPDIR%%/QtCore/qtextboundaryfinder.sip %%PYQT_SIPDIR%%/QtCore/qtextcodec.sip %%PYQT_SIPDIR%%/QtCore/qtextstream.sip %%PYQT_SIPDIR%%/QtCore/qthread.sip %%PYQT_SIPDIR%%/QtCore/qthreadpool.sip %%PYQT_SIPDIR%%/QtCore/qtimeline.sip %%PYQT_SIPDIR%%/QtCore/qtimer.sip %%PYQT_SIPDIR%%/QtCore/qtimezone.sip %%PYQT_SIPDIR%%/QtCore/qtranslator.sip %%PYQT_SIPDIR%%/QtCore/qurl.sip %%PYQT_SIPDIR%%/QtCore/qurlquery.sip %%PYQT_SIPDIR%%/QtCore/quuid.sip %%PYQT_SIPDIR%%/QtCore/qvariant.sip %%PYQT_SIPDIR%%/QtCore/qvariantanimation.sip %%PYQT_SIPDIR%%/QtCore/qversionnumber.sip %%PYQT_SIPDIR%%/QtCore/qwaitcondition.sip %%PYQT_SIPDIR%%/QtCore/qwineventnotifier.sip %%PYQT_SIPDIR%%/QtCore/qxmlstream.sip -%%API%%share/qt5/qsci/api/python/QtCore.api +%%API%%%%PYQT_APIDIR%%/api/python/QtCore.api Index: head/devel/py-qt5-dbus/Makefile =================================================================== --- head/devel/py-qt5-dbus/Makefile (revision 485613) +++ head/devel/py-qt5-dbus/Makefile (revision 485614) @@ -1,28 +1,27 @@ # $FreeBSD$ PORTNAME= dbus -PORTREVISION= 5 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtDBus module CONFIGURE_ARGS= --enable QtDBus PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_PYQT= sip_build core_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core dbus qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtDBus API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/devel/py-qt5-dbus/pkg-plist =================================================================== --- head/devel/py-qt5-dbus/pkg-plist (revision 485613) +++ head/devel/py-qt5-dbus/pkg-plist (revision 485614) @@ -1,18 +1,18 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtDBus.so %%PYTHON_SITELIBDIR%%/PyQt5/QtDBus.pyi %%PYQT_SIPDIR%%/QtDBus/QtDBusmod.sip %%PYQT_SIPDIR%%/QtDBus/qdbusabstractadaptor.sip %%PYQT_SIPDIR%%/QtDBus/qdbusabstractinterface.sip %%PYQT_SIPDIR%%/QtDBus/qdbusargument.sip %%PYQT_SIPDIR%%/QtDBus/qdbusconnection.sip %%PYQT_SIPDIR%%/QtDBus/qdbusconnectioninterface.sip %%PYQT_SIPDIR%%/QtDBus/qdbuserror.sip %%PYQT_SIPDIR%%/QtDBus/qdbusextratypes.sip %%PYQT_SIPDIR%%/QtDBus/qdbusinterface.sip %%PYQT_SIPDIR%%/QtDBus/qdbusmessage.sip %%PYQT_SIPDIR%%/QtDBus/qdbuspendingcall.sip %%PYQT_SIPDIR%%/QtDBus/qdbusservicewatcher.sip %%PYQT_SIPDIR%%/QtDBus/qdbusunixfiledescriptor.sip %%PYQT_SIPDIR%%/QtDBus/qpydbuspendingreply.sip %%PYQT_SIPDIR%%/QtDBus/qpydbusreply.sip -%%API%%share/qt5/qsci/api/python/QtDBus.api +%%API%%%%PYQT_APIDIR%%/api/python/QtDBus.api Index: head/devel/py-qt5-dbussupport/Makefile =================================================================== --- head/devel/py-qt5-dbussupport/Makefile (revision 485613) +++ head/devel/py-qt5-dbussupport/Makefile (revision 485614) @@ -1,29 +1,28 @@ # $FreeBSD$ PORTNAME= dbussupport -PORTREVISION= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org COMMENT= Qt event loop support for dbus-python BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:devel/py-dbus@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:devel/py-dbus@${PY_FLAVOR} CONFIGURE_ARGS= --enable QtCore PYQT_DIST= yes USES= pkgconfig python pyqt:5 qt:5 USE_PYQT= sip_build -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core buildtools_build qmake_build OPTIONS_DEFINE= DEBUG DEBUG_CONFIGURE_ON= --debug --trace BUILD_WRKSRC= ${WRKSRC}/dbus INSTALL_WRKSRC= ${WRKSRC}/dbus PLIST_FILES= %%PYTHON_SITELIBDIR%%/dbus/mainloop/pyqt5.so .include Index: head/devel/py-qt5-designer/Makefile =================================================================== --- head/devel/py-qt5-designer/Makefile (revision 485613) +++ head/devel/py-qt5-designer/Makefile (revision 485614) @@ -1,30 +1,29 @@ # $FreeBSD$ PORTNAME= designer -PORTREVISION= 5 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtDesigner module CONFIGURE_ARGS= --enable QtDesigner --no-designer-plugin PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_GL= yes USE_PYQT= sip_build core_run widgets_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core gui designer widgets xml \ buildtools_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtDesigner API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/devel/py-qt5-designer/pkg-plist =================================================================== --- head/devel/py-qt5-designer/pkg-plist (revision 485613) +++ head/devel/py-qt5-designer/pkg-plist (revision 485614) @@ -1,28 +1,28 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtDesigner.so %%PYTHON_SITELIBDIR%%/PyQt5/QtDesigner.pyi %%PYQT_SIPDIR%%/QtDesigner/QtDesignermod.sip %%PYQT_SIPDIR%%/QtDesigner/abstractactioneditor.sip %%PYQT_SIPDIR%%/QtDesigner/abstractformbuilder.sip %%PYQT_SIPDIR%%/QtDesigner/abstractformeditor.sip %%PYQT_SIPDIR%%/QtDesigner/abstractformwindow.sip %%PYQT_SIPDIR%%/QtDesigner/abstractformwindowcursor.sip %%PYQT_SIPDIR%%/QtDesigner/abstractformwindowmanager.sip %%PYQT_SIPDIR%%/QtDesigner/abstractobjectinspector.sip %%PYQT_SIPDIR%%/QtDesigner/abstractpropertyeditor.sip %%PYQT_SIPDIR%%/QtDesigner/abstractwidgetbox.sip %%PYQT_SIPDIR%%/QtDesigner/container.sip %%PYQT_SIPDIR%%/QtDesigner/customwidget.sip %%PYQT_SIPDIR%%/QtDesigner/default_extensionfactory.sip %%PYQT_SIPDIR%%/QtDesigner/extension.sip %%PYQT_SIPDIR%%/QtDesigner/formbuilder.sip %%PYQT_SIPDIR%%/QtDesigner/membersheet.sip %%PYQT_SIPDIR%%/QtDesigner/propertysheet.sip %%PYQT_SIPDIR%%/QtDesigner/qextensionmanager.sip %%PYQT_SIPDIR%%/QtDesigner/qpydesignercontainerextension.sip %%PYQT_SIPDIR%%/QtDesigner/qpydesignercustomwidgetcollectionplugin.sip %%PYQT_SIPDIR%%/QtDesigner/qpydesignercustomwidgetplugin.sip %%PYQT_SIPDIR%%/QtDesigner/qpydesignermembersheetextension.sip %%PYQT_SIPDIR%%/QtDesigner/qpydesignerpropertysheetextension.sip %%PYQT_SIPDIR%%/QtDesigner/qpydesignertaskmenuextension.sip %%PYQT_SIPDIR%%/QtDesigner/taskmenu.sip -%%API%%share/qt5/qsci/api/python/QtDesigner.api +%%API%%%%PYQT_APIDIR%%/api/python/QtDesigner.api Index: head/devel/py-qt5-designerplugin/Makefile =================================================================== --- head/devel/py-qt5-designerplugin/Makefile (revision 485613) +++ head/devel/py-qt5-designerplugin/Makefile (revision 485614) @@ -1,29 +1,29 @@ # $FreeBSD$ PORTNAME= designerplugin -PORTREVISION= 1 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtDesigner plugin BUILD_WRKSRC= ${WRKSRC}/designer INSTALL_WRKSRC= ${WRKSRC}/designer DESTDIRNAME= INSTALL_ROOT CONFIGURE_ARGS= --enable QtDesigner + PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core designer gui xml widgets \ buildtools_build qmake_build OPTIONS_DEFINE= DEBUG DEBUG_CONFIGURE_ON= --debug --trace -PLIST_FILES= %%QT_PLUGINDIR%%/designer/libpyqt5.so +PLIST_FILES= ${PYQT_DESIGNERDIR}/libpyqt5.so .include Index: head/devel/py-qt5-help/Makefile =================================================================== --- head/devel/py-qt5-help/Makefile (revision 485613) +++ head/devel/py-qt5-help/Makefile (revision 485614) @@ -1,29 +1,28 @@ # $FreeBSD$ PORTNAME= help -PORTREVISION= 6 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 qt:5 USE_GL= gl USE_PYQT= sip_build core_run widgets_run -USE_PYTHON= flavors -USE_QT= core gui widgets help network sql buildtools_build qmake_build xml +USE_PYTHON= concurrent flavors py3kplist +USE_QT= 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_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/devel/py-qt5-help/pkg-plist =================================================================== --- head/devel/py-qt5-help/pkg-plist (revision 485613) +++ head/devel/py-qt5-help/pkg-plist (revision 485614) @@ -1,11 +1,11 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtHelp.so %%PYTHON_SITELIBDIR%%/PyQt5/QtHelp.pyi %%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 +%%API%%%%PYQT_APIDIR%%/api/python/QtHelp.api Index: head/devel/py-qt5-qscintilla2/Makefile =================================================================== --- head/devel/py-qt5-qscintilla2/Makefile (revision 485613) +++ head/devel/py-qt5-qscintilla2/Makefile (revision 485614) @@ -1,40 +1,40 @@ # $FreeBSD$ PORTNAME= qscintilla2 PORTVERSION= ${QSCI2_VERSION} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_QSCI2} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt5- DISTNAME= ${QSCI2_DISTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for QScintilla2 (PyQt5), QSci module LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DISTINFO_FILE= ${.CURDIR:H}/qscintilla2-qt5/distinfo DESTDIRNAME= INSTALL_ROOT HAS_CONFIGURE= yes USES= python pyqt:5 qmake:no_env qt:5 USE_GL= gl USE_PYQT= sip core gui printsupport widgets -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core gui printsupport widgets buildtools_build qmake_build OPTIONS_DEFINE= DEBUG DEBUG_CONFIGURE_ON= --debug --trace QSCIDIR= ${PREFIX}/share/qt5/qsci -CONFIGURE_ARGS= --pyqt PyQt5 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt5 -v ${SIPDIR} \ - --apidir ${QSCIDIR} --qmake ${QMAKE} --pyqt-sipdir ${SIPDIR} \ - --sip ${LOCALBASE}/bin/sip-${PYTHON_VER} +CONFIGURE_ARGS= --pyqt PyQt5 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt5 -v ${PYQT_SIPDIR} \ + --apidir ${PYQT_APIDIR} --qmake ${QMAKE} --pyqt-sipdir ${PYQT_SIPDIR} \ + --sip ${SIP} WRKSRC= ${WRKDIR}/${DISTNAME}/Python ALL_TARGET= #empty do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\ ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS} .include Index: head/devel/py-qt5-qscintilla2/pkg-plist =================================================================== --- head/devel/py-qt5-qscintilla2/pkg-plist (revision 485613) +++ head/devel/py-qt5-qscintilla2/pkg-plist (revision 485614) @@ -1,57 +1,57 @@ %%PYTHON_SITELIBDIR%%/PyQt5/Qsci.pyi %%PYTHON_SITELIBDIR%%/PyQt5/Qsci.so %%PYQT_SIPDIR%%/Qsci/qsciabstractapis.sip %%PYQT_SIPDIR%%/Qsci/qsciapis.sip %%PYQT_SIPDIR%%/Qsci/qscicommand.sip %%PYQT_SIPDIR%%/Qsci/qscicommandset.sip %%PYQT_SIPDIR%%/Qsci/qscidocument.sip %%PYQT_SIPDIR%%/Qsci/qscilexer.sip %%PYQT_SIPDIR%%/Qsci/qscilexeravs.sip %%PYQT_SIPDIR%%/Qsci/qscilexerbash.sip %%PYQT_SIPDIR%%/Qsci/qscilexerbatch.sip %%PYQT_SIPDIR%%/Qsci/qscilexercmake.sip %%PYQT_SIPDIR%%/Qsci/qscilexercoffeescript.sip %%PYQT_SIPDIR%%/Qsci/qscilexercpp.sip %%PYQT_SIPDIR%%/Qsci/qscilexercsharp.sip %%PYQT_SIPDIR%%/Qsci/qscilexercss.sip %%PYQT_SIPDIR%%/Qsci/qscilexercustom.sip %%PYQT_SIPDIR%%/Qsci/qscilexerd.sip %%PYQT_SIPDIR%%/Qsci/qscilexerdiff.sip %%PYQT_SIPDIR%%/Qsci/qscilexerfortran.sip %%PYQT_SIPDIR%%/Qsci/qscilexerfortran77.sip %%PYQT_SIPDIR%%/Qsci/qscilexerhtml.sip %%PYQT_SIPDIR%%/Qsci/qscilexeridl.sip %%PYQT_SIPDIR%%/Qsci/qscilexerjava.sip %%PYQT_SIPDIR%%/Qsci/qscilexerjavascript.sip %%PYQT_SIPDIR%%/Qsci/qscilexerjson.sip %%PYQT_SIPDIR%%/Qsci/qscilexerlua.sip %%PYQT_SIPDIR%%/Qsci/qscilexermakefile.sip %%PYQT_SIPDIR%%/Qsci/qscilexermarkdown.sip %%PYQT_SIPDIR%%/Qsci/qscilexermatlab.sip %%PYQT_SIPDIR%%/Qsci/qscilexeroctave.sip %%PYQT_SIPDIR%%/Qsci/qscilexerpascal.sip %%PYQT_SIPDIR%%/Qsci/qscilexerperl.sip %%PYQT_SIPDIR%%/Qsci/qscilexerpo.sip %%PYQT_SIPDIR%%/Qsci/qscilexerpostscript.sip %%PYQT_SIPDIR%%/Qsci/qscilexerpov.sip %%PYQT_SIPDIR%%/Qsci/qscilexerproperties.sip %%PYQT_SIPDIR%%/Qsci/qscilexerpython.sip %%PYQT_SIPDIR%%/Qsci/qscilexerruby.sip %%PYQT_SIPDIR%%/Qsci/qscilexerspice.sip %%PYQT_SIPDIR%%/Qsci/qscilexersql.sip %%PYQT_SIPDIR%%/Qsci/qscilexertcl.sip %%PYQT_SIPDIR%%/Qsci/qscilexertex.sip %%PYQT_SIPDIR%%/Qsci/qscilexerverilog.sip %%PYQT_SIPDIR%%/Qsci/qscilexervhdl.sip %%PYQT_SIPDIR%%/Qsci/qscilexerxml.sip %%PYQT_SIPDIR%%/Qsci/qscilexeryaml.sip %%PYQT_SIPDIR%%/Qsci/qscimacro.sip %%PYQT_SIPDIR%%/Qsci/qscimod4.sip %%PYQT_SIPDIR%%/Qsci/qscimod5.sip %%PYQT_SIPDIR%%/Qsci/qscimodcommon.sip %%PYQT_SIPDIR%%/Qsci/qsciprinter.sip %%PYQT_SIPDIR%%/Qsci/qsciscintilla.sip %%PYQT_SIPDIR%%/Qsci/qsciscintillabase.sip %%PYQT_SIPDIR%%/Qsci/qscistyle.sip %%PYQT_SIPDIR%%/Qsci/qscistyledtext.sip -%%QT_DATADIR%%/qsci/api/python/QScintilla2.api +%%PYQT_APIDIR%%/api/python/QScintilla2.api Index: head/devel/py-qt5-test/Makefile =================================================================== --- head/devel/py-qt5-test/Makefile (revision 485613) +++ head/devel/py-qt5-test/Makefile (revision 485614) @@ -1,30 +1,29 @@ # $FreeBSD$ PORTNAME= test -PORTREVISION= 5 CATEGORIES= devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtTest module CONFIGURE_ARGS= --enable QtTest PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run widgets_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core gui testlib widgets \ buildtools_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtTest API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/devel/py-qt5-test/pkg-plist =================================================================== --- head/devel/py-qt5-test/pkg-plist (revision 485613) +++ head/devel/py-qt5-test/pkg-plist (revision 485614) @@ -1,10 +1,10 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtTest.so %%PYTHON_SITELIBDIR%%/PyQt5/QtTest.pyi %%PYQT_SIPDIR%%/QtTest/QtTestmod.sip %%PYQT_SIPDIR%%/QtTest/qsignalspy.sip %%PYQT_SIPDIR%%/QtTest/qtestcase.sip %%PYQT_SIPDIR%%/QtTest/qtestkeyboard.sip %%PYQT_SIPDIR%%/QtTest/qtestmouse.sip %%PYQT_SIPDIR%%/QtTest/qtestsystem.sip %%PYQT_SIPDIR%%/QtTest/qtesttouch.sip -%%API%%share/qt5/qsci/api/python/QtTest.api +%%API%%%%PYQT_APIDIR%%/api/python/QtTest.api Index: head/devel/py-sip/Makefile =================================================================== --- head/devel/py-sip/Makefile (revision 485613) +++ head/devel/py-sip/Makefile (revision 485614) @@ -1,47 +1,48 @@ # Created by: nbm # $FreeBSD$ PORTNAME= sip PORTVERSION= ${SIP_VERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_SIP} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${SIP_DISTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Python to C and C++ bindings generator USES= python pyqt:sip USE_PYTHON= concurrent py3kplist flavors USE_PYQT= # CONFIGURE_ARGS= -b ${PREFIX}/bin -d ${PYTHONPREFIX_SITELIBDIR} \ -e ${PYTHONPREFIX_INCLUDEDIR} -v ${DATADIR} \ CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ INCDIR="${LOCALBASE}/include" LIBDIR="${LOCALBASE}/lib" PORTDOCS= * OPTIONS_DEFINE= DOCS DEBUG DEBUG_CONFIGURE_ON= --debug do-configure: cd ${WRKSRC} && ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS} ${REINPLACE_CMD} -e '/sip_bin.:/s|'\'',$$|-${PYTHON_VER}'\'',|' \ ${WRKSRC}/sipconfig.py post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} && cd ${WRKSRC}/doc/html && \ ${COPYTREE_SHARE} \. ${STAGEDIR}${DOCSDIR} ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -f -d ${PYTHONPREFIX_SITELIBDIR} \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -f -d ${PYTHONPREFIX_SITELIBDIR} \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/sip ${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/sip.so .include Index: head/devel/py-spyder/Makefile =================================================================== --- head/devel/py-spyder/Makefile (revision 485613) +++ head/devel/py-spyder/Makefile (revision 485614) @@ -1,74 +1,74 @@ # Created by: Rod Person # $FreeBSD$ PORTNAME= spyder DISTVERSIONPREFIX= v DISTVERSION= 3.2.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Scientific PYthon Development EnviRonment, an alternative to IDLE LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}QtAwesome>0:x11-fonts/py-QtAwesome@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}QtPy>=1.3.1:devel/py-QtPy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cloudpickle>=0.3.1:devel/py-cloudpickle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jedi>=0.9.0:devel/py-jedi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nbconvert>=4.0:devel/py-nbconvert@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pep8>=0.6:devel/pep8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycodestyle>=2.3:devel/py-pycodestyle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qtconsole>=4.3.0:devel/py-qtconsole@${PY_FLAVOR} USES= desktop-file-utils python:3.4+ pyqt:5 USE_GITHUB= yes GH_ACCOUNT= spyder-ide USE_PYTHON= distutils autoplist noflavors USE_PYQT= core_run gui_run network_run sip_run svg_run webkit_run webkitwidgets_run NO_ARCH= yes DOCSDIR= ${PYTHON_SITELIBDIR}/spyder OPTIONS_DEFINE= DOCS OPTIONS_GROUP= RECOMMENDED OPTIONAL OPTIONS_GROUP_RECOMMENDED= IPYTHON MATPLOT NUMPY PSUTIL PYFLAKES ROPE SCIPY SPHINX OPTIONS_GROUP_OPTIONAL= PANDAS PYGMENTS PYLINT SYMPY OPTIONS_DEFAULT= IPYTHON MATPLOT NUMPY PSUTIL PYFLAKES ROPE SCIPY SPHINX IPYTHON_DESC= IPython Console integration MATPLOT_DESC= Interactive data plotting in the consoles NUMPY_DESC= N-dimensional arrays PANDAS_DESC= View and edit DataFrames and Series in the Variable Explorer PSUTIL_DESC= CPU and memory usage info in the status bar PYFLAKES_DESC= Real-time code analysis on the Editor PYGMENTS_DESC= Syntax highlighting for Matlab, Julia and other file types PYLINT_DESC= Static code analysis ROPE_DESC= Editor's code completion, go-to-definition and help SCIPY_DESC= Signal/image processing SPHINX_DESC= Rich text help on the Object Inspector SYMPY_DESC= Symbolic mathematics in the IPython Console DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0.6:textproc/py-sphinx@${PY_FLAVOR} IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython5>=1.0:devel/ipython5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.11:net/py-pyzmq@${PY_FLAVOR} MATPLOT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.0:math/py-matplotlib@${PY_FLAVOR} NUMPY_RUN_DEPENDS= ${PYNUMPY} PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0.13.1:math/py-pandas@${PY_FLAVOR} PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0.3:sysutils/py-psutil@${PY_FLAVOR} PYFLAKES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyflakes>=0.5:devel/py-pyflakes@${PY_FLAVOR} PYGMENTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} PYLINT_RUN_DEPENDS= pylint${PYTHON_PKGNAMESUFFIX}>=0.25:devel/pylint@${PY_FLAVOR} ROPE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rope>=0.9.2:devel/py-rope@${PY_FLAVOR} SCIPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} SPHINX_RUN_DEPENDS= ${DOCS_BUILD_DEPENDS} SYMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>=0.7.3:math/py-sympy@${PY_FLAVOR} post-patch: @${REINPLACE_CMD} -e "s|'linux'|'${OPSYS:tl}'|g" \ ${WRKSRC}/setup.py @${REINPLACE_CMD} -e "s|cmdclass=CMDCLASS||g" ${WRKSRC}/setup.py .include Index: head/devel/qbzr/Makefile =================================================================== --- head/devel/qbzr/Makefile (revision 485613) +++ head/devel/qbzr/Makefile (revision 485614) @@ -1,29 +1,29 @@ # Created by: Carlo Strub # $FreeBSD$ PORTNAME= qbzr PORTVERSION= 0.23.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= http://launchpadlibrarian.net/109906138/ \ http://www.c-s.li/ports/ MAINTAINER= ports@FreeBSD.org COMMENT= Qt interface for bzr LICENSE= GPLv2 BUILD_DEPENDS= bzr:devel/bzr \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}enchant>=0:textproc/py-enchant@${PY_FLAVOR} RUN_DEPENDS= bzr:devel/bzr WRKSRC= ${WRKDIR}/${PORTNAME} USES= gettext pyqt:4 python:2.7 qt:4 USE_PYQT= core USE_PYTHON= distutils autoplist USE_QT= # empty INSTALLS_ICONS= yes .include Index: head/devel/qct/Makefile =================================================================== --- head/devel/qct/Makefile (revision 485613) +++ head/devel/qct/Makefile (revision 485614) @@ -1,27 +1,27 @@ # Created by: Boris Samorodov # $FreeBSD$ PORTNAME= qct PORTVERSION= 1.7 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel python MASTER_SITES= http://qct.sourceforge.net/ MAINTAINER= ports@FreeBSD.org COMMENT= QCT GUI commit tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= pyqt:4 python:2.7 USE_PYQT= gui USE_PYTHON= distutils WRKSRC= ${WRKDIR}/qct OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/qct.1.txt ${STAGEDIR}${DOCSDIR}/qct.1.txt .include Index: head/devel/qscintilla2/Makefile =================================================================== --- head/devel/qscintilla2/Makefile (revision 485613) +++ head/devel/qscintilla2/Makefile (revision 485614) @@ -1,58 +1,58 @@ # Created by: Danny Pansters # $FreeBSD$ PORTNAME= qscintilla2 PORTVERSION= ${QSCI2_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITES_QSCI2} DISTNAME= ${QSCI2_DISTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Qt 4 port of the Scintilla C++ editor class USES= compiler:c++11-lib qmake pyqt:4 qt:4 USE_PYQT= # USE_QT= moc_build corelib gui xml designer USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} BUILD_WRKSRC= ${WRKSRC}/Qt4Qt5 CONFIGURE_WRKSRC= ${BUILD_WRKSRC} INSTALL_WRKSRC= ${BUILD_WRKSRC} QMAKE_ARGS= DEFINES=QT_NO_ACCESSIBILITY PORTDOCS= * PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES NLS OPTIONS_SUB= yes .include post-patch: cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} -e \ 's|$$$$\[QT_INSTALL_HEADERS\]|${PREFIX}/${QT_INCDIR_REL}|; \ s|$$$$\[QT_INSTALL_LIBS\]|${PREFIX}/${QT_LIBDIR_REL}|; \ s|$$$$\[QT_INSTALL_TRANSLATIONS\]|${PREFIX}/share/qt4/translations|; \ s|$$$$\[QT_INSTALL_DATA\]|${PREFIX}/share/qt4|' \ qscintilla.pro .if empty(PORT_OPTIONS:MNLS) cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} -e \ 's|trans qsci|qsci|' qscintilla.pro .endif post-install: cd ${WRKSRC} &&\ ${MKDIR} ${STAGEDIR}${DOCSDIR}/html ${STAGEDIR}${DOCSDIR}/Scintilla &&\ ${INSTALL_DATA} NEWS README ${STAGEDIR}${DOCSDIR} &&\ ${INSTALL_DATA} doc/html-Qt4Qt5/* ${STAGEDIR}${DOCSDIR}/html &&\ ${INSTALL_DATA} doc/Scintilla/* ${STAGEDIR}${DOCSDIR}/Scintilla cd ${WRKSRC}/example-Qt4Qt5 &&\ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/images &&\ ${INSTALL_DATA} *.* ${STAGEDIR}${EXAMPLESDIR} &&\ ${INSTALL_DATA} images/* ${STAGEDIR}${EXAMPLESDIR}/images .include Index: head/devel/qscintilla2-designerplugin/Makefile =================================================================== --- head/devel/qscintilla2-designerplugin/Makefile (revision 485613) +++ head/devel/qscintilla2-designerplugin/Makefile (revision 485614) @@ -1,30 +1,31 @@ # Created by: Danny Pansters # $FreeBSD$ PORTNAME= designerplugin PORTVERSION= ${QSCI2_VERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITES_QSCI2} PKGNAMEPREFIX= qscintilla2- DISTNAME= ${QSCI2_DISTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Qt4 Designer plugin for QScintilla2 LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DISTINFO_FILE= ${.CURDIR:H}/qscintilla2/distinfo USES= qmake pyqt:4 qt:4 USE_QT= qmake_build moc_build gui xml designer WRKSRC= ${WRKDIR}/${DISTNAME}/designer-Qt4Qt5 PLIST_FILES= %%QT_PLUGINDIR%%/designer/libqscintillaplugin.so pre-configure: ${REINPLACE_CMD} -e \ 's|$$$$\[QT_INSTALL_PLUGINS\]|${PREFIX}/${QT_PLUGINDIR_REL}|' \ ${WRKSRC}/designer.pro .include Index: head/devel/qscintilla2-designerplugin-qt5/Makefile =================================================================== --- head/devel/qscintilla2-designerplugin-qt5/Makefile (revision 485613) +++ head/devel/qscintilla2-designerplugin-qt5/Makefile (revision 485614) @@ -1,25 +1,26 @@ # $FreeBSD$ PORTNAME= designerplugin-qt5 PORTVERSION= ${QSCI2_VERSION} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITES_QSCI2} PKGNAMEPREFIX= qscintilla2- DISTNAME= ${QSCI2_DISTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Qt5 Designer plugin for QScintilla2 LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DISTINFO_FILE= ${.CURDIR:H}/qscintilla2-qt5/distinfo USE_GL= gl USES= qmake pyqt:5 qt:5 USE_QT= core designer printsupport gui widgets xml \ buildtools_build qmake_build WRKSRC= ${WRKDIR}/${DISTNAME}/designer-Qt4Qt5 PLIST_FILES= %%QT_PLUGINDIR%%/designer/libqscintillaplugin.so .include Index: head/devel/qscintilla2-qt5/Makefile =================================================================== --- head/devel/qscintilla2-qt5/Makefile (revision 485613) +++ head/devel/qscintilla2-qt5/Makefile (revision 485614) @@ -1,47 +1,48 @@ # $FreeBSD$ PORTNAME= qscintilla2-qt5 PORTVERSION= ${QSCI2_VERSION} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITES_QSCI2} DISTNAME= ${QSCI2_DISTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Qt 5 port of the Scintilla C++ editor class USES= qmake pyqt:5 qt:5 USE_GL= gl USE_PYQT= # USE_QT= buildtools_build core gui printsupport widgets USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} BUILD_WRKSRC= ${WRKSRC}/Qt4Qt5 CONFIGURE_WRKSRC= ${BUILD_WRKSRC} INSTALL_WRKSRC= ${BUILD_WRKSRC} PORTDOCS= * PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES NLS OPTIONS_SUB= yes .include post-patch: .if empty(PORT_OPTIONS:MNLS) cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} -e \ 's|trans qsci|qsci|' qscintilla.pro .endif post-install: cd ${WRKSRC} &&\ ${MKDIR} ${STAGEDIR}${DOCSDIR}/html ${STAGEDIR}${DOCSDIR}/Scintilla &&\ ${INSTALL_DATA} NEWS README ${STAGEDIR}${DOCSDIR} &&\ ${INSTALL_DATA} doc/html-Qt4Qt5/* ${STAGEDIR}${DOCSDIR}/html &&\ ${INSTALL_DATA} doc/Scintilla/* ${STAGEDIR}${DOCSDIR}/Scintilla cd ${WRKSRC}/example-Qt4Qt5 &&\ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/images &&\ ${INSTALL_DATA} *.* ${STAGEDIR}${EXAMPLESDIR} &&\ ${INSTALL_DATA} images/* ${STAGEDIR}${EXAMPLESDIR}/images .include Index: head/devel/tortoisehg/Makefile =================================================================== --- head/devel/tortoisehg/Makefile (revision 485613) +++ head/devel/tortoisehg/Makefile (revision 485614) @@ -1,59 +1,60 @@ # $FreeBSD$ PORTNAME= tortoisehg DISTVERSION= 4.6 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/tortoisehg/targz/downloads/ MAINTAINER= arrowd@FreeBSD.org COMMENT= GUI for Mercurial VCS LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING.txt RUN_DEPENDS= hg:devel/mercurial \ ${PYTHON_PKGNAMEPREFIX}iniparse>=0.4:devel/py-iniparse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} OPTIONS_DEFINE= NAUTILUS NLS NAUTILUS_DESC= Install TortoiseHG Nautilus extension OPTIONS_SUB= yes USES= pyqt:5 python:2.7 USE_PYQT= core gui network qscintilla2 xml NLS_USES= gettext INSTALLS_ICONS= yes USE_PYTHON= distutils NO_ARCH= yes SUB_FILES= pkg-message # Do not conflict with devel/mercurial, which also installs hgext3rd/__init__.py EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/hgext3rd/__init__.py post-patch: @${REINPLACE_CMD} -e '/_path/ s|/usr|${PREFIX}|' ${WRKSRC}/${PYSETUP} @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/contrib/tortoisehg.desktop @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/thg post-patch-NLS-on: @${REINPLACE_CMD} -e 's/^%%NLS%%//' ${WRKSRC}/${PYSETUP} post-patch-NLS-off: @${REINPLACE_CMD} -e 's/^%%NLS%%/# /' ${WRKSRC}/${PYSETUP} post-patch-NAUTILUS-on: @${REINPLACE_CMD} -e 's/^%%NAUTILUS%%//' ${WRKSRC}/${PYSETUP} @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/${PYSETUP} post-patch-NAUTILUS-off: @${REINPLACE_CMD} -e 's/^%%NAUTILUS%%/# /' ${WRKSRC}/${PYSETUP} post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/tortoisehg ${INSTALL_DATA} ${WRKSRC}/contrib/mergetools.rc ${STAGEDIR}${PREFIX}/share/tortoisehg/ ${INSTALL_DATA} ${WRKSRC}/contrib/tortoisehg.desktop ${STAGEDIR}${PREFIX}/share/applications/ .include Index: head/devel/vitables/Makefile =================================================================== --- head/devel/vitables/Makefile (revision 485613) +++ head/devel/vitables/Makefile (revision 485614) @@ -1,41 +1,42 @@ # $FreeBSD$ PORTNAME= vitables DISTVERSIONPREFIX= v DISTVERSION= 3.0.0-55 DISTVERSIONSUFFIX= -gb064ad7 +PORTREVISION= 1 CATEGORIES= devel science python MAINTAINER= yuri@FreeBSD.org COMMENT= Viewer and editor of files in both PyTables format and HDF5 format LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}QtPy>=1.2.1:devel/py-QtPy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numexpr>=2.0:math/py-numexpr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tables>=3.0:devel/py-tables@${PY_FLAVOR} USES= dos2unix python pyqt:5 DOS2UNIX_FILES= setup.py USE_GITHUB= yes GH_ACCOUNT= uvemas GH_PROJECT= ViTables USE_PYTHON= distutils cython noflavors autoplist USE_PYQT= core_run gui_run sip_run widgets_run NO_ARCH= yes PLIST_FILES= ${PYTHON_SITELIBDIR}/${PORTNAME}.sh post-patch: @${REINPLACE_CMD} "s|version=read('VERSION')|version='${DISTVERSION}'|" ${WRKSRC}/setup.py post-install: @${MV} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}.sh @(echo "#!/bin/sh"; \ echo "LD_PRELOAD=${PREFIX}/lib/gcc${GCC_DEFAULT}/libgcc_s.so ${PYTHON_SITELIBDIR}/${PORTNAME}.sh \"\$$@\"" \ ) > ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/editors/leo/Makefile =================================================================== --- head/editors/leo/Makefile (revision 485613) +++ head/editors/leo/Makefile (revision 485614) @@ -1,45 +1,45 @@ # Created by: Alan Eldridge # $FreeBSD$ PORTNAME= leo PORTVERSION= 5.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors python MASTER_SITES= SF/${PORTNAME}/Leo/${PORTVERSION}-final DISTNAME= Leo-${PORTVERSION}-final DIST_SUBDIR= leo MAINTAINER= ports@FreeBSD.org COMMENT= Advanced outline editor for programmers LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.TXT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \ silvercity>0:textproc/silvercity USES= pyqt:4 python:2.7 shebangfix zip SHEBANG_FILES= leo/doc/html/fixup.pl leo/external/saveleo \ leo/dist/leo-install.py leo/scripts/leo USE_PYQT= gui_run svg_run USE_PYTHON= autoplist distutils NO_ARCH= yes DESKTOP_ENTRIES="Leo" "Literate Editor with Outlines" \ "${PYTHONPREFIX_SITELIBDIR}/leo/Icons/leoapp32.png" "leo" "" "" OPTIONS_DEFINE= PYENCHANT PYENCHANT_DESC= Spell checking support via PyEnchant PYENCHANT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enchant>0:textproc/py-enchant@${PY_FLAVOR} post-patch: @${LN} -sf leo/dist/leo-install.py ${WRKSRC}/leo-install.py @${LN} -sf leo/dist/setup.py ${WRKSRC}/setup.py post-install: @${REINPLACE_CMD} -e 's,===,==,' ${STAGEDIR}${PREFIX}/bin/leo \ ${STAGEDIR}${PREFIX}/bin/leoc .include Index: head/emulators/fs-uae-launcher/Makefile =================================================================== --- head/emulators/fs-uae-launcher/Makefile (revision 485613) +++ head/emulators/fs-uae-launcher/Makefile (revision 485614) @@ -1,29 +1,30 @@ # Created by: Uffe Jakobsen # $FreeBSD$ PORTNAME= fs-uae-launcher PORTVERSION= 2.8.4 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://fs-uae.net/fs-uae/stable/${PORTVERSION}/ MAINTAINER= ndowens@yahoo.com COMMENT= GUI launcher for the FS-UAE Amiga emulator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} USES= gettext gmake pathfix python:3.4+ pyqt:5 -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist noflavors USE_PYQT= core sip gui widgets opengl INSTALLS_ICONS= yes MAKE_ARGS+= DESTDIR=${STAGEDIR} prefix=${PREFIX} PYTHON=${PYTHON_CMD} PYDISTUTILS_INSTALLARGS+= --install-lib=${PYTHON_SITELIBDIR} OPTIONS_DEFINE= DOCS .include Index: head/emulators/swine/Makefile =================================================================== --- head/emulators/swine/Makefile (revision 485613) +++ head/emulators/swine/Makefile (revision 485614) @@ -1,60 +1,60 @@ # Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= swine PORTVERSION= 1.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators deskutils python MAINTAINER= koalative@gmail.com COMMENT= Qt4 graphical Wine frontend LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= xterm:x11/xterm \ cabextract:archivers/cabextract \ icotool:graphics/icoutils DATADIRLIB= ${PREFIX}/lib/${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= dswd GH_PROJECT= Swine USES= gmake python:2.7 qt:4 shebangfix pyqt:4 SHEBANG_FILES= *.py NO_BUILD= yes USE_PYQT= gui_run xml_build USE_QT= linguist_build ONLY_FOR_ARCHS= i386 amd64 NO_ARCH= yes PORTDOCS= README OPTIONS_DEFINE= DOCS .include .if ${ARCH} == "i386" RUN_DEPENDS+= wine:emulators/wine-devel .endif post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/version.sh @${REINPLACE_CMD} -e 's|/usr|${PREFIX}| ; \ s|swine32.png|*| ; \ s|lrelease-qt4|lrelease|' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|/usr/share/swine/images/swine32.png|swine|' \ -e 's|^Categories=.*|Categories=Wine;System;Emulator;Utility;Game;|' \ ${WRKSRC}/resources/swine.desktop post-install: ${LN} -sf ${DATADIR}/images/swine32.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/finance/bitcoin-armory/Makefile =================================================================== --- head/finance/bitcoin-armory/Makefile (revision 485613) +++ head/finance/bitcoin-armory/Makefile (revision 485614) @@ -1,62 +1,62 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= BitcoinArmory PORTVERSION= 0.93.3 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= finance MAINTAINER= yuri@FreeBSD.org COMMENT= Desktop bitcoin management system LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to compile: c++: language not recognized: 'ar' BROKEN_armv6= fails to compile: c++: language not recognized: 'ar' BROKEN_armv7= fails to compile: c++: language not recognized: 'ar' BUILD_DEPENDS= ${LOCALBASE}/bin/swig3.0:devel/swig30 \ ${LOCALBASE}/bin/pyrcc4:textproc/py-qt4-xml@${PY_FLAVOR} \ ${LOCALBASE}/bin/rsync:net/rsync RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=14.0.0:devel/py-twisted@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>1.2.1:sysutils/py-psutil@${PY_FLAVOR} \ ${LOCALBASE}/bin/bitcoind:net-p2p/bitcoin-daemon USE_GITHUB= yes GH_ACCOUNT= etotheipi USES= compiler:c++11-lang compiler:c++11-lib gmake pyqt:4 python:2.7 shebangfix USE_PYQT= core_run gui_run SHEBANG_FILES= ArmoryQt.py extras/extractKeysFromWallet.py CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CXXFLAGS+= -DCRYPTOPP_DISABLE_ASM -fPIC MAKE_ENV+= PYTHON_CONFIG=${PYTHON_CMD}-config MAKE_ARGS+= CXXFLAGS="${CXXFLAGS}" INSTALLS_ICONS= yes ICON_SIZES= 24x24 32x32 64x64 # When CRYPTOPP_DISABLE_ASM isn't needed any more, i386 amd64 should # be made work through ASM code, and the other archs will still # have CRYPTOPP_DISABLE_ASM post-patch: @${REINPLACE_CMD} 's/python-config/$${PYTHON_CONFIG}/' ${WRKSRC}/cppForSwig/Makefile @${REINPLACE_CMD} 's/O_DSYNC/O_SYNC/' ${WRKSRC}/cppForSwig/mdb/mdb.c post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/armory/_CppBlockUtils.so @${SED} -i.bak -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${STAGEDIR}/${LOCALBASE}/bin/armory && \ ${RM} ${STAGEDIR}/${LOCALBASE}/bin/armory.bak @${REINPLACE_CMD} 's|Exec=/usr/bin/armory|Exec=${LOCALBASE}/bin/armory|' ${STAGEDIR}/${LOCALBASE}/share/applications/*.desktop .for s in ${ICON_SIZES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/ ${MV} ${STAGEDIR}/${PREFIX}/share/armory/img/armory_icon_${s}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/armoryicon.png .endfor .include Index: head/finance/electrum/Makefile =================================================================== --- head/finance/electrum/Makefile (revision 485613) +++ head/finance/electrum/Makefile (revision 485614) @@ -1,60 +1,61 @@ # Created by: Neil Booth # $FreeBSD$ PORTNAME= electrum PORTVERSION= 3.2.3 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \ http://download.electrum.org/${PORTVERSION}/ DISTNAME= Electrum-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Easy to use Bitcoin client LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonrpclib-pelix>0:devel/py-jsonrpclib-pelix@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbkdf2>=1.3:security/py-pbkdf2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=2.6.0:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyaes>0:security/py-pyaes@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qrcode>=5.1:textproc/py-qrcode@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.4.3:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}secp256k1>0:math/py-secp256k1@${PY_FLAVOR} CONFLICTS_INSTALL= electrum2-* USES= desktop-file-utils pyqt:5 python:3.4+ USE_PYQT= gui_run sip widgets USE_PYTHON= autoplist distutils optsuffix PYDISTUTILS_PKGNAME= Electrum NO_ARCH= yes OPTIONS_SUB= yes OPTIONS_DEFINE= LEDGER TREZOR OPTIONS_DEFAULT=LEDGER TREZOR LEDGER_DESC= Enable LEDGER Bitcoin hardware wallet support TREZOR_DESC= Enable TREZOR Bitcoin hardware wallet support LEDGER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}btchip-python>0:security/py-btchip-python@${PY_FLAVOR} TREZOR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trezor>0:security/py-trezor@${PY_FLAVOR} LEDGER_PLIST_FILES= "@sample etc/devd/ledger_wallet.conf.sample" TREZOR_PLIST_FILES= "@sample etc/devd/trezor_wallet.conf.sample" LEDGER_SUB_FILES= pkg-message-hwwallet TREZOR_SUB_FILES= pkg-message-hwwallet post-install-LEDGER-on: ${INSTALL_DATA} ${FILESDIR}/ledger_wallet.conf.sample \ ${STAGEDIR}${PREFIX}/etc/devd post-install-TREZOR-on: ${INSTALL_DATA} ${FILESDIR}/trezor_wallet.conf.sample \ ${STAGEDIR}${PREFIX}/etc/devd .include Index: head/games/anki/Makefile =================================================================== --- head/games/anki/Makefile (revision 485613) +++ head/games/anki/Makefile (revision 485614) @@ -1,56 +1,57 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= anki DISTVERSION= 2.0.52 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= https://apps.ankiweb.net/downloads/current/ DISTNAME= anki-${PORTVERSION}-source DIST_SUBDIR= python MAINTAINER= freebsd_ports@k-worx.org COMMENT= Flashcard trainer with spaced repetition LICENSE= AGPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= lame:audio/lame \ mplayer:multimedia/mplayer \ ${PYTHON_PKGNAMEPREFIX}pyaudio>0:audio/py-pyaudio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>0:databases/py-sqlalchemy10@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>0:www/py-beautifulsoup32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}send2trash>0:deskutils/py-send2trash@${PY_FLAVOR} USES= desktop-file-utils pyqt:4 python:2.7 qt:4 shared-mime-info shebangfix tar:tgz SHEBANG_FILES= tools/build_ui.sh tools/tests.sh anki/anki runanki USE_PYQT= network_run webkit_run USE_QT= network_run webkit_run NO_ARCH= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext-runtime gettext-tools WRKSRC= ${WRKDIR}/anki-${PORTVERSION} post-patch: @${REINPLACE_CMD} -i '' 's|/usr/share/anki|${DATADIR}|' \ ${WRKSRC}/runanki @${REINPLACE_CMD} -i '' 's|"qt_" + lang, dir|"qt_" + lang, "${DATADIR}/locale"|' \ ${WRKSRC}/aqt/__init__.py @${REINPLACE_CMD} -i '' \ 's|/usr/share/anki/locale|${PREFIX}/share/locale|; \ s|/usr/local/share/anki/bin/locale|${PREFIX}/share/locale|' \ ${WRKSRC}/anki/lang.py post-patch-NLS-off: @${REINPLACE_CMD} -i '' '/mkdir -p qt-locale/,/cp -av locale/s/^/#/' \ ${WRKSRC}/Makefile do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} @${PYTHON_CMD} -O -m compileall ${WRKSRC} .include Index: head/games/kajongg/Makefile =================================================================== --- head/games/kajongg/Makefile (revision 485613) +++ head/games/kajongg/Makefile (revision 485614) @@ -1,26 +1,27 @@ # $FreeBSD$ BROKEN= Requires PyQt5 for python3 which is broken at the moment. DEPRECATED= Broken for more than 6 months EXPIRATION_DATE= 2018-12-19 PORTNAME= kajongg DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} USES= cmake:outsource pkgconfig python:3 pyqt:5 kde:5 qt:5 tar:xz \ sqlite USE_KDE= config doctools ecm USE_PYQT= core gui svg widgets USE_QT= core gui svg widgets \ buildtools_build qmake_build OPTIONS_DEFINE= DOCS .include <${.CURDIR}/../kdegames/Makefile.common> .include Index: head/games/py-mnemosyne/Makefile =================================================================== --- head/games/py-mnemosyne/Makefile (revision 485613) +++ head/games/py-mnemosyne/Makefile (revision 485614) @@ -1,33 +1,34 @@ # Created by: Beech Rintoul # $FreeBSD$ PORTNAME= mnemosyne PORTVERSION= 2.6.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= games python MASTER_SITES= SF/mnemosyne-proj/${PORTNAME}/${PORTNAME}-${DISTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Mnemosyne-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Flash-card tool which optimises your learning process LICENSE= LGPL3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=1.4:www/py-webob@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cheroot>=0:www/py-cheroot@${PY_FLAVOR} USES= pyqt:5 python:3.5+ USE_PYQT= gui_run network_run printsupport_run sip_run sql_run webengine_run USE_PYTHON= distutils autoplist NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e 's|\(share/\)icons|\1pixmaps|' ${WRKSRC}/setup.py .include Index: head/graphics/py-poppler-qt4/Makefile =================================================================== --- head/graphics/py-poppler-qt4/Makefile (revision 485613) +++ head/graphics/py-poppler-qt4/Makefile (revision 485614) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= poppler-qt4 PORTVERSION= 0.18.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= martin.dieringer@gmx.de COMMENT= Python bindings for the Poppler-Qt4 PDF rendering library LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual LIB_DEPENDS= libpoppler-qt4.so:graphics/poppler-qt4 USES= compiler:c++11-lang pkgconfig pyqt:4 python USE_PYQT= gui xml sip_build USE_PYTHON= distutils autoplist .include Index: head/graphics/py-qt4-svg/Makefile =================================================================== --- head/graphics/py-qt4-svg/Makefile (revision 485613) +++ head/graphics/py-qt4-svg/Makefile (revision 485614) @@ -1,30 +1,30 @@ # Created by: Danny Pansters # $FreeBSD$ PORTNAME= svg -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= graphics devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtSvg module CONFIGURE_ARGS= --enable QtSvg PYQT_DIST= yes USES= python pyqt:4 qt:4 USE_PYQT= sip_build core_run gui_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= corelib gui svg moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtSvg API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/graphics/py-qt4-svg/pkg-plist =================================================================== --- head/graphics/py-qt4-svg/pkg-plist (revision 485613) +++ head/graphics/py-qt4-svg/pkg-plist (revision 485614) @@ -1,7 +1,7 @@ %%PYTHON_SITELIBDIR%%/PyQt4/QtSvg.so %%PYQT_SIPDIR%%/QtSvg/QtSvgmod.sip %%PYQT_SIPDIR%%/QtSvg/qgraphicssvgitem.sip %%PYQT_SIPDIR%%/QtSvg/qsvggenerator.sip %%PYQT_SIPDIR%%/QtSvg/qsvgrenderer.sip %%PYQT_SIPDIR%%/QtSvg/qsvgwidget.sip -%%API%%share/qt4/qsci/api/python/QtSvg.api +%%API%%%%PYQT_APIDIR%%/api/python/QtSvg.api Index: head/graphics/py-qt5-svg/Makefile =================================================================== --- head/graphics/py-qt5-svg/Makefile (revision 485613) +++ head/graphics/py-qt5-svg/Makefile (revision 485614) @@ -1,29 +1,28 @@ # $FreeBSD$ PORTNAME= svg -PORTREVISION= 5 CATEGORIES= graphics devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtSvg module CONFIGURE_ARGS= --enable QtSvg PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run gui_run widgets_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core gui svg widgets qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtSvg API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/graphics/py-qt5-svg/pkg-plist =================================================================== --- head/graphics/py-qt5-svg/pkg-plist (revision 485613) +++ head/graphics/py-qt5-svg/pkg-plist (revision 485614) @@ -1,8 +1,8 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtSvg.so %%PYTHON_SITELIBDIR%%/PyQt5/QtSvg.pyi %%PYQT_SIPDIR%%/QtSvg/QtSvgmod.sip %%PYQT_SIPDIR%%/QtSvg/qgraphicssvgitem.sip %%PYQT_SIPDIR%%/QtSvg/qsvggenerator.sip %%PYQT_SIPDIR%%/QtSvg/qsvgrenderer.sip %%PYQT_SIPDIR%%/QtSvg/qsvgwidget.sip -%%API%%share/qt5/qsci/api/python/QtSvg.api +%%API%%%%PYQT_APIDIR%%/api/python/QtSvg.api Index: head/graphics/qgis/Makefile =================================================================== --- head/graphics/qgis/Makefile (revision 485613) +++ head/graphics/qgis/Makefile (revision 485614) @@ -1,194 +1,194 @@ # Created by: Laurent Courty # $FreeBSD$ PORTNAME= qgis DISTVERSIONPREFIX= final- DISTVERSION= 2_18_17 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de COMMENT= Geographical Information System (GIS) data viewer LICENSE= GPLv2 BUILD_DEPENDS= txt2tags:textproc/txt2tags LIB_DEPENDS= libexpat.so:textproc/expat2 \ libgdal.so:graphics/gdal \ libgeos.so:graphics/geos \ libgsl.so:math/gsl \ libproj.so:graphics/proj \ libqca.so:devel/qca@qt4 \ libqjson.so:devel/qjson@qt4 \ libqscintilla2_qt4.so:devel/qscintilla2 \ libqwt.so:x11-toolkits/qwt5 \ libspatialindex.so:devel/spatialindex \ libspatialite.so:databases/spatialite \ libxerces-c.so:textproc/xerces-c3 USES= bison cmake compiler:features cpe desktop-file-utils \ fortran gmake pyqt:4 python:2.7 qt:4 sqlite:3 USE_GITHUB= yes GH_PROJECT= ${PORTNAME:tu} USE_PYQT= core gui network qscintilla2 sip sql svg xml webkit_run USE_QT= corelib designer doc gui linguist_build moc_build \ network qmake_build rcc_build script sql sql-pgsql \ sql-sqlite3 svg testlib uic_build webkit xml USE_LDCONFIG= yes ICON_SIZES= 8 16 22 24 32 36 42 48 64 72 80 96 128 192 256 512 OPTIONS_DEFINE= PYTHON POSTGIS GRASS SERVER OPTIONS_GROUP= DEVELOPER OPTIONS_GROUP_DEVELOPER= CUSTOMWIDGETS ASTYLE TESTS DEBUG OPTIONS_DEFAULT= PYTHON POSTGIS NO_OPTIONS_SORT= yes OPTIONS_SUB= yes ASTYLE_DESC= Enable AStyle for QGis CUSTOMWIDGETS_DESC= Enable QT4/QGis Custom Widgets DEBUG_DESC= Write Debugging Output to Console SERVER_DESC= Enable QGIS server TESTS_DESC= Run the test suite after build process CMAKE_ARGS+= -DENABLE_QT5=OFF -DENABLE_PYTHON3=OFF \ -DWITH_ORACLE:BOOL=FALSE \ -DWITH_GLOBE:BOOL=FALSE \ -DPYUIC_PROGRAM:STRING="${LOCALBASE}/bin/pyuic4" # cmake script fails to find it without PYUIC_PROGRAM .if !defined(MAINTAINER_MODE) CMAKE_ARGS+= -Wno-dev CMAKE_ARGS+= -DSUPPRESS_SIP_WARNINGS=OFF -DSUPPRESS_QT_WARNINGS=OFF CMAKE_ARGS+= -DWITH_INTERNAL_DATEUTIL=FALSE CMAKE_ARGS+= -DWITH_INTERNAL_FUTURE=FALSE CMAKE_ARGS+= -DWITH_INTERNAL_NOSE2=FALSE CMAKE_ARGS+= -DWITH_INTERNAL_PYTZ=FALSE CMAKE_ARGS+= -DWITH_INTERNAL_SIX=FALSE CMAKE_ARGS+= -DWITH_INTERNAL_YAML=FALSE .endif ASTYLE_RUN_DEPENDS= astyle:devel/astyle ASTYLE_CMAKE_ON= -DWITH_ASTYLE:BOOL=TRUE ASTYLE_CMAKE_OFF= -DWITH_ASTYLE:BOOL=FALSE CUSTOMWIDGETS_CMAKE_ON= -DWITH_CUSTOM_WIDGETS:BOOL=TRUE CUSTOMWIDGETS_CMAKE_OFF= -DWITH_CUSTOM_WIDGETS:BOOL=FALSE DEBUG_CMAKE_ON= -DCMAKE_BUILD_TYPE=Debug DEBUG_CMAKE_OFF= -DCMAKE_BUILD_TYPE=Release GRASS_BUILD_DEPENDS= grass72:databases/grass7 GRASS_RUN_DEPENDS= grass72:databases/grass7 GRASS_CMAKE_ON= -DWITH_GRASS7:BOOL=TRUE -DGRASS_PREFIX7=${LOCALBASE}/grass-7.2.2 GRASS_FORCE_MAKE_JOBS= NO GRASS_CMAKE_OFF= -DWITH_GRASS7:BOOL=FALSE POSTGIS_USES= pgsql #POSTGIS_LIB_DEPENDS= liblwgeom.so:databases/postgis22 POSTGIS_CMAKE_ON= -DWITH_POSTGRESQL:BOOL=TRUE POSTGIS_CMAKE_OFF= -DWITH_POSTGRESQL:BOOL=FALSE PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cycler>=0.10.0:devel/py-cycler@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.6.0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}functools32>=3.2.3:devel/py-functools32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0.16.0:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httplib2>=2-0.9.2:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.8:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=1.0:textproc/py-MarkupSafe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.3:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=1.3.0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbr>=1.8.1:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pip>=9.0.1:devel/py-pip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.1.3:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.5.1:graphics/py-pyproj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyspatialite>=3.0.1:databases/pyspatialite@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2016.10:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.13:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wxPython-common>=3.0.2.0:x11-toolkits/py-wxPython-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cycler>=0.10.0:devel/py-cycler@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.6.0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}functools32>=3.2.3:devel/py-functools32@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0.16.0:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gdal>=2.0.1:graphics/py-gdal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httplib2>=2-0.9.2:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.8:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=1.0:textproc/py-MarkupSafe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.3:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=1.3.0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.11.2,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbr>=1.8.1:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pip>=9.0.1:devel/py-pip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.3:databases/py-psycopg2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.1.3:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.5.1:graphics/py-pyproj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyspatialite>=3.0.1:databases/pyspatialite@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2016.10:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.13:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wxPython-common>=3.0.2.0:x11-toolkits/py-wxPython-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} PYTHON_CMAKE_ON= -DWITH_BINDINGS:BOOL=TRUE PYTHON_CMAKE_OFF= -DWITH_BINDINGS:BOOL=FALSE SERVER_LIB_DEPENDS= libfcgi.so:www/fcgi SERVER_CMAKE_ON= -DWITH_SERVER:BOOL=TRUE SERVER_CMAKE_OFF= -DWITH_SERVER:BOOL=FALSE TESTS_CMAKE_ON= -DENABLE_TESTS=TRUE TESTS_CMAKE_OFF= -DENABLE_TESTS=FALSE INSTALLS_ICONS= yes pre-patch: @${REINPLACE_CMD} -e 's|tr( "QGIS code revision" ) + QString( "%1" ).arg( QGis::QGIS_DEV_VERSION )|tr( "QGIS code revision" ) + "" + tr( "${GH_TAGNAME}" ) + ""|g' \ ${WRKSRC}/src/app/qgisapp.cpp # [Ugly workaround!] Because of GitHub #76aa035 from 2015-05-23 # 'Hide shared library symbols by default on GCC and Clang', # some layer properties are not visible on FreeBSD > 9.x @${REINPLACE_CMD} -e 's|SET(CMAKE_CXX_VISIBILITY_PRESET hidden)|#SET(CMAKE_CXX_VISIBILITY_PRESET hidden)|' \ ${WRKSRC}/CMakeLists.txt post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/qgis|${LOCALBASE}/bin/qgis|g' \ ${WRKSRC}/debian/${PORTNAME}.desktop @${REINPLACE_CMD} -e 's|Icon=qgis|Icon=qgis-icon|' \ ${WRKSRC}/debian/${PORTNAME}.desktop @${REINPLACE_CMD} -e 's|env python|env ${PYTHON_VERSION}|g' \ ${WRKSRC}/python/ext-libs/pytz/tzfile.py \ ${WRKSRC}/scripts/generate_test_mask_image.py \ ${WRKSRC}/scripts/random_vector.py \ ${WRKSRC}/scripts/widgets_tree.py \ ${WRKSRC}/src/plugins/grass/qgis_grass_test.py \ ${WRKSRC}/src/plugins/grass/scripts/qgis.v.kernel.rast.py \ ${WRKSRC}/src/plugins/grass/scripts/v.out.ogr.pg.py \ ${WRKSRC}/src/plugins/grass/scripts/qgis.v.upgrade.py \ ${WRKSRC}/src/plugins/grass/scripts/r.external.all.py \ ${WRKSRC}/src/plugins/grass/scripts/db.connect-login.pg.py @${REINPLACE_CMD} -e 's|markupsafe ||g' \ ${WRKSRC}/python/ext-libs/CMakeLists.txt post-install: @${RM} ${STAGEDIR}${DATADIR}/python/pytz/tzfile.py.bak @${MKDIR} ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/debian/${PORTNAME}.desktop \ ${STAGEDIR}${PREFIX}/share/applications/ @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor .for SZ in ${ICON_SIZES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/apps ${INSTALL_DATA} ${WRKSRC}/debian/${PORTNAME}-icon${SZ}x${SZ}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/apps/${PORTNAME}.png .endfor post-install-TESTS-on: @${RM} /tmp/srs.db check: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check .include Index: head/graphics/seexpr/Makefile =================================================================== --- head/graphics/seexpr/Makefile (revision 485613) +++ head/graphics/seexpr/Makefile (revision 485614) @@ -1,36 +1,36 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= seexpr DISTVERSIONPREFIX= v PORTVERSION= 2.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics math MAINTAINER= danfe@FreeBSD.org COMMENT= Embeddable expression evaluation language LICENSE= APACHE20 USE_GITHUB= yes GH_ACCOUNT= wdas GH_PROJECT= SeExpr USES= bison cmake compiler:c++0x pyqt:4 python:2.7 qt:4 USE_PYQT= gui_build sip_build USE_QT= moc_build qmake_build rcc_build uic_build gui opengl BINARY_ALIAS= sip=sip-${PYTHON_VER} MAKE_JOBS_UNSAFE= yes # https://github.com/wdas/seexpr/issues/40 CXXFLAGS+= -I${LOCALBASE}/include .if ${MACHINE_CPU:Msse41} CMAKE_ARGS+= -DUSE_SSE41:BOOL=ON .endif post-patch: @${REINPLACE_CMD} -e '//d' ${WRKSRC}/src/SeExpr/SePlatform.h @${REINPLACE_CMD} -e 's, "dl",,' ${WRKSRC}/src/SeExpr/CMakeLists.txt .include Index: head/lang/py-qt5-qml/Makefile =================================================================== --- head/lang/py-qt5-qml/Makefile (revision 485613) +++ head/lang/py-qt5-qml/Makefile (revision 485614) @@ -1,29 +1,28 @@ # $FreeBSD$ PORTNAME= qml -PORTREVISION= 5 CATEGORIES= lang devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QML module CONFIGURE_ARGS= --enable QtQml PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run network_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core declarative gui network buildtools_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtQml API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/lang/py-qt5-qml/pkg-plist =================================================================== --- head/lang/py-qt5-qml/pkg-plist (revision 485613) +++ head/lang/py-qt5-qml/pkg-plist (revision 485614) @@ -1,28 +1,29 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtQml.so %%PYTHON_SITELIBDIR%%/PyQt5/QtQml.pyi -%%QT_PLUGINDIR%%/PyQt5/libpyqt5qmlplugin.so +%%PYQT_QMLDIR%%/libpyqt5qmlplugin.so %%PYQT_SIPDIR%%/QtQml/QtQmlmod.sip %%PYQT_SIPDIR%%/QtQml/qjsengine.sip %%PYQT_SIPDIR%%/QtQml/qjsvalue.sip %%PYQT_SIPDIR%%/QtQml/qjsvalueiterator.sip %%PYQT_SIPDIR%%/QtQml/qmlattachedpropertiesobject.sip %%PYQT_SIPDIR%%/QtQml/qmlregistertype.sip %%PYQT_SIPDIR%%/QtQml/qpyqmllistproperty.sip %%PYQT_SIPDIR%%/QtQml/qqmlabstracturlinterceptor.sip %%PYQT_SIPDIR%%/QtQml/qqmlapplicationengine.sip %%PYQT_SIPDIR%%/QtQml/qqmlcomponent.sip %%PYQT_SIPDIR%%/QtQml/qqmlcontext.sip %%PYQT_SIPDIR%%/QtQml/qqmlengine.sip %%PYQT_SIPDIR%%/QtQml/qqmlerror.sip %%PYQT_SIPDIR%%/QtQml/qqmlexpression.sip %%PYQT_SIPDIR%%/QtQml/qqmlextensionplugin.sip %%PYQT_SIPDIR%%/QtQml/qqmlfileselector.sip %%PYQT_SIPDIR%%/QtQml/qqmlincubator.sip %%PYQT_SIPDIR%%/QtQml/qqmllist.sip %%PYQT_SIPDIR%%/QtQml/qqmlnetworkaccessmanagerfactory.sip %%PYQT_SIPDIR%%/QtQml/qqmlparserstatus.sip %%PYQT_SIPDIR%%/QtQml/qqmlproperty.sip %%PYQT_SIPDIR%%/QtQml/qqmlpropertymap.sip %%PYQT_SIPDIR%%/QtQml/qqmlpropertyvaluesource.sip %%PYQT_SIPDIR%%/QtQml/qqmlscriptstring.sip -%%API%%share/qt5/qsci/api/python/QtQml.api +%%PYQT_SIPDIR%%/QtQml/qqml.sip +%%API%%%%PYQT_APIDIR%%/api/python/QtQml.api Index: head/math/convertall/Makefile =================================================================== --- head/math/convertall/Makefile (revision 485613) +++ head/math/convertall/Makefile (revision 485614) @@ -1,37 +1,38 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= convertall PORTVERSION= 0.7.5 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT= Another unit converter LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/LICENSE USES= pyqt:5 python:3.4+ shebangfix USE_PYQT= core gui widgets sip SHEBANG_FILES= source/convertall.py CONFIGURE_ARGS= -p ${PREFIX} -d ${DOCSDIR} -i ${DATADIR}/icons -b ${STAGEDIR} NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/ConvertAll OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_CONFIGURE_OFF= -s do-install: (cd ${WRKSRC} && ${PYTHON_CMD} install.py ${CONFIGURE_ARGS}) (cd ${STAGEDIR}${PREFIX} && \ ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -d ${DATADIR} -f ${DATADIR_REL}) (cd ${STAGEDIR}${DOCSDIR} && ${RM} INSTALL LICENSE) .include Index: head/math/py-matplotlib/Makefile =================================================================== --- head/math/py-matplotlib/Makefile (revision 485613) +++ head/math/py-matplotlib/Makefile (revision 485614) @@ -1,115 +1,115 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= matplotlib DISTVERSIONPREFIX= v DISTVERSION= 2.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= 5b7a21e53e11a7064b2171c0d91afda67f30c4e7.patch:-p1 # fix of the failure on 12 i386: https://github.com/matplotlib/matplotlib/issues/10698 MAINTAINER= mainland@apeiron.net COMMENT= Plotting library uses a syntax familiar to MATLAB users LICENSE= PSFL BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png \ libfontconfig.so:x11-fonts/fontconfig \ libtcl86.so:lang/tcl86 RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}cycler>0:devel/py-cycler@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${PY_FLAVOR} py27_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>0:devel/py-backports.functools_lru_cache@${PY_FLAVOR} USES= compiler:c++11-lib gettext pkgconfig python shebangfix uniquefiles:dirs USE_GITHUB= yes USE_PYTHON= autoplist distutils CFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= EXAMPLES GTKBACKEND GTKAGGBACKEND QT4AGGBACKEND \ QT5AGGBACKEND TKAGGBACKEND WXAGGBACKEND OPTIONS_DEFAULT= GTKBACKEND GTKAGGBACKEND TKAGGBACKEND OPTIONS_SUB= yes .if ${FLAVOR:U:Mpy3*} # x11-toolkits/py-gtk2, x11-toolkits/py-wxPython28 do not support Python 3 OPTIONS_EXCLUDE= GTKBACKEND GTKAGGBACKEND WXAGGBACKEND .endif GTKBACKEND_DESC= GTK backend support GTKBACKEND_VARS= GTK_BACKEND=True GTKBACKEND_VARS_OFF= GTK_BACKEND=False GTKBACKEND_USE= GNOME=gtk20,pygtk2,cairo,gdkpixbuf2 GTKAGGBACKEND_DESC= GTKAgg backend support GTKAGGBACKEND_USE= GNOME=gtk20,pygtk2,cairo,gdkpixbuf2 GTKAGGBACKEND_VARS= GTKAGG_BACKEND=True GTKAGGBACKEND_VARS_OFF= GTKAGG_BACKEND=False QT4AGGBACKEND_DESC= Qt4Agg backend support QT4AGGBACKEND_USES= pyqt:4 QT4AGGBACKEND_USE= PYQT=gui QT4AGGBACKEND_VARS= QT4AGG_BACKEND=True QT4AGGBACKEND_VARS_OFF= QT4AGG_BACKEND=False QT5AGGBACKEND_DESC= Qt5Agg backend support QT5AGGBACKEND_USES= pyqt:5 QT5AGGBACKEND_USE= PYQT=sip,widgets QT5AGGBACKEND_VARS= QT5AGG_BACKEND=True QT5AGGBACKEND_VARS_OFF= QT5AGG_BACKEND=False TKAGGBACKEND_DESC= TKAgg backend support TKAGGBACKEND_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} TKAGGBACKEND_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} TKAGGBACKEND_USES= tk:run TKAGGBACKEND_VARS= TKAGG_BACKEND=True TKAGGBACKEND_VARS_OFF= TKAGG_BACKEND=False WXAGGBACKEND_DESC= WXAgg backend support WXAGGBACKEND_USE= WX=2.8+ WXAGGBACKEND_CONFIGURE_ENV= WX_CONFIG="${WX_CONFIG}" WXAGGBACKEND_VARS= WXAGG_BACKEND=True WX_COMPS=python:lib WXAGGBACKEND_VARS_OFF= WXAGG_BACKEND=False PORTEXAMPLES= * .if defined(PACKAGE_BUILDING) GTKBACKEND_BUILD_DEPENDS= Xvfb:x11-servers/xorg-vfbserver GTKAGGBACKEND_BUILD_DEPENDS= Xvfb:x11-servers/xorg-vfbserver QT4AGGBACKEND_BUILD_DEPENDS+= Xvfb:x11-servers/xorg-vfbserver QT5AGGBACKEND_BUILD_DEPENDS+= Xvfb:x11-servers/xorg-vfbserver TKAGGBACKEND_BUILD_DEPENDS+= Xvfb:x11-servers/xorg-vfbserver WXAGGBACKEND_BUILD_DEPENDS= Xvfb:x11-servers/xorg-vfbserver .endif post-extract: ${FIND} ${WRKSRC} -name \*.py | ${XARGS} ${CHMOD} -x post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ -e 's|%%TCL_INCLUDEDIR%%|${TCL_INCLUDEDIR}|g' \ -e 's|%%TK_INCLUDEDIR%%|${TK_INCLUDEDIR}|g' \ -e 's|%%TCL_LIBDIR%%|${TCL_LIBDIR}|g' \ -e 's|%%TK_LIBDIR%%|${TK_LIBDIR}|g' \ -e 's|%%TCL_VER%%|${TCL_SHLIB_VER}|g' \ -e 's|%%TK_VER%%|${TK_SHLIB_VER}|g' \ ${WRKSRC}/setupext.py ${REINPLACE_CMD} -e 's|%%GTK_BACKEND%%|${GTK_BACKEND}|g' \ -e 's|%%GTKAGG_BACKEND%%|${GTKAGG_BACKEND}|g' \ -e 's|%%QT4AGG_BACKEND%%|${QT4AGG_BACKEND}|g' \ -e 's|%%QT5AGG_BACKEND%%|${QT5AGG_BACKEND}|g' \ -e 's|%%TKAGG_BACKEND%%|${TKAGG_BACKEND}|g' \ -e 's|%%WXAGG_BACKEND%%|${WXAGG_BACKEND}|g' \ ${WRKSRC}/setup.cfg post-install: @${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/matplotlib -name '*.so' \ | ${XARGS} ${STRIP_CMD} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${CP} -R ${WRKSRC}/examples/ ${STAGEDIR}${EXAMPLESDIR} .include Index: head/math/qtiplot/Makefile =================================================================== --- head/math/qtiplot/Makefile (revision 485613) +++ head/math/qtiplot/Makefile (revision 485614) @@ -1,93 +1,93 @@ # Created by: Jie Gao # $FreeBSD$ PORTNAME= qtiplot DISTVERSION= 0.9.8.9 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= math science MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ MAINTAINER= makc@FreeBSD.org COMMENT= Data analysis and scientific plotting LIB_DEPENDS= libgsl.so:math/gsl \ libmuparser.so:math/muparser \ libpng.so:graphics/png # use bundled modified libraries # qwt.5:x11-toolkits/qwt5 \ # qwtplot3d-qt4:math/qwtplot3d-qt4 USES= dos2unix gmake qmake qt:4 tar:bzip2 USE_QT= gui opengl svg qt3support network assistantclient \ moc_build rcc_build USE_GL= glu QMAKE_ARGS+= LOCALBASE=${LOCALBASE} PYTHON_CMD=${PYTHON_CMD} DOS2UNIX_GLOB= *.pro DESKTOP_ENTRIES="QtiPlot" "Data analysis and plotting" \ "${PREFIX}/share/pixmaps/qtiplot.png" \ "qtiplot" "" true OPTIONS_DEFINE= DOCS PYTHON NLS OPTIONS_DEFAULT= PYTHON OPTIONS_SUB= yes DOCS_DESC= Install the QtiPlot Handbook DOCS_RUN_DEPENDS= qtiplot-doc>=0:math/qtiplot-doc DOCS_USES= qt:4 DOCS_USE= QT=assistant-adp_run PYTHON_DESC= Python scripting support PYTHON_USES= pyqt:4 python:2.7 PYTHON_USE= pyqt=gui PYTHON_CONFIGURE_ENV= PYTHON_INCLUDEDIR=${PYTHON_INCLUDEDIR} \ PYTHON_VERSION=${PYTHON_VERSION} NLS_USES= qt:4 NLS_USE= QT=linguisttools_build post-extract: ${CP} ${FILESDIR}/build.conf ${WRKSRC} post-patch: ${REINPLACE_CMD} -e \ 's|/usr/local/qtiplot/fitPlugins|${DATADIR}/fitPlugins|' \ ${WRKSRC}/qtiplot/src/core/ApplicationWindow.cpp ${REINPLACE_CMD} -e \ 's|target.path=.*|target.path=${DATADIR}/fitPlugins|g' \ ${WRKSRC}/fitPlugins/*/*.pro ${REINPLACE_CMD} -e '/^system($$$$LUPDATE/d; /^system($$$$LRELEASE/d' \ ${WRKSRC}/${PORTNAME}/qtiplot.pro # fix build with clang6 ${REINPLACE_CMD} \ -e '/new[[:space:]]*QComboBox/s,false,,g' \ -e '/new[[:space:]]*PatternBox/s,false,,g' \ ${WRKSRC}/qtiplot/src/matrix/MatrixValuesDialog.cpp \ ${WRKSRC}/qtiplot/src/plot2D/dialogs/LayerDialog.cpp \ ${WRKSRC}/qtiplot/src/plot2D/dialogs/PlotDialog.cpp \ ${WRKSRC}/qtiplot/src/table/SetColValuesDialog.cpp \ ${WRKSRC}/qtiplot/src/table/TableDialog.cpp post-patch-PYTHON-off: ${REINPLACE_CMD} -e \ "s/SCRIPTING_LANGS.*Python//" \ ${WRKSRC}/build.conf post-patch-NLS-off: ${REINPLACE_CMD} -e \ "/INSTALLS.*translations/d" \ ${WRKSRC}/${PORTNAME}/qtiplot.pro pre-configure-NLS-on: cd ${WRKSRC}/qtiplot && ${LRELEASE} -compress qtiplot.pro post-install: ${INSTALL_DATA} ${WRKSRC}/qtiplot_logo.png ${STAGEDIR}${PREFIX}/share/pixmaps/qtiplot.png post-install-PYTHON-on: .for s in qtiplotrc.py qtiUtil.py cd ${WRKSRC}/qtiplot && ${PYTHON_CMD} -c "import py_compile; py_compile.compile('${s}')" ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/${s}c ${STAGEDIR}${DATADIR}/${s}c .endfor .include Index: head/math/rpcalc/Makefile =================================================================== --- head/math/rpcalc/Makefile (revision 485613) +++ head/math/rpcalc/Makefile (revision 485614) @@ -1,32 +1,33 @@ # Created by: Edwin Groothuis # $FreeBSD$ PORTNAME= rpcalc PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT= Simple RPN calculator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/LICENSE USES= pyqt:5 python:3.4+ shebangfix USE_PYQT= core gui widgets sip SHEBANG_FILES= source/rpcalc.py CONFIGURE_ARGS= -p ${PREFIX} -d ${DOCSDIR} -i ${DATADIR}/icons -b ${STAGEDIR} NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/rpCalc do-install: (cd ${WRKSRC} && ${PYTHON_CMD} install.py ${CONFIGURE_ARGS}) (cd ${STAGEDIR}${PREFIX} && \ ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -d ${DATADIR} -f ${DATADIR_REL}) (cd ${STAGEDIR}${DOCSDIR} && ${RM} INSTALL LICENSE) .include Index: head/misc/orange3/Makefile =================================================================== --- head/misc/orange3/Makefile (revision 485613) +++ head/misc/orange3/Makefile (revision 485614) @@ -1,43 +1,44 @@ # $FreeBSD$ PORTNAME= orange3 DISTVERSION= 3.17.0 +PORTREVISION= 1 CATEGORIES= misc python MAINTAINER= yuri@FreeBSD.org COMMENT= Component-based data mining software LICENSE= GPLv3 RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}AnyQt>=0.0.8:x11-toolkits/py-AnyQt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bottleneck>=1.0.0:math/py-bottleneck@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.2:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}joblib>=0.9.4:devel/py-joblib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keyrings.alt>0:security/py-keyrings.alt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-louvain>0:math/py-python-louvain@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyqtgraph>=0.10.0:graphics/py-pyqtgraph@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.18.1:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.16.1:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}serverfiles>0:misc/py-serverfiles@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlrd>=0.9.2:textproc/py-xlrd@${PY_FLAVOR} USES= python:3.4+ pyqt:5 USE_GITHUB= yes GH_ACCOUNT= biolab USE_PYTHON= distutils autoplist USE_PYQT= core_run gui_run printsupport_run widgets_run webengine_run CFLAGS+= -DQSORT_R_STYLE_BSD=yes LDFLAGS+= -Xlinker -strip-all # strip, stage-qa doesn't catch that it isn't stripped post-install: @${REINPLACE_CMD} -e 's|^"${PREFIX}/|| ; s|"$$||' ${_PYTHONPKGLIST} # https://github.com/biolab/orange3/issues/3060 @${REINPLACE_CMD} -e 's|import sys|& ; from OpenGL import GL|' ${STAGEDIR}${PREFIX}/bin/orange-canvas # https://github.com/biolab/orange3/issues/3062 .include Index: head/misc/py-QSpectrumAnalyzer/Makefile =================================================================== --- head/misc/py-QSpectrumAnalyzer/Makefile (revision 485613) +++ head/misc/py-QSpectrumAnalyzer/Makefile (revision 485614) @@ -1,41 +1,41 @@ # $FreeBSD$ PORTNAME= QSpectrumAnalyzer DISTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc hamradio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Spectrum analyzer for multiple SDR platforms LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pyqtgraph>=0.10.0:graphics/py-pyqtgraph@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}soapy_power>=1.5.0:misc/py-soapy_power@${PY_FLAVOR} USES= fortran python:3.4+ pyqt:5 USE_PYQT= core gui widgets USE_PYTHON= distutils concurrent autoplist PLIST_FILES= bin/${PORTNAME:tl}.shadow post-patch: # change from Qt.py that doesn't work to PyQt5 @${FIND} ${WRKSRC} -name "*.py" | ${XARGS} ${REINPLACE_CMD} -i '' -e ' \ s|from Qt import |from PyQt5 import | ; \ s|, __binding__|| ; \ s|QtCore.Signal|QtCore.pyqtSignal| ; \ s|QtCore.Slot|QtCore.pyqtSlot|' post-install: @${MV} ${STAGEDIR}${PREFIX}/bin/${PORTNAME:tl} ${STAGEDIR}${PREFIX}/bin/${PORTNAME:tl}.shadow @(echo "#!/bin/sh"; \ echo ""; \ echo "LD_PRELOAD=${PREFIX}/lib/gcc6/libgcc_s.so ${PREFIX}/bin/${PORTNAME:tl}.shadow \"$$@\"" \ ) > ${STAGEDIR}${PREFIX}/bin/${PORTNAME:tl} @${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/${PORTNAME:tl} .include Index: head/misc/py-qt4-demo/Makefile =================================================================== --- head/misc/py-qt4-demo/Makefile (revision 485613) +++ head/misc/py-qt4-demo/Makefile (revision 485614) @@ -1,41 +1,39 @@ # Created by: Danny Pansters # $FreeBSD$ PORTNAME= demo PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= misc devel python MASTER_SITES= ${MASTER_SITES_PYQT4} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- DISTNAME= ${PYQT4_DISTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, Qt demo and examples DISTINFO_FILE= ${PYQT4_DISTINFO_FILE} NO_BUILD= yes USES= python pyqt:4 -USE_PYTHON= py3kplist flavors +USE_PYTHON= concurrent flavors py3kplist -EXAMPLESDIR= ${PREFIX}/share/examples/py-qt4 - USE_PYQT= assistant_run core_run dbus_run dbussupport_run declarative_run \ designer_run designerplugin_run doc_run gui_run help_run \ multimedia_run network_run opengl_run phonon_run qscintilla2_run \ script_run scripttools_run sql_run svg_run test_run webkit_run xml_run \ xmlpatterns_run sip_run qscintilla2_run do-install: ${RM} ${WRKSRC}/examples/designer/plugins/plugins.py.orig - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${PYQT_EXAMPLEDIR} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${PYQT_EXAMPLEDIR} ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -f -d ${PYTHONPREFIX_SITELIBDIR} \ - ${STAGEDIR}${EXAMPLESDIR} + ${STAGEDIR}${PYQT_EXAMPLEDIR} ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -f -d ${PYTHONPREFIX_SITELIBDIR} \ - ${STAGEDIR}${EXAMPLESDIR} + ${STAGEDIR}${PYQT_EXAMPLEDIR} .include Index: head/misc/py-qt4-demo/pkg-plist =================================================================== --- head/misc/py-qt4-demo/pkg-plist (revision 485613) +++ head/misc/py-qt4-demo/pkg-plist (revision 485614) @@ -1,1381 +1,1381 @@ -%%EXAMPLESDIR%%/README -%%EXAMPLESDIR%%/activeqt/README -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image0.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image1.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image2.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image3.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image4.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image5.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image6.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow.qrc -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow.ui -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc2.py -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc2.pyc -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc2.pyo -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc3.py -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc3.pyc -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc3.pyo -%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.py -%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.pyc -%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.pyo -%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.py -%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.pyc -%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.pyo -%%EXAMPLESDIR%%/animation/README -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.py -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.pyc -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.pyo -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.qrc -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc2.py -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc2.pyc -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc2.pyo -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc3.py -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc3.pyc -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc3.pyo -%%EXAMPLESDIR%%/animation/animatedtiles/images/Time-For-Lunch-2.jpg -%%EXAMPLESDIR%%/animation/animatedtiles/images/centered.png -%%EXAMPLESDIR%%/animation/animatedtiles/images/ellipse.png -%%EXAMPLESDIR%%/animation/animatedtiles/images/figure8.png -%%EXAMPLESDIR%%/animation/animatedtiles/images/kinetic.png -%%EXAMPLESDIR%%/animation/animatedtiles/images/random.png -%%EXAMPLESDIR%%/animation/animatedtiles/images/tile.png -%%EXAMPLESDIR%%/animation/appchooser/accessories-dictionary.png -%%EXAMPLESDIR%%/animation/appchooser/akregator.png -%%EXAMPLESDIR%%/animation/appchooser/appchooser.py -%%EXAMPLESDIR%%/animation/appchooser/appchooser.pyc -%%EXAMPLESDIR%%/animation/appchooser/appchooser.pyo -%%EXAMPLESDIR%%/animation/appchooser/appchooser.qrc -%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc2.py -%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc2.pyc -%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc2.pyo -%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc3.py -%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc3.pyc -%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc3.pyo -%%EXAMPLESDIR%%/animation/appchooser/digikam.png -%%EXAMPLESDIR%%/animation/appchooser/k3b.png -%%EXAMPLESDIR%%/animation/easing/easing.py -%%EXAMPLESDIR%%/animation/easing/easing.pyc -%%EXAMPLESDIR%%/animation/easing/easing.pyo -%%EXAMPLESDIR%%/animation/easing/easing.qrc -%%EXAMPLESDIR%%/animation/easing/easing_rc2.py -%%EXAMPLESDIR%%/animation/easing/easing_rc2.pyc -%%EXAMPLESDIR%%/animation/easing/easing_rc2.pyo -%%EXAMPLESDIR%%/animation/easing/easing_rc3.py -%%EXAMPLESDIR%%/animation/easing/easing_rc3.pyc -%%EXAMPLESDIR%%/animation/easing/easing_rc3.pyo -%%EXAMPLESDIR%%/animation/easing/form.ui -%%EXAMPLESDIR%%/animation/easing/images/qt-logo.png -%%EXAMPLESDIR%%/animation/easing/ui_form.py -%%EXAMPLESDIR%%/animation/easing/ui_form.pyc -%%EXAMPLESDIR%%/animation/easing/ui_form.pyo -%%EXAMPLESDIR%%/animation/moveblocks.py -%%EXAMPLESDIR%%/animation/moveblocks.pyc -%%EXAMPLESDIR%%/animation/moveblocks.pyo -%%EXAMPLESDIR%%/animation/states/accessories-dictionary.png -%%EXAMPLESDIR%%/animation/states/akregator.png -%%EXAMPLESDIR%%/animation/states/digikam.png -%%EXAMPLESDIR%%/animation/states/help-browser.png -%%EXAMPLESDIR%%/animation/states/k3b.png -%%EXAMPLESDIR%%/animation/states/kchart.png -%%EXAMPLESDIR%%/animation/states/states.py -%%EXAMPLESDIR%%/animation/states/states.pyc -%%EXAMPLESDIR%%/animation/states/states.pyo -%%EXAMPLESDIR%%/animation/states/states.qrc -%%EXAMPLESDIR%%/animation/states/states_rc2.py -%%EXAMPLESDIR%%/animation/states/states_rc2.pyc -%%EXAMPLESDIR%%/animation/states/states_rc2.pyo -%%EXAMPLESDIR%%/animation/states/states_rc3.py -%%EXAMPLESDIR%%/animation/states/states_rc3.pyc -%%EXAMPLESDIR%%/animation/states/states_rc3.pyo -%%EXAMPLESDIR%%/animation/stickman/animations/chilling -%%EXAMPLESDIR%%/animation/stickman/animations/dancing -%%EXAMPLESDIR%%/animation/stickman/animations/dead -%%EXAMPLESDIR%%/animation/stickman/animations/jumping -%%EXAMPLESDIR%%/animation/stickman/stickman.py -%%EXAMPLESDIR%%/animation/stickman/stickman.pyc -%%EXAMPLESDIR%%/animation/stickman/stickman.pyo -%%EXAMPLESDIR%%/animation/stickman/stickman.qrc -%%EXAMPLESDIR%%/animation/stickman/stickman_rc2.py -%%EXAMPLESDIR%%/animation/stickman/stickman_rc2.pyc -%%EXAMPLESDIR%%/animation/stickman/stickman_rc2.pyo -%%EXAMPLESDIR%%/animation/stickman/stickman_rc3.py -%%EXAMPLESDIR%%/animation/stickman/stickman_rc3.pyc -%%EXAMPLESDIR%%/animation/stickman/stickman_rc3.pyo -%%EXAMPLESDIR%%/dbus/chat/chat.py -%%EXAMPLESDIR%%/dbus/chat/chat.pyc -%%EXAMPLESDIR%%/dbus/chat/chat.pyo -%%EXAMPLESDIR%%/dbus/chat/chatmainwindow.ui -%%EXAMPLESDIR%%/dbus/chat/chatsetnickname.ui -%%EXAMPLESDIR%%/dbus/chat/ui_chatmainwindow.py -%%EXAMPLESDIR%%/dbus/chat/ui_chatmainwindow.pyc -%%EXAMPLESDIR%%/dbus/chat/ui_chatmainwindow.pyo -%%EXAMPLESDIR%%/dbus/chat/ui_chatsetnickname.py -%%EXAMPLESDIR%%/dbus/chat/ui_chatsetnickname.pyc -%%EXAMPLESDIR%%/dbus/chat/ui_chatsetnickname.pyo -%%EXAMPLESDIR%%/dbus/listnames.py -%%EXAMPLESDIR%%/dbus/listnames.pyc -%%EXAMPLESDIR%%/dbus/listnames.pyo -%%EXAMPLESDIR%%/dbus/pingpong/ping.py -%%EXAMPLESDIR%%/dbus/pingpong/ping.pyc -%%EXAMPLESDIR%%/dbus/pingpong/ping.pyo -%%EXAMPLESDIR%%/dbus/pingpong/pong.py -%%EXAMPLESDIR%%/dbus/pingpong/pong.pyc -%%EXAMPLESDIR%%/dbus/pingpong/pong.pyo -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/car/car.py -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/car/car.pyc -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/car/car.pyo -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.py -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.pyc -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.pyo -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.ui -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/ui_controller.py -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/ui_controller.pyc -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/ui_controller.pyo -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel.py -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel.pyc -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel.pyo -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel.qrc -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc2.py -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc2.pyc -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc2.pyo -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc3.py -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc3.pyc -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc3.pyo -%%EXAMPLESDIR%%/declarative/modelviews/objectlistmodel/view.qml -%%EXAMPLESDIR%%/declarative/toys/README -%%EXAMPLESDIR%%/declarative/toys/clocks/clocks.qml -%%EXAMPLESDIR%%/declarative/toys/clocks/content/Clock.qml -%%EXAMPLESDIR%%/declarative/toys/clocks/content/QuitButton.qml -%%EXAMPLESDIR%%/declarative/toys/clocks/content/background.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/center.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/clock-night.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/clock.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/hour.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/minute.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/quit.png -%%EXAMPLESDIR%%/declarative/toys/clocks/content/second.png -%%EXAMPLESDIR%%/declarative/toys/corkboards/Day.qml -%%EXAMPLESDIR%%/declarative/toys/corkboards/cork.jpg -%%EXAMPLESDIR%%/declarative/toys/corkboards/corkboards.qml -%%EXAMPLESDIR%%/declarative/toys/corkboards/note-yellow.png -%%EXAMPLESDIR%%/declarative/toys/corkboards/tack.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/Button.qml -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/GenericSceneItem.qml -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/PaletteItem.qml -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/PerspectiveItem.qml -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/Sun.qml -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/dynamicscene.qml -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/face-smile.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/moon.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/rabbit_brown.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/rabbit_bw.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/star.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/sun.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/images/tree_s.png -%%EXAMPLESDIR%%/declarative/toys/dynamicscene/itemCreation.js -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content/Button.qml -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content/TicTac.qml -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content/pics/board.png -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content/pics/o.png -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content/pics/x.png -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/content/tic-tac-toe.js -%%EXAMPLESDIR%%/declarative/toys/tic-tac-toe/tic-tac-toe.qml -%%EXAMPLESDIR%%/declarative/toys/tvtennis/tvtennis.qml -%%EXAMPLESDIR%%/declarative/ui-components/README -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content/Dial.qml -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content/QuitButton.qml -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content/background.png -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content/needle.png -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content/needle_shadow.png -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content/overlay.png -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/content/quit.png -%%EXAMPLESDIR%%/declarative/ui-components/dialcontrol/dialcontrol.qml -%%EXAMPLESDIR%%/declarative/ui-components/flipable/content/5_heart.png -%%EXAMPLESDIR%%/declarative/ui-components/flipable/content/9_club.png -%%EXAMPLESDIR%%/declarative/ui-components/flipable/content/Card.qml -%%EXAMPLESDIR%%/declarative/ui-components/flipable/content/back.png -%%EXAMPLESDIR%%/declarative/ui-components/flipable/flipable.qml -%%EXAMPLESDIR%%/declarative/ui-components/progressbar/content/ProgressBar.qml -%%EXAMPLESDIR%%/declarative/ui-components/progressbar/content/background.png -%%EXAMPLESDIR%%/declarative/ui-components/progressbar/main.qml -%%EXAMPLESDIR%%/declarative/ui-components/scrollbar/ScrollBar.qml -%%EXAMPLESDIR%%/declarative/ui-components/scrollbar/main.qml -%%EXAMPLESDIR%%/declarative/ui-components/scrollbar/niagara_falls.jpg -%%EXAMPLESDIR%%/declarative/ui-components/searchbox/SearchBox.qml -%%EXAMPLESDIR%%/declarative/ui-components/searchbox/images/clear.png -%%EXAMPLESDIR%%/declarative/ui-components/searchbox/images/lineedit-bg-focus.png -%%EXAMPLESDIR%%/declarative/ui-components/searchbox/images/lineedit-bg.png -%%EXAMPLESDIR%%/declarative/ui-components/searchbox/main.qml -%%EXAMPLESDIR%%/declarative/ui-components/slideswitch/content/Switch.qml -%%EXAMPLESDIR%%/declarative/ui-components/slideswitch/content/background.svg -%%EXAMPLESDIR%%/declarative/ui-components/slideswitch/content/knob.svg -%%EXAMPLESDIR%%/declarative/ui-components/slideswitch/slideswitch.qml -%%EXAMPLESDIR%%/declarative/ui-components/spinner/content/Spinner.qml -%%EXAMPLESDIR%%/declarative/ui-components/spinner/content/spinner-bg.png -%%EXAMPLESDIR%%/declarative/ui-components/spinner/content/spinner-select.png -%%EXAMPLESDIR%%/declarative/ui-components/spinner/main.qml -%%EXAMPLESDIR%%/declarative/ui-components/tabwidget/TabWidget.qml -%%EXAMPLESDIR%%/declarative/ui-components/tabwidget/main.qml -%%EXAMPLESDIR%%/declarative/ui-components/tabwidget/tab.png -%%EXAMPLESDIR%%/demos/README -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/Explosion.qml -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/Tile.qml -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/No-Ones-Laughing-3.jpg -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/back.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/bomb-color.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/bomb.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/face-sad.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/face-smile-big.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/face-smile.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/flag-color.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/flag.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/front.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/quit.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/pics/star.png -%%EXAMPLESDIR%%/demos/declarative/minehunt/MinehuntCore/qmldir -%%EXAMPLESDIR%%/demos/declarative/minehunt/minehunt.py -%%EXAMPLESDIR%%/demos/declarative/minehunt/minehunt.pyc -%%EXAMPLESDIR%%/demos/declarative/minehunt/minehunt.pyo -%%EXAMPLESDIR%%/demos/declarative/minehunt/minehunt.qml -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/BoomBlock.qml -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/Button.qml -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/Dialog.qml -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/background.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/blueStar.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/blueStone.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/greenStar.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/greenStone.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/redStar.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/redStone.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/star.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/pics/yellowStone.png -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/qmldir -%%EXAMPLESDIR%%/demos/declarative/samegame/SamegameCore/samegame.js -%%EXAMPLESDIR%%/demos/declarative/samegame/highscores/README -%%EXAMPLESDIR%%/demos/declarative/samegame/highscores/score_data.xml -%%EXAMPLESDIR%%/demos/declarative/samegame/highscores/score_style.xsl -%%EXAMPLESDIR%%/demos/declarative/samegame/highscores/scores.php -%%EXAMPLESDIR%%/demos/declarative/samegame/samegame.qml -%%EXAMPLESDIR%%/demos/embedded/lightmaps.py -%%EXAMPLESDIR%%/demos/embedded/lightmaps.pyc -%%EXAMPLESDIR%%/demos/embedded/lightmaps.pyo -%%EXAMPLESDIR%%/demos/embeddeddialogs/No-Ones-Laughing-3.jpg -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialog.py -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialog.pyc -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialog.pyo -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialog.ui -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs.py -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs.pyc -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs.pyo -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs.qrc -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs_rc2.py -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs_rc2.pyc -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs_rc2.pyo -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs_rc3.py -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs_rc3.pyc -%%EXAMPLESDIR%%/demos/embeddeddialogs/embeddeddialogs_rc3.pyo -%%EXAMPLESDIR%%/demos/qtdemo/colors.py -%%EXAMPLESDIR%%/demos/qtdemo/colors.pyc -%%EXAMPLESDIR%%/demos/qtdemo/colors.pyo -%%EXAMPLESDIR%%/demos/qtdemo/demoitem.py -%%EXAMPLESDIR%%/demos/qtdemo/demoitem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/demoitem.pyo -%%EXAMPLESDIR%%/demos/qtdemo/demoitemanimation.py -%%EXAMPLESDIR%%/demos/qtdemo/demoitemanimation.pyc -%%EXAMPLESDIR%%/demos/qtdemo/demoitemanimation.pyo -%%EXAMPLESDIR%%/demos/qtdemo/demoscene.py -%%EXAMPLESDIR%%/demos/qtdemo/demoscene.pyc -%%EXAMPLESDIR%%/demos/qtdemo/demoscene.pyo -%%EXAMPLESDIR%%/demos/qtdemo/demotextitem.py -%%EXAMPLESDIR%%/demos/qtdemo/demotextitem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/demotextitem.pyo -%%EXAMPLESDIR%%/demos/qtdemo/dockitem.py -%%EXAMPLESDIR%%/demos/qtdemo/dockitem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/dockitem.pyo -%%EXAMPLESDIR%%/demos/qtdemo/examplecontent.py -%%EXAMPLESDIR%%/demos/qtdemo/examplecontent.pyc -%%EXAMPLESDIR%%/demos/qtdemo/examplecontent.pyo -%%EXAMPLESDIR%%/demos/qtdemo/guide.py -%%EXAMPLESDIR%%/demos/qtdemo/guide.pyc -%%EXAMPLESDIR%%/demos/qtdemo/guide.pyo -%%EXAMPLESDIR%%/demos/qtdemo/guidecircle.py -%%EXAMPLESDIR%%/demos/qtdemo/guidecircle.pyc -%%EXAMPLESDIR%%/demos/qtdemo/guidecircle.pyo -%%EXAMPLESDIR%%/demos/qtdemo/guideline.py -%%EXAMPLESDIR%%/demos/qtdemo/guideline.pyc -%%EXAMPLESDIR%%/demos/qtdemo/guideline.pyo -%%EXAMPLESDIR%%/demos/qtdemo/headingitem.py -%%EXAMPLESDIR%%/demos/qtdemo/headingitem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/headingitem.pyo -%%EXAMPLESDIR%%/demos/qtdemo/imageitem.py -%%EXAMPLESDIR%%/demos/qtdemo/imageitem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/imageitem.pyo -%%EXAMPLESDIR%%/demos/qtdemo/images/demobg.png -%%EXAMPLESDIR%%/demos/qtdemo/images/qtlogo_small.png -%%EXAMPLESDIR%%/demos/qtdemo/images/trolltech-logo.png -%%EXAMPLESDIR%%/demos/qtdemo/itemcircleanimation.py -%%EXAMPLESDIR%%/demos/qtdemo/itemcircleanimation.pyc -%%EXAMPLESDIR%%/demos/qtdemo/itemcircleanimation.pyo -%%EXAMPLESDIR%%/demos/qtdemo/letteritem.py -%%EXAMPLESDIR%%/demos/qtdemo/letteritem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/letteritem.pyo -%%EXAMPLESDIR%%/demos/qtdemo/mainwindow.py -%%EXAMPLESDIR%%/demos/qtdemo/mainwindow.pyc -%%EXAMPLESDIR%%/demos/qtdemo/mainwindow.pyo -%%EXAMPLESDIR%%/demos/qtdemo/menucontent.py -%%EXAMPLESDIR%%/demos/qtdemo/menucontent.pyc -%%EXAMPLESDIR%%/demos/qtdemo/menucontent.pyo -%%EXAMPLESDIR%%/demos/qtdemo/menumanager.py -%%EXAMPLESDIR%%/demos/qtdemo/menumanager.pyc -%%EXAMPLESDIR%%/demos/qtdemo/menumanager.pyo -%%EXAMPLESDIR%%/demos/qtdemo/qmlShell.qml -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo.py -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo.pyc -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo.pyo -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo.qrc -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo_rc2.py -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo_rc2.pyc -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo_rc2.pyo -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo_rc3.py -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo_rc3.pyc -%%EXAMPLESDIR%%/demos/qtdemo/qtdemo_rc3.pyo -%%EXAMPLESDIR%%/demos/qtdemo/scanitem.py -%%EXAMPLESDIR%%/demos/qtdemo/scanitem.pyc -%%EXAMPLESDIR%%/demos/qtdemo/scanitem.pyo -%%EXAMPLESDIR%%/demos/qtdemo/score.py -%%EXAMPLESDIR%%/demos/qtdemo/score.pyc -%%EXAMPLESDIR%%/demos/qtdemo/score.pyo -%%EXAMPLESDIR%%/demos/qtdemo/textbutton.py -%%EXAMPLESDIR%%/demos/qtdemo/textbutton.pyc -%%EXAMPLESDIR%%/demos/qtdemo/textbutton.pyo -%%EXAMPLESDIR%%/demos/qtdemo/xml/examples.xml -%%EXAMPLESDIR%%/demos/spreadsheet/images/interview.png -%%EXAMPLESDIR%%/demos/spreadsheet/printview.py -%%EXAMPLESDIR%%/demos/spreadsheet/printview.pyc -%%EXAMPLESDIR%%/demos/spreadsheet/printview.pyo -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet.py -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet.pyc -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet.pyo -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet.qrc -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet_rc2.py -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet_rc2.pyc -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet_rc2.pyo -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet_rc3.py -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet_rc3.pyc -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheet_rc3.pyo -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheetdelegate.py -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheetdelegate.pyc -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheetdelegate.pyo -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheetitem.py -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheetitem.pyc -%%EXAMPLESDIR%%/demos/spreadsheet/spreadsheetitem.pyo -%%EXAMPLESDIR%%/demos/spreadsheet/util.py -%%EXAMPLESDIR%%/demos/spreadsheet/util.pyc -%%EXAMPLESDIR%%/demos/spreadsheet/util.pyo -%%EXAMPLESDIR%%/demos/textedit/example.html -%%EXAMPLESDIR%%/demos/textedit/images/logo.png -%%EXAMPLESDIR%%/demos/textedit/images/logo32.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/editcopy.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/editcut.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/editpaste.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/editredo.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/editundo.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/exportpdf.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/filenew.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/fileopen.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/fileprint.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/filesave.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textbold.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textcenter.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textitalic.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textjustify.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textleft.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textright.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/textunder.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/zoomin.png -%%EXAMPLESDIR%%/demos/textedit/images/mac/zoomout.png -%%EXAMPLESDIR%%/demos/textedit/images/win/editcopy.png -%%EXAMPLESDIR%%/demos/textedit/images/win/editcut.png -%%EXAMPLESDIR%%/demos/textedit/images/win/editpaste.png -%%EXAMPLESDIR%%/demos/textedit/images/win/editredo.png -%%EXAMPLESDIR%%/demos/textedit/images/win/editundo.png -%%EXAMPLESDIR%%/demos/textedit/images/win/exportpdf.png -%%EXAMPLESDIR%%/demos/textedit/images/win/filenew.png -%%EXAMPLESDIR%%/demos/textedit/images/win/fileopen.png -%%EXAMPLESDIR%%/demos/textedit/images/win/fileprint.png -%%EXAMPLESDIR%%/demos/textedit/images/win/filesave.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textbold.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textcenter.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textitalic.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textjustify.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textleft.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textright.png -%%EXAMPLESDIR%%/demos/textedit/images/win/textunder.png -%%EXAMPLESDIR%%/demos/textedit/images/win/zoomin.png -%%EXAMPLESDIR%%/demos/textedit/images/win/zoomout.png -%%EXAMPLESDIR%%/demos/textedit/textedit.py -%%EXAMPLESDIR%%/demos/textedit/textedit.pyc -%%EXAMPLESDIR%%/demos/textedit/textedit.pyo -%%EXAMPLESDIR%%/demos/textedit/textedit.qrc -%%EXAMPLESDIR%%/demos/textedit/textedit_rc2.py -%%EXAMPLESDIR%%/demos/textedit/textedit_rc2.pyc -%%EXAMPLESDIR%%/demos/textedit/textedit_rc2.pyo -%%EXAMPLESDIR%%/demos/textedit/textedit_rc3.py -%%EXAMPLESDIR%%/demos/textedit/textedit_rc3.pyc -%%EXAMPLESDIR%%/demos/textedit/textedit_rc3.pyo -%%EXAMPLESDIR%%/designer/README -%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.py -%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.pyc -%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.pyo -%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.ui -%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.py -%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.pyc -%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.pyo -%%EXAMPLESDIR%%/designer/plugins/plugins.py -%%EXAMPLESDIR%%/designer/plugins/plugins.pyc -%%EXAMPLESDIR%%/designer/plugins/plugins.pyo -%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.pyo -%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.pyo -%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.pyo -%%EXAMPLESDIR%%/designer/plugins/python/datetimeeditplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/datetimeeditplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/datetimeeditplugin.pyo -%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.pyo -%%EXAMPLESDIR%%/designer/plugins/python/highlightedtexteditplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/highlightedtexteditplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/highlightedtexteditplugin.pyo -%%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.pyo -%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.pyo -%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.pyo -%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.pyo -%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.py -%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.pyo -%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.py -%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.pyo -%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.py -%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.pyo -%%EXAMPLESDIR%%/designer/plugins/widgets/datetimeedit.py -%%EXAMPLESDIR%%/designer/plugins/widgets/datetimeedit.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/datetimeedit.pyo -%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.py -%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.pyo -%%EXAMPLESDIR%%/designer/plugins/widgets/highlightedtextedit.py -%%EXAMPLESDIR%%/designer/plugins/widgets/highlightedtextedit.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/highlightedtextedit.pyo -%%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.py -%%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.pyo -%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.py -%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.pyo -%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.py -%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.pyo -%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.py -%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.pyo -%%EXAMPLESDIR%%/desktop/README -%%EXAMPLESDIR%%/desktop/screenshot.py -%%EXAMPLESDIR%%/desktop/screenshot.pyc -%%EXAMPLESDIR%%/desktop/screenshot.pyo -%%EXAMPLESDIR%%/desktop/systray/images/bad.svg -%%EXAMPLESDIR%%/desktop/systray/images/heart.svg -%%EXAMPLESDIR%%/desktop/systray/images/trash.svg -%%EXAMPLESDIR%%/desktop/systray/systray.py -%%EXAMPLESDIR%%/desktop/systray/systray.pyc -%%EXAMPLESDIR%%/desktop/systray/systray.pyo -%%EXAMPLESDIR%%/desktop/systray/systray.qrc -%%EXAMPLESDIR%%/desktop/systray/systray_rc2.py -%%EXAMPLESDIR%%/desktop/systray/systray_rc2.pyc -%%EXAMPLESDIR%%/desktop/systray/systray_rc2.pyo -%%EXAMPLESDIR%%/desktop/systray/systray_rc3.py -%%EXAMPLESDIR%%/desktop/systray/systray_rc3.pyc -%%EXAMPLESDIR%%/desktop/systray/systray_rc3.pyo -%%EXAMPLESDIR%%/dialogs/README -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.py -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.pyc -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.pyo -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.qrc -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc2.py -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc2.pyc -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc2.pyo -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc3.py -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc3.pyc -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc3.pyo -%%EXAMPLESDIR%%/dialogs/classwizard/images/background.png -%%EXAMPLESDIR%%/dialogs/classwizard/images/banner.png -%%EXAMPLESDIR%%/dialogs/classwizard/images/logo1.png -%%EXAMPLESDIR%%/dialogs/classwizard/images/logo2.png -%%EXAMPLESDIR%%/dialogs/classwizard/images/logo3.png -%%EXAMPLESDIR%%/dialogs/classwizard/images/watermark1.png -%%EXAMPLESDIR%%/dialogs/classwizard/images/watermark2.png -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.py -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.pyc -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.pyo -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.qrc -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc2.py -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc2.pyc -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc2.pyo -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc3.py -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc3.pyc -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc3.pyo -%%EXAMPLESDIR%%/dialogs/configdialog/images/config.png -%%EXAMPLESDIR%%/dialogs/configdialog/images/query.png -%%EXAMPLESDIR%%/dialogs/configdialog/images/update.png -%%EXAMPLESDIR%%/dialogs/extension.py -%%EXAMPLESDIR%%/dialogs/extension.pyc -%%EXAMPLESDIR%%/dialogs/extension.pyo -%%EXAMPLESDIR%%/dialogs/findfiles.py -%%EXAMPLESDIR%%/dialogs/findfiles.pyc -%%EXAMPLESDIR%%/dialogs/findfiles.pyo -%%EXAMPLESDIR%%/dialogs/standarddialogs.py -%%EXAMPLESDIR%%/dialogs/standarddialogs.pyc -%%EXAMPLESDIR%%/dialogs/standarddialogs.pyo -%%EXAMPLESDIR%%/dialogs/tabdialog.py -%%EXAMPLESDIR%%/dialogs/tabdialog.pyc -%%EXAMPLESDIR%%/dialogs/tabdialog.pyo -%%EXAMPLESDIR%%/dialogs/trivialwizard.py -%%EXAMPLESDIR%%/dialogs/trivialwizard.pyc -%%EXAMPLESDIR%%/dialogs/trivialwizard.pyo -%%EXAMPLESDIR%%/draganddrop/README -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.py -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.pyc -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.pyo -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.qrc -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc2.py -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc2.pyc -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc2.pyo -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc3.py -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc3.pyc -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc3.pyo -%%EXAMPLESDIR%%/draganddrop/delayedencoding/images/drag.png -%%EXAMPLESDIR%%/draganddrop/delayedencoding/images/example.svg -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.py -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.pyc -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.pyo -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.qrc -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc2.py -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc2.pyc -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc2.pyo -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc3.py -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc3.pyc -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc3.pyo -%%EXAMPLESDIR%%/draganddrop/draggableicons/images/boat.png -%%EXAMPLESDIR%%/draganddrop/draggableicons/images/car.png -%%EXAMPLESDIR%%/draganddrop/draggableicons/images/house.png -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.py -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.pyc -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.pyo -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.qrc -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc2.py -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc2.pyc -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc2.pyo -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc3.py -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc3.pyc -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc3.pyo -%%EXAMPLESDIR%%/draganddrop/draggabletext/words.txt -%%EXAMPLESDIR%%/draganddrop/dropsite.py -%%EXAMPLESDIR%%/draganddrop/dropsite.pyc -%%EXAMPLESDIR%%/draganddrop/dropsite.pyo -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.py -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.pyc -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.pyo -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.qrc -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc2.py -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc2.pyc -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc2.pyo -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc3.py -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc3.pyc -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc3.pyo -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/words.txt -%%EXAMPLESDIR%%/draganddrop/puzzle/example.jpg -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.py -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.pyc -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.pyo -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.qrc -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc2.py -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc2.pyc -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc2.pyo -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc3.py -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc3.pyc -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc3.pyo -%%EXAMPLESDIR%%/effects/README -%%EXAMPLESDIR%%/effects/lighting.py -%%EXAMPLESDIR%%/effects/lighting.pyc -%%EXAMPLESDIR%%/effects/lighting.pyo -%%EXAMPLESDIR%%/graphicsview/README -%%EXAMPLESDIR%%/graphicsview/anchorlayout.py -%%EXAMPLESDIR%%/graphicsview/anchorlayout.pyc -%%EXAMPLESDIR%%/graphicsview/anchorlayout.pyo -%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.py -%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.pyc -%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.pyo -%%EXAMPLESDIR%%/graphicsview/collidingmice/images/cheese.jpg -%%EXAMPLESDIR%%/graphicsview/collidingmice/mice.qrc -%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc2.py -%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc2.pyc -%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc2.pyo -%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc3.py -%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc3.pyc -%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc3.pyo -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.py -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.pyc -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.pyo -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.qrc -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc2.py -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc2.pyc -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc2.pyo -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc3.py -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc3.pyc -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc3.pyo -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background1.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background2.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background3.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background4.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/bold.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/bringtofront.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/delete.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/floodfill.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/italic.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/linecolor.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/linepointer.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/pointer.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/sendtoback.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/textpointer.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/underline.png -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.py -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.pyc -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.pyo -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.qrc -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc2.py -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc2.pyc -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc2.pyo -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc3.py -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc3.pyc -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc3.pyo -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/images/head.png -%%EXAMPLESDIR%%/graphicsview/elasticnodes.py -%%EXAMPLESDIR%%/graphicsview/elasticnodes.pyc -%%EXAMPLESDIR%%/graphicsview/elasticnodes.pyo -%%EXAMPLESDIR%%/graphicsview/padnavigator/backside.ui -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/artsfftscope.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/blue_angle_swirl.jpg -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_contacts.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_journal.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_mail.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_notes.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kopeteavailable.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/metacontact_online.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/minitools.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.py -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.pyc -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.pyo -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.qrc -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc2.py -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc2.pyc -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc2.pyo -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc3.py -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc3.pyc -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc3.pyo -%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_backside.py -%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_backside.pyc -%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_backside.pyo -%%EXAMPLESDIR%%/ipc/README -%%EXAMPLESDIR%%/ipc/localfortuneclient.py -%%EXAMPLESDIR%%/ipc/localfortuneclient.pyc -%%EXAMPLESDIR%%/ipc/localfortuneclient.pyo -%%EXAMPLESDIR%%/ipc/localfortuneserver.py -%%EXAMPLESDIR%%/ipc/localfortuneserver.pyc -%%EXAMPLESDIR%%/ipc/localfortuneserver.pyo -%%EXAMPLESDIR%%/ipc/sharedmemory/dialog.py -%%EXAMPLESDIR%%/ipc/sharedmemory/dialog.pyc -%%EXAMPLESDIR%%/ipc/sharedmemory/dialog.pyo -%%EXAMPLESDIR%%/ipc/sharedmemory/dialog.ui -%%EXAMPLESDIR%%/ipc/sharedmemory/image.png -%%EXAMPLESDIR%%/ipc/sharedmemory/qt.png -%%EXAMPLESDIR%%/ipc/sharedmemory/sharedmemory.py -%%EXAMPLESDIR%%/ipc/sharedmemory/sharedmemory.pyc -%%EXAMPLESDIR%%/ipc/sharedmemory/sharedmemory.pyo -%%EXAMPLESDIR%%/itemviews/README -%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.py -%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.pyc -%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.pyo -%%EXAMPLESDIR%%/itemviews/chart/chart.py -%%EXAMPLESDIR%%/itemviews/chart/chart.pyc -%%EXAMPLESDIR%%/itemviews/chart/chart.pyo -%%EXAMPLESDIR%%/itemviews/chart/chart.qrc -%%EXAMPLESDIR%%/itemviews/chart/chart_rc2.py -%%EXAMPLESDIR%%/itemviews/chart/chart_rc2.pyc -%%EXAMPLESDIR%%/itemviews/chart/chart_rc2.pyo -%%EXAMPLESDIR%%/itemviews/chart/chart_rc3.py -%%EXAMPLESDIR%%/itemviews/chart/chart_rc3.pyc -%%EXAMPLESDIR%%/itemviews/chart/chart_rc3.pyo -%%EXAMPLESDIR%%/itemviews/chart/mydata.cht -%%EXAMPLESDIR%%/itemviews/chart/qtdata.cht -%%EXAMPLESDIR%%/itemviews/coloreditorfactory.py -%%EXAMPLESDIR%%/itemviews/coloreditorfactory.pyc -%%EXAMPLESDIR%%/itemviews/coloreditorfactory.pyo -%%EXAMPLESDIR%%/itemviews/combowidgetmapper.py -%%EXAMPLESDIR%%/itemviews/combowidgetmapper.pyc -%%EXAMPLESDIR%%/itemviews/combowidgetmapper.pyo -%%EXAMPLESDIR%%/itemviews/customsortfiltermodel.py -%%EXAMPLESDIR%%/itemviews/customsortfiltermodel.pyc -%%EXAMPLESDIR%%/itemviews/customsortfiltermodel.pyo -%%EXAMPLESDIR%%/itemviews/dirview.py -%%EXAMPLESDIR%%/itemviews/dirview.pyc -%%EXAMPLESDIR%%/itemviews/dirview.pyo -%%EXAMPLESDIR%%/itemviews/editabletreemodel/default.txt -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.py -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.pyc -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.pyo -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.qrc -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc2.py -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc2.pyc -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc2.pyo -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc3.py -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc3.pyc -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc3.pyo -%%EXAMPLESDIR%%/itemviews/editabletreemodel/mainwindow.ui -%%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.py -%%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.pyc -%%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.pyo -%%EXAMPLESDIR%%/itemviews/fetchmore.py -%%EXAMPLESDIR%%/itemviews/fetchmore.pyc -%%EXAMPLESDIR%%/itemviews/fetchmore.pyo -%%EXAMPLESDIR%%/itemviews/pixelator/images/qt.png -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.py -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.pyc -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.pyo -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.qrc -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc2.py -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc2.pyc -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc2.pyo -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc3.py -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc3.pyc -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc3.pyo -%%EXAMPLESDIR%%/itemviews/puzzle/example.jpg -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.py -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.pyc -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.pyo -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.qrc -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc2.py -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc2.pyc -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc2.pyo -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc3.py -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc3.pyc -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc3.pyo -%%EXAMPLESDIR%%/itemviews/simpledommodel.py -%%EXAMPLESDIR%%/itemviews/simpledommodel.pyc -%%EXAMPLESDIR%%/itemviews/simpledommodel.pyo -%%EXAMPLESDIR%%/itemviews/simpletreemodel/default.txt -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.py -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.pyc -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.pyo -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.qrc -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc2.py -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc2.pyc -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc2.pyo -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc3.py -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc3.pyc -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc3.pyo -%%EXAMPLESDIR%%/itemviews/simplewidgetmapper.py -%%EXAMPLESDIR%%/itemviews/simplewidgetmapper.pyc -%%EXAMPLESDIR%%/itemviews/simplewidgetmapper.pyo -%%EXAMPLESDIR%%/itemviews/spinboxdelegate.py -%%EXAMPLESDIR%%/itemviews/spinboxdelegate.pyc -%%EXAMPLESDIR%%/itemviews/spinboxdelegate.pyo -%%EXAMPLESDIR%%/itemviews/stardelegate.py -%%EXAMPLESDIR%%/itemviews/stardelegate.pyc -%%EXAMPLESDIR%%/itemviews/stardelegate.pyo -%%EXAMPLESDIR%%/layouts/README -%%EXAMPLESDIR%%/layouts/basiclayouts.py -%%EXAMPLESDIR%%/layouts/basiclayouts.pyc -%%EXAMPLESDIR%%/layouts/basiclayouts.pyo -%%EXAMPLESDIR%%/layouts/borderlayout.py -%%EXAMPLESDIR%%/layouts/borderlayout.pyc -%%EXAMPLESDIR%%/layouts/borderlayout.pyo -%%EXAMPLESDIR%%/layouts/flowlayout.py -%%EXAMPLESDIR%%/layouts/flowlayout.pyc -%%EXAMPLESDIR%%/layouts/flowlayout.pyo -%%EXAMPLESDIR%%/mainwindows/README -%%EXAMPLESDIR%%/mainwindows/application/application.py -%%EXAMPLESDIR%%/mainwindows/application/application.pyc -%%EXAMPLESDIR%%/mainwindows/application/application.pyo -%%EXAMPLESDIR%%/mainwindows/application/application.qrc -%%EXAMPLESDIR%%/mainwindows/application/application_rc2.py -%%EXAMPLESDIR%%/mainwindows/application/application_rc2.pyc -%%EXAMPLESDIR%%/mainwindows/application/application_rc2.pyo -%%EXAMPLESDIR%%/mainwindows/application/application_rc3.py -%%EXAMPLESDIR%%/mainwindows/application/application_rc3.pyc -%%EXAMPLESDIR%%/mainwindows/application/application_rc3.pyo -%%EXAMPLESDIR%%/mainwindows/application/images/copy.png -%%EXAMPLESDIR%%/mainwindows/application/images/cut.png -%%EXAMPLESDIR%%/mainwindows/application/images/new.png -%%EXAMPLESDIR%%/mainwindows/application/images/open.png -%%EXAMPLESDIR%%/mainwindows/application/images/paste.png -%%EXAMPLESDIR%%/mainwindows/application/images/save.png -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.py -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.pyc -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.pyo -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.qrc -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc2.py -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc2.pyc -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc2.pyo -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc3.py -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc3.pyc -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc3.pyo -%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/new.png -%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/print.png -%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/save.png -%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/undo.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/copy.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/cut.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/new.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/open.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/paste.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/save.png -%%EXAMPLESDIR%%/mainwindows/mdi/mdi.py -%%EXAMPLESDIR%%/mainwindows/mdi/mdi.pyc -%%EXAMPLESDIR%%/mainwindows/mdi/mdi.pyo -%%EXAMPLESDIR%%/mainwindows/mdi/mdi.qrc -%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc2.py -%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc2.pyc -%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc2.pyo -%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc3.py -%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc3.pyc -%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc3.pyo -%%EXAMPLESDIR%%/mainwindows/menus.py -%%EXAMPLESDIR%%/mainwindows/menus.pyc -%%EXAMPLESDIR%%/mainwindows/menus.pyo -%%EXAMPLESDIR%%/mainwindows/recentfiles.py -%%EXAMPLESDIR%%/mainwindows/recentfiles.pyc -%%EXAMPLESDIR%%/mainwindows/recentfiles.pyo -%%EXAMPLESDIR%%/mainwindows/sdi/images/copy.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/cut.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/new.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/open.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/paste.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/save.png -%%EXAMPLESDIR%%/mainwindows/sdi/sdi.py -%%EXAMPLESDIR%%/mainwindows/sdi/sdi.pyc -%%EXAMPLESDIR%%/mainwindows/sdi/sdi.pyo -%%EXAMPLESDIR%%/mainwindows/sdi/sdi.qrc -%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc2.py -%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc2.pyc -%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc2.pyo -%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc3.py -%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc3.pyc -%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc3.pyo -%%EXAMPLESDIR%%/mainwindows/separations.py -%%EXAMPLESDIR%%/mainwindows/separations.pyc -%%EXAMPLESDIR%%/mainwindows/separations.pyo -%%EXAMPLESDIR%%/network/README -%%EXAMPLESDIR%%/network/blockingfortuneclient.py -%%EXAMPLESDIR%%/network/blockingfortuneclient.pyc -%%EXAMPLESDIR%%/network/blockingfortuneclient.pyo -%%EXAMPLESDIR%%/network/broadcastreceiver.py -%%EXAMPLESDIR%%/network/broadcastreceiver.pyc -%%EXAMPLESDIR%%/network/broadcastreceiver.pyo -%%EXAMPLESDIR%%/network/broadcastsender.py -%%EXAMPLESDIR%%/network/broadcastsender.pyc -%%EXAMPLESDIR%%/network/broadcastsender.pyo -%%EXAMPLESDIR%%/network/fortuneclient.py -%%EXAMPLESDIR%%/network/fortuneclient.pyc -%%EXAMPLESDIR%%/network/fortuneclient.pyo -%%EXAMPLESDIR%%/network/fortuneserver.py -%%EXAMPLESDIR%%/network/fortuneserver.pyc -%%EXAMPLESDIR%%/network/fortuneserver.pyo -%%EXAMPLESDIR%%/network/ftp/ftp.py -%%EXAMPLESDIR%%/network/ftp/ftp.pyc -%%EXAMPLESDIR%%/network/ftp/ftp.pyo -%%EXAMPLESDIR%%/network/ftp/ftp.qrc -%%EXAMPLESDIR%%/network/ftp/ftp_rc2.py -%%EXAMPLESDIR%%/network/ftp/ftp_rc2.pyc -%%EXAMPLESDIR%%/network/ftp/ftp_rc2.pyo -%%EXAMPLESDIR%%/network/ftp/ftp_rc3.py -%%EXAMPLESDIR%%/network/ftp/ftp_rc3.pyc -%%EXAMPLESDIR%%/network/ftp/ftp_rc3.pyo -%%EXAMPLESDIR%%/network/ftp/images/cdtoparent.png -%%EXAMPLESDIR%%/network/ftp/images/dir.png -%%EXAMPLESDIR%%/network/ftp/images/file.png -%%EXAMPLESDIR%%/network/http/authenticationdialog.ui -%%EXAMPLESDIR%%/network/http/http.py -%%EXAMPLESDIR%%/network/http/http.pyc -%%EXAMPLESDIR%%/network/http/http.pyo -%%EXAMPLESDIR%%/network/loopback.py -%%EXAMPLESDIR%%/network/loopback.pyc -%%EXAMPLESDIR%%/network/loopback.pyo -%%EXAMPLESDIR%%/network/threadedfortuneserver.py -%%EXAMPLESDIR%%/network/threadedfortuneserver.pyc -%%EXAMPLESDIR%%/network/threadedfortuneserver.pyo -%%EXAMPLESDIR%%/opengl/2dpainting.py -%%EXAMPLESDIR%%/opengl/2dpainting.pyc -%%EXAMPLESDIR%%/opengl/2dpainting.pyo -%%EXAMPLESDIR%%/opengl/README -%%EXAMPLESDIR%%/opengl/grabber.py -%%EXAMPLESDIR%%/opengl/grabber.pyc -%%EXAMPLESDIR%%/opengl/grabber.pyo -%%EXAMPLESDIR%%/opengl/hellogl.py -%%EXAMPLESDIR%%/opengl/hellogl.pyc -%%EXAMPLESDIR%%/opengl/hellogl.pyo -%%EXAMPLESDIR%%/opengl/overpainting.py -%%EXAMPLESDIR%%/opengl/overpainting.pyc -%%EXAMPLESDIR%%/opengl/overpainting.pyo -%%EXAMPLESDIR%%/opengl/samplebuffers.py -%%EXAMPLESDIR%%/opengl/samplebuffers.pyc -%%EXAMPLESDIR%%/opengl/samplebuffers.pyo -%%EXAMPLESDIR%%/opengl/textures/images/side1.png -%%EXAMPLESDIR%%/opengl/textures/images/side2.png -%%EXAMPLESDIR%%/opengl/textures/images/side3.png -%%EXAMPLESDIR%%/opengl/textures/images/side4.png -%%EXAMPLESDIR%%/opengl/textures/images/side5.png -%%EXAMPLESDIR%%/opengl/textures/images/side6.png -%%EXAMPLESDIR%%/opengl/textures/textures.py -%%EXAMPLESDIR%%/opengl/textures/textures.pyc -%%EXAMPLESDIR%%/opengl/textures/textures.pyo -%%EXAMPLESDIR%%/opengl/textures/textures.qrc -%%EXAMPLESDIR%%/opengl/textures/textures_rc2.py -%%EXAMPLESDIR%%/opengl/textures/textures_rc2.pyc -%%EXAMPLESDIR%%/opengl/textures/textures_rc2.pyo -%%EXAMPLESDIR%%/opengl/textures/textures_rc3.py -%%EXAMPLESDIR%%/opengl/textures/textures_rc3.pyc -%%EXAMPLESDIR%%/opengl/textures/textures_rc3.pyo -%%EXAMPLESDIR%%/painting/README -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.py -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.pyc -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.pyo -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.qrc -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc2.py -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc2.pyc -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc2.pyo -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc3.py -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc3.pyc -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc3.pyo -%%EXAMPLESDIR%%/painting/basicdrawing/images/brick.png -%%EXAMPLESDIR%%/painting/basicdrawing/images/qt-logo.png -%%EXAMPLESDIR%%/painting/concentriccircles.py -%%EXAMPLESDIR%%/painting/concentriccircles.pyc -%%EXAMPLESDIR%%/painting/concentriccircles.pyo -%%EXAMPLESDIR%%/painting/painterpaths.py -%%EXAMPLESDIR%%/painting/painterpaths.pyc -%%EXAMPLESDIR%%/painting/painterpaths.pyo -%%EXAMPLESDIR%%/painting/svgviewer/files/bubbles.svg -%%EXAMPLESDIR%%/painting/svgviewer/files/cubic.svg -%%EXAMPLESDIR%%/painting/svgviewer/files/spheres.svg -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.py -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.pyc -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.pyo -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.qrc -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc2.py -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc2.pyc -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc2.pyo -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc3.py -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc3.pyc -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc3.pyo -%%EXAMPLESDIR%%/painting/transformations.py -%%EXAMPLESDIR%%/painting/transformations.pyc -%%EXAMPLESDIR%%/painting/transformations.pyo -%%EXAMPLESDIR%%/phonon/README -%%EXAMPLESDIR%%/phonon/capabilities.py -%%EXAMPLESDIR%%/phonon/capabilities.pyc -%%EXAMPLESDIR%%/phonon/capabilities.pyo -%%EXAMPLESDIR%%/phonon/musicplayer.py -%%EXAMPLESDIR%%/phonon/musicplayer.pyc -%%EXAMPLESDIR%%/phonon/musicplayer.pyo -%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.py -%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.pyc -%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.pyo -%%EXAMPLESDIR%%/pyuic/demo.ui -%%EXAMPLESDIR%%/pyuic/load_ui1.py -%%EXAMPLESDIR%%/pyuic/load_ui1.pyc -%%EXAMPLESDIR%%/pyuic/load_ui1.pyo -%%EXAMPLESDIR%%/pyuic/load_ui2.py -%%EXAMPLESDIR%%/pyuic/load_ui2.pyc -%%EXAMPLESDIR%%/pyuic/load_ui2.pyo -%%EXAMPLESDIR%%/richtext/README -%%EXAMPLESDIR%%/richtext/calendar.py -%%EXAMPLESDIR%%/richtext/calendar.pyc -%%EXAMPLESDIR%%/richtext/calendar.pyo -%%EXAMPLESDIR%%/richtext/orderform.py -%%EXAMPLESDIR%%/richtext/orderform.pyc -%%EXAMPLESDIR%%/richtext/orderform.pyo -%%EXAMPLESDIR%%/richtext/syntaxhighlighter.py -%%EXAMPLESDIR%%/richtext/syntaxhighlighter.pyc -%%EXAMPLESDIR%%/richtext/syntaxhighlighter.pyo -%%EXAMPLESDIR%%/richtext/textobject/files/heart.svg -%%EXAMPLESDIR%%/richtext/textobject/textobject.py -%%EXAMPLESDIR%%/richtext/textobject/textobject.pyc -%%EXAMPLESDIR%%/richtext/textobject/textobject.pyo -%%EXAMPLESDIR%%/script/README -%%EXAMPLESDIR%%/script/helloscript.py -%%EXAMPLESDIR%%/script/helloscript.pyc -%%EXAMPLESDIR%%/script/helloscript.pyo -%%EXAMPLESDIR%%/sql/README -%%EXAMPLESDIR%%/sql/cachedtable.py -%%EXAMPLESDIR%%/sql/cachedtable.pyc -%%EXAMPLESDIR%%/sql/cachedtable.pyo -%%EXAMPLESDIR%%/sql/connection.py -%%EXAMPLESDIR%%/sql/connection.pyc -%%EXAMPLESDIR%%/sql/connection.pyo -%%EXAMPLESDIR%%/sql/querymodel.py -%%EXAMPLESDIR%%/sql/querymodel.pyc -%%EXAMPLESDIR%%/sql/querymodel.pyo -%%EXAMPLESDIR%%/sql/relationaltablemodel.py -%%EXAMPLESDIR%%/sql/relationaltablemodel.pyc -%%EXAMPLESDIR%%/sql/relationaltablemodel.pyo -%%EXAMPLESDIR%%/sql/tablemodel.py -%%EXAMPLESDIR%%/sql/tablemodel.pyc -%%EXAMPLESDIR%%/sql/tablemodel.pyo -%%EXAMPLESDIR%%/threads/README -%%EXAMPLESDIR%%/threads/mandelbrot.py -%%EXAMPLESDIR%%/threads/mandelbrot.pyc -%%EXAMPLESDIR%%/threads/mandelbrot.pyo -%%EXAMPLESDIR%%/threads/semaphores.py -%%EXAMPLESDIR%%/threads/semaphores.pyc -%%EXAMPLESDIR%%/threads/semaphores.pyo -%%EXAMPLESDIR%%/threads/waitconditions.py -%%EXAMPLESDIR%%/threads/waitconditions.pyc -%%EXAMPLESDIR%%/threads/waitconditions.pyo -%%EXAMPLESDIR%%/tools/README -%%EXAMPLESDIR%%/tools/codecs/codecs.py -%%EXAMPLESDIR%%/tools/codecs/codecs.pyc -%%EXAMPLESDIR%%/tools/codecs/codecs.pyo -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/iso-8859-1.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/iso-8859-15.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16be.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16le.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-8.txt -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter.py -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter.pyc -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter.pyo -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter.qrc -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc2.py -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc2.pyc -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc2.pyo -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc3.py -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc3.pyc -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc3.pyo -%%EXAMPLESDIR%%/tools/customcompleter/resources/wordlist.txt -%%EXAMPLESDIR%%/tools/i18n/i18n.py -%%EXAMPLESDIR%%/tools/i18n/i18n.pyc -%%EXAMPLESDIR%%/tools/i18n/i18n.pyo -%%EXAMPLESDIR%%/tools/i18n/i18n.qrc -%%EXAMPLESDIR%%/tools/i18n/i18n_rc2.py -%%EXAMPLESDIR%%/tools/i18n/i18n_rc2.pyc -%%EXAMPLESDIR%%/tools/i18n/i18n_rc2.pyo -%%EXAMPLESDIR%%/tools/i18n/i18n_rc3.py -%%EXAMPLESDIR%%/tools/i18n/i18n_rc3.pyc -%%EXAMPLESDIR%%/tools/i18n/i18n_rc3.pyo -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_cs.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_cs.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_de.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_de.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_el.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_el.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_en.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_en.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_eo.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_eo.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_fr.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_fr.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_it.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_it.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_jp.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_jp.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ko.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ko.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_no.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_no.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_pt.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_pt.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ru.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ru.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_sv.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_sv.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_zh.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_zh.ts -%%EXAMPLESDIR%%/tools/regexp.py -%%EXAMPLESDIR%%/tools/regexp.pyc -%%EXAMPLESDIR%%/tools/regexp.pyo -%%EXAMPLESDIR%%/tools/settingseditor/inifiles/licensepage.ini -%%EXAMPLESDIR%%/tools/settingseditor/inifiles/qsa.ini -%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.py -%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.pyc -%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.pyo -%%EXAMPLESDIR%%/tutorials/addressbook/README -%%EXAMPLESDIR%%/tutorials/addressbook/part1.py -%%EXAMPLESDIR%%/tutorials/addressbook/part1.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part1.pyo -%%EXAMPLESDIR%%/tutorials/addressbook/part2.py -%%EXAMPLESDIR%%/tutorials/addressbook/part2.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part2.pyo -%%EXAMPLESDIR%%/tutorials/addressbook/part3.py -%%EXAMPLESDIR%%/tutorials/addressbook/part3.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part3.pyo -%%EXAMPLESDIR%%/tutorials/addressbook/part4.py -%%EXAMPLESDIR%%/tutorials/addressbook/part4.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part4.pyo -%%EXAMPLESDIR%%/tutorials/addressbook/part5.py -%%EXAMPLESDIR%%/tutorials/addressbook/part5.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part5.pyo -%%EXAMPLESDIR%%/tutorials/addressbook/part6.py -%%EXAMPLESDIR%%/tutorials/addressbook/part6.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part6.pyo -%%EXAMPLESDIR%%/tutorials/addressbook/part7.py -%%EXAMPLESDIR%%/tutorials/addressbook/part7.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part7.pyo -%%EXAMPLESDIR%%/webkit/domtraversal/domtraversal.py -%%EXAMPLESDIR%%/webkit/domtraversal/domtraversal.pyc -%%EXAMPLESDIR%%/webkit/domtraversal/domtraversal.pyo -%%EXAMPLESDIR%%/webkit/domtraversal/ui_window.py -%%EXAMPLESDIR%%/webkit/domtraversal/ui_window.pyc -%%EXAMPLESDIR%%/webkit/domtraversal/ui_window.pyo -%%EXAMPLESDIR%%/webkit/domtraversal/window.ui -%%EXAMPLESDIR%%/webkit/fancybrowser/fancybrowser.py -%%EXAMPLESDIR%%/webkit/fancybrowser/fancybrowser.pyc -%%EXAMPLESDIR%%/webkit/fancybrowser/fancybrowser.pyo -%%EXAMPLESDIR%%/webkit/fancybrowser/jquery.min.js -%%EXAMPLESDIR%%/webkit/fancybrowser/jquery.qrc -%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc2.py -%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc2.pyc -%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc2.pyo -%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc3.py -%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc3.pyc -%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc3.pyo -%%EXAMPLESDIR%%/webkit/formextractor/form.html -%%EXAMPLESDIR%%/webkit/formextractor/formextractor.py -%%EXAMPLESDIR%%/webkit/formextractor/formextractor.pyc -%%EXAMPLESDIR%%/webkit/formextractor/formextractor.pyo -%%EXAMPLESDIR%%/webkit/formextractor/formextractor.qrc -%%EXAMPLESDIR%%/webkit/formextractor/formextractor.ui -%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc2.py -%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc2.pyc -%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc2.pyo -%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc3.py -%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc3.pyc -%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc3.pyo -%%EXAMPLESDIR%%/webkit/formextractor/ui_formextractor.py -%%EXAMPLESDIR%%/webkit/formextractor/ui_formextractor.pyc -%%EXAMPLESDIR%%/webkit/formextractor/ui_formextractor.pyo -%%EXAMPLESDIR%%/webkit/framecapture.py -%%EXAMPLESDIR%%/webkit/framecapture.pyc -%%EXAMPLESDIR%%/webkit/framecapture.pyo -%%EXAMPLESDIR%%/webkit/googlechat/form.ui -%%EXAMPLESDIR%%/webkit/googlechat/googlechat.py -%%EXAMPLESDIR%%/webkit/googlechat/googlechat.pyc -%%EXAMPLESDIR%%/webkit/googlechat/googlechat.pyo -%%EXAMPLESDIR%%/webkit/googlechat/ui_form.py -%%EXAMPLESDIR%%/webkit/googlechat/ui_form.pyc -%%EXAMPLESDIR%%/webkit/googlechat/ui_form.pyo -%%EXAMPLESDIR%%/webkit/previewer/previewer.py -%%EXAMPLESDIR%%/webkit/previewer/previewer.pyc -%%EXAMPLESDIR%%/webkit/previewer/previewer.pyo -%%EXAMPLESDIR%%/webkit/previewer/previewer.ui -%%EXAMPLESDIR%%/webkit/previewer/ui_previewer.py -%%EXAMPLESDIR%%/webkit/previewer/ui_previewer.pyc -%%EXAMPLESDIR%%/webkit/previewer/ui_previewer.pyo -%%EXAMPLESDIR%%/webkit/simpleselector/simpleselector.py -%%EXAMPLESDIR%%/webkit/simpleselector/simpleselector.pyc -%%EXAMPLESDIR%%/webkit/simpleselector/simpleselector.pyo -%%EXAMPLESDIR%%/webkit/simpleselector/ui_window.py -%%EXAMPLESDIR%%/webkit/simpleselector/ui_window.pyc -%%EXAMPLESDIR%%/webkit/simpleselector/ui_window.pyo -%%EXAMPLESDIR%%/webkit/simpleselector/window.ui -%%EXAMPLESDIR%%/webkit/webftpclient.py -%%EXAMPLESDIR%%/webkit/webftpclient.pyc -%%EXAMPLESDIR%%/webkit/webftpclient.pyo -%%EXAMPLESDIR%%/widgets/README -%%EXAMPLESDIR%%/widgets/analogclock.py -%%EXAMPLESDIR%%/widgets/analogclock.pyc -%%EXAMPLESDIR%%/widgets/analogclock.pyo -%%EXAMPLESDIR%%/widgets/calculator.py -%%EXAMPLESDIR%%/widgets/calculator.pyc -%%EXAMPLESDIR%%/widgets/calculator.pyo -%%EXAMPLESDIR%%/widgets/calendarwidget.py -%%EXAMPLESDIR%%/widgets/calendarwidget.pyc -%%EXAMPLESDIR%%/widgets/calendarwidget.pyo -%%EXAMPLESDIR%%/widgets/charactermap.py -%%EXAMPLESDIR%%/widgets/charactermap.pyc -%%EXAMPLESDIR%%/widgets/charactermap.pyo -%%EXAMPLESDIR%%/widgets/digitalclock.py -%%EXAMPLESDIR%%/widgets/digitalclock.pyc -%%EXAMPLESDIR%%/widgets/digitalclock.pyo -%%EXAMPLESDIR%%/widgets/groupbox.py -%%EXAMPLESDIR%%/widgets/groupbox.pyc -%%EXAMPLESDIR%%/widgets/groupbox.pyo -%%EXAMPLESDIR%%/widgets/icons/icons.py -%%EXAMPLESDIR%%/widgets/icons/icons.pyc -%%EXAMPLESDIR%%/widgets/icons/icons.pyo -%%EXAMPLESDIR%%/widgets/icons/images/designer.png -%%EXAMPLESDIR%%/widgets/icons/images/find_disabled.png -%%EXAMPLESDIR%%/widgets/icons/images/find_normal.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_128x128.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_16x16.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_32x32.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_64x64.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_128x128.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_16x16.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_32x32.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_64x64.png -%%EXAMPLESDIR%%/widgets/icons/images/qt_extended_16x16.png -%%EXAMPLESDIR%%/widgets/icons/images/qt_extended_32x32.png -%%EXAMPLESDIR%%/widgets/icons/images/qt_extended_48x48.png -%%EXAMPLESDIR%%/widgets/imageviewer.py -%%EXAMPLESDIR%%/widgets/imageviewer.pyc -%%EXAMPLESDIR%%/widgets/imageviewer.pyo -%%EXAMPLESDIR%%/widgets/lineedits.py -%%EXAMPLESDIR%%/widgets/lineedits.pyc -%%EXAMPLESDIR%%/widgets/lineedits.pyo -%%EXAMPLESDIR%%/widgets/movie/animation.mng -%%EXAMPLESDIR%%/widgets/movie/movie.py -%%EXAMPLESDIR%%/widgets/movie/movie.pyc -%%EXAMPLESDIR%%/widgets/movie/movie.pyo -%%EXAMPLESDIR%%/widgets/scribble.py -%%EXAMPLESDIR%%/widgets/scribble.pyc -%%EXAMPLESDIR%%/widgets/scribble.pyo -%%EXAMPLESDIR%%/widgets/shapedclock.py -%%EXAMPLESDIR%%/widgets/shapedclock.pyc -%%EXAMPLESDIR%%/widgets/shapedclock.pyo -%%EXAMPLESDIR%%/widgets/sliders.py -%%EXAMPLESDIR%%/widgets/sliders.pyc -%%EXAMPLESDIR%%/widgets/sliders.pyo -%%EXAMPLESDIR%%/widgets/spinboxes.py -%%EXAMPLESDIR%%/widgets/spinboxes.pyc -%%EXAMPLESDIR%%/widgets/spinboxes.pyo -%%EXAMPLESDIR%%/widgets/styles.py -%%EXAMPLESDIR%%/widgets/styles.pyc -%%EXAMPLESDIR%%/widgets/styles.pyo -%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_checked.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_checked_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_checked_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_unchecked.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_unchecked_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_unchecked_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/down_arrow.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/down_arrow_disabled.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/frame.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/pagefold.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/pushbutton.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/pushbutton_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/pushbutton_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_checked.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_checked_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_checked_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_unchecked.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_unchecked_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_unchecked_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/sizegrip.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown_off.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup_off.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/up_arrow.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/up_arrow_disabled.png -%%EXAMPLESDIR%%/widgets/stylesheet/mainwindow.ui -%%EXAMPLESDIR%%/widgets/stylesheet/qss/coffee.qss -%%EXAMPLESDIR%%/widgets/stylesheet/qss/default.qss -%%EXAMPLESDIR%%/widgets/stylesheet/qss/pagefold.qss -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.py -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.pyc -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.pyo -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.qrc -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc2.py -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc2.pyc -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc2.pyo -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc3.py -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc3.pyc -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc3.pyo -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.py -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.pyc -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.pyo -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.ui -%%EXAMPLESDIR%%/widgets/stylesheet/ui_mainwindow.py -%%EXAMPLESDIR%%/widgets/stylesheet/ui_mainwindow.pyc -%%EXAMPLESDIR%%/widgets/stylesheet/ui_mainwindow.pyo -%%EXAMPLESDIR%%/widgets/stylesheet/ui_stylesheeteditor.py -%%EXAMPLESDIR%%/widgets/stylesheet/ui_stylesheeteditor.pyc -%%EXAMPLESDIR%%/widgets/stylesheet/ui_stylesheeteditor.pyo -%%EXAMPLESDIR%%/widgets/tetrix.py -%%EXAMPLESDIR%%/widgets/tetrix.pyc -%%EXAMPLESDIR%%/widgets/tetrix.pyo -%%EXAMPLESDIR%%/widgets/tooltips/images/circle.png -%%EXAMPLESDIR%%/widgets/tooltips/images/square.png -%%EXAMPLESDIR%%/widgets/tooltips/images/triangle.png -%%EXAMPLESDIR%%/widgets/tooltips/tooltips.py -%%EXAMPLESDIR%%/widgets/tooltips/tooltips.pyc -%%EXAMPLESDIR%%/widgets/tooltips/tooltips.pyo -%%EXAMPLESDIR%%/widgets/tooltips/tooltips.qrc -%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc2.py -%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc2.pyc -%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc2.pyo -%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc3.py -%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc3.pyc -%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc3.pyo -%%EXAMPLESDIR%%/widgets/wiggly.py -%%EXAMPLESDIR%%/widgets/wiggly.pyc -%%EXAMPLESDIR%%/widgets/wiggly.pyo -%%EXAMPLESDIR%%/widgets/windowflags.py -%%EXAMPLESDIR%%/widgets/windowflags.pyc -%%EXAMPLESDIR%%/widgets/windowflags.pyo -%%EXAMPLESDIR%%/xml/README -%%EXAMPLESDIR%%/xml/dombookmarks/dombookmarks.py -%%EXAMPLESDIR%%/xml/dombookmarks/dombookmarks.pyc -%%EXAMPLESDIR%%/xml/dombookmarks/dombookmarks.pyo -%%EXAMPLESDIR%%/xml/dombookmarks/frank.xbel -%%EXAMPLESDIR%%/xml/dombookmarks/jennifer.xbel -%%EXAMPLESDIR%%/xml/saxbookmarks/frank.xbel -%%EXAMPLESDIR%%/xml/saxbookmarks/jennifer.xbel -%%EXAMPLESDIR%%/xml/saxbookmarks/saxbookmarks.py -%%EXAMPLESDIR%%/xml/saxbookmarks/saxbookmarks.pyc -%%EXAMPLESDIR%%/xml/saxbookmarks/saxbookmarks.pyo -%%EXAMPLESDIR%%/xmlpatterns/README -%%EXAMPLESDIR%%/xmlpatterns/schema/files/contact.xsd -%%EXAMPLESDIR%%/xmlpatterns/schema/files/invalid_contact.xml -%%EXAMPLESDIR%%/xmlpatterns/schema/files/invalid_order.xml -%%EXAMPLESDIR%%/xmlpatterns/schema/files/invalid_recipe.xml -%%EXAMPLESDIR%%/xmlpatterns/schema/files/order.xsd -%%EXAMPLESDIR%%/xmlpatterns/schema/files/recipe.xsd -%%EXAMPLESDIR%%/xmlpatterns/schema/files/valid_contact.xml -%%EXAMPLESDIR%%/xmlpatterns/schema/files/valid_order.xml -%%EXAMPLESDIR%%/xmlpatterns/schema/files/valid_recipe.xml -%%EXAMPLESDIR%%/xmlpatterns/schema/schema.py -%%EXAMPLESDIR%%/xmlpatterns/schema/schema.pyc -%%EXAMPLESDIR%%/xmlpatterns/schema/schema.pyo -%%EXAMPLESDIR%%/xmlpatterns/schema/schema.qrc -%%EXAMPLESDIR%%/xmlpatterns/schema/schema.ui -%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc2.py -%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc2.pyc -%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc2.pyo -%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc3.py -%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc3.pyc -%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc3.pyo -%%EXAMPLESDIR%%/xmlpatterns/schema/ui_schema.py -%%EXAMPLESDIR%%/xmlpatterns/schema/ui_schema.pyc -%%EXAMPLESDIR%%/xmlpatterns/schema/ui_schema.pyo +%%PYQT_EXAMPLEDIR%%/README +%%PYQT_EXAMPLEDIR%%/activeqt/README +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/icons/image0.xpm +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/icons/image1.xpm +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/icons/image2.xpm +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/icons/image3.xpm +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/icons/image4.xpm +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/icons/image5.xpm +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/icons/image6.xpm +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/mainwindow.qrc +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/mainwindow.ui +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/mainwindow_rc2.py +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/mainwindow_rc2.pyc +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/mainwindow_rc2.pyo +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/mainwindow_rc3.py +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/mainwindow_rc3.pyc +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/mainwindow_rc3.pyo +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/ui_mainwindow.py +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/ui_mainwindow.pyc +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/ui_mainwindow.pyo +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/webbrowser.py +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/webbrowser.pyc +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/webbrowser.pyo +%%PYQT_EXAMPLEDIR%%/animation/README +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/animatedtiles.py +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/animatedtiles.pyc +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/animatedtiles.pyo +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/animatedtiles.qrc +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/animatedtiles_rc2.py +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/animatedtiles_rc2.pyc +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/animatedtiles_rc2.pyo +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/animatedtiles_rc3.py +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/animatedtiles_rc3.pyc +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/animatedtiles_rc3.pyo +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/images/Time-For-Lunch-2.jpg +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/images/centered.png +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/images/ellipse.png +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/images/figure8.png +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/images/kinetic.png +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/images/random.png +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/images/tile.png +%%PYQT_EXAMPLEDIR%%/animation/appchooser/accessories-dictionary.png +%%PYQT_EXAMPLEDIR%%/animation/appchooser/akregator.png +%%PYQT_EXAMPLEDIR%%/animation/appchooser/appchooser.py +%%PYQT_EXAMPLEDIR%%/animation/appchooser/appchooser.pyc +%%PYQT_EXAMPLEDIR%%/animation/appchooser/appchooser.pyo +%%PYQT_EXAMPLEDIR%%/animation/appchooser/appchooser.qrc +%%PYQT_EXAMPLEDIR%%/animation/appchooser/appchooser_rc2.py +%%PYQT_EXAMPLEDIR%%/animation/appchooser/appchooser_rc2.pyc +%%PYQT_EXAMPLEDIR%%/animation/appchooser/appchooser_rc2.pyo +%%PYQT_EXAMPLEDIR%%/animation/appchooser/appchooser_rc3.py +%%PYQT_EXAMPLEDIR%%/animation/appchooser/appchooser_rc3.pyc +%%PYQT_EXAMPLEDIR%%/animation/appchooser/appchooser_rc3.pyo +%%PYQT_EXAMPLEDIR%%/animation/appchooser/digikam.png +%%PYQT_EXAMPLEDIR%%/animation/appchooser/k3b.png +%%PYQT_EXAMPLEDIR%%/animation/easing/easing.py +%%PYQT_EXAMPLEDIR%%/animation/easing/easing.pyc +%%PYQT_EXAMPLEDIR%%/animation/easing/easing.pyo +%%PYQT_EXAMPLEDIR%%/animation/easing/easing.qrc +%%PYQT_EXAMPLEDIR%%/animation/easing/easing_rc2.py +%%PYQT_EXAMPLEDIR%%/animation/easing/easing_rc2.pyc +%%PYQT_EXAMPLEDIR%%/animation/easing/easing_rc2.pyo +%%PYQT_EXAMPLEDIR%%/animation/easing/easing_rc3.py +%%PYQT_EXAMPLEDIR%%/animation/easing/easing_rc3.pyc +%%PYQT_EXAMPLEDIR%%/animation/easing/easing_rc3.pyo +%%PYQT_EXAMPLEDIR%%/animation/easing/form.ui +%%PYQT_EXAMPLEDIR%%/animation/easing/images/qt-logo.png +%%PYQT_EXAMPLEDIR%%/animation/easing/ui_form.py +%%PYQT_EXAMPLEDIR%%/animation/easing/ui_form.pyc +%%PYQT_EXAMPLEDIR%%/animation/easing/ui_form.pyo +%%PYQT_EXAMPLEDIR%%/animation/moveblocks.py +%%PYQT_EXAMPLEDIR%%/animation/moveblocks.pyc +%%PYQT_EXAMPLEDIR%%/animation/moveblocks.pyo +%%PYQT_EXAMPLEDIR%%/animation/states/accessories-dictionary.png +%%PYQT_EXAMPLEDIR%%/animation/states/akregator.png +%%PYQT_EXAMPLEDIR%%/animation/states/digikam.png +%%PYQT_EXAMPLEDIR%%/animation/states/help-browser.png +%%PYQT_EXAMPLEDIR%%/animation/states/k3b.png +%%PYQT_EXAMPLEDIR%%/animation/states/kchart.png +%%PYQT_EXAMPLEDIR%%/animation/states/states.py +%%PYQT_EXAMPLEDIR%%/animation/states/states.pyc +%%PYQT_EXAMPLEDIR%%/animation/states/states.pyo +%%PYQT_EXAMPLEDIR%%/animation/states/states.qrc +%%PYQT_EXAMPLEDIR%%/animation/states/states_rc2.py +%%PYQT_EXAMPLEDIR%%/animation/states/states_rc2.pyc +%%PYQT_EXAMPLEDIR%%/animation/states/states_rc2.pyo +%%PYQT_EXAMPLEDIR%%/animation/states/states_rc3.py +%%PYQT_EXAMPLEDIR%%/animation/states/states_rc3.pyc +%%PYQT_EXAMPLEDIR%%/animation/states/states_rc3.pyo +%%PYQT_EXAMPLEDIR%%/animation/stickman/animations/chilling +%%PYQT_EXAMPLEDIR%%/animation/stickman/animations/dancing +%%PYQT_EXAMPLEDIR%%/animation/stickman/animations/dead +%%PYQT_EXAMPLEDIR%%/animation/stickman/animations/jumping +%%PYQT_EXAMPLEDIR%%/animation/stickman/stickman.py +%%PYQT_EXAMPLEDIR%%/animation/stickman/stickman.pyc +%%PYQT_EXAMPLEDIR%%/animation/stickman/stickman.pyo +%%PYQT_EXAMPLEDIR%%/animation/stickman/stickman.qrc +%%PYQT_EXAMPLEDIR%%/animation/stickman/stickman_rc2.py +%%PYQT_EXAMPLEDIR%%/animation/stickman/stickman_rc2.pyc +%%PYQT_EXAMPLEDIR%%/animation/stickman/stickman_rc2.pyo +%%PYQT_EXAMPLEDIR%%/animation/stickman/stickman_rc3.py +%%PYQT_EXAMPLEDIR%%/animation/stickman/stickman_rc3.pyc +%%PYQT_EXAMPLEDIR%%/animation/stickman/stickman_rc3.pyo +%%PYQT_EXAMPLEDIR%%/dbus/chat/chat.py +%%PYQT_EXAMPLEDIR%%/dbus/chat/chat.pyc +%%PYQT_EXAMPLEDIR%%/dbus/chat/chat.pyo +%%PYQT_EXAMPLEDIR%%/dbus/chat/chatmainwindow.ui +%%PYQT_EXAMPLEDIR%%/dbus/chat/chatsetnickname.ui +%%PYQT_EXAMPLEDIR%%/dbus/chat/ui_chatmainwindow.py +%%PYQT_EXAMPLEDIR%%/dbus/chat/ui_chatmainwindow.pyc +%%PYQT_EXAMPLEDIR%%/dbus/chat/ui_chatmainwindow.pyo +%%PYQT_EXAMPLEDIR%%/dbus/chat/ui_chatsetnickname.py +%%PYQT_EXAMPLEDIR%%/dbus/chat/ui_chatsetnickname.pyc +%%PYQT_EXAMPLEDIR%%/dbus/chat/ui_chatsetnickname.pyo +%%PYQT_EXAMPLEDIR%%/dbus/listnames.py +%%PYQT_EXAMPLEDIR%%/dbus/listnames.pyc +%%PYQT_EXAMPLEDIR%%/dbus/listnames.pyo +%%PYQT_EXAMPLEDIR%%/dbus/pingpong/ping.py +%%PYQT_EXAMPLEDIR%%/dbus/pingpong/ping.pyc +%%PYQT_EXAMPLEDIR%%/dbus/pingpong/ping.pyo +%%PYQT_EXAMPLEDIR%%/dbus/pingpong/pong.py +%%PYQT_EXAMPLEDIR%%/dbus/pingpong/pong.pyc +%%PYQT_EXAMPLEDIR%%/dbus/pingpong/pong.pyo +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.py +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.pyc +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.pyo +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.py +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.pyc +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.pyo +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.ui +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/ui_controller.py +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/ui_controller.pyc +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/ui_controller.pyo +%%PYQT_EXAMPLEDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel.py +%%PYQT_EXAMPLEDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel.pyc +%%PYQT_EXAMPLEDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel.pyo +%%PYQT_EXAMPLEDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel.qrc +%%PYQT_EXAMPLEDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc2.py +%%PYQT_EXAMPLEDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc2.pyc +%%PYQT_EXAMPLEDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc2.pyo +%%PYQT_EXAMPLEDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc3.py +%%PYQT_EXAMPLEDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc3.pyc +%%PYQT_EXAMPLEDIR%%/declarative/modelviews/objectlistmodel/objectlistmodel_rc3.pyo +%%PYQT_EXAMPLEDIR%%/declarative/modelviews/objectlistmodel/view.qml +%%PYQT_EXAMPLEDIR%%/declarative/toys/README +%%PYQT_EXAMPLEDIR%%/declarative/toys/clocks/clocks.qml +%%PYQT_EXAMPLEDIR%%/declarative/toys/clocks/content/Clock.qml +%%PYQT_EXAMPLEDIR%%/declarative/toys/clocks/content/QuitButton.qml +%%PYQT_EXAMPLEDIR%%/declarative/toys/clocks/content/background.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/clocks/content/center.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/clocks/content/clock-night.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/clocks/content/clock.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/clocks/content/hour.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/clocks/content/minute.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/clocks/content/quit.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/clocks/content/second.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/corkboards/Day.qml +%%PYQT_EXAMPLEDIR%%/declarative/toys/corkboards/cork.jpg +%%PYQT_EXAMPLEDIR%%/declarative/toys/corkboards/corkboards.qml +%%PYQT_EXAMPLEDIR%%/declarative/toys/corkboards/note-yellow.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/corkboards/tack.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/dynamicscene/Button.qml +%%PYQT_EXAMPLEDIR%%/declarative/toys/dynamicscene/GenericSceneItem.qml +%%PYQT_EXAMPLEDIR%%/declarative/toys/dynamicscene/PaletteItem.qml +%%PYQT_EXAMPLEDIR%%/declarative/toys/dynamicscene/PerspectiveItem.qml +%%PYQT_EXAMPLEDIR%%/declarative/toys/dynamicscene/Sun.qml +%%PYQT_EXAMPLEDIR%%/declarative/toys/dynamicscene/dynamicscene.qml +%%PYQT_EXAMPLEDIR%%/declarative/toys/dynamicscene/images/face-smile.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/dynamicscene/images/moon.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/dynamicscene/images/rabbit_brown.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/dynamicscene/images/rabbit_bw.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/dynamicscene/images/star.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/dynamicscene/images/sun.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/dynamicscene/images/tree_s.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/dynamicscene/itemCreation.js +%%PYQT_EXAMPLEDIR%%/declarative/toys/tic-tac-toe/content/Button.qml +%%PYQT_EXAMPLEDIR%%/declarative/toys/tic-tac-toe/content/TicTac.qml +%%PYQT_EXAMPLEDIR%%/declarative/toys/tic-tac-toe/content/pics/board.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/tic-tac-toe/content/pics/o.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/tic-tac-toe/content/pics/x.png +%%PYQT_EXAMPLEDIR%%/declarative/toys/tic-tac-toe/content/tic-tac-toe.js +%%PYQT_EXAMPLEDIR%%/declarative/toys/tic-tac-toe/tic-tac-toe.qml +%%PYQT_EXAMPLEDIR%%/declarative/toys/tvtennis/tvtennis.qml +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/README +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/dialcontrol/content/Dial.qml +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/dialcontrol/content/QuitButton.qml +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/dialcontrol/content/background.png +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/dialcontrol/content/needle.png +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/dialcontrol/content/needle_shadow.png +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/dialcontrol/content/overlay.png +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/dialcontrol/content/quit.png +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/dialcontrol/dialcontrol.qml +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/flipable/content/5_heart.png +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/flipable/content/9_club.png +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/flipable/content/Card.qml +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/flipable/content/back.png +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/flipable/flipable.qml +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/progressbar/content/ProgressBar.qml +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/progressbar/content/background.png +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/progressbar/main.qml +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/scrollbar/ScrollBar.qml +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/scrollbar/main.qml +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/scrollbar/niagara_falls.jpg +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/searchbox/SearchBox.qml +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/searchbox/images/clear.png +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/searchbox/images/lineedit-bg-focus.png +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/searchbox/images/lineedit-bg.png +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/searchbox/main.qml +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/slideswitch/content/Switch.qml +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/slideswitch/content/background.svg +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/slideswitch/content/knob.svg +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/slideswitch/slideswitch.qml +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/spinner/content/Spinner.qml +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/spinner/content/spinner-bg.png +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/spinner/content/spinner-select.png +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/spinner/main.qml +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/tabwidget/TabWidget.qml +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/tabwidget/main.qml +%%PYQT_EXAMPLEDIR%%/declarative/ui-components/tabwidget/tab.png +%%PYQT_EXAMPLEDIR%%/demos/README +%%PYQT_EXAMPLEDIR%%/demos/declarative/minehunt/MinehuntCore/Explosion.qml +%%PYQT_EXAMPLEDIR%%/demos/declarative/minehunt/MinehuntCore/Tile.qml +%%PYQT_EXAMPLEDIR%%/demos/declarative/minehunt/MinehuntCore/pics/No-Ones-Laughing-3.jpg +%%PYQT_EXAMPLEDIR%%/demos/declarative/minehunt/MinehuntCore/pics/back.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/minehunt/MinehuntCore/pics/bomb-color.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/minehunt/MinehuntCore/pics/bomb.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/minehunt/MinehuntCore/pics/face-sad.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/minehunt/MinehuntCore/pics/face-smile-big.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/minehunt/MinehuntCore/pics/face-smile.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/minehunt/MinehuntCore/pics/flag-color.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/minehunt/MinehuntCore/pics/flag.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/minehunt/MinehuntCore/pics/front.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/minehunt/MinehuntCore/pics/quit.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/minehunt/MinehuntCore/pics/star.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/minehunt/MinehuntCore/qmldir +%%PYQT_EXAMPLEDIR%%/demos/declarative/minehunt/minehunt.py +%%PYQT_EXAMPLEDIR%%/demos/declarative/minehunt/minehunt.pyc +%%PYQT_EXAMPLEDIR%%/demos/declarative/minehunt/minehunt.pyo +%%PYQT_EXAMPLEDIR%%/demos/declarative/minehunt/minehunt.qml +%%PYQT_EXAMPLEDIR%%/demos/declarative/samegame/SamegameCore/BoomBlock.qml +%%PYQT_EXAMPLEDIR%%/demos/declarative/samegame/SamegameCore/Button.qml +%%PYQT_EXAMPLEDIR%%/demos/declarative/samegame/SamegameCore/Dialog.qml +%%PYQT_EXAMPLEDIR%%/demos/declarative/samegame/SamegameCore/pics/background.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/samegame/SamegameCore/pics/blueStar.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/samegame/SamegameCore/pics/blueStone.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/samegame/SamegameCore/pics/greenStar.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/samegame/SamegameCore/pics/greenStone.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/samegame/SamegameCore/pics/redStar.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/samegame/SamegameCore/pics/redStone.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/samegame/SamegameCore/pics/star.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/samegame/SamegameCore/pics/yellowStone.png +%%PYQT_EXAMPLEDIR%%/demos/declarative/samegame/SamegameCore/qmldir +%%PYQT_EXAMPLEDIR%%/demos/declarative/samegame/SamegameCore/samegame.js +%%PYQT_EXAMPLEDIR%%/demos/declarative/samegame/highscores/README +%%PYQT_EXAMPLEDIR%%/demos/declarative/samegame/highscores/score_data.xml +%%PYQT_EXAMPLEDIR%%/demos/declarative/samegame/highscores/score_style.xsl +%%PYQT_EXAMPLEDIR%%/demos/declarative/samegame/highscores/scores.php +%%PYQT_EXAMPLEDIR%%/demos/declarative/samegame/samegame.qml +%%PYQT_EXAMPLEDIR%%/demos/embedded/lightmaps.py +%%PYQT_EXAMPLEDIR%%/demos/embedded/lightmaps.pyc +%%PYQT_EXAMPLEDIR%%/demos/embedded/lightmaps.pyo +%%PYQT_EXAMPLEDIR%%/demos/embeddeddialogs/No-Ones-Laughing-3.jpg +%%PYQT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialog.py +%%PYQT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialog.pyc +%%PYQT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialog.pyo +%%PYQT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialog.ui +%%PYQT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialogs.py +%%PYQT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialogs.pyc +%%PYQT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialogs.pyo +%%PYQT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialogs.qrc +%%PYQT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialogs_rc2.py +%%PYQT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialogs_rc2.pyc +%%PYQT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialogs_rc2.pyo +%%PYQT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialogs_rc3.py +%%PYQT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialogs_rc3.pyc +%%PYQT_EXAMPLEDIR%%/demos/embeddeddialogs/embeddeddialogs_rc3.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/colors.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/colors.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/colors.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/demoitem.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/demoitem.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/demoitem.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/demoitemanimation.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/demoitemanimation.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/demoitemanimation.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/demoscene.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/demoscene.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/demoscene.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/demotextitem.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/demotextitem.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/demotextitem.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/dockitem.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/dockitem.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/dockitem.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/examplecontent.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/examplecontent.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/examplecontent.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/guide.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/guide.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/guide.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/guidecircle.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/guidecircle.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/guidecircle.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/guideline.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/guideline.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/guideline.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/headingitem.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/headingitem.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/headingitem.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/imageitem.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/imageitem.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/imageitem.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/images/demobg.png +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/images/qtlogo_small.png +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/images/trolltech-logo.png +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/itemcircleanimation.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/itemcircleanimation.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/itemcircleanimation.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/letteritem.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/letteritem.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/letteritem.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/mainwindow.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/mainwindow.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/mainwindow.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/menucontent.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/menucontent.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/menucontent.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/menumanager.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/menumanager.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/menumanager.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/qmlShell.qml +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/qtdemo.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/qtdemo.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/qtdemo.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/qtdemo.qrc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/qtdemo_rc2.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/qtdemo_rc2.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/qtdemo_rc2.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/qtdemo_rc3.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/qtdemo_rc3.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/qtdemo_rc3.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/scanitem.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/scanitem.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/scanitem.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/score.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/score.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/score.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/textbutton.py +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/textbutton.pyc +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/textbutton.pyo +%%PYQT_EXAMPLEDIR%%/demos/qtdemo/xml/examples.xml +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/images/interview.png +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/printview.py +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/printview.pyc +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/printview.pyo +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet.py +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet.pyc +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet.pyo +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet.qrc +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet_rc2.py +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet_rc2.pyc +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet_rc2.pyo +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet_rc3.py +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet_rc3.pyc +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheet_rc3.pyo +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheetdelegate.py +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheetdelegate.pyc +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheetdelegate.pyo +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheetitem.py +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheetitem.pyc +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/spreadsheetitem.pyo +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/util.py +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/util.pyc +%%PYQT_EXAMPLEDIR%%/demos/spreadsheet/util.pyo +%%PYQT_EXAMPLEDIR%%/demos/textedit/example.html +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/logo.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/logo32.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/mac/editcopy.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/mac/editcut.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/mac/editpaste.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/mac/editredo.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/mac/editundo.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/mac/exportpdf.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/mac/filenew.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/mac/fileopen.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/mac/fileprint.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/mac/filesave.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/mac/textbold.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/mac/textcenter.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/mac/textitalic.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/mac/textjustify.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/mac/textleft.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/mac/textright.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/mac/textunder.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/mac/zoomin.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/mac/zoomout.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/win/editcopy.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/win/editcut.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/win/editpaste.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/win/editredo.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/win/editundo.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/win/exportpdf.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/win/filenew.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/win/fileopen.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/win/fileprint.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/win/filesave.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/win/textbold.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/win/textcenter.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/win/textitalic.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/win/textjustify.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/win/textleft.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/win/textright.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/win/textunder.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/win/zoomin.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/images/win/zoomout.png +%%PYQT_EXAMPLEDIR%%/demos/textedit/textedit.py +%%PYQT_EXAMPLEDIR%%/demos/textedit/textedit.pyc +%%PYQT_EXAMPLEDIR%%/demos/textedit/textedit.pyo +%%PYQT_EXAMPLEDIR%%/demos/textedit/textedit.qrc +%%PYQT_EXAMPLEDIR%%/demos/textedit/textedit_rc2.py +%%PYQT_EXAMPLEDIR%%/demos/textedit/textedit_rc2.pyc +%%PYQT_EXAMPLEDIR%%/demos/textedit/textedit_rc2.pyo +%%PYQT_EXAMPLEDIR%%/demos/textedit/textedit_rc3.py +%%PYQT_EXAMPLEDIR%%/demos/textedit/textedit_rc3.pyc +%%PYQT_EXAMPLEDIR%%/demos/textedit/textedit_rc3.pyo +%%PYQT_EXAMPLEDIR%%/designer/README +%%PYQT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.py +%%PYQT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.pyc +%%PYQT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.pyo +%%PYQT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.ui +%%PYQT_EXAMPLEDIR%%/designer/calculatorform/ui_calculatorform.py +%%PYQT_EXAMPLEDIR%%/designer/calculatorform/ui_calculatorform.pyc +%%PYQT_EXAMPLEDIR%%/designer/calculatorform/ui_calculatorform.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/plugins.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/plugins.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/plugins.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/analogclockplugin.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/analogclockplugin.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/analogclockplugin.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/bubbleswidgetplugin.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/bubbleswidgetplugin.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/bubbleswidgetplugin.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/counterlabelplugin.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/counterlabelplugin.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/counterlabelplugin.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/datetimeeditplugin.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/datetimeeditplugin.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/datetimeeditplugin.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/helloglwidgetplugin.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/helloglwidgetplugin.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/helloglwidgetplugin.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/highlightedtexteditplugin.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/highlightedtexteditplugin.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/highlightedtexteditplugin.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/multipagewidgetplugin.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/multipagewidgetplugin.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/multipagewidgetplugin.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/polygonwidgetplugin.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/polygonwidgetplugin.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/polygonwidgetplugin.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/pydemoplugin.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/pydemoplugin.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/pydemoplugin.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/pythonconsoleplugin.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/pythonconsoleplugin.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/pythonconsoleplugin.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/analogclock.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/analogclock.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/analogclock.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/bubbleswidget.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/bubbleswidget.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/bubbleswidget.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/counterlabel.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/counterlabel.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/counterlabel.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/datetimeedit.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/datetimeedit.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/datetimeedit.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/helloglwidget.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/helloglwidget.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/helloglwidget.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/highlightedtextedit.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/highlightedtextedit.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/highlightedtextedit.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/multipagewidget.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/multipagewidget.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/multipagewidget.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/polygonwidget.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/polygonwidget.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/polygonwidget.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/pydemo.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/pydemo.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/pydemo.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/pythonconsolewidget.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/pythonconsolewidget.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/pythonconsolewidget.pyo +%%PYQT_EXAMPLEDIR%%/desktop/README +%%PYQT_EXAMPLEDIR%%/desktop/screenshot.py +%%PYQT_EXAMPLEDIR%%/desktop/screenshot.pyc +%%PYQT_EXAMPLEDIR%%/desktop/screenshot.pyo +%%PYQT_EXAMPLEDIR%%/desktop/systray/images/bad.svg +%%PYQT_EXAMPLEDIR%%/desktop/systray/images/heart.svg +%%PYQT_EXAMPLEDIR%%/desktop/systray/images/trash.svg +%%PYQT_EXAMPLEDIR%%/desktop/systray/systray.py +%%PYQT_EXAMPLEDIR%%/desktop/systray/systray.pyc +%%PYQT_EXAMPLEDIR%%/desktop/systray/systray.pyo +%%PYQT_EXAMPLEDIR%%/desktop/systray/systray.qrc +%%PYQT_EXAMPLEDIR%%/desktop/systray/systray_rc2.py +%%PYQT_EXAMPLEDIR%%/desktop/systray/systray_rc2.pyc +%%PYQT_EXAMPLEDIR%%/desktop/systray/systray_rc2.pyo +%%PYQT_EXAMPLEDIR%%/desktop/systray/systray_rc3.py +%%PYQT_EXAMPLEDIR%%/desktop/systray/systray_rc3.pyc +%%PYQT_EXAMPLEDIR%%/desktop/systray/systray_rc3.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/README +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/classwizard.py +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/classwizard.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/classwizard.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/classwizard.qrc +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/classwizard_rc2.py +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/classwizard_rc2.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/classwizard_rc2.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/classwizard_rc3.py +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/classwizard_rc3.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/classwizard_rc3.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/images/background.png +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/images/banner.png +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/images/logo1.png +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/images/logo2.png +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/images/logo3.png +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/images/watermark1.png +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/images/watermark2.png +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/configdialog.py +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/configdialog.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/configdialog.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/configdialog.qrc +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/configdialog_rc2.py +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/configdialog_rc2.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/configdialog_rc2.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/configdialog_rc3.py +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/configdialog_rc3.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/configdialog_rc3.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/images/config.png +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/images/query.png +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/images/update.png +%%PYQT_EXAMPLEDIR%%/dialogs/extension.py +%%PYQT_EXAMPLEDIR%%/dialogs/extension.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/extension.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/findfiles.py +%%PYQT_EXAMPLEDIR%%/dialogs/findfiles.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/findfiles.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/standarddialogs.py +%%PYQT_EXAMPLEDIR%%/dialogs/standarddialogs.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/standarddialogs.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/tabdialog.py +%%PYQT_EXAMPLEDIR%%/dialogs/tabdialog.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/tabdialog.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/trivialwizard.py +%%PYQT_EXAMPLEDIR%%/dialogs/trivialwizard.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/trivialwizard.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/README +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/delayedencoding.py +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/delayedencoding.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/delayedencoding.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/delayedencoding.qrc +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/delayedencoding_rc2.py +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/delayedencoding_rc2.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/delayedencoding_rc2.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/delayedencoding_rc3.py +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/delayedencoding_rc3.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/delayedencoding_rc3.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/images/drag.png +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/images/example.svg +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/draggableicons.py +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/draggableicons.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/draggableicons.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/draggableicons.qrc +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/draggableicons_rc2.py +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/draggableicons_rc2.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/draggableicons_rc2.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/draggableicons_rc3.py +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/draggableicons_rc3.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/draggableicons_rc3.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/images/boat.png +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/images/car.png +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/images/house.png +%%PYQT_EXAMPLEDIR%%/draganddrop/draggabletext/draggabletext.py +%%PYQT_EXAMPLEDIR%%/draganddrop/draggabletext/draggabletext.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/draggabletext/draggabletext.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/draggabletext/draggabletext.qrc +%%PYQT_EXAMPLEDIR%%/draganddrop/draggabletext/draggabletext_rc2.py +%%PYQT_EXAMPLEDIR%%/draganddrop/draggabletext/draggabletext_rc2.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/draggabletext/draggabletext_rc2.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/draggabletext/draggabletext_rc3.py +%%PYQT_EXAMPLEDIR%%/draganddrop/draggabletext/draggabletext_rc3.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/draggabletext/draggabletext_rc3.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/draggabletext/words.txt +%%PYQT_EXAMPLEDIR%%/draganddrop/dropsite.py +%%PYQT_EXAMPLEDIR%%/draganddrop/dropsite.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/dropsite.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/fridgemagnets/fridgemagnets.py +%%PYQT_EXAMPLEDIR%%/draganddrop/fridgemagnets/fridgemagnets.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/fridgemagnets/fridgemagnets.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/fridgemagnets/fridgemagnets.qrc +%%PYQT_EXAMPLEDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc2.py +%%PYQT_EXAMPLEDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc2.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc2.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc3.py +%%PYQT_EXAMPLEDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc3.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc3.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/fridgemagnets/words.txt +%%PYQT_EXAMPLEDIR%%/draganddrop/puzzle/example.jpg +%%PYQT_EXAMPLEDIR%%/draganddrop/puzzle/puzzle.py +%%PYQT_EXAMPLEDIR%%/draganddrop/puzzle/puzzle.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/puzzle/puzzle.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/puzzle/puzzle.qrc +%%PYQT_EXAMPLEDIR%%/draganddrop/puzzle/puzzle_rc2.py +%%PYQT_EXAMPLEDIR%%/draganddrop/puzzle/puzzle_rc2.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/puzzle/puzzle_rc2.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/puzzle/puzzle_rc3.py +%%PYQT_EXAMPLEDIR%%/draganddrop/puzzle/puzzle_rc3.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/puzzle/puzzle_rc3.pyo +%%PYQT_EXAMPLEDIR%%/effects/README +%%PYQT_EXAMPLEDIR%%/effects/lighting.py +%%PYQT_EXAMPLEDIR%%/effects/lighting.pyc +%%PYQT_EXAMPLEDIR%%/effects/lighting.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/README +%%PYQT_EXAMPLEDIR%%/graphicsview/anchorlayout.py +%%PYQT_EXAMPLEDIR%%/graphicsview/anchorlayout.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/anchorlayout.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/collidingmice/collidingmice.py +%%PYQT_EXAMPLEDIR%%/graphicsview/collidingmice/collidingmice.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/collidingmice/collidingmice.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/collidingmice/images/cheese.jpg +%%PYQT_EXAMPLEDIR%%/graphicsview/collidingmice/mice.qrc +%%PYQT_EXAMPLEDIR%%/graphicsview/collidingmice/mice_rc2.py +%%PYQT_EXAMPLEDIR%%/graphicsview/collidingmice/mice_rc2.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/collidingmice/mice_rc2.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/collidingmice/mice_rc3.py +%%PYQT_EXAMPLEDIR%%/graphicsview/collidingmice/mice_rc3.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/collidingmice/mice_rc3.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/diagramscene.py +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/diagramscene.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/diagramscene.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/diagramscene.qrc +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/diagramscene_rc2.py +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/diagramscene_rc2.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/diagramscene_rc2.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/diagramscene_rc3.py +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/diagramscene_rc3.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/diagramscene_rc3.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/background1.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/background2.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/background3.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/background4.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/bold.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/bringtofront.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/delete.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/floodfill.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/italic.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/linecolor.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/linepointer.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/pointer.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/sendtoback.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/textpointer.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/underline.png +%%PYQT_EXAMPLEDIR%%/graphicsview/dragdroprobot/dragdroprobot.py +%%PYQT_EXAMPLEDIR%%/graphicsview/dragdroprobot/dragdroprobot.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/dragdroprobot/dragdroprobot.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/dragdroprobot/dragdroprobot.qrc +%%PYQT_EXAMPLEDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc2.py +%%PYQT_EXAMPLEDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc2.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc2.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc3.py +%%PYQT_EXAMPLEDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc3.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/dragdroprobot/dragdroprobot_rc3.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/dragdroprobot/images/head.png +%%PYQT_EXAMPLEDIR%%/graphicsview/elasticnodes.py +%%PYQT_EXAMPLEDIR%%/graphicsview/elasticnodes.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/elasticnodes.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/backside.ui +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/images/artsfftscope.png +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/images/blue_angle_swirl.jpg +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/images/kontact_contacts.png +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/images/kontact_journal.png +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/images/kontact_mail.png +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/images/kontact_notes.png +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/images/kopeteavailable.png +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/images/metacontact_online.png +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/images/minitools.png +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/padnavigator.py +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/padnavigator.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/padnavigator.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/padnavigator.qrc +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/padnavigator_rc2.py +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/padnavigator_rc2.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/padnavigator_rc2.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/padnavigator_rc3.py +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/padnavigator_rc3.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/padnavigator_rc3.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/ui_backside.py +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/ui_backside.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/ui_backside.pyo +%%PYQT_EXAMPLEDIR%%/ipc/README +%%PYQT_EXAMPLEDIR%%/ipc/localfortuneclient.py +%%PYQT_EXAMPLEDIR%%/ipc/localfortuneclient.pyc +%%PYQT_EXAMPLEDIR%%/ipc/localfortuneclient.pyo +%%PYQT_EXAMPLEDIR%%/ipc/localfortuneserver.py +%%PYQT_EXAMPLEDIR%%/ipc/localfortuneserver.pyc +%%PYQT_EXAMPLEDIR%%/ipc/localfortuneserver.pyo +%%PYQT_EXAMPLEDIR%%/ipc/sharedmemory/dialog.py +%%PYQT_EXAMPLEDIR%%/ipc/sharedmemory/dialog.pyc +%%PYQT_EXAMPLEDIR%%/ipc/sharedmemory/dialog.pyo +%%PYQT_EXAMPLEDIR%%/ipc/sharedmemory/dialog.ui +%%PYQT_EXAMPLEDIR%%/ipc/sharedmemory/image.png +%%PYQT_EXAMPLEDIR%%/ipc/sharedmemory/qt.png +%%PYQT_EXAMPLEDIR%%/ipc/sharedmemory/sharedmemory.py +%%PYQT_EXAMPLEDIR%%/ipc/sharedmemory/sharedmemory.pyc +%%PYQT_EXAMPLEDIR%%/ipc/sharedmemory/sharedmemory.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/README +%%PYQT_EXAMPLEDIR%%/itemviews/basicsortfiltermodel.py +%%PYQT_EXAMPLEDIR%%/itemviews/basicsortfiltermodel.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/basicsortfiltermodel.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/chart/chart.py +%%PYQT_EXAMPLEDIR%%/itemviews/chart/chart.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/chart/chart.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/chart/chart.qrc +%%PYQT_EXAMPLEDIR%%/itemviews/chart/chart_rc2.py +%%PYQT_EXAMPLEDIR%%/itemviews/chart/chart_rc2.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/chart/chart_rc2.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/chart/chart_rc3.py +%%PYQT_EXAMPLEDIR%%/itemviews/chart/chart_rc3.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/chart/chart_rc3.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/chart/mydata.cht +%%PYQT_EXAMPLEDIR%%/itemviews/chart/qtdata.cht +%%PYQT_EXAMPLEDIR%%/itemviews/coloreditorfactory.py +%%PYQT_EXAMPLEDIR%%/itemviews/coloreditorfactory.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/coloreditorfactory.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/combowidgetmapper.py +%%PYQT_EXAMPLEDIR%%/itemviews/combowidgetmapper.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/combowidgetmapper.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/customsortfiltermodel.py +%%PYQT_EXAMPLEDIR%%/itemviews/customsortfiltermodel.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/customsortfiltermodel.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/dirview.py +%%PYQT_EXAMPLEDIR%%/itemviews/dirview.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/dirview.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/default.txt +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/editabletreemodel.py +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/editabletreemodel.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/editabletreemodel.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/editabletreemodel.qrc +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/editabletreemodel_rc2.py +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/editabletreemodel_rc2.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/editabletreemodel_rc2.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/editabletreemodel_rc3.py +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/editabletreemodel_rc3.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/editabletreemodel_rc3.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/mainwindow.ui +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/ui_mainwindow.py +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/ui_mainwindow.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/ui_mainwindow.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/fetchmore.py +%%PYQT_EXAMPLEDIR%%/itemviews/fetchmore.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/fetchmore.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/pixelator/images/qt.png +%%PYQT_EXAMPLEDIR%%/itemviews/pixelator/pixelator.py +%%PYQT_EXAMPLEDIR%%/itemviews/pixelator/pixelator.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/pixelator/pixelator.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/pixelator/pixelator.qrc +%%PYQT_EXAMPLEDIR%%/itemviews/pixelator/pixelator_rc2.py +%%PYQT_EXAMPLEDIR%%/itemviews/pixelator/pixelator_rc2.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/pixelator/pixelator_rc2.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/pixelator/pixelator_rc3.py +%%PYQT_EXAMPLEDIR%%/itemviews/pixelator/pixelator_rc3.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/pixelator/pixelator_rc3.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/puzzle/example.jpg +%%PYQT_EXAMPLEDIR%%/itemviews/puzzle/puzzle.py +%%PYQT_EXAMPLEDIR%%/itemviews/puzzle/puzzle.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/puzzle/puzzle.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/puzzle/puzzle.qrc +%%PYQT_EXAMPLEDIR%%/itemviews/puzzle/puzzle_rc2.py +%%PYQT_EXAMPLEDIR%%/itemviews/puzzle/puzzle_rc2.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/puzzle/puzzle_rc2.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/puzzle/puzzle_rc3.py +%%PYQT_EXAMPLEDIR%%/itemviews/puzzle/puzzle_rc3.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/puzzle/puzzle_rc3.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/simpledommodel.py +%%PYQT_EXAMPLEDIR%%/itemviews/simpledommodel.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/simpledommodel.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/simpletreemodel/default.txt +%%PYQT_EXAMPLEDIR%%/itemviews/simpletreemodel/simpletreemodel.py +%%PYQT_EXAMPLEDIR%%/itemviews/simpletreemodel/simpletreemodel.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/simpletreemodel/simpletreemodel.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/simpletreemodel/simpletreemodel.qrc +%%PYQT_EXAMPLEDIR%%/itemviews/simpletreemodel/simpletreemodel_rc2.py +%%PYQT_EXAMPLEDIR%%/itemviews/simpletreemodel/simpletreemodel_rc2.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/simpletreemodel/simpletreemodel_rc2.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/simpletreemodel/simpletreemodel_rc3.py +%%PYQT_EXAMPLEDIR%%/itemviews/simpletreemodel/simpletreemodel_rc3.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/simpletreemodel/simpletreemodel_rc3.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/simplewidgetmapper.py +%%PYQT_EXAMPLEDIR%%/itemviews/simplewidgetmapper.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/simplewidgetmapper.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/spinboxdelegate.py +%%PYQT_EXAMPLEDIR%%/itemviews/spinboxdelegate.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/spinboxdelegate.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/stardelegate.py +%%PYQT_EXAMPLEDIR%%/itemviews/stardelegate.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/stardelegate.pyo +%%PYQT_EXAMPLEDIR%%/layouts/README +%%PYQT_EXAMPLEDIR%%/layouts/basiclayouts.py +%%PYQT_EXAMPLEDIR%%/layouts/basiclayouts.pyc +%%PYQT_EXAMPLEDIR%%/layouts/basiclayouts.pyo +%%PYQT_EXAMPLEDIR%%/layouts/borderlayout.py +%%PYQT_EXAMPLEDIR%%/layouts/borderlayout.pyc +%%PYQT_EXAMPLEDIR%%/layouts/borderlayout.pyo +%%PYQT_EXAMPLEDIR%%/layouts/flowlayout.py +%%PYQT_EXAMPLEDIR%%/layouts/flowlayout.pyc +%%PYQT_EXAMPLEDIR%%/layouts/flowlayout.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/README +%%PYQT_EXAMPLEDIR%%/mainwindows/application/application.py +%%PYQT_EXAMPLEDIR%%/mainwindows/application/application.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/application/application.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/application/application.qrc +%%PYQT_EXAMPLEDIR%%/mainwindows/application/application_rc2.py +%%PYQT_EXAMPLEDIR%%/mainwindows/application/application_rc2.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/application/application_rc2.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/application/application_rc3.py +%%PYQT_EXAMPLEDIR%%/mainwindows/application/application_rc3.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/application/application_rc3.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/application/images/copy.png +%%PYQT_EXAMPLEDIR%%/mainwindows/application/images/cut.png +%%PYQT_EXAMPLEDIR%%/mainwindows/application/images/new.png +%%PYQT_EXAMPLEDIR%%/mainwindows/application/images/open.png +%%PYQT_EXAMPLEDIR%%/mainwindows/application/images/paste.png +%%PYQT_EXAMPLEDIR%%/mainwindows/application/images/save.png +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/dockwidgets.py +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/dockwidgets.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/dockwidgets.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/dockwidgets.qrc +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/dockwidgets_rc2.py +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/dockwidgets_rc2.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/dockwidgets_rc2.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/dockwidgets_rc3.py +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/dockwidgets_rc3.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/dockwidgets_rc3.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/images/new.png +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/images/print.png +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/images/save.png +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/images/undo.png +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/images/copy.png +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/images/cut.png +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/images/new.png +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/images/open.png +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/images/paste.png +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/images/save.png +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/mdi.py +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/mdi.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/mdi.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/mdi.qrc +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/mdi_rc2.py +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/mdi_rc2.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/mdi_rc2.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/mdi_rc3.py +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/mdi_rc3.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/mdi_rc3.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/menus.py +%%PYQT_EXAMPLEDIR%%/mainwindows/menus.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/menus.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/recentfiles.py +%%PYQT_EXAMPLEDIR%%/mainwindows/recentfiles.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/recentfiles.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/images/copy.png +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/images/cut.png +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/images/new.png +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/images/open.png +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/images/paste.png +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/images/save.png +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/sdi.py +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/sdi.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/sdi.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/sdi.qrc +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/sdi_rc2.py +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/sdi_rc2.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/sdi_rc2.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/sdi_rc3.py +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/sdi_rc3.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/sdi_rc3.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/separations.py +%%PYQT_EXAMPLEDIR%%/mainwindows/separations.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/separations.pyo +%%PYQT_EXAMPLEDIR%%/network/README +%%PYQT_EXAMPLEDIR%%/network/blockingfortuneclient.py +%%PYQT_EXAMPLEDIR%%/network/blockingfortuneclient.pyc +%%PYQT_EXAMPLEDIR%%/network/blockingfortuneclient.pyo +%%PYQT_EXAMPLEDIR%%/network/broadcastreceiver.py +%%PYQT_EXAMPLEDIR%%/network/broadcastreceiver.pyc +%%PYQT_EXAMPLEDIR%%/network/broadcastreceiver.pyo +%%PYQT_EXAMPLEDIR%%/network/broadcastsender.py +%%PYQT_EXAMPLEDIR%%/network/broadcastsender.pyc +%%PYQT_EXAMPLEDIR%%/network/broadcastsender.pyo +%%PYQT_EXAMPLEDIR%%/network/fortuneclient.py +%%PYQT_EXAMPLEDIR%%/network/fortuneclient.pyc +%%PYQT_EXAMPLEDIR%%/network/fortuneclient.pyo +%%PYQT_EXAMPLEDIR%%/network/fortuneserver.py +%%PYQT_EXAMPLEDIR%%/network/fortuneserver.pyc +%%PYQT_EXAMPLEDIR%%/network/fortuneserver.pyo +%%PYQT_EXAMPLEDIR%%/network/ftp/ftp.py +%%PYQT_EXAMPLEDIR%%/network/ftp/ftp.pyc +%%PYQT_EXAMPLEDIR%%/network/ftp/ftp.pyo +%%PYQT_EXAMPLEDIR%%/network/ftp/ftp.qrc +%%PYQT_EXAMPLEDIR%%/network/ftp/ftp_rc2.py +%%PYQT_EXAMPLEDIR%%/network/ftp/ftp_rc2.pyc +%%PYQT_EXAMPLEDIR%%/network/ftp/ftp_rc2.pyo +%%PYQT_EXAMPLEDIR%%/network/ftp/ftp_rc3.py +%%PYQT_EXAMPLEDIR%%/network/ftp/ftp_rc3.pyc +%%PYQT_EXAMPLEDIR%%/network/ftp/ftp_rc3.pyo +%%PYQT_EXAMPLEDIR%%/network/ftp/images/cdtoparent.png +%%PYQT_EXAMPLEDIR%%/network/ftp/images/dir.png +%%PYQT_EXAMPLEDIR%%/network/ftp/images/file.png +%%PYQT_EXAMPLEDIR%%/network/http/authenticationdialog.ui +%%PYQT_EXAMPLEDIR%%/network/http/http.py +%%PYQT_EXAMPLEDIR%%/network/http/http.pyc +%%PYQT_EXAMPLEDIR%%/network/http/http.pyo +%%PYQT_EXAMPLEDIR%%/network/loopback.py +%%PYQT_EXAMPLEDIR%%/network/loopback.pyc +%%PYQT_EXAMPLEDIR%%/network/loopback.pyo +%%PYQT_EXAMPLEDIR%%/network/threadedfortuneserver.py +%%PYQT_EXAMPLEDIR%%/network/threadedfortuneserver.pyc +%%PYQT_EXAMPLEDIR%%/network/threadedfortuneserver.pyo +%%PYQT_EXAMPLEDIR%%/opengl/2dpainting.py +%%PYQT_EXAMPLEDIR%%/opengl/2dpainting.pyc +%%PYQT_EXAMPLEDIR%%/opengl/2dpainting.pyo +%%PYQT_EXAMPLEDIR%%/opengl/README +%%PYQT_EXAMPLEDIR%%/opengl/grabber.py +%%PYQT_EXAMPLEDIR%%/opengl/grabber.pyc +%%PYQT_EXAMPLEDIR%%/opengl/grabber.pyo +%%PYQT_EXAMPLEDIR%%/opengl/hellogl.py +%%PYQT_EXAMPLEDIR%%/opengl/hellogl.pyc +%%PYQT_EXAMPLEDIR%%/opengl/hellogl.pyo +%%PYQT_EXAMPLEDIR%%/opengl/overpainting.py +%%PYQT_EXAMPLEDIR%%/opengl/overpainting.pyc +%%PYQT_EXAMPLEDIR%%/opengl/overpainting.pyo +%%PYQT_EXAMPLEDIR%%/opengl/samplebuffers.py +%%PYQT_EXAMPLEDIR%%/opengl/samplebuffers.pyc +%%PYQT_EXAMPLEDIR%%/opengl/samplebuffers.pyo +%%PYQT_EXAMPLEDIR%%/opengl/textures/images/side1.png +%%PYQT_EXAMPLEDIR%%/opengl/textures/images/side2.png +%%PYQT_EXAMPLEDIR%%/opengl/textures/images/side3.png +%%PYQT_EXAMPLEDIR%%/opengl/textures/images/side4.png +%%PYQT_EXAMPLEDIR%%/opengl/textures/images/side5.png +%%PYQT_EXAMPLEDIR%%/opengl/textures/images/side6.png +%%PYQT_EXAMPLEDIR%%/opengl/textures/textures.py +%%PYQT_EXAMPLEDIR%%/opengl/textures/textures.pyc +%%PYQT_EXAMPLEDIR%%/opengl/textures/textures.pyo +%%PYQT_EXAMPLEDIR%%/opengl/textures/textures.qrc +%%PYQT_EXAMPLEDIR%%/opengl/textures/textures_rc2.py +%%PYQT_EXAMPLEDIR%%/opengl/textures/textures_rc2.pyc +%%PYQT_EXAMPLEDIR%%/opengl/textures/textures_rc2.pyo +%%PYQT_EXAMPLEDIR%%/opengl/textures/textures_rc3.py +%%PYQT_EXAMPLEDIR%%/opengl/textures/textures_rc3.pyc +%%PYQT_EXAMPLEDIR%%/opengl/textures/textures_rc3.pyo +%%PYQT_EXAMPLEDIR%%/painting/README +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/basicdrawing.py +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/basicdrawing.pyc +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/basicdrawing.pyo +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/basicdrawing.qrc +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/basicdrawing_rc2.py +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/basicdrawing_rc2.pyc +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/basicdrawing_rc2.pyo +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/basicdrawing_rc3.py +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/basicdrawing_rc3.pyc +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/basicdrawing_rc3.pyo +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/images/brick.png +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/images/qt-logo.png +%%PYQT_EXAMPLEDIR%%/painting/concentriccircles.py +%%PYQT_EXAMPLEDIR%%/painting/concentriccircles.pyc +%%PYQT_EXAMPLEDIR%%/painting/concentriccircles.pyo +%%PYQT_EXAMPLEDIR%%/painting/painterpaths.py +%%PYQT_EXAMPLEDIR%%/painting/painterpaths.pyc +%%PYQT_EXAMPLEDIR%%/painting/painterpaths.pyo +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/files/bubbles.svg +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/files/cubic.svg +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/files/spheres.svg +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/svgviewer.py +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/svgviewer.pyc +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/svgviewer.pyo +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/svgviewer.qrc +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/svgviewer_rc2.py +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/svgviewer_rc2.pyc +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/svgviewer_rc2.pyo +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/svgviewer_rc3.py +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/svgviewer_rc3.pyc +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/svgviewer_rc3.pyo +%%PYQT_EXAMPLEDIR%%/painting/transformations.py +%%PYQT_EXAMPLEDIR%%/painting/transformations.pyc +%%PYQT_EXAMPLEDIR%%/painting/transformations.pyo +%%PYQT_EXAMPLEDIR%%/phonon/README +%%PYQT_EXAMPLEDIR%%/phonon/capabilities.py +%%PYQT_EXAMPLEDIR%%/phonon/capabilities.pyc +%%PYQT_EXAMPLEDIR%%/phonon/capabilities.pyo +%%PYQT_EXAMPLEDIR%%/phonon/musicplayer.py +%%PYQT_EXAMPLEDIR%%/phonon/musicplayer.pyc +%%PYQT_EXAMPLEDIR%%/phonon/musicplayer.pyo +%%PYQT_EXAMPLEDIR%%/pyuic/compile-on-the-fly.py +%%PYQT_EXAMPLEDIR%%/pyuic/compile-on-the-fly.pyc +%%PYQT_EXAMPLEDIR%%/pyuic/compile-on-the-fly.pyo +%%PYQT_EXAMPLEDIR%%/pyuic/demo.ui +%%PYQT_EXAMPLEDIR%%/pyuic/load_ui1.py +%%PYQT_EXAMPLEDIR%%/pyuic/load_ui1.pyc +%%PYQT_EXAMPLEDIR%%/pyuic/load_ui1.pyo +%%PYQT_EXAMPLEDIR%%/pyuic/load_ui2.py +%%PYQT_EXAMPLEDIR%%/pyuic/load_ui2.pyc +%%PYQT_EXAMPLEDIR%%/pyuic/load_ui2.pyo +%%PYQT_EXAMPLEDIR%%/richtext/README +%%PYQT_EXAMPLEDIR%%/richtext/calendar.py +%%PYQT_EXAMPLEDIR%%/richtext/calendar.pyc +%%PYQT_EXAMPLEDIR%%/richtext/calendar.pyo +%%PYQT_EXAMPLEDIR%%/richtext/orderform.py +%%PYQT_EXAMPLEDIR%%/richtext/orderform.pyc +%%PYQT_EXAMPLEDIR%%/richtext/orderform.pyo +%%PYQT_EXAMPLEDIR%%/richtext/syntaxhighlighter.py +%%PYQT_EXAMPLEDIR%%/richtext/syntaxhighlighter.pyc +%%PYQT_EXAMPLEDIR%%/richtext/syntaxhighlighter.pyo +%%PYQT_EXAMPLEDIR%%/richtext/textobject/files/heart.svg +%%PYQT_EXAMPLEDIR%%/richtext/textobject/textobject.py +%%PYQT_EXAMPLEDIR%%/richtext/textobject/textobject.pyc +%%PYQT_EXAMPLEDIR%%/richtext/textobject/textobject.pyo +%%PYQT_EXAMPLEDIR%%/script/README +%%PYQT_EXAMPLEDIR%%/script/helloscript.py +%%PYQT_EXAMPLEDIR%%/script/helloscript.pyc +%%PYQT_EXAMPLEDIR%%/script/helloscript.pyo +%%PYQT_EXAMPLEDIR%%/sql/README +%%PYQT_EXAMPLEDIR%%/sql/cachedtable.py +%%PYQT_EXAMPLEDIR%%/sql/cachedtable.pyc +%%PYQT_EXAMPLEDIR%%/sql/cachedtable.pyo +%%PYQT_EXAMPLEDIR%%/sql/connection.py +%%PYQT_EXAMPLEDIR%%/sql/connection.pyc +%%PYQT_EXAMPLEDIR%%/sql/connection.pyo +%%PYQT_EXAMPLEDIR%%/sql/querymodel.py +%%PYQT_EXAMPLEDIR%%/sql/querymodel.pyc +%%PYQT_EXAMPLEDIR%%/sql/querymodel.pyo +%%PYQT_EXAMPLEDIR%%/sql/relationaltablemodel.py +%%PYQT_EXAMPLEDIR%%/sql/relationaltablemodel.pyc +%%PYQT_EXAMPLEDIR%%/sql/relationaltablemodel.pyo +%%PYQT_EXAMPLEDIR%%/sql/tablemodel.py +%%PYQT_EXAMPLEDIR%%/sql/tablemodel.pyc +%%PYQT_EXAMPLEDIR%%/sql/tablemodel.pyo +%%PYQT_EXAMPLEDIR%%/threads/README +%%PYQT_EXAMPLEDIR%%/threads/mandelbrot.py +%%PYQT_EXAMPLEDIR%%/threads/mandelbrot.pyc +%%PYQT_EXAMPLEDIR%%/threads/mandelbrot.pyo +%%PYQT_EXAMPLEDIR%%/threads/semaphores.py +%%PYQT_EXAMPLEDIR%%/threads/semaphores.pyc +%%PYQT_EXAMPLEDIR%%/threads/semaphores.pyo +%%PYQT_EXAMPLEDIR%%/threads/waitconditions.py +%%PYQT_EXAMPLEDIR%%/threads/waitconditions.pyc +%%PYQT_EXAMPLEDIR%%/threads/waitconditions.pyo +%%PYQT_EXAMPLEDIR%%/tools/README +%%PYQT_EXAMPLEDIR%%/tools/codecs/codecs.py +%%PYQT_EXAMPLEDIR%%/tools/codecs/codecs.pyc +%%PYQT_EXAMPLEDIR%%/tools/codecs/codecs.pyo +%%PYQT_EXAMPLEDIR%%/tools/codecs/encodedfiles/iso-8859-1.txt +%%PYQT_EXAMPLEDIR%%/tools/codecs/encodedfiles/iso-8859-15.txt +%%PYQT_EXAMPLEDIR%%/tools/codecs/encodedfiles/utf-16.txt +%%PYQT_EXAMPLEDIR%%/tools/codecs/encodedfiles/utf-16be.txt +%%PYQT_EXAMPLEDIR%%/tools/codecs/encodedfiles/utf-16le.txt +%%PYQT_EXAMPLEDIR%%/tools/codecs/encodedfiles/utf-8.txt +%%PYQT_EXAMPLEDIR%%/tools/customcompleter/customcompleter.py +%%PYQT_EXAMPLEDIR%%/tools/customcompleter/customcompleter.pyc +%%PYQT_EXAMPLEDIR%%/tools/customcompleter/customcompleter.pyo +%%PYQT_EXAMPLEDIR%%/tools/customcompleter/customcompleter.qrc +%%PYQT_EXAMPLEDIR%%/tools/customcompleter/customcompleter_rc2.py +%%PYQT_EXAMPLEDIR%%/tools/customcompleter/customcompleter_rc2.pyc +%%PYQT_EXAMPLEDIR%%/tools/customcompleter/customcompleter_rc2.pyo +%%PYQT_EXAMPLEDIR%%/tools/customcompleter/customcompleter_rc3.py +%%PYQT_EXAMPLEDIR%%/tools/customcompleter/customcompleter_rc3.pyc +%%PYQT_EXAMPLEDIR%%/tools/customcompleter/customcompleter_rc3.pyo +%%PYQT_EXAMPLEDIR%%/tools/customcompleter/resources/wordlist.txt +%%PYQT_EXAMPLEDIR%%/tools/i18n/i18n.py +%%PYQT_EXAMPLEDIR%%/tools/i18n/i18n.pyc +%%PYQT_EXAMPLEDIR%%/tools/i18n/i18n.pyo +%%PYQT_EXAMPLEDIR%%/tools/i18n/i18n.qrc +%%PYQT_EXAMPLEDIR%%/tools/i18n/i18n_rc2.py +%%PYQT_EXAMPLEDIR%%/tools/i18n/i18n_rc2.pyc +%%PYQT_EXAMPLEDIR%%/tools/i18n/i18n_rc2.pyo +%%PYQT_EXAMPLEDIR%%/tools/i18n/i18n_rc3.py +%%PYQT_EXAMPLEDIR%%/tools/i18n/i18n_rc3.pyc +%%PYQT_EXAMPLEDIR%%/tools/i18n/i18n_rc3.pyo +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_ar.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_ar.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_cs.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_cs.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_de.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_de.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_el.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_el.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_en.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_en.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_eo.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_eo.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_fr.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_fr.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_it.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_it.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_jp.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_jp.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_ko.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_ko.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_no.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_no.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_pt.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_pt.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_ru.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_ru.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_sv.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_sv.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_zh.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_zh.ts +%%PYQT_EXAMPLEDIR%%/tools/regexp.py +%%PYQT_EXAMPLEDIR%%/tools/regexp.pyc +%%PYQT_EXAMPLEDIR%%/tools/regexp.pyo +%%PYQT_EXAMPLEDIR%%/tools/settingseditor/inifiles/licensepage.ini +%%PYQT_EXAMPLEDIR%%/tools/settingseditor/inifiles/qsa.ini +%%PYQT_EXAMPLEDIR%%/tools/settingseditor/settingseditor.py +%%PYQT_EXAMPLEDIR%%/tools/settingseditor/settingseditor.pyc +%%PYQT_EXAMPLEDIR%%/tools/settingseditor/settingseditor.pyo +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/README +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part1.py +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part1.pyc +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part1.pyo +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part2.py +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part2.pyc +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part2.pyo +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part3.py +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part3.pyc +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part3.pyo +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part4.py +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part4.pyc +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part4.pyo +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part5.py +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part5.pyc +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part5.pyo +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part6.py +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part6.pyc +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part6.pyo +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part7.py +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part7.pyc +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part7.pyo +%%PYQT_EXAMPLEDIR%%/webkit/domtraversal/domtraversal.py +%%PYQT_EXAMPLEDIR%%/webkit/domtraversal/domtraversal.pyc +%%PYQT_EXAMPLEDIR%%/webkit/domtraversal/domtraversal.pyo +%%PYQT_EXAMPLEDIR%%/webkit/domtraversal/ui_window.py +%%PYQT_EXAMPLEDIR%%/webkit/domtraversal/ui_window.pyc +%%PYQT_EXAMPLEDIR%%/webkit/domtraversal/ui_window.pyo +%%PYQT_EXAMPLEDIR%%/webkit/domtraversal/window.ui +%%PYQT_EXAMPLEDIR%%/webkit/fancybrowser/fancybrowser.py +%%PYQT_EXAMPLEDIR%%/webkit/fancybrowser/fancybrowser.pyc +%%PYQT_EXAMPLEDIR%%/webkit/fancybrowser/fancybrowser.pyo +%%PYQT_EXAMPLEDIR%%/webkit/fancybrowser/jquery.min.js +%%PYQT_EXAMPLEDIR%%/webkit/fancybrowser/jquery.qrc +%%PYQT_EXAMPLEDIR%%/webkit/fancybrowser/jquery_rc2.py +%%PYQT_EXAMPLEDIR%%/webkit/fancybrowser/jquery_rc2.pyc +%%PYQT_EXAMPLEDIR%%/webkit/fancybrowser/jquery_rc2.pyo +%%PYQT_EXAMPLEDIR%%/webkit/fancybrowser/jquery_rc3.py +%%PYQT_EXAMPLEDIR%%/webkit/fancybrowser/jquery_rc3.pyc +%%PYQT_EXAMPLEDIR%%/webkit/fancybrowser/jquery_rc3.pyo +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/form.html +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/formextractor.py +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/formextractor.pyc +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/formextractor.pyo +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/formextractor.qrc +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/formextractor.ui +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/formextractor_rc2.py +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/formextractor_rc2.pyc +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/formextractor_rc2.pyo +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/formextractor_rc3.py +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/formextractor_rc3.pyc +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/formextractor_rc3.pyo +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/ui_formextractor.py +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/ui_formextractor.pyc +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/ui_formextractor.pyo +%%PYQT_EXAMPLEDIR%%/webkit/framecapture.py +%%PYQT_EXAMPLEDIR%%/webkit/framecapture.pyc +%%PYQT_EXAMPLEDIR%%/webkit/framecapture.pyo +%%PYQT_EXAMPLEDIR%%/webkit/googlechat/form.ui +%%PYQT_EXAMPLEDIR%%/webkit/googlechat/googlechat.py +%%PYQT_EXAMPLEDIR%%/webkit/googlechat/googlechat.pyc +%%PYQT_EXAMPLEDIR%%/webkit/googlechat/googlechat.pyo +%%PYQT_EXAMPLEDIR%%/webkit/googlechat/ui_form.py +%%PYQT_EXAMPLEDIR%%/webkit/googlechat/ui_form.pyc +%%PYQT_EXAMPLEDIR%%/webkit/googlechat/ui_form.pyo +%%PYQT_EXAMPLEDIR%%/webkit/previewer/previewer.py +%%PYQT_EXAMPLEDIR%%/webkit/previewer/previewer.pyc +%%PYQT_EXAMPLEDIR%%/webkit/previewer/previewer.pyo +%%PYQT_EXAMPLEDIR%%/webkit/previewer/previewer.ui +%%PYQT_EXAMPLEDIR%%/webkit/previewer/ui_previewer.py +%%PYQT_EXAMPLEDIR%%/webkit/previewer/ui_previewer.pyc +%%PYQT_EXAMPLEDIR%%/webkit/previewer/ui_previewer.pyo +%%PYQT_EXAMPLEDIR%%/webkit/simpleselector/simpleselector.py +%%PYQT_EXAMPLEDIR%%/webkit/simpleselector/simpleselector.pyc +%%PYQT_EXAMPLEDIR%%/webkit/simpleselector/simpleselector.pyo +%%PYQT_EXAMPLEDIR%%/webkit/simpleselector/ui_window.py +%%PYQT_EXAMPLEDIR%%/webkit/simpleselector/ui_window.pyc +%%PYQT_EXAMPLEDIR%%/webkit/simpleselector/ui_window.pyo +%%PYQT_EXAMPLEDIR%%/webkit/simpleselector/window.ui +%%PYQT_EXAMPLEDIR%%/webkit/webftpclient.py +%%PYQT_EXAMPLEDIR%%/webkit/webftpclient.pyc +%%PYQT_EXAMPLEDIR%%/webkit/webftpclient.pyo +%%PYQT_EXAMPLEDIR%%/widgets/README +%%PYQT_EXAMPLEDIR%%/widgets/analogclock.py +%%PYQT_EXAMPLEDIR%%/widgets/analogclock.pyc +%%PYQT_EXAMPLEDIR%%/widgets/analogclock.pyo +%%PYQT_EXAMPLEDIR%%/widgets/calculator.py +%%PYQT_EXAMPLEDIR%%/widgets/calculator.pyc +%%PYQT_EXAMPLEDIR%%/widgets/calculator.pyo +%%PYQT_EXAMPLEDIR%%/widgets/calendarwidget.py +%%PYQT_EXAMPLEDIR%%/widgets/calendarwidget.pyc +%%PYQT_EXAMPLEDIR%%/widgets/calendarwidget.pyo +%%PYQT_EXAMPLEDIR%%/widgets/charactermap.py +%%PYQT_EXAMPLEDIR%%/widgets/charactermap.pyc +%%PYQT_EXAMPLEDIR%%/widgets/charactermap.pyo +%%PYQT_EXAMPLEDIR%%/widgets/digitalclock.py +%%PYQT_EXAMPLEDIR%%/widgets/digitalclock.pyc +%%PYQT_EXAMPLEDIR%%/widgets/digitalclock.pyo +%%PYQT_EXAMPLEDIR%%/widgets/groupbox.py +%%PYQT_EXAMPLEDIR%%/widgets/groupbox.pyc +%%PYQT_EXAMPLEDIR%%/widgets/groupbox.pyo +%%PYQT_EXAMPLEDIR%%/widgets/icons/icons.py +%%PYQT_EXAMPLEDIR%%/widgets/icons/icons.pyc +%%PYQT_EXAMPLEDIR%%/widgets/icons/icons.pyo +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/designer.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/find_disabled.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/find_normal.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/monkey_off_128x128.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/monkey_off_16x16.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/monkey_off_32x32.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/monkey_off_64x64.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/monkey_on_128x128.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/monkey_on_16x16.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/monkey_on_32x32.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/monkey_on_64x64.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/qt_extended_16x16.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/qt_extended_32x32.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/qt_extended_48x48.png +%%PYQT_EXAMPLEDIR%%/widgets/imageviewer.py +%%PYQT_EXAMPLEDIR%%/widgets/imageviewer.pyc +%%PYQT_EXAMPLEDIR%%/widgets/imageviewer.pyo +%%PYQT_EXAMPLEDIR%%/widgets/lineedits.py +%%PYQT_EXAMPLEDIR%%/widgets/lineedits.pyc +%%PYQT_EXAMPLEDIR%%/widgets/lineedits.pyo +%%PYQT_EXAMPLEDIR%%/widgets/movie/animation.mng +%%PYQT_EXAMPLEDIR%%/widgets/movie/movie.py +%%PYQT_EXAMPLEDIR%%/widgets/movie/movie.pyc +%%PYQT_EXAMPLEDIR%%/widgets/movie/movie.pyo +%%PYQT_EXAMPLEDIR%%/widgets/scribble.py +%%PYQT_EXAMPLEDIR%%/widgets/scribble.pyc +%%PYQT_EXAMPLEDIR%%/widgets/scribble.pyo +%%PYQT_EXAMPLEDIR%%/widgets/shapedclock.py +%%PYQT_EXAMPLEDIR%%/widgets/shapedclock.pyc +%%PYQT_EXAMPLEDIR%%/widgets/shapedclock.pyo +%%PYQT_EXAMPLEDIR%%/widgets/sliders.py +%%PYQT_EXAMPLEDIR%%/widgets/sliders.pyc +%%PYQT_EXAMPLEDIR%%/widgets/sliders.pyo +%%PYQT_EXAMPLEDIR%%/widgets/spinboxes.py +%%PYQT_EXAMPLEDIR%%/widgets/spinboxes.pyc +%%PYQT_EXAMPLEDIR%%/widgets/spinboxes.pyo +%%PYQT_EXAMPLEDIR%%/widgets/styles.py +%%PYQT_EXAMPLEDIR%%/widgets/styles.pyc +%%PYQT_EXAMPLEDIR%%/widgets/styles.pyo +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/checkbox_checked.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/checkbox_checked_hover.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/checkbox_checked_pressed.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/checkbox_unchecked.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/checkbox_unchecked_hover.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/checkbox_unchecked_pressed.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/down_arrow.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/down_arrow_disabled.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/frame.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/pagefold.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/pushbutton.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/pushbutton_hover.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/pushbutton_pressed.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/radiobutton_checked.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/radiobutton_checked_hover.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/radiobutton_checked_pressed.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/radiobutton_unchecked.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/radiobutton_unchecked_hover.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/radiobutton_unchecked_pressed.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/sizegrip.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/spindown.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/spindown_hover.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/spindown_off.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/spindown_pressed.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/spinup.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/spinup_hover.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/spinup_off.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/spinup_pressed.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/up_arrow.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/up_arrow_disabled.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/mainwindow.ui +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/qss/coffee.qss +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/qss/default.qss +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/qss/pagefold.qss +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheet.py +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheet.pyc +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheet.pyo +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheet.qrc +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheet_rc2.py +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheet_rc2.pyc +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheet_rc2.pyo +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheet_rc3.py +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheet_rc3.pyc +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheet_rc3.pyo +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheeteditor.py +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheeteditor.pyc +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheeteditor.pyo +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheeteditor.ui +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/ui_mainwindow.py +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/ui_mainwindow.pyc +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/ui_mainwindow.pyo +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/ui_stylesheeteditor.py +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/ui_stylesheeteditor.pyc +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/ui_stylesheeteditor.pyo +%%PYQT_EXAMPLEDIR%%/widgets/tetrix.py +%%PYQT_EXAMPLEDIR%%/widgets/tetrix.pyc +%%PYQT_EXAMPLEDIR%%/widgets/tetrix.pyo +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/images/circle.png +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/images/square.png +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/images/triangle.png +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/tooltips.py +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/tooltips.pyc +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/tooltips.pyo +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/tooltips.qrc +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/tooltips_rc2.py +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/tooltips_rc2.pyc +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/tooltips_rc2.pyo +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/tooltips_rc3.py +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/tooltips_rc3.pyc +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/tooltips_rc3.pyo +%%PYQT_EXAMPLEDIR%%/widgets/wiggly.py +%%PYQT_EXAMPLEDIR%%/widgets/wiggly.pyc +%%PYQT_EXAMPLEDIR%%/widgets/wiggly.pyo +%%PYQT_EXAMPLEDIR%%/widgets/windowflags.py +%%PYQT_EXAMPLEDIR%%/widgets/windowflags.pyc +%%PYQT_EXAMPLEDIR%%/widgets/windowflags.pyo +%%PYQT_EXAMPLEDIR%%/xml/README +%%PYQT_EXAMPLEDIR%%/xml/dombookmarks/dombookmarks.py +%%PYQT_EXAMPLEDIR%%/xml/dombookmarks/dombookmarks.pyc +%%PYQT_EXAMPLEDIR%%/xml/dombookmarks/dombookmarks.pyo +%%PYQT_EXAMPLEDIR%%/xml/dombookmarks/frank.xbel +%%PYQT_EXAMPLEDIR%%/xml/dombookmarks/jennifer.xbel +%%PYQT_EXAMPLEDIR%%/xml/saxbookmarks/frank.xbel +%%PYQT_EXAMPLEDIR%%/xml/saxbookmarks/jennifer.xbel +%%PYQT_EXAMPLEDIR%%/xml/saxbookmarks/saxbookmarks.py +%%PYQT_EXAMPLEDIR%%/xml/saxbookmarks/saxbookmarks.pyc +%%PYQT_EXAMPLEDIR%%/xml/saxbookmarks/saxbookmarks.pyo +%%PYQT_EXAMPLEDIR%%/xmlpatterns/README +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/files/contact.xsd +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/files/invalid_contact.xml +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/files/invalid_order.xml +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/files/invalid_recipe.xml +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/files/order.xsd +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/files/recipe.xsd +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/files/valid_contact.xml +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/files/valid_order.xml +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/files/valid_recipe.xml +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/schema.py +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/schema.pyc +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/schema.pyo +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/schema.qrc +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/schema.ui +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/schema_rc2.py +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/schema_rc2.pyc +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/schema_rc2.pyo +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/schema_rc3.py +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/schema_rc3.pyc +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/schema_rc3.pyo +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/ui_schema.py +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/ui_schema.pyc +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/ui_schema.pyo Index: head/misc/py-qt5-demo/Makefile =================================================================== --- head/misc/py-qt5-demo/Makefile (revision 485613) +++ head/misc/py-qt5-demo/Makefile (revision 485614) @@ -1,41 +1,38 @@ # $FreeBSD$ PORTNAME= demo PORTVERSION= ${PYQT5_VERSION} -PORTREVISION= 3 CATEGORIES= misc devel python MASTER_SITES= ${MASTER_SITES_PYQT5} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt5- DISTNAME= ${PYQT_DISTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, Qt demo and examples DISTINFO_FILE= ${PYQT_DISTINFO_FILE} NO_BUILD= yes PORTSCOUT= limit:^${PYQT5_VERSION} USES= python pyqt:5 USE_PYQT= core_run dbus_run designer_run \ designerplugin_run gui_run multimedia_run \ multimediawidgets_run network_run opengl_run qscintilla2_run \ sql_run svg_run test_run webkit_run xml_run \ xmlpatterns_run sip_run qscintilla2_run \ printsupport_run serialport_run webkitwidgets_run widgets_run -USE_PYTHON= py3kplist flavors +USE_PYTHON= concurrent flavors py3kplist NO_ARCH= yes -EXAMPLESDIR= ${PREFIX}/share/examples/py-qt5 - do-install: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${PYQT_EXAMPLEDIR} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${PYQT_EXAMPLEDIR} ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -f -d ${PYTHONPREFIX_SITELIBDIR} \ - ${STAGEDIR}${EXAMPLESDIR} + ${STAGEDIR}${PYQT_EXAMPLEDIR} ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -f -d ${PYTHONPREFIX_SITELIBDIR} \ - ${STAGEDIR}${EXAMPLESDIR} + ${STAGEDIR}${PYQT_EXAMPLEDIR} .include Index: head/misc/py-qt5-demo/pkg-plist =================================================================== --- head/misc/py-qt5-demo/pkg-plist (revision 485613) +++ head/misc/py-qt5-demo/pkg-plist (revision 485614) @@ -1,1271 +1,1271 @@ -%%EXAMPLESDIR%%/README -%%EXAMPLESDIR%%/activeqt/README -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image0.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image1.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image2.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image3.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image4.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image5.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/icons/image6.xpm -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow.qrc -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow.ui -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc.py -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc.pyc -%%EXAMPLESDIR%%/activeqt/webbrowser/mainwindow_rc.pyo -%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.py -%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.pyc -%%EXAMPLESDIR%%/activeqt/webbrowser/ui_mainwindow.pyo -%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.py -%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.pyc -%%EXAMPLESDIR%%/activeqt/webbrowser/webbrowser.pyo -%%EXAMPLESDIR%%/animation/README -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.py -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.pyc -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.pyo -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles.qrc -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc.py -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc.pyc -%%EXAMPLESDIR%%/animation/animatedtiles/animatedtiles_rc.pyo -%%EXAMPLESDIR%%/animation/animatedtiles/images/Time-For-Lunch-2.jpg -%%EXAMPLESDIR%%/animation/animatedtiles/images/centered.png -%%EXAMPLESDIR%%/animation/animatedtiles/images/ellipse.png -%%EXAMPLESDIR%%/animation/animatedtiles/images/figure8.png -%%EXAMPLESDIR%%/animation/animatedtiles/images/kinetic.png -%%EXAMPLESDIR%%/animation/animatedtiles/images/random.png -%%EXAMPLESDIR%%/animation/animatedtiles/images/tile.png -%%EXAMPLESDIR%%/animation/appchooser/accessories-dictionary.png -%%EXAMPLESDIR%%/animation/appchooser/akregator.png -%%EXAMPLESDIR%%/animation/appchooser/appchooser.py -%%EXAMPLESDIR%%/animation/appchooser/appchooser.pyc -%%EXAMPLESDIR%%/animation/appchooser/appchooser.pyo -%%EXAMPLESDIR%%/animation/appchooser/appchooser.qrc -%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc.py -%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc.pyc -%%EXAMPLESDIR%%/animation/appchooser/appchooser_rc.pyo -%%EXAMPLESDIR%%/animation/appchooser/digikam.png -%%EXAMPLESDIR%%/animation/appchooser/k3b.png -%%EXAMPLESDIR%%/animation/easing/easing.py -%%EXAMPLESDIR%%/animation/easing/easing.pyc -%%EXAMPLESDIR%%/animation/easing/easing.pyo -%%EXAMPLESDIR%%/animation/easing/easing.qrc -%%EXAMPLESDIR%%/animation/easing/easing_rc.py -%%EXAMPLESDIR%%/animation/easing/easing_rc.pyc -%%EXAMPLESDIR%%/animation/easing/easing_rc.pyo -%%EXAMPLESDIR%%/animation/easing/form.ui -%%EXAMPLESDIR%%/animation/easing/images/qt-logo.png -%%EXAMPLESDIR%%/animation/easing/ui_form.py -%%EXAMPLESDIR%%/animation/easing/ui_form.pyc -%%EXAMPLESDIR%%/animation/easing/ui_form.pyo -%%EXAMPLESDIR%%/animation/moveblocks.py -%%EXAMPLESDIR%%/animation/moveblocks.pyc -%%EXAMPLESDIR%%/animation/moveblocks.pyo -%%EXAMPLESDIR%%/animation/states/accessories-dictionary.png -%%EXAMPLESDIR%%/animation/states/akregator.png -%%EXAMPLESDIR%%/animation/states/digikam.png -%%EXAMPLESDIR%%/animation/states/help-browser.png -%%EXAMPLESDIR%%/animation/states/k3b.png -%%EXAMPLESDIR%%/animation/states/kchart.png -%%EXAMPLESDIR%%/animation/states/states.py -%%EXAMPLESDIR%%/animation/states/states.pyc -%%EXAMPLESDIR%%/animation/states/states.pyo -%%EXAMPLESDIR%%/animation/states/states.qrc -%%EXAMPLESDIR%%/animation/states/states_rc.py -%%EXAMPLESDIR%%/animation/states/states_rc.pyc -%%EXAMPLESDIR%%/animation/states/states_rc.pyo -%%EXAMPLESDIR%%/animation/stickman/animations/chilling -%%EXAMPLESDIR%%/animation/stickman/animations/dancing -%%EXAMPLESDIR%%/animation/stickman/animations/dead -%%EXAMPLESDIR%%/animation/stickman/animations/jumping -%%EXAMPLESDIR%%/animation/stickman/stickman.py -%%EXAMPLESDIR%%/animation/stickman/stickman.pyc -%%EXAMPLESDIR%%/animation/stickman/stickman.pyo -%%EXAMPLESDIR%%/animation/stickman/stickman.qrc -%%EXAMPLESDIR%%/animation/stickman/stickman_rc.py -%%EXAMPLESDIR%%/animation/stickman/stickman_rc.pyc -%%EXAMPLESDIR%%/animation/stickman/stickman_rc.pyo -%%EXAMPLESDIR%%/dbus/chat/chat.py -%%EXAMPLESDIR%%/dbus/chat/chat.pyc -%%EXAMPLESDIR%%/dbus/chat/chat.pyo -%%EXAMPLESDIR%%/dbus/chat/chatmainwindow.ui -%%EXAMPLESDIR%%/dbus/chat/chatsetnickname.ui -%%EXAMPLESDIR%%/dbus/chat/ui_chatmainwindow.py -%%EXAMPLESDIR%%/dbus/chat/ui_chatmainwindow.pyc -%%EXAMPLESDIR%%/dbus/chat/ui_chatmainwindow.pyo -%%EXAMPLESDIR%%/dbus/chat/ui_chatsetnickname.py -%%EXAMPLESDIR%%/dbus/chat/ui_chatsetnickname.pyc -%%EXAMPLESDIR%%/dbus/chat/ui_chatsetnickname.pyo -%%EXAMPLESDIR%%/dbus/listnames.py -%%EXAMPLESDIR%%/dbus/listnames.pyc -%%EXAMPLESDIR%%/dbus/listnames.pyo -%%EXAMPLESDIR%%/dbus/pingpong/ping.py -%%EXAMPLESDIR%%/dbus/pingpong/ping.pyc -%%EXAMPLESDIR%%/dbus/pingpong/ping.pyo -%%EXAMPLESDIR%%/dbus/pingpong/pong.py -%%EXAMPLESDIR%%/dbus/pingpong/pong.pyc -%%EXAMPLESDIR%%/dbus/pingpong/pong.pyo -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/car/car.py -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/car/car.pyc -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/car/car.pyo -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.py -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.pyc -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.pyo -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/controller.ui -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/ui_controller.py -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/ui_controller.pyc -%%EXAMPLESDIR%%/dbus/remotecontrolledcar/controller/ui_controller.pyo -%%EXAMPLESDIR%%/designer/README -%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.py -%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.pyc -%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.pyo -%%EXAMPLESDIR%%/designer/calculatorform/calculatorform.ui -%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.py -%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.pyc -%%EXAMPLESDIR%%/designer/calculatorform/ui_calculatorform.pyo -%%EXAMPLESDIR%%/designer/plugins/plugins.py -%%EXAMPLESDIR%%/designer/plugins/plugins.pyc -%%EXAMPLESDIR%%/designer/plugins/plugins.pyo -%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/analogclockplugin.pyo -%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/bubbleswidgetplugin.pyo -%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/counterlabelplugin.pyo -%%EXAMPLESDIR%%/designer/plugins/python/datetimeeditplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/datetimeeditplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/datetimeeditplugin.pyo -%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/helloglwidgetplugin.pyo -%%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/multipagewidgetplugin.pyo -%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/polygonwidgetplugin.pyo -%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/pydemoplugin.pyo -%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.py -%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.pyc -%%EXAMPLESDIR%%/designer/plugins/python/pythonconsoleplugin.pyo -%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.py -%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/analogclock.pyo -%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.py -%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/bubbleswidget.pyo -%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.py -%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/counterlabel.pyo -%%EXAMPLESDIR%%/designer/plugins/widgets/datetimeedit.py -%%EXAMPLESDIR%%/designer/plugins/widgets/datetimeedit.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/datetimeedit.pyo -%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.py -%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/helloglwidget.pyo -%%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.py -%%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/multipagewidget.pyo -%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.py -%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/polygonwidget.pyo -%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.py -%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/pydemo.pyo -%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.py -%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.pyc -%%EXAMPLESDIR%%/designer/plugins/widgets/pythonconsolewidget.pyo -%%EXAMPLESDIR%%/desktop/README -%%EXAMPLESDIR%%/desktop/screenshot.py -%%EXAMPLESDIR%%/desktop/screenshot.pyc -%%EXAMPLESDIR%%/desktop/screenshot.pyo -%%EXAMPLESDIR%%/desktop/systray/images/bad.png -%%EXAMPLESDIR%%/desktop/systray/images/heart.png -%%EXAMPLESDIR%%/desktop/systray/images/trash.png -%%EXAMPLESDIR%%/desktop/systray/systray.py -%%EXAMPLESDIR%%/desktop/systray/systray.pyc -%%EXAMPLESDIR%%/desktop/systray/systray.pyo -%%EXAMPLESDIR%%/desktop/systray/systray.qrc -%%EXAMPLESDIR%%/desktop/systray/systray_rc.py -%%EXAMPLESDIR%%/desktop/systray/systray_rc.pyc -%%EXAMPLESDIR%%/desktop/systray/systray_rc.pyo -%%EXAMPLESDIR%%/dialogs/README -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.py -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.pyc -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.pyo -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard.qrc -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc.py -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc.pyc -%%EXAMPLESDIR%%/dialogs/classwizard/classwizard_rc.pyo -%%EXAMPLESDIR%%/dialogs/classwizard/images/background.png -%%EXAMPLESDIR%%/dialogs/classwizard/images/banner.png -%%EXAMPLESDIR%%/dialogs/classwizard/images/logo1.png -%%EXAMPLESDIR%%/dialogs/classwizard/images/logo2.png -%%EXAMPLESDIR%%/dialogs/classwizard/images/logo3.png -%%EXAMPLESDIR%%/dialogs/classwizard/images/watermark1.png -%%EXAMPLESDIR%%/dialogs/classwizard/images/watermark2.png -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.py -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.pyc -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.pyo -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog.qrc -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc.py -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc.pyc -%%EXAMPLESDIR%%/dialogs/configdialog/configdialog_rc.pyo -%%EXAMPLESDIR%%/dialogs/configdialog/images/config.png -%%EXAMPLESDIR%%/dialogs/configdialog/images/query.png -%%EXAMPLESDIR%%/dialogs/configdialog/images/update.png -%%EXAMPLESDIR%%/dialogs/extension.py -%%EXAMPLESDIR%%/dialogs/extension.pyc -%%EXAMPLESDIR%%/dialogs/extension.pyo -%%EXAMPLESDIR%%/dialogs/findfiles.py -%%EXAMPLESDIR%%/dialogs/findfiles.pyc -%%EXAMPLESDIR%%/dialogs/findfiles.pyo -%%EXAMPLESDIR%%/dialogs/standarddialogs.py -%%EXAMPLESDIR%%/dialogs/standarddialogs.pyc -%%EXAMPLESDIR%%/dialogs/standarddialogs.pyo -%%EXAMPLESDIR%%/dialogs/tabdialog.py -%%EXAMPLESDIR%%/dialogs/tabdialog.pyc -%%EXAMPLESDIR%%/dialogs/tabdialog.pyo -%%EXAMPLESDIR%%/dialogs/trivialwizard.py -%%EXAMPLESDIR%%/dialogs/trivialwizard.pyc -%%EXAMPLESDIR%%/dialogs/trivialwizard.pyo -%%EXAMPLESDIR%%/draganddrop/README -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.py -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.pyc -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.pyo -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding.qrc -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc.py -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc.pyc -%%EXAMPLESDIR%%/draganddrop/delayedencoding/delayedencoding_rc.pyo -%%EXAMPLESDIR%%/draganddrop/delayedencoding/images/drag.png -%%EXAMPLESDIR%%/draganddrop/delayedencoding/images/example.svg -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.py -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.pyc -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.pyo -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons.qrc -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc.py -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc.pyc -%%EXAMPLESDIR%%/draganddrop/draggableicons/draggableicons_rc.pyo -%%EXAMPLESDIR%%/draganddrop/draggableicons/images/boat.png -%%EXAMPLESDIR%%/draganddrop/draggableicons/images/car.png -%%EXAMPLESDIR%%/draganddrop/draggableicons/images/house.png -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.py -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.pyc -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.pyo -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext.qrc -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc.py -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc.pyc -%%EXAMPLESDIR%%/draganddrop/draggabletext/draggabletext_rc.pyo -%%EXAMPLESDIR%%/draganddrop/draggabletext/words.txt -%%EXAMPLESDIR%%/draganddrop/dropsite.py -%%EXAMPLESDIR%%/draganddrop/dropsite.pyc -%%EXAMPLESDIR%%/draganddrop/dropsite.pyo -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.py -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.pyc -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.pyo -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets.qrc -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc.py -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc.pyc -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc.pyo -%%EXAMPLESDIR%%/draganddrop/fridgemagnets/words.txt -%%EXAMPLESDIR%%/draganddrop/puzzle/example.jpg -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.py -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.pyc -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.pyo -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle.qrc -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc.py -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc.pyc -%%EXAMPLESDIR%%/draganddrop/puzzle/puzzle_rc.pyo -%%EXAMPLESDIR%%/effects/README -%%EXAMPLESDIR%%/effects/lighting.py -%%EXAMPLESDIR%%/effects/lighting.pyc -%%EXAMPLESDIR%%/effects/lighting.pyo -%%EXAMPLESDIR%%/graphicsview/README -%%EXAMPLESDIR%%/graphicsview/anchorlayout.py -%%EXAMPLESDIR%%/graphicsview/anchorlayout.pyc -%%EXAMPLESDIR%%/graphicsview/anchorlayout.pyo -%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.py -%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.pyc -%%EXAMPLESDIR%%/graphicsview/collidingmice/collidingmice.pyo -%%EXAMPLESDIR%%/graphicsview/collidingmice/images/cheese.jpg -%%EXAMPLESDIR%%/graphicsview/collidingmice/mice.qrc -%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc.py -%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc.pyc -%%EXAMPLESDIR%%/graphicsview/collidingmice/mice_rc.pyo -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.py -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.pyc -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.pyo -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene.qrc -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc.py -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc.pyc -%%EXAMPLESDIR%%/graphicsview/diagramscene/diagramscene_rc.pyo -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background1.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background2.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background3.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/background4.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/bold.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/bringtofront.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/delete.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/floodfill.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/italic.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/linecolor.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/linepointer.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/pointer.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/sendtoback.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/textpointer.png -%%EXAMPLESDIR%%/graphicsview/diagramscene/images/underline.png -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.py -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.pyc -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/dragdroprobot.pyo -%%EXAMPLESDIR%%/graphicsview/dragdroprobot/images/head.png -%%EXAMPLESDIR%%/graphicsview/elasticnodes.py -%%EXAMPLESDIR%%/graphicsview/elasticnodes.pyc -%%EXAMPLESDIR%%/graphicsview/elasticnodes.pyo -%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/No-Ones-Laughing-3.jpg -%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialog.py -%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialog.pyc -%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialog.pyo -%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialog.ui -%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs.py -%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs.pyc -%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs.pyo -%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs.qrc -%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs_rc.py -%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs_rc.pyc -%%EXAMPLESDIR%%/graphicsview/embeddeddialogs/embeddeddialogs_rc.pyo -%%EXAMPLESDIR%%/graphicsview/padnavigator/form.ui -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/artsfftscope.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/blue_angle_swirl.jpg -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_contacts.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_journal.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_mail.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kontact_notes.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/kopeteavailable.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/metacontact_online.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/images/minitools.png -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.py -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.pyc -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.pyo -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator.qrc -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc.py -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc.pyc -%%EXAMPLESDIR%%/graphicsview/padnavigator/padnavigator_rc.pyo -%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_form.py -%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_form.pyc -%%EXAMPLESDIR%%/graphicsview/padnavigator/ui_form.pyo -%%EXAMPLESDIR%%/ipc/README -%%EXAMPLESDIR%%/ipc/localfortuneclient.py -%%EXAMPLESDIR%%/ipc/localfortuneclient.pyc -%%EXAMPLESDIR%%/ipc/localfortuneclient.pyo -%%EXAMPLESDIR%%/ipc/localfortuneserver.py -%%EXAMPLESDIR%%/ipc/localfortuneserver.pyc -%%EXAMPLESDIR%%/ipc/localfortuneserver.pyo -%%EXAMPLESDIR%%/ipc/sharedmemory/dialog.py -%%EXAMPLESDIR%%/ipc/sharedmemory/dialog.pyc -%%EXAMPLESDIR%%/ipc/sharedmemory/dialog.pyo -%%EXAMPLESDIR%%/ipc/sharedmemory/dialog.ui -%%EXAMPLESDIR%%/ipc/sharedmemory/image.png -%%EXAMPLESDIR%%/ipc/sharedmemory/qt.png -%%EXAMPLESDIR%%/ipc/sharedmemory/sharedmemory.py -%%EXAMPLESDIR%%/ipc/sharedmemory/sharedmemory.pyc -%%EXAMPLESDIR%%/ipc/sharedmemory/sharedmemory.pyo -%%EXAMPLESDIR%%/itemviews/README -%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.py -%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.pyc -%%EXAMPLESDIR%%/itemviews/basicsortfiltermodel.pyo -%%EXAMPLESDIR%%/itemviews/chart/chart.py -%%EXAMPLESDIR%%/itemviews/chart/chart.pyc -%%EXAMPLESDIR%%/itemviews/chart/chart.pyo -%%EXAMPLESDIR%%/itemviews/chart/chart.qrc -%%EXAMPLESDIR%%/itemviews/chart/chart_rc.py -%%EXAMPLESDIR%%/itemviews/chart/chart_rc.pyc -%%EXAMPLESDIR%%/itemviews/chart/chart_rc.pyo -%%EXAMPLESDIR%%/itemviews/chart/mydata.cht -%%EXAMPLESDIR%%/itemviews/chart/qtdata.cht -%%EXAMPLESDIR%%/itemviews/coloreditorfactory.py -%%EXAMPLESDIR%%/itemviews/coloreditorfactory.pyc -%%EXAMPLESDIR%%/itemviews/coloreditorfactory.pyo -%%EXAMPLESDIR%%/itemviews/combowidgetmapper.py -%%EXAMPLESDIR%%/itemviews/combowidgetmapper.pyc -%%EXAMPLESDIR%%/itemviews/combowidgetmapper.pyo -%%EXAMPLESDIR%%/itemviews/customsortfiltermodel.py -%%EXAMPLESDIR%%/itemviews/customsortfiltermodel.pyc -%%EXAMPLESDIR%%/itemviews/customsortfiltermodel.pyo -%%EXAMPLESDIR%%/itemviews/dirview.py -%%EXAMPLESDIR%%/itemviews/dirview.pyc -%%EXAMPLESDIR%%/itemviews/dirview.pyo -%%EXAMPLESDIR%%/itemviews/editabletreemodel/default.txt -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.py -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.pyc -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.pyo -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel.qrc -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc.py -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc.pyc -%%EXAMPLESDIR%%/itemviews/editabletreemodel/editabletreemodel_rc.pyo -%%EXAMPLESDIR%%/itemviews/editabletreemodel/mainwindow.ui -%%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.py -%%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.pyc -%%EXAMPLESDIR%%/itemviews/editabletreemodel/ui_mainwindow.pyo -%%EXAMPLESDIR%%/itemviews/fetchmore.py -%%EXAMPLESDIR%%/itemviews/fetchmore.pyc -%%EXAMPLESDIR%%/itemviews/fetchmore.pyo -%%EXAMPLESDIR%%/itemviews/frozencolumn/frozencolumn.py -%%EXAMPLESDIR%%/itemviews/frozencolumn/frozencolumn.pyc -%%EXAMPLESDIR%%/itemviews/frozencolumn/frozencolumn.pyo -%%EXAMPLESDIR%%/itemviews/frozencolumn/grades.txt -%%EXAMPLESDIR%%/itemviews/interview/images/interview.png -%%EXAMPLESDIR%%/itemviews/interview/images/services.png -%%EXAMPLESDIR%%/itemviews/interview/interview.py -%%EXAMPLESDIR%%/itemviews/interview/interview.pyc -%%EXAMPLESDIR%%/itemviews/interview/interview.pyo -%%EXAMPLESDIR%%/itemviews/pixelator/images/qt.png -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.py -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.pyc -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.pyo -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator.qrc -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc.py -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc.pyc -%%EXAMPLESDIR%%/itemviews/pixelator/pixelator_rc.pyo -%%EXAMPLESDIR%%/itemviews/puzzle/example.jpg -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.py -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.pyc -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.pyo -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle.qrc -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc.py -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc.pyc -%%EXAMPLESDIR%%/itemviews/puzzle/puzzle_rc.pyo -%%EXAMPLESDIR%%/itemviews/simpledommodel.py -%%EXAMPLESDIR%%/itemviews/simpledommodel.pyc -%%EXAMPLESDIR%%/itemviews/simpledommodel.pyo -%%EXAMPLESDIR%%/itemviews/simpletreemodel/default.txt -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.py -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.pyc -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.pyo -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel.qrc -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.py -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.pyc -%%EXAMPLESDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.pyo -%%EXAMPLESDIR%%/itemviews/simplewidgetmapper.py -%%EXAMPLESDIR%%/itemviews/simplewidgetmapper.pyc -%%EXAMPLESDIR%%/itemviews/simplewidgetmapper.pyo -%%EXAMPLESDIR%%/itemviews/spinboxdelegate.py -%%EXAMPLESDIR%%/itemviews/spinboxdelegate.pyc -%%EXAMPLESDIR%%/itemviews/spinboxdelegate.pyo -%%EXAMPLESDIR%%/itemviews/spreadsheet/images/interview.png -%%EXAMPLESDIR%%/itemviews/spreadsheet/printview.py -%%EXAMPLESDIR%%/itemviews/spreadsheet/printview.pyc -%%EXAMPLESDIR%%/itemviews/spreadsheet/printview.pyo -%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet.py -%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet.pyc -%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet.pyo -%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet.qrc -%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet_rc.py -%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet_rc.pyc -%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheet_rc.pyo -%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetdelegate.py -%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetdelegate.pyc -%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetdelegate.pyo -%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetitem.py -%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetitem.pyc -%%EXAMPLESDIR%%/itemviews/spreadsheet/spreadsheetitem.pyo -%%EXAMPLESDIR%%/itemviews/spreadsheet/util.py -%%EXAMPLESDIR%%/itemviews/spreadsheet/util.pyc -%%EXAMPLESDIR%%/itemviews/spreadsheet/util.pyo -%%EXAMPLESDIR%%/itemviews/stardelegate.py -%%EXAMPLESDIR%%/itemviews/stardelegate.pyc -%%EXAMPLESDIR%%/itemviews/stardelegate.pyo -%%EXAMPLESDIR%%/itemviews/storageview.py -%%EXAMPLESDIR%%/itemviews/storageview.pyc -%%EXAMPLESDIR%%/itemviews/storageview.pyo -%%EXAMPLESDIR%%/layouts/README -%%EXAMPLESDIR%%/layouts/basiclayouts.py -%%EXAMPLESDIR%%/layouts/basiclayouts.pyc -%%EXAMPLESDIR%%/layouts/basiclayouts.pyo -%%EXAMPLESDIR%%/layouts/borderlayout.py -%%EXAMPLESDIR%%/layouts/borderlayout.pyc -%%EXAMPLESDIR%%/layouts/borderlayout.pyo -%%EXAMPLESDIR%%/layouts/flowlayout.py -%%EXAMPLESDIR%%/layouts/flowlayout.pyc -%%EXAMPLESDIR%%/layouts/flowlayout.pyo -%%EXAMPLESDIR%%/mainwindows/README -%%EXAMPLESDIR%%/mainwindows/application/application.py -%%EXAMPLESDIR%%/mainwindows/application/application.pyc -%%EXAMPLESDIR%%/mainwindows/application/application.pyo -%%EXAMPLESDIR%%/mainwindows/application/images/copy.png -%%EXAMPLESDIR%%/mainwindows/application/images/cut.png -%%EXAMPLESDIR%%/mainwindows/application/images/new.png -%%EXAMPLESDIR%%/mainwindows/application/images/open.png -%%EXAMPLESDIR%%/mainwindows/application/images/paste.png -%%EXAMPLESDIR%%/mainwindows/application/images/save.png -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.py -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.pyc -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.pyo -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets.qrc -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc.py -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc.pyc -%%EXAMPLESDIR%%/mainwindows/dockwidgets/dockwidgets_rc.pyo -%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/new.png -%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/print.png -%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/save.png -%%EXAMPLESDIR%%/mainwindows/dockwidgets/images/undo.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/copy.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/cut.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/new.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/open.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/paste.png -%%EXAMPLESDIR%%/mainwindows/mdi/images/save.png -%%EXAMPLESDIR%%/mainwindows/mdi/mdi.py -%%EXAMPLESDIR%%/mainwindows/mdi/mdi.pyc -%%EXAMPLESDIR%%/mainwindows/mdi/mdi.pyo -%%EXAMPLESDIR%%/mainwindows/mdi/mdi.qrc -%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc.py -%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc.pyc -%%EXAMPLESDIR%%/mainwindows/mdi/mdi_rc.pyo -%%EXAMPLESDIR%%/mainwindows/menus.py -%%EXAMPLESDIR%%/mainwindows/menus.pyc -%%EXAMPLESDIR%%/mainwindows/menus.pyo -%%EXAMPLESDIR%%/mainwindows/recentfiles.py -%%EXAMPLESDIR%%/mainwindows/recentfiles.pyc -%%EXAMPLESDIR%%/mainwindows/recentfiles.pyo -%%EXAMPLESDIR%%/mainwindows/sdi/images/copy.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/cut.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/new.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/open.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/paste.png -%%EXAMPLESDIR%%/mainwindows/sdi/images/save.png -%%EXAMPLESDIR%%/mainwindows/sdi/sdi.py -%%EXAMPLESDIR%%/mainwindows/sdi/sdi.pyc -%%EXAMPLESDIR%%/mainwindows/sdi/sdi.pyo -%%EXAMPLESDIR%%/mainwindows/sdi/sdi.qrc -%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc.py -%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc.pyc -%%EXAMPLESDIR%%/mainwindows/sdi/sdi_rc.pyo -%%EXAMPLESDIR%%/mainwindows/separations.py -%%EXAMPLESDIR%%/mainwindows/separations.pyc -%%EXAMPLESDIR%%/mainwindows/separations.pyo -%%EXAMPLESDIR%%/multimedia/README -%%EXAMPLESDIR%%/multimedia/audiodevices/audiodevices.py -%%EXAMPLESDIR%%/multimedia/audiodevices/audiodevices.pyc -%%EXAMPLESDIR%%/multimedia/audiodevices/audiodevices.pyo -%%EXAMPLESDIR%%/multimedia/audiodevices/audiodevicesbase.ui -%%EXAMPLESDIR%%/multimedia/audiodevices/ui_audiodevicesbase.py -%%EXAMPLESDIR%%/multimedia/audiodevices/ui_audiodevicesbase.pyc -%%EXAMPLESDIR%%/multimedia/audiodevices/ui_audiodevicesbase.pyo -%%EXAMPLESDIR%%/multimedia/audiooutput.py -%%EXAMPLESDIR%%/multimedia/audiooutput.pyc -%%EXAMPLESDIR%%/multimedia/audiooutput.pyo -%%EXAMPLESDIR%%/multimediawidgets/README -%%EXAMPLESDIR%%/multimediawidgets/camera/camera.py -%%EXAMPLESDIR%%/multimediawidgets/camera/camera.pyc -%%EXAMPLESDIR%%/multimediawidgets/camera/camera.pyo -%%EXAMPLESDIR%%/multimediawidgets/camera/camera.ui -%%EXAMPLESDIR%%/multimediawidgets/camera/imagesettings.ui -%%EXAMPLESDIR%%/multimediawidgets/camera/ui_camera.py -%%EXAMPLESDIR%%/multimediawidgets/camera/ui_camera.pyc -%%EXAMPLESDIR%%/multimediawidgets/camera/ui_camera.pyo -%%EXAMPLESDIR%%/multimediawidgets/camera/ui_imagesettings.py -%%EXAMPLESDIR%%/multimediawidgets/camera/ui_imagesettings.pyc -%%EXAMPLESDIR%%/multimediawidgets/camera/ui_imagesettings.pyo -%%EXAMPLESDIR%%/multimediawidgets/camera/ui_videosettings.py -%%EXAMPLESDIR%%/multimediawidgets/camera/ui_videosettings.pyc -%%EXAMPLESDIR%%/multimediawidgets/camera/ui_videosettings.pyo -%%EXAMPLESDIR%%/multimediawidgets/camera/videosettings.ui -%%EXAMPLESDIR%%/multimediawidgets/player.py -%%EXAMPLESDIR%%/multimediawidgets/player.pyc -%%EXAMPLESDIR%%/multimediawidgets/player.pyo -%%EXAMPLESDIR%%/multimediawidgets/videographicsitem.py -%%EXAMPLESDIR%%/multimediawidgets/videographicsitem.pyc -%%EXAMPLESDIR%%/multimediawidgets/videographicsitem.pyo -%%EXAMPLESDIR%%/multimediawidgets/videowidget.py -%%EXAMPLESDIR%%/multimediawidgets/videowidget.pyc -%%EXAMPLESDIR%%/multimediawidgets/videowidget.pyo -%%EXAMPLESDIR%%/network/README -%%EXAMPLESDIR%%/network/blockingfortuneclient.py -%%EXAMPLESDIR%%/network/blockingfortuneclient.pyc -%%EXAMPLESDIR%%/network/blockingfortuneclient.pyo -%%EXAMPLESDIR%%/network/broadcastreceiver.py -%%EXAMPLESDIR%%/network/broadcastreceiver.pyc -%%EXAMPLESDIR%%/network/broadcastreceiver.pyo -%%EXAMPLESDIR%%/network/broadcastsender.py -%%EXAMPLESDIR%%/network/broadcastsender.pyc -%%EXAMPLESDIR%%/network/broadcastsender.pyo -%%EXAMPLESDIR%%/network/fortuneclient.py -%%EXAMPLESDIR%%/network/fortuneclient.pyc -%%EXAMPLESDIR%%/network/fortuneclient.pyo -%%EXAMPLESDIR%%/network/fortuneserver.py -%%EXAMPLESDIR%%/network/fortuneserver.pyc -%%EXAMPLESDIR%%/network/fortuneserver.pyo -%%EXAMPLESDIR%%/network/http/authenticationdialog.ui -%%EXAMPLESDIR%%/network/http/http.py -%%EXAMPLESDIR%%/network/http/http.pyc -%%EXAMPLESDIR%%/network/http/http.pyo -%%EXAMPLESDIR%%/network/lightmaps.py -%%EXAMPLESDIR%%/network/lightmaps.pyc -%%EXAMPLESDIR%%/network/lightmaps.pyo -%%EXAMPLESDIR%%/network/loopback.py -%%EXAMPLESDIR%%/network/loopback.pyc -%%EXAMPLESDIR%%/network/loopback.pyo -%%EXAMPLESDIR%%/network/threadedfortuneserver.py -%%EXAMPLESDIR%%/network/threadedfortuneserver.pyc -%%EXAMPLESDIR%%/network/threadedfortuneserver.pyo -%%EXAMPLESDIR%%/opengl/2dpainting.py -%%EXAMPLESDIR%%/opengl/2dpainting.pyc -%%EXAMPLESDIR%%/opengl/2dpainting.pyo -%%EXAMPLESDIR%%/opengl/README -%%EXAMPLESDIR%%/opengl/grabber.py -%%EXAMPLESDIR%%/opengl/grabber.pyc -%%EXAMPLESDIR%%/opengl/grabber.pyo -%%EXAMPLESDIR%%/opengl/hellogl.py -%%EXAMPLESDIR%%/opengl/hellogl.pyc -%%EXAMPLESDIR%%/opengl/hellogl.pyo -%%EXAMPLESDIR%%/opengl/openglwindow.py -%%EXAMPLESDIR%%/opengl/openglwindow.pyc -%%EXAMPLESDIR%%/opengl/openglwindow.pyo -%%EXAMPLESDIR%%/opengl/overpainting.py -%%EXAMPLESDIR%%/opengl/overpainting.pyc -%%EXAMPLESDIR%%/opengl/overpainting.pyo -%%EXAMPLESDIR%%/opengl/textures/images/side1.png -%%EXAMPLESDIR%%/opengl/textures/images/side2.png -%%EXAMPLESDIR%%/opengl/textures/images/side3.png -%%EXAMPLESDIR%%/opengl/textures/images/side4.png -%%EXAMPLESDIR%%/opengl/textures/images/side5.png -%%EXAMPLESDIR%%/opengl/textures/images/side6.png -%%EXAMPLESDIR%%/opengl/textures/textures.py -%%EXAMPLESDIR%%/opengl/textures/textures.pyc -%%EXAMPLESDIR%%/opengl/textures/textures.pyo -%%EXAMPLESDIR%%/painting/README -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.py -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.pyc -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.pyo -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing.qrc -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc.py -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc.pyc -%%EXAMPLESDIR%%/painting/basicdrawing/basicdrawing_rc.pyo -%%EXAMPLESDIR%%/painting/basicdrawing/images/brick.png -%%EXAMPLESDIR%%/painting/basicdrawing/images/qt-logo.png -%%EXAMPLESDIR%%/painting/concentriccircles.py -%%EXAMPLESDIR%%/painting/concentriccircles.pyc -%%EXAMPLESDIR%%/painting/concentriccircles.pyo -%%EXAMPLESDIR%%/painting/painterpaths.py -%%EXAMPLESDIR%%/painting/painterpaths.pyc -%%EXAMPLESDIR%%/painting/painterpaths.pyo -%%EXAMPLESDIR%%/painting/svgviewer/files/bubbles.svg -%%EXAMPLESDIR%%/painting/svgviewer/files/cubic.svg -%%EXAMPLESDIR%%/painting/svgviewer/files/spheres.svg -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.py -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.pyc -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.pyo -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer.qrc -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc.py -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc.pyc -%%EXAMPLESDIR%%/painting/svgviewer/svgviewer_rc.pyo -%%EXAMPLESDIR%%/painting/transformations.py -%%EXAMPLESDIR%%/painting/transformations.pyc -%%EXAMPLESDIR%%/painting/transformations.pyo -%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.py -%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.pyc -%%EXAMPLESDIR%%/pyuic/compile-on-the-fly.pyo -%%EXAMPLESDIR%%/pyuic/demo.ui -%%EXAMPLESDIR%%/pyuic/load_ui1.py -%%EXAMPLESDIR%%/pyuic/load_ui1.pyc -%%EXAMPLESDIR%%/pyuic/load_ui1.pyo -%%EXAMPLESDIR%%/pyuic/load_ui2.py -%%EXAMPLESDIR%%/pyuic/load_ui2.pyc -%%EXAMPLESDIR%%/pyuic/load_ui2.pyo -%%EXAMPLESDIR%%/qml/referenceexamples/adding.py -%%EXAMPLESDIR%%/qml/referenceexamples/adding.pyc -%%EXAMPLESDIR%%/qml/referenceexamples/adding.pyo -%%EXAMPLESDIR%%/qml/referenceexamples/attached.py -%%EXAMPLESDIR%%/qml/referenceexamples/attached.pyc -%%EXAMPLESDIR%%/qml/referenceexamples/attached.pyo -%%EXAMPLESDIR%%/qml/referenceexamples/binding.py -%%EXAMPLESDIR%%/qml/referenceexamples/binding.pyc -%%EXAMPLESDIR%%/qml/referenceexamples/binding.pyo -%%EXAMPLESDIR%%/qml/referenceexamples/coercion.py -%%EXAMPLESDIR%%/qml/referenceexamples/coercion.pyc -%%EXAMPLESDIR%%/qml/referenceexamples/coercion.pyo -%%EXAMPLESDIR%%/qml/referenceexamples/default.py -%%EXAMPLESDIR%%/qml/referenceexamples/default.pyc -%%EXAMPLESDIR%%/qml/referenceexamples/default.pyo -%%EXAMPLESDIR%%/qml/referenceexamples/grouped.py -%%EXAMPLESDIR%%/qml/referenceexamples/grouped.pyc -%%EXAMPLESDIR%%/qml/referenceexamples/grouped.pyo -%%EXAMPLESDIR%%/qml/referenceexamples/methods.py -%%EXAMPLESDIR%%/qml/referenceexamples/methods.pyc -%%EXAMPLESDIR%%/qml/referenceexamples/methods.pyo -%%EXAMPLESDIR%%/qml/referenceexamples/properties.py -%%EXAMPLESDIR%%/qml/referenceexamples/properties.pyc -%%EXAMPLESDIR%%/qml/referenceexamples/properties.pyo -%%EXAMPLESDIR%%/qml/referenceexamples/signal.py -%%EXAMPLESDIR%%/qml/referenceexamples/signal.pyc -%%EXAMPLESDIR%%/qml/referenceexamples/signal.pyo -%%EXAMPLESDIR%%/qml/referenceexamples/valuesource.py -%%EXAMPLESDIR%%/qml/referenceexamples/valuesource.pyc -%%EXAMPLESDIR%%/qml/referenceexamples/valuesource.pyo -%%EXAMPLESDIR%%/qtdemo/colors.py -%%EXAMPLESDIR%%/qtdemo/colors.pyc -%%EXAMPLESDIR%%/qtdemo/colors.pyo -%%EXAMPLESDIR%%/qtdemo/demoitem.py -%%EXAMPLESDIR%%/qtdemo/demoitem.pyc -%%EXAMPLESDIR%%/qtdemo/demoitem.pyo -%%EXAMPLESDIR%%/qtdemo/demoitemanimation.py -%%EXAMPLESDIR%%/qtdemo/demoitemanimation.pyc -%%EXAMPLESDIR%%/qtdemo/demoitemanimation.pyo -%%EXAMPLESDIR%%/qtdemo/demotextitem.py -%%EXAMPLESDIR%%/qtdemo/demotextitem.pyc -%%EXAMPLESDIR%%/qtdemo/demotextitem.pyo -%%EXAMPLESDIR%%/qtdemo/examplecontent.py -%%EXAMPLESDIR%%/qtdemo/examplecontent.pyc -%%EXAMPLESDIR%%/qtdemo/examplecontent.pyo -%%EXAMPLESDIR%%/qtdemo/examples.xml -%%EXAMPLESDIR%%/qtdemo/guide.py -%%EXAMPLESDIR%%/qtdemo/guide.pyc -%%EXAMPLESDIR%%/qtdemo/guide.pyo -%%EXAMPLESDIR%%/qtdemo/guidecircle.py -%%EXAMPLESDIR%%/qtdemo/guidecircle.pyc -%%EXAMPLESDIR%%/qtdemo/guidecircle.pyo -%%EXAMPLESDIR%%/qtdemo/guideline.py -%%EXAMPLESDIR%%/qtdemo/guideline.pyc -%%EXAMPLESDIR%%/qtdemo/guideline.pyo -%%EXAMPLESDIR%%/qtdemo/headingitem.py -%%EXAMPLESDIR%%/qtdemo/headingitem.pyc -%%EXAMPLESDIR%%/qtdemo/headingitem.pyo -%%EXAMPLESDIR%%/qtdemo/imageitem.py -%%EXAMPLESDIR%%/qtdemo/imageitem.pyc -%%EXAMPLESDIR%%/qtdemo/imageitem.pyo -%%EXAMPLESDIR%%/qtdemo/images/demobg.png -%%EXAMPLESDIR%%/qtdemo/images/qtlogo_small.png -%%EXAMPLESDIR%%/qtdemo/images/trolltech-logo.png -%%EXAMPLESDIR%%/qtdemo/itemcircleanimation.py -%%EXAMPLESDIR%%/qtdemo/itemcircleanimation.pyc -%%EXAMPLESDIR%%/qtdemo/itemcircleanimation.pyo -%%EXAMPLESDIR%%/qtdemo/letteritem.py -%%EXAMPLESDIR%%/qtdemo/letteritem.pyc -%%EXAMPLESDIR%%/qtdemo/letteritem.pyo -%%EXAMPLESDIR%%/qtdemo/mainwindow.py -%%EXAMPLESDIR%%/qtdemo/mainwindow.pyc -%%EXAMPLESDIR%%/qtdemo/mainwindow.pyo -%%EXAMPLESDIR%%/qtdemo/menucontent.py -%%EXAMPLESDIR%%/qtdemo/menucontent.pyc -%%EXAMPLESDIR%%/qtdemo/menucontent.pyo -%%EXAMPLESDIR%%/qtdemo/menumanager.py -%%EXAMPLESDIR%%/qtdemo/menumanager.pyc -%%EXAMPLESDIR%%/qtdemo/menumanager.pyo -%%EXAMPLESDIR%%/qtdemo/qtdemo.py -%%EXAMPLESDIR%%/qtdemo/qtdemo.pyc -%%EXAMPLESDIR%%/qtdemo/qtdemo.pyo -%%EXAMPLESDIR%%/qtdemo/scanitem.py -%%EXAMPLESDIR%%/qtdemo/scanitem.pyc -%%EXAMPLESDIR%%/qtdemo/scanitem.pyo -%%EXAMPLESDIR%%/qtdemo/score.py -%%EXAMPLESDIR%%/qtdemo/score.pyc -%%EXAMPLESDIR%%/qtdemo/score.pyo -%%EXAMPLESDIR%%/qtdemo/textbutton.py -%%EXAMPLESDIR%%/qtdemo/textbutton.pyc -%%EXAMPLESDIR%%/qtdemo/textbutton.pyo -%%EXAMPLESDIR%%/quick/README -%%EXAMPLESDIR%%/quick/animation/animation.py -%%EXAMPLESDIR%%/quick/animation/animation.pyc -%%EXAMPLESDIR%%/quick/animation/animation.pyo -%%EXAMPLESDIR%%/quick/animation/animation.qml -%%EXAMPLESDIR%%/quick/animation/animation.qrc -%%EXAMPLESDIR%%/quick/animation/animation_rc.py -%%EXAMPLESDIR%%/quick/animation/animation_rc.pyc -%%EXAMPLESDIR%%/quick/animation/animation_rc.pyo -%%EXAMPLESDIR%%/quick/animation/basics/color-animation.qml -%%EXAMPLESDIR%%/quick/animation/basics/images/face-smile.png -%%EXAMPLESDIR%%/quick/animation/basics/images/moon.png -%%EXAMPLESDIR%%/quick/animation/basics/images/shadow.png -%%EXAMPLESDIR%%/quick/animation/basics/images/star.png -%%EXAMPLESDIR%%/quick/animation/basics/images/sun.png -%%EXAMPLESDIR%%/quick/animation/basics/property-animation.qml -%%EXAMPLESDIR%%/quick/animation/behaviors/SideRect.qml -%%EXAMPLESDIR%%/quick/animation/behaviors/behavior-example.qml -%%EXAMPLESDIR%%/quick/animation/behaviors/tvtennis.qml -%%EXAMPLESDIR%%/quick/animation/behaviors/wigglytext.qml -%%EXAMPLESDIR%%/quick/animation/easing/easing.qml -%%EXAMPLESDIR%%/quick/animation/pathanimation/pathanimation.qml -%%EXAMPLESDIR%%/quick/animation/pathinterpolator/pathinterpolator.qml -%%EXAMPLESDIR%%/quick/animation/states/qt-logo.png -%%EXAMPLESDIR%%/quick/animation/states/states.qml -%%EXAMPLESDIR%%/quick/animation/states/transitions.qml -%%EXAMPLESDIR%%/quick/canvas/bezierCurve/bezierCurve.qml -%%EXAMPLESDIR%%/quick/canvas/canvas.py -%%EXAMPLESDIR%%/quick/canvas/canvas.pyc -%%EXAMPLESDIR%%/quick/canvas/canvas.pyo -%%EXAMPLESDIR%%/quick/canvas/canvas.qml -%%EXAMPLESDIR%%/quick/canvas/canvas.qrc -%%EXAMPLESDIR%%/quick/canvas/canvas_rc.py -%%EXAMPLESDIR%%/quick/canvas/canvas_rc.pyc -%%EXAMPLESDIR%%/quick/canvas/canvas_rc.pyo -%%EXAMPLESDIR%%/quick/canvas/clip/clip.qml -%%EXAMPLESDIR%%/quick/canvas/contents/Button.qml -%%EXAMPLESDIR%%/quick/canvas/contents/ScrollBar.qml -%%EXAMPLESDIR%%/quick/canvas/contents/Slider.qml -%%EXAMPLESDIR%%/quick/canvas/contents/TitleBar.qml -%%EXAMPLESDIR%%/quick/canvas/contents/ToolBar.qml -%%EXAMPLESDIR%%/quick/canvas/contents/images/button-pressed.png -%%EXAMPLESDIR%%/quick/canvas/contents/images/button.png -%%EXAMPLESDIR%%/quick/canvas/contents/images/default.svg -%%EXAMPLESDIR%%/quick/canvas/contents/images/gloss.png -%%EXAMPLESDIR%%/quick/canvas/contents/images/lineedit.png -%%EXAMPLESDIR%%/quick/canvas/contents/images/lineedit.sci -%%EXAMPLESDIR%%/quick/canvas/contents/images/quit.png -%%EXAMPLESDIR%%/quick/canvas/contents/images/stripes.png -%%EXAMPLESDIR%%/quick/canvas/contents/images/titlebar.png -%%EXAMPLESDIR%%/quick/canvas/contents/images/titlebar.sci -%%EXAMPLESDIR%%/quick/canvas/contents/images/toolbutton.png -%%EXAMPLESDIR%%/quick/canvas/contents/images/toolbutton.sci -%%EXAMPLESDIR%%/quick/canvas/contents/qt-logo.png -%%EXAMPLESDIR%%/quick/canvas/quadraticCurveTo/quadraticCurveTo.qml -%%EXAMPLESDIR%%/quick/canvas/roundedrect/roundedrect.qml -%%EXAMPLESDIR%%/quick/canvas/smile/smile.qml -%%EXAMPLESDIR%%/quick/canvas/squircle/squircle.png -%%EXAMPLESDIR%%/quick/canvas/squircle/squircle.qml -%%EXAMPLESDIR%%/quick/canvas/tiger/tiger.js -%%EXAMPLESDIR%%/quick/canvas/tiger/tiger.qml -%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel.py -%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel.pyc -%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel.pyo -%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel.qrc -%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel_rc.py -%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel_rc.pyc -%%EXAMPLESDIR%%/quick/models/abstractitemmodel/abstractitemmodel_rc.pyo -%%EXAMPLESDIR%%/quick/models/abstractitemmodel/view.qml -%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel.py -%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel.pyc -%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel.pyo -%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel.qrc -%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel_rc.py -%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel_rc.pyc -%%EXAMPLESDIR%%/quick/models/objectlistmodel/objectlistmodel_rc.pyo -%%EXAMPLESDIR%%/quick/models/objectlistmodel/view.qml -%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel.py -%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel.pyc -%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel.pyo -%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel.qrc -%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel_rc.py -%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel_rc.pyc -%%EXAMPLESDIR%%/quick/models/stringlistmodel/stringlistmodel_rc.pyo -%%EXAMPLESDIR%%/quick/models/stringlistmodel/view.qml -%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry.py -%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry.pyc -%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry.pyo -%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry.qrc -%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry_rc.py -%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry_rc.pyc -%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/customgeometry_rc.pyo -%%EXAMPLESDIR%%/quick/scenegraph/customgeometry/main.qml -%%EXAMPLESDIR%%/quick/shared/Button.qml -%%EXAMPLESDIR%%/quick/shared/LauncherList.qml -%%EXAMPLESDIR%%/quick/shared/SimpleLauncherDelegate.qml -%%EXAMPLESDIR%%/quick/shared/images/back.png -%%EXAMPLESDIR%%/quick/shared/images/next.png -%%EXAMPLESDIR%%/quick/shared/shared.qrc -%%EXAMPLESDIR%%/quick/shared/shared_rc.py -%%EXAMPLESDIR%%/quick/shared/shared_rc.pyc -%%EXAMPLESDIR%%/quick/shared/shared_rc.pyo -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter1-basics/app.qml -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter1-basics/chapter1-basics.py -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter1-basics/chapter1-basics.pyc -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter1-basics/chapter1-basics.pyo -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter2-methods/app.qml -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter2-methods/chapter2-methods.py -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter2-methods/chapter2-methods.pyc -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter2-methods/chapter2-methods.pyo -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter3-bindings/app.qml -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter3-bindings/chapter3-bindings.py -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter3-bindings/chapter3-bindings.pyc -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter3-bindings/chapter3-bindings.pyo -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter4-customPropertyTypes/app.qml -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.py -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pyc -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pyo -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter5-listproperties/app.qml -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter5-listproperties/chapter5-listproperties.py -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pyc -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pyo -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/chartsplugin.py -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/chartsplugin.pyc -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/chartsplugin.pyo -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/piechart.py -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/piechart.pyc -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/piechart.pyo -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/pieslice.py -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/pieslice.pyc -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/pieslice.pyo -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/qmldir -%%EXAMPLESDIR%%/quick/tutorials/extending/chapter6-plugins/app.qml -%%EXAMPLESDIR%%/richtext/README -%%EXAMPLESDIR%%/richtext/calendar.py -%%EXAMPLESDIR%%/richtext/calendar.pyc -%%EXAMPLESDIR%%/richtext/calendar.pyo -%%EXAMPLESDIR%%/richtext/orderform.py -%%EXAMPLESDIR%%/richtext/orderform.pyc -%%EXAMPLESDIR%%/richtext/orderform.pyo -%%EXAMPLESDIR%%/richtext/syntaxhighlighter.py -%%EXAMPLESDIR%%/richtext/syntaxhighlighter.pyc -%%EXAMPLESDIR%%/richtext/syntaxhighlighter.pyo -%%EXAMPLESDIR%%/richtext/textedit/example.html -%%EXAMPLESDIR%%/richtext/textedit/images/logo.png -%%EXAMPLESDIR%%/richtext/textedit/images/logo32.png -%%EXAMPLESDIR%%/richtext/textedit/images/mac/editcopy.png -%%EXAMPLESDIR%%/richtext/textedit/images/mac/editcut.png -%%EXAMPLESDIR%%/richtext/textedit/images/mac/editpaste.png -%%EXAMPLESDIR%%/richtext/textedit/images/mac/editredo.png -%%EXAMPLESDIR%%/richtext/textedit/images/mac/editundo.png -%%EXAMPLESDIR%%/richtext/textedit/images/mac/exportpdf.png -%%EXAMPLESDIR%%/richtext/textedit/images/mac/filenew.png -%%EXAMPLESDIR%%/richtext/textedit/images/mac/fileopen.png -%%EXAMPLESDIR%%/richtext/textedit/images/mac/fileprint.png -%%EXAMPLESDIR%%/richtext/textedit/images/mac/filesave.png -%%EXAMPLESDIR%%/richtext/textedit/images/mac/textbold.png -%%EXAMPLESDIR%%/richtext/textedit/images/mac/textcenter.png -%%EXAMPLESDIR%%/richtext/textedit/images/mac/textitalic.png -%%EXAMPLESDIR%%/richtext/textedit/images/mac/textjustify.png -%%EXAMPLESDIR%%/richtext/textedit/images/mac/textleft.png -%%EXAMPLESDIR%%/richtext/textedit/images/mac/textright.png -%%EXAMPLESDIR%%/richtext/textedit/images/mac/textunder.png -%%EXAMPLESDIR%%/richtext/textedit/images/mac/zoomin.png -%%EXAMPLESDIR%%/richtext/textedit/images/mac/zoomout.png -%%EXAMPLESDIR%%/richtext/textedit/images/win/editcopy.png -%%EXAMPLESDIR%%/richtext/textedit/images/win/editcut.png -%%EXAMPLESDIR%%/richtext/textedit/images/win/editpaste.png -%%EXAMPLESDIR%%/richtext/textedit/images/win/editredo.png -%%EXAMPLESDIR%%/richtext/textedit/images/win/editundo.png -%%EXAMPLESDIR%%/richtext/textedit/images/win/exportpdf.png -%%EXAMPLESDIR%%/richtext/textedit/images/win/filenew.png -%%EXAMPLESDIR%%/richtext/textedit/images/win/fileopen.png -%%EXAMPLESDIR%%/richtext/textedit/images/win/fileprint.png -%%EXAMPLESDIR%%/richtext/textedit/images/win/filesave.png -%%EXAMPLESDIR%%/richtext/textedit/images/win/textbold.png -%%EXAMPLESDIR%%/richtext/textedit/images/win/textcenter.png -%%EXAMPLESDIR%%/richtext/textedit/images/win/textitalic.png -%%EXAMPLESDIR%%/richtext/textedit/images/win/textjustify.png -%%EXAMPLESDIR%%/richtext/textedit/images/win/textleft.png -%%EXAMPLESDIR%%/richtext/textedit/images/win/textright.png -%%EXAMPLESDIR%%/richtext/textedit/images/win/textunder.png -%%EXAMPLESDIR%%/richtext/textedit/images/win/zoomin.png -%%EXAMPLESDIR%%/richtext/textedit/images/win/zoomout.png -%%EXAMPLESDIR%%/richtext/textedit/textedit.py -%%EXAMPLESDIR%%/richtext/textedit/textedit.pyc -%%EXAMPLESDIR%%/richtext/textedit/textedit.pyo -%%EXAMPLESDIR%%/richtext/textedit/textedit.qrc -%%EXAMPLESDIR%%/richtext/textedit/textedit_rc.py -%%EXAMPLESDIR%%/richtext/textedit/textedit_rc.pyc -%%EXAMPLESDIR%%/richtext/textedit/textedit_rc.pyo -%%EXAMPLESDIR%%/richtext/textobject/files/heart.svg -%%EXAMPLESDIR%%/richtext/textobject/textobject.py -%%EXAMPLESDIR%%/richtext/textobject/textobject.pyc -%%EXAMPLESDIR%%/richtext/textobject/textobject.pyo -%%EXAMPLESDIR%%/sql/README -%%EXAMPLESDIR%%/sql/cachedtable.py -%%EXAMPLESDIR%%/sql/cachedtable.pyc -%%EXAMPLESDIR%%/sql/cachedtable.pyo -%%EXAMPLESDIR%%/sql/connection.py -%%EXAMPLESDIR%%/sql/connection.pyc -%%EXAMPLESDIR%%/sql/connection.pyo -%%EXAMPLESDIR%%/sql/querymodel.py -%%EXAMPLESDIR%%/sql/querymodel.pyc -%%EXAMPLESDIR%%/sql/querymodel.pyo -%%EXAMPLESDIR%%/sql/relationaltablemodel.py -%%EXAMPLESDIR%%/sql/relationaltablemodel.pyc -%%EXAMPLESDIR%%/sql/relationaltablemodel.pyo -%%EXAMPLESDIR%%/sql/tablemodel.py -%%EXAMPLESDIR%%/sql/tablemodel.pyc -%%EXAMPLESDIR%%/sql/tablemodel.pyo -%%EXAMPLESDIR%%/threads/README -%%EXAMPLESDIR%%/threads/mandelbrot.py -%%EXAMPLESDIR%%/threads/mandelbrot.pyc -%%EXAMPLESDIR%%/threads/mandelbrot.pyo -%%EXAMPLESDIR%%/threads/semaphores.py -%%EXAMPLESDIR%%/threads/semaphores.pyc -%%EXAMPLESDIR%%/threads/semaphores.pyo -%%EXAMPLESDIR%%/threads/waitconditions.py -%%EXAMPLESDIR%%/threads/waitconditions.pyc -%%EXAMPLESDIR%%/threads/waitconditions.pyo -%%EXAMPLESDIR%%/tools/README -%%EXAMPLESDIR%%/tools/codecs/codecs.py -%%EXAMPLESDIR%%/tools/codecs/codecs.pyc -%%EXAMPLESDIR%%/tools/codecs/codecs.pyo -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/iso-8859-1.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/iso-8859-15.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16be.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-16le.txt -%%EXAMPLESDIR%%/tools/codecs/encodedfiles/utf-8.txt -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter.py -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter.pyc -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter.pyo -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter.qrc -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc.py -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc.pyc -%%EXAMPLESDIR%%/tools/customcompleter/customcompleter_rc.pyo -%%EXAMPLESDIR%%/tools/customcompleter/resources/wordlist.txt -%%EXAMPLESDIR%%/tools/i18n/i18n.py -%%EXAMPLESDIR%%/tools/i18n/i18n.pyc -%%EXAMPLESDIR%%/tools/i18n/i18n.pyo -%%EXAMPLESDIR%%/tools/i18n/i18n.qrc -%%EXAMPLESDIR%%/tools/i18n/i18n_rc.py -%%EXAMPLESDIR%%/tools/i18n/i18n_rc.pyc -%%EXAMPLESDIR%%/tools/i18n/i18n_rc.pyo -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ar.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_cs.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_cs.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_de.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_de.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_el.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_el.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_en.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_en.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_eo.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_eo.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_fr.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_fr.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_it.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_it.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_jp.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_jp.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ko.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ko.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_no.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_no.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_pt.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_pt.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ru.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_ru.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_sv.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_sv.ts -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_zh.qm -%%EXAMPLESDIR%%/tools/i18n/translations/i18n_zh.ts -%%EXAMPLESDIR%%/tools/regexp.py -%%EXAMPLESDIR%%/tools/regexp.pyc -%%EXAMPLESDIR%%/tools/regexp.pyo -%%EXAMPLESDIR%%/tools/settingseditor/inifiles/licensepage.ini -%%EXAMPLESDIR%%/tools/settingseditor/inifiles/qsa.ini -%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.py -%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.pyc -%%EXAMPLESDIR%%/tools/settingseditor/settingseditor.pyo -%%EXAMPLESDIR%%/tutorials/addressbook/README -%%EXAMPLESDIR%%/tutorials/addressbook/part1.py -%%EXAMPLESDIR%%/tutorials/addressbook/part1.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part1.pyo -%%EXAMPLESDIR%%/tutorials/addressbook/part2.py -%%EXAMPLESDIR%%/tutorials/addressbook/part2.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part2.pyo -%%EXAMPLESDIR%%/tutorials/addressbook/part3.py -%%EXAMPLESDIR%%/tutorials/addressbook/part3.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part3.pyo -%%EXAMPLESDIR%%/tutorials/addressbook/part4.py -%%EXAMPLESDIR%%/tutorials/addressbook/part4.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part4.pyo -%%EXAMPLESDIR%%/tutorials/addressbook/part5.py -%%EXAMPLESDIR%%/tutorials/addressbook/part5.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part5.pyo -%%EXAMPLESDIR%%/tutorials/addressbook/part6.py -%%EXAMPLESDIR%%/tutorials/addressbook/part6.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part6.pyo -%%EXAMPLESDIR%%/tutorials/addressbook/part7.py -%%EXAMPLESDIR%%/tutorials/addressbook/part7.pyc -%%EXAMPLESDIR%%/tutorials/addressbook/part7.pyo -%%EXAMPLESDIR%%/webkit/README -%%EXAMPLESDIR%%/webkit/domtraversal/domtraversal.py -%%EXAMPLESDIR%%/webkit/domtraversal/domtraversal.pyc -%%EXAMPLESDIR%%/webkit/domtraversal/domtraversal.pyo -%%EXAMPLESDIR%%/webkit/domtraversal/ui_window.py -%%EXAMPLESDIR%%/webkit/domtraversal/ui_window.pyc -%%EXAMPLESDIR%%/webkit/domtraversal/ui_window.pyo -%%EXAMPLESDIR%%/webkit/domtraversal/window.ui -%%EXAMPLESDIR%%/webkit/fancybrowser/fancybrowser.py -%%EXAMPLESDIR%%/webkit/fancybrowser/fancybrowser.pyc -%%EXAMPLESDIR%%/webkit/fancybrowser/fancybrowser.pyo -%%EXAMPLESDIR%%/webkit/fancybrowser/jquery.min.js -%%EXAMPLESDIR%%/webkit/fancybrowser/jquery.qrc -%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc.py -%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc.pyc -%%EXAMPLESDIR%%/webkit/fancybrowser/jquery_rc.pyo -%%EXAMPLESDIR%%/webkit/formextractor/form.html -%%EXAMPLESDIR%%/webkit/formextractor/formextractor.py -%%EXAMPLESDIR%%/webkit/formextractor/formextractor.pyc -%%EXAMPLESDIR%%/webkit/formextractor/formextractor.pyo -%%EXAMPLESDIR%%/webkit/formextractor/formextractor.qrc -%%EXAMPLESDIR%%/webkit/formextractor/formextractor.ui -%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc.py -%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc.pyc -%%EXAMPLESDIR%%/webkit/formextractor/formextractor_rc.pyo -%%EXAMPLESDIR%%/webkit/formextractor/ui_formextractor.py -%%EXAMPLESDIR%%/webkit/formextractor/ui_formextractor.pyc -%%EXAMPLESDIR%%/webkit/formextractor/ui_formextractor.pyo -%%EXAMPLESDIR%%/webkit/framecapture.py -%%EXAMPLESDIR%%/webkit/framecapture.pyc -%%EXAMPLESDIR%%/webkit/framecapture.pyo -%%EXAMPLESDIR%%/webkit/previewer/previewer.py -%%EXAMPLESDIR%%/webkit/previewer/previewer.pyc -%%EXAMPLESDIR%%/webkit/previewer/previewer.pyo -%%EXAMPLESDIR%%/webkit/previewer/previewer.ui -%%EXAMPLESDIR%%/webkit/previewer/ui_previewer.py -%%EXAMPLESDIR%%/webkit/previewer/ui_previewer.pyc -%%EXAMPLESDIR%%/webkit/previewer/ui_previewer.pyo -%%EXAMPLESDIR%%/webkit/simpleselector/simpleselector.py -%%EXAMPLESDIR%%/webkit/simpleselector/simpleselector.pyc -%%EXAMPLESDIR%%/webkit/simpleselector/simpleselector.pyo -%%EXAMPLESDIR%%/webkit/simpleselector/ui_window.py -%%EXAMPLESDIR%%/webkit/simpleselector/ui_window.pyc -%%EXAMPLESDIR%%/webkit/simpleselector/ui_window.pyo -%%EXAMPLESDIR%%/webkit/simpleselector/window.ui -%%EXAMPLESDIR%%/widgets/README -%%EXAMPLESDIR%%/widgets/analogclock.py -%%EXAMPLESDIR%%/widgets/analogclock.pyc -%%EXAMPLESDIR%%/widgets/analogclock.pyo -%%EXAMPLESDIR%%/widgets/calculator.py -%%EXAMPLESDIR%%/widgets/calculator.pyc -%%EXAMPLESDIR%%/widgets/calculator.pyo -%%EXAMPLESDIR%%/widgets/calendarwidget.py -%%EXAMPLESDIR%%/widgets/calendarwidget.pyc -%%EXAMPLESDIR%%/widgets/calendarwidget.pyo -%%EXAMPLESDIR%%/widgets/charactermap.py -%%EXAMPLESDIR%%/widgets/charactermap.pyc -%%EXAMPLESDIR%%/widgets/charactermap.pyo -%%EXAMPLESDIR%%/widgets/digitalclock.py -%%EXAMPLESDIR%%/widgets/digitalclock.pyc -%%EXAMPLESDIR%%/widgets/digitalclock.pyo -%%EXAMPLESDIR%%/widgets/groupbox.py -%%EXAMPLESDIR%%/widgets/groupbox.pyc -%%EXAMPLESDIR%%/widgets/groupbox.pyo -%%EXAMPLESDIR%%/widgets/icons/icons.py -%%EXAMPLESDIR%%/widgets/icons/icons.pyc -%%EXAMPLESDIR%%/widgets/icons/icons.pyo -%%EXAMPLESDIR%%/widgets/icons/images/designer.png -%%EXAMPLESDIR%%/widgets/icons/images/find_disabled.png -%%EXAMPLESDIR%%/widgets/icons/images/find_normal.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_128x128.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_16x16.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_32x32.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_off_64x64.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_128x128.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_16x16.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_32x32.png -%%EXAMPLESDIR%%/widgets/icons/images/monkey_on_64x64.png -%%EXAMPLESDIR%%/widgets/icons/images/qt_extended_16x16.png -%%EXAMPLESDIR%%/widgets/icons/images/qt_extended_32x32.png -%%EXAMPLESDIR%%/widgets/icons/images/qt_extended_48x48.png -%%EXAMPLESDIR%%/widgets/imageviewer.py -%%EXAMPLESDIR%%/widgets/imageviewer.pyc -%%EXAMPLESDIR%%/widgets/imageviewer.pyo -%%EXAMPLESDIR%%/widgets/lineedits.py -%%EXAMPLESDIR%%/widgets/lineedits.pyc -%%EXAMPLESDIR%%/widgets/lineedits.pyo -%%EXAMPLESDIR%%/widgets/movie/animation.mng -%%EXAMPLESDIR%%/widgets/movie/movie.py -%%EXAMPLESDIR%%/widgets/movie/movie.pyc -%%EXAMPLESDIR%%/widgets/movie/movie.pyo -%%EXAMPLESDIR%%/widgets/scribble.py -%%EXAMPLESDIR%%/widgets/scribble.pyc -%%EXAMPLESDIR%%/widgets/scribble.pyo -%%EXAMPLESDIR%%/widgets/shapedclock.py -%%EXAMPLESDIR%%/widgets/shapedclock.pyc -%%EXAMPLESDIR%%/widgets/shapedclock.pyo -%%EXAMPLESDIR%%/widgets/sliders.py -%%EXAMPLESDIR%%/widgets/sliders.pyc -%%EXAMPLESDIR%%/widgets/sliders.pyo -%%EXAMPLESDIR%%/widgets/spinboxes.py -%%EXAMPLESDIR%%/widgets/spinboxes.pyc -%%EXAMPLESDIR%%/widgets/spinboxes.pyo -%%EXAMPLESDIR%%/widgets/styles.py -%%EXAMPLESDIR%%/widgets/styles.pyc -%%EXAMPLESDIR%%/widgets/styles.pyo -%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_checked.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_checked_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_checked_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_unchecked.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_unchecked_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/checkbox_unchecked_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/down_arrow.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/down_arrow_disabled.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/frame.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/pagefold.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/pushbutton.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/pushbutton_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/pushbutton_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_checked.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_checked_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_checked_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_unchecked.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_unchecked_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/radiobutton_unchecked_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/sizegrip.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown_off.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spindown_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup_hover.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup_off.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/spinup_pressed.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/up_arrow.png -%%EXAMPLESDIR%%/widgets/stylesheet/images/up_arrow_disabled.png -%%EXAMPLESDIR%%/widgets/stylesheet/mainwindow.ui -%%EXAMPLESDIR%%/widgets/stylesheet/qss/coffee.qss -%%EXAMPLESDIR%%/widgets/stylesheet/qss/default.qss -%%EXAMPLESDIR%%/widgets/stylesheet/qss/pagefold.qss -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.py -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.pyc -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.pyo -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet.qrc -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc.py -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc.pyc -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheet_rc.pyo -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.py -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.pyc -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.pyo -%%EXAMPLESDIR%%/widgets/stylesheet/stylesheeteditor.ui -%%EXAMPLESDIR%%/widgets/stylesheet/ui_mainwindow.py -%%EXAMPLESDIR%%/widgets/stylesheet/ui_mainwindow.pyc -%%EXAMPLESDIR%%/widgets/stylesheet/ui_mainwindow.pyo -%%EXAMPLESDIR%%/widgets/stylesheet/ui_stylesheeteditor.py -%%EXAMPLESDIR%%/widgets/stylesheet/ui_stylesheeteditor.pyc -%%EXAMPLESDIR%%/widgets/stylesheet/ui_stylesheeteditor.pyo -%%EXAMPLESDIR%%/widgets/tetrix.py -%%EXAMPLESDIR%%/widgets/tetrix.pyc -%%EXAMPLESDIR%%/widgets/tetrix.pyo -%%EXAMPLESDIR%%/widgets/tooltips/images/circle.png -%%EXAMPLESDIR%%/widgets/tooltips/images/square.png -%%EXAMPLESDIR%%/widgets/tooltips/images/triangle.png -%%EXAMPLESDIR%%/widgets/tooltips/tooltips.py -%%EXAMPLESDIR%%/widgets/tooltips/tooltips.pyc -%%EXAMPLESDIR%%/widgets/tooltips/tooltips.pyo -%%EXAMPLESDIR%%/widgets/tooltips/tooltips.qrc -%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc.py -%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc.pyc -%%EXAMPLESDIR%%/widgets/tooltips/tooltips_rc.pyo -%%EXAMPLESDIR%%/widgets/wiggly.py -%%EXAMPLESDIR%%/widgets/wiggly.pyc -%%EXAMPLESDIR%%/widgets/wiggly.pyo -%%EXAMPLESDIR%%/widgets/windowflags.py -%%EXAMPLESDIR%%/widgets/windowflags.pyc -%%EXAMPLESDIR%%/widgets/windowflags.pyo -%%EXAMPLESDIR%%/xmlpatterns/README -%%EXAMPLESDIR%%/xmlpatterns/schema/files/contact.xsd -%%EXAMPLESDIR%%/xmlpatterns/schema/files/invalid_contact.xml -%%EXAMPLESDIR%%/xmlpatterns/schema/files/invalid_order.xml -%%EXAMPLESDIR%%/xmlpatterns/schema/files/invalid_recipe.xml -%%EXAMPLESDIR%%/xmlpatterns/schema/files/order.xsd -%%EXAMPLESDIR%%/xmlpatterns/schema/files/recipe.xsd -%%EXAMPLESDIR%%/xmlpatterns/schema/files/valid_contact.xml -%%EXAMPLESDIR%%/xmlpatterns/schema/files/valid_order.xml -%%EXAMPLESDIR%%/xmlpatterns/schema/files/valid_recipe.xml -%%EXAMPLESDIR%%/xmlpatterns/schema/schema.py -%%EXAMPLESDIR%%/xmlpatterns/schema/schema.pyc -%%EXAMPLESDIR%%/xmlpatterns/schema/schema.pyo -%%EXAMPLESDIR%%/xmlpatterns/schema/schema.qrc -%%EXAMPLESDIR%%/xmlpatterns/schema/schema.ui -%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc.py -%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc.pyc -%%EXAMPLESDIR%%/xmlpatterns/schema/schema_rc.pyo -%%EXAMPLESDIR%%/xmlpatterns/schema/ui_schema.py -%%EXAMPLESDIR%%/xmlpatterns/schema/ui_schema.pyc -%%EXAMPLESDIR%%/xmlpatterns/schema/ui_schema.pyo +%%PYQT_EXAMPLEDIR%%/README +%%PYQT_EXAMPLEDIR%%/activeqt/README +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/icons/image0.xpm +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/icons/image1.xpm +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/icons/image2.xpm +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/icons/image3.xpm +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/icons/image4.xpm +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/icons/image5.xpm +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/icons/image6.xpm +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/mainwindow.qrc +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/mainwindow.ui +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/mainwindow_rc.py +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/mainwindow_rc.pyc +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/mainwindow_rc.pyo +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/ui_mainwindow.py +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/ui_mainwindow.pyc +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/ui_mainwindow.pyo +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/webbrowser.py +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/webbrowser.pyc +%%PYQT_EXAMPLEDIR%%/activeqt/webbrowser/webbrowser.pyo +%%PYQT_EXAMPLEDIR%%/animation/README +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/animatedtiles.py +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/animatedtiles.pyc +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/animatedtiles.pyo +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/animatedtiles.qrc +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/animatedtiles_rc.py +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/animatedtiles_rc.pyc +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/animatedtiles_rc.pyo +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/images/Time-For-Lunch-2.jpg +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/images/centered.png +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/images/ellipse.png +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/images/figure8.png +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/images/kinetic.png +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/images/random.png +%%PYQT_EXAMPLEDIR%%/animation/animatedtiles/images/tile.png +%%PYQT_EXAMPLEDIR%%/animation/appchooser/accessories-dictionary.png +%%PYQT_EXAMPLEDIR%%/animation/appchooser/akregator.png +%%PYQT_EXAMPLEDIR%%/animation/appchooser/appchooser.py +%%PYQT_EXAMPLEDIR%%/animation/appchooser/appchooser.pyc +%%PYQT_EXAMPLEDIR%%/animation/appchooser/appchooser.pyo +%%PYQT_EXAMPLEDIR%%/animation/appchooser/appchooser.qrc +%%PYQT_EXAMPLEDIR%%/animation/appchooser/appchooser_rc.py +%%PYQT_EXAMPLEDIR%%/animation/appchooser/appchooser_rc.pyc +%%PYQT_EXAMPLEDIR%%/animation/appchooser/appchooser_rc.pyo +%%PYQT_EXAMPLEDIR%%/animation/appchooser/digikam.png +%%PYQT_EXAMPLEDIR%%/animation/appchooser/k3b.png +%%PYQT_EXAMPLEDIR%%/animation/easing/easing.py +%%PYQT_EXAMPLEDIR%%/animation/easing/easing.pyc +%%PYQT_EXAMPLEDIR%%/animation/easing/easing.pyo +%%PYQT_EXAMPLEDIR%%/animation/easing/easing.qrc +%%PYQT_EXAMPLEDIR%%/animation/easing/easing_rc.py +%%PYQT_EXAMPLEDIR%%/animation/easing/easing_rc.pyc +%%PYQT_EXAMPLEDIR%%/animation/easing/easing_rc.pyo +%%PYQT_EXAMPLEDIR%%/animation/easing/form.ui +%%PYQT_EXAMPLEDIR%%/animation/easing/images/qt-logo.png +%%PYQT_EXAMPLEDIR%%/animation/easing/ui_form.py +%%PYQT_EXAMPLEDIR%%/animation/easing/ui_form.pyc +%%PYQT_EXAMPLEDIR%%/animation/easing/ui_form.pyo +%%PYQT_EXAMPLEDIR%%/animation/moveblocks.py +%%PYQT_EXAMPLEDIR%%/animation/moveblocks.pyc +%%PYQT_EXAMPLEDIR%%/animation/moveblocks.pyo +%%PYQT_EXAMPLEDIR%%/animation/states/accessories-dictionary.png +%%PYQT_EXAMPLEDIR%%/animation/states/akregator.png +%%PYQT_EXAMPLEDIR%%/animation/states/digikam.png +%%PYQT_EXAMPLEDIR%%/animation/states/help-browser.png +%%PYQT_EXAMPLEDIR%%/animation/states/k3b.png +%%PYQT_EXAMPLEDIR%%/animation/states/kchart.png +%%PYQT_EXAMPLEDIR%%/animation/states/states.py +%%PYQT_EXAMPLEDIR%%/animation/states/states.pyc +%%PYQT_EXAMPLEDIR%%/animation/states/states.pyo +%%PYQT_EXAMPLEDIR%%/animation/states/states.qrc +%%PYQT_EXAMPLEDIR%%/animation/states/states_rc.py +%%PYQT_EXAMPLEDIR%%/animation/states/states_rc.pyc +%%PYQT_EXAMPLEDIR%%/animation/states/states_rc.pyo +%%PYQT_EXAMPLEDIR%%/animation/stickman/animations/chilling +%%PYQT_EXAMPLEDIR%%/animation/stickman/animations/dancing +%%PYQT_EXAMPLEDIR%%/animation/stickman/animations/dead +%%PYQT_EXAMPLEDIR%%/animation/stickman/animations/jumping +%%PYQT_EXAMPLEDIR%%/animation/stickman/stickman.py +%%PYQT_EXAMPLEDIR%%/animation/stickman/stickman.pyc +%%PYQT_EXAMPLEDIR%%/animation/stickman/stickman.pyo +%%PYQT_EXAMPLEDIR%%/animation/stickman/stickman.qrc +%%PYQT_EXAMPLEDIR%%/animation/stickman/stickman_rc.py +%%PYQT_EXAMPLEDIR%%/animation/stickman/stickman_rc.pyc +%%PYQT_EXAMPLEDIR%%/animation/stickman/stickman_rc.pyo +%%PYQT_EXAMPLEDIR%%/dbus/chat/chat.py +%%PYQT_EXAMPLEDIR%%/dbus/chat/chat.pyc +%%PYQT_EXAMPLEDIR%%/dbus/chat/chat.pyo +%%PYQT_EXAMPLEDIR%%/dbus/chat/chatmainwindow.ui +%%PYQT_EXAMPLEDIR%%/dbus/chat/chatsetnickname.ui +%%PYQT_EXAMPLEDIR%%/dbus/chat/ui_chatmainwindow.py +%%PYQT_EXAMPLEDIR%%/dbus/chat/ui_chatmainwindow.pyc +%%PYQT_EXAMPLEDIR%%/dbus/chat/ui_chatmainwindow.pyo +%%PYQT_EXAMPLEDIR%%/dbus/chat/ui_chatsetnickname.py +%%PYQT_EXAMPLEDIR%%/dbus/chat/ui_chatsetnickname.pyc +%%PYQT_EXAMPLEDIR%%/dbus/chat/ui_chatsetnickname.pyo +%%PYQT_EXAMPLEDIR%%/dbus/listnames.py +%%PYQT_EXAMPLEDIR%%/dbus/listnames.pyc +%%PYQT_EXAMPLEDIR%%/dbus/listnames.pyo +%%PYQT_EXAMPLEDIR%%/dbus/pingpong/ping.py +%%PYQT_EXAMPLEDIR%%/dbus/pingpong/ping.pyc +%%PYQT_EXAMPLEDIR%%/dbus/pingpong/ping.pyo +%%PYQT_EXAMPLEDIR%%/dbus/pingpong/pong.py +%%PYQT_EXAMPLEDIR%%/dbus/pingpong/pong.pyc +%%PYQT_EXAMPLEDIR%%/dbus/pingpong/pong.pyo +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.py +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.pyc +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/car/car.pyo +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.py +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.pyc +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.pyo +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/controller.ui +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/ui_controller.py +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/ui_controller.pyc +%%PYQT_EXAMPLEDIR%%/dbus/remotecontrolledcar/controller/ui_controller.pyo +%%PYQT_EXAMPLEDIR%%/designer/README +%%PYQT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.py +%%PYQT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.pyc +%%PYQT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.pyo +%%PYQT_EXAMPLEDIR%%/designer/calculatorform/calculatorform.ui +%%PYQT_EXAMPLEDIR%%/designer/calculatorform/ui_calculatorform.py +%%PYQT_EXAMPLEDIR%%/designer/calculatorform/ui_calculatorform.pyc +%%PYQT_EXAMPLEDIR%%/designer/calculatorform/ui_calculatorform.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/plugins.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/plugins.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/plugins.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/analogclockplugin.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/analogclockplugin.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/analogclockplugin.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/bubbleswidgetplugin.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/bubbleswidgetplugin.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/bubbleswidgetplugin.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/counterlabelplugin.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/counterlabelplugin.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/counterlabelplugin.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/datetimeeditplugin.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/datetimeeditplugin.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/datetimeeditplugin.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/helloglwidgetplugin.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/helloglwidgetplugin.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/helloglwidgetplugin.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/multipagewidgetplugin.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/multipagewidgetplugin.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/multipagewidgetplugin.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/polygonwidgetplugin.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/polygonwidgetplugin.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/polygonwidgetplugin.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/pydemoplugin.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/pydemoplugin.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/pydemoplugin.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/pythonconsoleplugin.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/pythonconsoleplugin.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/python/pythonconsoleplugin.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/analogclock.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/analogclock.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/analogclock.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/bubbleswidget.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/bubbleswidget.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/bubbleswidget.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/counterlabel.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/counterlabel.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/counterlabel.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/datetimeedit.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/datetimeedit.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/datetimeedit.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/helloglwidget.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/helloglwidget.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/helloglwidget.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/multipagewidget.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/multipagewidget.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/multipagewidget.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/polygonwidget.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/polygonwidget.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/polygonwidget.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/pydemo.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/pydemo.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/pydemo.pyo +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/pythonconsolewidget.py +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/pythonconsolewidget.pyc +%%PYQT_EXAMPLEDIR%%/designer/plugins/widgets/pythonconsolewidget.pyo +%%PYQT_EXAMPLEDIR%%/desktop/README +%%PYQT_EXAMPLEDIR%%/desktop/screenshot.py +%%PYQT_EXAMPLEDIR%%/desktop/screenshot.pyc +%%PYQT_EXAMPLEDIR%%/desktop/screenshot.pyo +%%PYQT_EXAMPLEDIR%%/desktop/systray/images/bad.png +%%PYQT_EXAMPLEDIR%%/desktop/systray/images/heart.png +%%PYQT_EXAMPLEDIR%%/desktop/systray/images/trash.png +%%PYQT_EXAMPLEDIR%%/desktop/systray/systray.py +%%PYQT_EXAMPLEDIR%%/desktop/systray/systray.pyc +%%PYQT_EXAMPLEDIR%%/desktop/systray/systray.pyo +%%PYQT_EXAMPLEDIR%%/desktop/systray/systray.qrc +%%PYQT_EXAMPLEDIR%%/desktop/systray/systray_rc.py +%%PYQT_EXAMPLEDIR%%/desktop/systray/systray_rc.pyc +%%PYQT_EXAMPLEDIR%%/desktop/systray/systray_rc.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/README +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/classwizard.py +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/classwizard.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/classwizard.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/classwizard.qrc +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/classwizard_rc.py +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/classwizard_rc.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/classwizard_rc.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/images/background.png +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/images/banner.png +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/images/logo1.png +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/images/logo2.png +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/images/logo3.png +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/images/watermark1.png +%%PYQT_EXAMPLEDIR%%/dialogs/classwizard/images/watermark2.png +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/configdialog.py +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/configdialog.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/configdialog.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/configdialog.qrc +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/configdialog_rc.py +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/configdialog_rc.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/configdialog_rc.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/images/config.png +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/images/query.png +%%PYQT_EXAMPLEDIR%%/dialogs/configdialog/images/update.png +%%PYQT_EXAMPLEDIR%%/dialogs/extension.py +%%PYQT_EXAMPLEDIR%%/dialogs/extension.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/extension.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/findfiles.py +%%PYQT_EXAMPLEDIR%%/dialogs/findfiles.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/findfiles.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/standarddialogs.py +%%PYQT_EXAMPLEDIR%%/dialogs/standarddialogs.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/standarddialogs.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/tabdialog.py +%%PYQT_EXAMPLEDIR%%/dialogs/tabdialog.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/tabdialog.pyo +%%PYQT_EXAMPLEDIR%%/dialogs/trivialwizard.py +%%PYQT_EXAMPLEDIR%%/dialogs/trivialwizard.pyc +%%PYQT_EXAMPLEDIR%%/dialogs/trivialwizard.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/README +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/delayedencoding.py +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/delayedencoding.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/delayedencoding.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/delayedencoding.qrc +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/delayedencoding_rc.py +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/delayedencoding_rc.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/delayedencoding_rc.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/images/drag.png +%%PYQT_EXAMPLEDIR%%/draganddrop/delayedencoding/images/example.svg +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/draggableicons.py +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/draggableicons.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/draggableicons.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/draggableicons.qrc +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/draggableicons_rc.py +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/draggableicons_rc.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/draggableicons_rc.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/images/boat.png +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/images/car.png +%%PYQT_EXAMPLEDIR%%/draganddrop/draggableicons/images/house.png +%%PYQT_EXAMPLEDIR%%/draganddrop/draggabletext/draggabletext.py +%%PYQT_EXAMPLEDIR%%/draganddrop/draggabletext/draggabletext.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/draggabletext/draggabletext.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/draggabletext/draggabletext.qrc +%%PYQT_EXAMPLEDIR%%/draganddrop/draggabletext/draggabletext_rc.py +%%PYQT_EXAMPLEDIR%%/draganddrop/draggabletext/draggabletext_rc.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/draggabletext/draggabletext_rc.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/draggabletext/words.txt +%%PYQT_EXAMPLEDIR%%/draganddrop/dropsite.py +%%PYQT_EXAMPLEDIR%%/draganddrop/dropsite.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/dropsite.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/fridgemagnets/fridgemagnets.py +%%PYQT_EXAMPLEDIR%%/draganddrop/fridgemagnets/fridgemagnets.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/fridgemagnets/fridgemagnets.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/fridgemagnets/fridgemagnets.qrc +%%PYQT_EXAMPLEDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc.py +%%PYQT_EXAMPLEDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/fridgemagnets/fridgemagnets_rc.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/fridgemagnets/words.txt +%%PYQT_EXAMPLEDIR%%/draganddrop/puzzle/example.jpg +%%PYQT_EXAMPLEDIR%%/draganddrop/puzzle/puzzle.py +%%PYQT_EXAMPLEDIR%%/draganddrop/puzzle/puzzle.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/puzzle/puzzle.pyo +%%PYQT_EXAMPLEDIR%%/draganddrop/puzzle/puzzle.qrc +%%PYQT_EXAMPLEDIR%%/draganddrop/puzzle/puzzle_rc.py +%%PYQT_EXAMPLEDIR%%/draganddrop/puzzle/puzzle_rc.pyc +%%PYQT_EXAMPLEDIR%%/draganddrop/puzzle/puzzle_rc.pyo +%%PYQT_EXAMPLEDIR%%/effects/README +%%PYQT_EXAMPLEDIR%%/effects/lighting.py +%%PYQT_EXAMPLEDIR%%/effects/lighting.pyc +%%PYQT_EXAMPLEDIR%%/effects/lighting.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/README +%%PYQT_EXAMPLEDIR%%/graphicsview/anchorlayout.py +%%PYQT_EXAMPLEDIR%%/graphicsview/anchorlayout.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/anchorlayout.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/collidingmice/collidingmice.py +%%PYQT_EXAMPLEDIR%%/graphicsview/collidingmice/collidingmice.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/collidingmice/collidingmice.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/collidingmice/images/cheese.jpg +%%PYQT_EXAMPLEDIR%%/graphicsview/collidingmice/mice.qrc +%%PYQT_EXAMPLEDIR%%/graphicsview/collidingmice/mice_rc.py +%%PYQT_EXAMPLEDIR%%/graphicsview/collidingmice/mice_rc.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/collidingmice/mice_rc.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/diagramscene.py +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/diagramscene.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/diagramscene.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/diagramscene.qrc +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/diagramscene_rc.py +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/diagramscene_rc.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/diagramscene_rc.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/background1.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/background2.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/background3.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/background4.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/bold.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/bringtofront.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/delete.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/floodfill.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/italic.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/linecolor.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/linepointer.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/pointer.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/sendtoback.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/textpointer.png +%%PYQT_EXAMPLEDIR%%/graphicsview/diagramscene/images/underline.png +%%PYQT_EXAMPLEDIR%%/graphicsview/dragdroprobot/dragdroprobot.py +%%PYQT_EXAMPLEDIR%%/graphicsview/dragdroprobot/dragdroprobot.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/dragdroprobot/dragdroprobot.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/dragdroprobot/images/head.png +%%PYQT_EXAMPLEDIR%%/graphicsview/elasticnodes.py +%%PYQT_EXAMPLEDIR%%/graphicsview/elasticnodes.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/elasticnodes.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/embeddeddialogs/No-Ones-Laughing-3.jpg +%%PYQT_EXAMPLEDIR%%/graphicsview/embeddeddialogs/embeddeddialog.py +%%PYQT_EXAMPLEDIR%%/graphicsview/embeddeddialogs/embeddeddialog.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/embeddeddialogs/embeddeddialog.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/embeddeddialogs/embeddeddialog.ui +%%PYQT_EXAMPLEDIR%%/graphicsview/embeddeddialogs/embeddeddialogs.py +%%PYQT_EXAMPLEDIR%%/graphicsview/embeddeddialogs/embeddeddialogs.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/embeddeddialogs/embeddeddialogs.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/embeddeddialogs/embeddeddialogs.qrc +%%PYQT_EXAMPLEDIR%%/graphicsview/embeddeddialogs/embeddeddialogs_rc.py +%%PYQT_EXAMPLEDIR%%/graphicsview/embeddeddialogs/embeddeddialogs_rc.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/embeddeddialogs/embeddeddialogs_rc.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/form.ui +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/images/artsfftscope.png +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/images/blue_angle_swirl.jpg +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/images/kontact_contacts.png +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/images/kontact_journal.png +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/images/kontact_mail.png +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/images/kontact_notes.png +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/images/kopeteavailable.png +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/images/metacontact_online.png +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/images/minitools.png +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/padnavigator.py +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/padnavigator.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/padnavigator.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/padnavigator.qrc +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/padnavigator_rc.py +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/padnavigator_rc.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/padnavigator_rc.pyo +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/ui_form.py +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/ui_form.pyc +%%PYQT_EXAMPLEDIR%%/graphicsview/padnavigator/ui_form.pyo +%%PYQT_EXAMPLEDIR%%/ipc/README +%%PYQT_EXAMPLEDIR%%/ipc/localfortuneclient.py +%%PYQT_EXAMPLEDIR%%/ipc/localfortuneclient.pyc +%%PYQT_EXAMPLEDIR%%/ipc/localfortuneclient.pyo +%%PYQT_EXAMPLEDIR%%/ipc/localfortuneserver.py +%%PYQT_EXAMPLEDIR%%/ipc/localfortuneserver.pyc +%%PYQT_EXAMPLEDIR%%/ipc/localfortuneserver.pyo +%%PYQT_EXAMPLEDIR%%/ipc/sharedmemory/dialog.py +%%PYQT_EXAMPLEDIR%%/ipc/sharedmemory/dialog.pyc +%%PYQT_EXAMPLEDIR%%/ipc/sharedmemory/dialog.pyo +%%PYQT_EXAMPLEDIR%%/ipc/sharedmemory/dialog.ui +%%PYQT_EXAMPLEDIR%%/ipc/sharedmemory/image.png +%%PYQT_EXAMPLEDIR%%/ipc/sharedmemory/qt.png +%%PYQT_EXAMPLEDIR%%/ipc/sharedmemory/sharedmemory.py +%%PYQT_EXAMPLEDIR%%/ipc/sharedmemory/sharedmemory.pyc +%%PYQT_EXAMPLEDIR%%/ipc/sharedmemory/sharedmemory.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/README +%%PYQT_EXAMPLEDIR%%/itemviews/basicsortfiltermodel.py +%%PYQT_EXAMPLEDIR%%/itemviews/basicsortfiltermodel.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/basicsortfiltermodel.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/chart/chart.py +%%PYQT_EXAMPLEDIR%%/itemviews/chart/chart.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/chart/chart.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/chart/chart.qrc +%%PYQT_EXAMPLEDIR%%/itemviews/chart/chart_rc.py +%%PYQT_EXAMPLEDIR%%/itemviews/chart/chart_rc.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/chart/chart_rc.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/chart/mydata.cht +%%PYQT_EXAMPLEDIR%%/itemviews/chart/qtdata.cht +%%PYQT_EXAMPLEDIR%%/itemviews/coloreditorfactory.py +%%PYQT_EXAMPLEDIR%%/itemviews/coloreditorfactory.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/coloreditorfactory.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/combowidgetmapper.py +%%PYQT_EXAMPLEDIR%%/itemviews/combowidgetmapper.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/combowidgetmapper.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/customsortfiltermodel.py +%%PYQT_EXAMPLEDIR%%/itemviews/customsortfiltermodel.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/customsortfiltermodel.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/dirview.py +%%PYQT_EXAMPLEDIR%%/itemviews/dirview.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/dirview.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/default.txt +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/editabletreemodel.py +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/editabletreemodel.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/editabletreemodel.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/editabletreemodel.qrc +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/editabletreemodel_rc.py +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/editabletreemodel_rc.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/editabletreemodel_rc.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/mainwindow.ui +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/ui_mainwindow.py +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/ui_mainwindow.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/editabletreemodel/ui_mainwindow.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/fetchmore.py +%%PYQT_EXAMPLEDIR%%/itemviews/fetchmore.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/fetchmore.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/frozencolumn/frozencolumn.py +%%PYQT_EXAMPLEDIR%%/itemviews/frozencolumn/frozencolumn.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/frozencolumn/frozencolumn.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/frozencolumn/grades.txt +%%PYQT_EXAMPLEDIR%%/itemviews/interview/images/interview.png +%%PYQT_EXAMPLEDIR%%/itemviews/interview/images/services.png +%%PYQT_EXAMPLEDIR%%/itemviews/interview/interview.py +%%PYQT_EXAMPLEDIR%%/itemviews/interview/interview.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/interview/interview.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/pixelator/images/qt.png +%%PYQT_EXAMPLEDIR%%/itemviews/pixelator/pixelator.py +%%PYQT_EXAMPLEDIR%%/itemviews/pixelator/pixelator.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/pixelator/pixelator.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/pixelator/pixelator.qrc +%%PYQT_EXAMPLEDIR%%/itemviews/pixelator/pixelator_rc.py +%%PYQT_EXAMPLEDIR%%/itemviews/pixelator/pixelator_rc.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/pixelator/pixelator_rc.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/puzzle/example.jpg +%%PYQT_EXAMPLEDIR%%/itemviews/puzzle/puzzle.py +%%PYQT_EXAMPLEDIR%%/itemviews/puzzle/puzzle.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/puzzle/puzzle.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/puzzle/puzzle.qrc +%%PYQT_EXAMPLEDIR%%/itemviews/puzzle/puzzle_rc.py +%%PYQT_EXAMPLEDIR%%/itemviews/puzzle/puzzle_rc.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/puzzle/puzzle_rc.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/simpledommodel.py +%%PYQT_EXAMPLEDIR%%/itemviews/simpledommodel.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/simpledommodel.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/simpletreemodel/default.txt +%%PYQT_EXAMPLEDIR%%/itemviews/simpletreemodel/simpletreemodel.py +%%PYQT_EXAMPLEDIR%%/itemviews/simpletreemodel/simpletreemodel.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/simpletreemodel/simpletreemodel.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/simpletreemodel/simpletreemodel.qrc +%%PYQT_EXAMPLEDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.py +%%PYQT_EXAMPLEDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/simpletreemodel/simpletreemodel_rc.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/simplewidgetmapper.py +%%PYQT_EXAMPLEDIR%%/itemviews/simplewidgetmapper.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/simplewidgetmapper.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/spinboxdelegate.py +%%PYQT_EXAMPLEDIR%%/itemviews/spinboxdelegate.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/spinboxdelegate.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/images/interview.png +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/printview.py +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/printview.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/printview.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/spreadsheet.py +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/spreadsheet.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/spreadsheet.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/spreadsheet.qrc +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/spreadsheet_rc.py +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/spreadsheet_rc.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/spreadsheet_rc.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/spreadsheetdelegate.py +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/spreadsheetdelegate.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/spreadsheetdelegate.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/spreadsheetitem.py +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/spreadsheetitem.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/spreadsheetitem.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/util.py +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/util.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/spreadsheet/util.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/stardelegate.py +%%PYQT_EXAMPLEDIR%%/itemviews/stardelegate.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/stardelegate.pyo +%%PYQT_EXAMPLEDIR%%/itemviews/storageview.py +%%PYQT_EXAMPLEDIR%%/itemviews/storageview.pyc +%%PYQT_EXAMPLEDIR%%/itemviews/storageview.pyo +%%PYQT_EXAMPLEDIR%%/layouts/README +%%PYQT_EXAMPLEDIR%%/layouts/basiclayouts.py +%%PYQT_EXAMPLEDIR%%/layouts/basiclayouts.pyc +%%PYQT_EXAMPLEDIR%%/layouts/basiclayouts.pyo +%%PYQT_EXAMPLEDIR%%/layouts/borderlayout.py +%%PYQT_EXAMPLEDIR%%/layouts/borderlayout.pyc +%%PYQT_EXAMPLEDIR%%/layouts/borderlayout.pyo +%%PYQT_EXAMPLEDIR%%/layouts/flowlayout.py +%%PYQT_EXAMPLEDIR%%/layouts/flowlayout.pyc +%%PYQT_EXAMPLEDIR%%/layouts/flowlayout.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/README +%%PYQT_EXAMPLEDIR%%/mainwindows/application/application.py +%%PYQT_EXAMPLEDIR%%/mainwindows/application/application.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/application/application.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/application/images/copy.png +%%PYQT_EXAMPLEDIR%%/mainwindows/application/images/cut.png +%%PYQT_EXAMPLEDIR%%/mainwindows/application/images/new.png +%%PYQT_EXAMPLEDIR%%/mainwindows/application/images/open.png +%%PYQT_EXAMPLEDIR%%/mainwindows/application/images/paste.png +%%PYQT_EXAMPLEDIR%%/mainwindows/application/images/save.png +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/dockwidgets.py +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/dockwidgets.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/dockwidgets.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/dockwidgets.qrc +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/dockwidgets_rc.py +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/dockwidgets_rc.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/dockwidgets_rc.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/images/new.png +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/images/print.png +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/images/save.png +%%PYQT_EXAMPLEDIR%%/mainwindows/dockwidgets/images/undo.png +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/images/copy.png +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/images/cut.png +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/images/new.png +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/images/open.png +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/images/paste.png +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/images/save.png +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/mdi.py +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/mdi.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/mdi.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/mdi.qrc +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/mdi_rc.py +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/mdi_rc.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/mdi/mdi_rc.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/menus.py +%%PYQT_EXAMPLEDIR%%/mainwindows/menus.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/menus.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/recentfiles.py +%%PYQT_EXAMPLEDIR%%/mainwindows/recentfiles.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/recentfiles.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/images/copy.png +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/images/cut.png +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/images/new.png +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/images/open.png +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/images/paste.png +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/images/save.png +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/sdi.py +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/sdi.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/sdi.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/sdi.qrc +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/sdi_rc.py +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/sdi_rc.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/sdi/sdi_rc.pyo +%%PYQT_EXAMPLEDIR%%/mainwindows/separations.py +%%PYQT_EXAMPLEDIR%%/mainwindows/separations.pyc +%%PYQT_EXAMPLEDIR%%/mainwindows/separations.pyo +%%PYQT_EXAMPLEDIR%%/multimedia/README +%%PYQT_EXAMPLEDIR%%/multimedia/audiodevices/audiodevices.py +%%PYQT_EXAMPLEDIR%%/multimedia/audiodevices/audiodevices.pyc +%%PYQT_EXAMPLEDIR%%/multimedia/audiodevices/audiodevices.pyo +%%PYQT_EXAMPLEDIR%%/multimedia/audiodevices/audiodevicesbase.ui +%%PYQT_EXAMPLEDIR%%/multimedia/audiodevices/ui_audiodevicesbase.py +%%PYQT_EXAMPLEDIR%%/multimedia/audiodevices/ui_audiodevicesbase.pyc +%%PYQT_EXAMPLEDIR%%/multimedia/audiodevices/ui_audiodevicesbase.pyo +%%PYQT_EXAMPLEDIR%%/multimedia/audiooutput.py +%%PYQT_EXAMPLEDIR%%/multimedia/audiooutput.pyc +%%PYQT_EXAMPLEDIR%%/multimedia/audiooutput.pyo +%%PYQT_EXAMPLEDIR%%/multimediawidgets/README +%%PYQT_EXAMPLEDIR%%/multimediawidgets/camera/camera.py +%%PYQT_EXAMPLEDIR%%/multimediawidgets/camera/camera.pyc +%%PYQT_EXAMPLEDIR%%/multimediawidgets/camera/camera.pyo +%%PYQT_EXAMPLEDIR%%/multimediawidgets/camera/camera.ui +%%PYQT_EXAMPLEDIR%%/multimediawidgets/camera/imagesettings.ui +%%PYQT_EXAMPLEDIR%%/multimediawidgets/camera/ui_camera.py +%%PYQT_EXAMPLEDIR%%/multimediawidgets/camera/ui_camera.pyc +%%PYQT_EXAMPLEDIR%%/multimediawidgets/camera/ui_camera.pyo +%%PYQT_EXAMPLEDIR%%/multimediawidgets/camera/ui_imagesettings.py +%%PYQT_EXAMPLEDIR%%/multimediawidgets/camera/ui_imagesettings.pyc +%%PYQT_EXAMPLEDIR%%/multimediawidgets/camera/ui_imagesettings.pyo +%%PYQT_EXAMPLEDIR%%/multimediawidgets/camera/ui_videosettings.py +%%PYQT_EXAMPLEDIR%%/multimediawidgets/camera/ui_videosettings.pyc +%%PYQT_EXAMPLEDIR%%/multimediawidgets/camera/ui_videosettings.pyo +%%PYQT_EXAMPLEDIR%%/multimediawidgets/camera/videosettings.ui +%%PYQT_EXAMPLEDIR%%/multimediawidgets/player.py +%%PYQT_EXAMPLEDIR%%/multimediawidgets/player.pyc +%%PYQT_EXAMPLEDIR%%/multimediawidgets/player.pyo +%%PYQT_EXAMPLEDIR%%/multimediawidgets/videographicsitem.py +%%PYQT_EXAMPLEDIR%%/multimediawidgets/videographicsitem.pyc +%%PYQT_EXAMPLEDIR%%/multimediawidgets/videographicsitem.pyo +%%PYQT_EXAMPLEDIR%%/multimediawidgets/videowidget.py +%%PYQT_EXAMPLEDIR%%/multimediawidgets/videowidget.pyc +%%PYQT_EXAMPLEDIR%%/multimediawidgets/videowidget.pyo +%%PYQT_EXAMPLEDIR%%/network/README +%%PYQT_EXAMPLEDIR%%/network/blockingfortuneclient.py +%%PYQT_EXAMPLEDIR%%/network/blockingfortuneclient.pyc +%%PYQT_EXAMPLEDIR%%/network/blockingfortuneclient.pyo +%%PYQT_EXAMPLEDIR%%/network/broadcastreceiver.py +%%PYQT_EXAMPLEDIR%%/network/broadcastreceiver.pyc +%%PYQT_EXAMPLEDIR%%/network/broadcastreceiver.pyo +%%PYQT_EXAMPLEDIR%%/network/broadcastsender.py +%%PYQT_EXAMPLEDIR%%/network/broadcastsender.pyc +%%PYQT_EXAMPLEDIR%%/network/broadcastsender.pyo +%%PYQT_EXAMPLEDIR%%/network/fortuneclient.py +%%PYQT_EXAMPLEDIR%%/network/fortuneclient.pyc +%%PYQT_EXAMPLEDIR%%/network/fortuneclient.pyo +%%PYQT_EXAMPLEDIR%%/network/fortuneserver.py +%%PYQT_EXAMPLEDIR%%/network/fortuneserver.pyc +%%PYQT_EXAMPLEDIR%%/network/fortuneserver.pyo +%%PYQT_EXAMPLEDIR%%/network/http/authenticationdialog.ui +%%PYQT_EXAMPLEDIR%%/network/http/http.py +%%PYQT_EXAMPLEDIR%%/network/http/http.pyc +%%PYQT_EXAMPLEDIR%%/network/http/http.pyo +%%PYQT_EXAMPLEDIR%%/network/lightmaps.py +%%PYQT_EXAMPLEDIR%%/network/lightmaps.pyc +%%PYQT_EXAMPLEDIR%%/network/lightmaps.pyo +%%PYQT_EXAMPLEDIR%%/network/loopback.py +%%PYQT_EXAMPLEDIR%%/network/loopback.pyc +%%PYQT_EXAMPLEDIR%%/network/loopback.pyo +%%PYQT_EXAMPLEDIR%%/network/threadedfortuneserver.py +%%PYQT_EXAMPLEDIR%%/network/threadedfortuneserver.pyc +%%PYQT_EXAMPLEDIR%%/network/threadedfortuneserver.pyo +%%PYQT_EXAMPLEDIR%%/opengl/2dpainting.py +%%PYQT_EXAMPLEDIR%%/opengl/2dpainting.pyc +%%PYQT_EXAMPLEDIR%%/opengl/2dpainting.pyo +%%PYQT_EXAMPLEDIR%%/opengl/README +%%PYQT_EXAMPLEDIR%%/opengl/grabber.py +%%PYQT_EXAMPLEDIR%%/opengl/grabber.pyc +%%PYQT_EXAMPLEDIR%%/opengl/grabber.pyo +%%PYQT_EXAMPLEDIR%%/opengl/hellogl.py +%%PYQT_EXAMPLEDIR%%/opengl/hellogl.pyc +%%PYQT_EXAMPLEDIR%%/opengl/hellogl.pyo +%%PYQT_EXAMPLEDIR%%/opengl/openglwindow.py +%%PYQT_EXAMPLEDIR%%/opengl/openglwindow.pyc +%%PYQT_EXAMPLEDIR%%/opengl/openglwindow.pyo +%%PYQT_EXAMPLEDIR%%/opengl/overpainting.py +%%PYQT_EXAMPLEDIR%%/opengl/overpainting.pyc +%%PYQT_EXAMPLEDIR%%/opengl/overpainting.pyo +%%PYQT_EXAMPLEDIR%%/opengl/textures/images/side1.png +%%PYQT_EXAMPLEDIR%%/opengl/textures/images/side2.png +%%PYQT_EXAMPLEDIR%%/opengl/textures/images/side3.png +%%PYQT_EXAMPLEDIR%%/opengl/textures/images/side4.png +%%PYQT_EXAMPLEDIR%%/opengl/textures/images/side5.png +%%PYQT_EXAMPLEDIR%%/opengl/textures/images/side6.png +%%PYQT_EXAMPLEDIR%%/opengl/textures/textures.py +%%PYQT_EXAMPLEDIR%%/opengl/textures/textures.pyc +%%PYQT_EXAMPLEDIR%%/opengl/textures/textures.pyo +%%PYQT_EXAMPLEDIR%%/painting/README +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/basicdrawing.py +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/basicdrawing.pyc +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/basicdrawing.pyo +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/basicdrawing.qrc +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/basicdrawing_rc.py +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/basicdrawing_rc.pyc +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/basicdrawing_rc.pyo +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/images/brick.png +%%PYQT_EXAMPLEDIR%%/painting/basicdrawing/images/qt-logo.png +%%PYQT_EXAMPLEDIR%%/painting/concentriccircles.py +%%PYQT_EXAMPLEDIR%%/painting/concentriccircles.pyc +%%PYQT_EXAMPLEDIR%%/painting/concentriccircles.pyo +%%PYQT_EXAMPLEDIR%%/painting/painterpaths.py +%%PYQT_EXAMPLEDIR%%/painting/painterpaths.pyc +%%PYQT_EXAMPLEDIR%%/painting/painterpaths.pyo +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/files/bubbles.svg +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/files/cubic.svg +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/files/spheres.svg +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/svgviewer.py +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/svgviewer.pyc +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/svgviewer.pyo +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/svgviewer.qrc +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/svgviewer_rc.py +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/svgviewer_rc.pyc +%%PYQT_EXAMPLEDIR%%/painting/svgviewer/svgviewer_rc.pyo +%%PYQT_EXAMPLEDIR%%/painting/transformations.py +%%PYQT_EXAMPLEDIR%%/painting/transformations.pyc +%%PYQT_EXAMPLEDIR%%/painting/transformations.pyo +%%PYQT_EXAMPLEDIR%%/pyuic/compile-on-the-fly.py +%%PYQT_EXAMPLEDIR%%/pyuic/compile-on-the-fly.pyc +%%PYQT_EXAMPLEDIR%%/pyuic/compile-on-the-fly.pyo +%%PYQT_EXAMPLEDIR%%/pyuic/demo.ui +%%PYQT_EXAMPLEDIR%%/pyuic/load_ui1.py +%%PYQT_EXAMPLEDIR%%/pyuic/load_ui1.pyc +%%PYQT_EXAMPLEDIR%%/pyuic/load_ui1.pyo +%%PYQT_EXAMPLEDIR%%/pyuic/load_ui2.py +%%PYQT_EXAMPLEDIR%%/pyuic/load_ui2.pyc +%%PYQT_EXAMPLEDIR%%/pyuic/load_ui2.pyo +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/adding.py +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/adding.pyc +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/adding.pyo +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/attached.py +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/attached.pyc +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/attached.pyo +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/binding.py +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/binding.pyc +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/binding.pyo +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/coercion.py +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/coercion.pyc +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/coercion.pyo +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/default.py +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/default.pyc +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/default.pyo +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/grouped.py +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/grouped.pyc +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/grouped.pyo +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/methods.py +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/methods.pyc +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/methods.pyo +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/properties.py +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/properties.pyc +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/properties.pyo +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/signal.py +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/signal.pyc +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/signal.pyo +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/valuesource.py +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/valuesource.pyc +%%PYQT_EXAMPLEDIR%%/qml/referenceexamples/valuesource.pyo +%%PYQT_EXAMPLEDIR%%/qtdemo/colors.py +%%PYQT_EXAMPLEDIR%%/qtdemo/colors.pyc +%%PYQT_EXAMPLEDIR%%/qtdemo/colors.pyo +%%PYQT_EXAMPLEDIR%%/qtdemo/demoitem.py +%%PYQT_EXAMPLEDIR%%/qtdemo/demoitem.pyc +%%PYQT_EXAMPLEDIR%%/qtdemo/demoitem.pyo +%%PYQT_EXAMPLEDIR%%/qtdemo/demoitemanimation.py +%%PYQT_EXAMPLEDIR%%/qtdemo/demoitemanimation.pyc +%%PYQT_EXAMPLEDIR%%/qtdemo/demoitemanimation.pyo +%%PYQT_EXAMPLEDIR%%/qtdemo/demotextitem.py +%%PYQT_EXAMPLEDIR%%/qtdemo/demotextitem.pyc +%%PYQT_EXAMPLEDIR%%/qtdemo/demotextitem.pyo +%%PYQT_EXAMPLEDIR%%/qtdemo/examplecontent.py +%%PYQT_EXAMPLEDIR%%/qtdemo/examplecontent.pyc +%%PYQT_EXAMPLEDIR%%/qtdemo/examplecontent.pyo +%%PYQT_EXAMPLEDIR%%/qtdemo/examples.xml +%%PYQT_EXAMPLEDIR%%/qtdemo/guide.py +%%PYQT_EXAMPLEDIR%%/qtdemo/guide.pyc +%%PYQT_EXAMPLEDIR%%/qtdemo/guide.pyo +%%PYQT_EXAMPLEDIR%%/qtdemo/guidecircle.py +%%PYQT_EXAMPLEDIR%%/qtdemo/guidecircle.pyc +%%PYQT_EXAMPLEDIR%%/qtdemo/guidecircle.pyo +%%PYQT_EXAMPLEDIR%%/qtdemo/guideline.py +%%PYQT_EXAMPLEDIR%%/qtdemo/guideline.pyc +%%PYQT_EXAMPLEDIR%%/qtdemo/guideline.pyo +%%PYQT_EXAMPLEDIR%%/qtdemo/headingitem.py +%%PYQT_EXAMPLEDIR%%/qtdemo/headingitem.pyc +%%PYQT_EXAMPLEDIR%%/qtdemo/headingitem.pyo +%%PYQT_EXAMPLEDIR%%/qtdemo/imageitem.py +%%PYQT_EXAMPLEDIR%%/qtdemo/imageitem.pyc +%%PYQT_EXAMPLEDIR%%/qtdemo/imageitem.pyo +%%PYQT_EXAMPLEDIR%%/qtdemo/images/demobg.png +%%PYQT_EXAMPLEDIR%%/qtdemo/images/qtlogo_small.png +%%PYQT_EXAMPLEDIR%%/qtdemo/images/trolltech-logo.png +%%PYQT_EXAMPLEDIR%%/qtdemo/itemcircleanimation.py +%%PYQT_EXAMPLEDIR%%/qtdemo/itemcircleanimation.pyc +%%PYQT_EXAMPLEDIR%%/qtdemo/itemcircleanimation.pyo +%%PYQT_EXAMPLEDIR%%/qtdemo/letteritem.py +%%PYQT_EXAMPLEDIR%%/qtdemo/letteritem.pyc +%%PYQT_EXAMPLEDIR%%/qtdemo/letteritem.pyo +%%PYQT_EXAMPLEDIR%%/qtdemo/mainwindow.py +%%PYQT_EXAMPLEDIR%%/qtdemo/mainwindow.pyc +%%PYQT_EXAMPLEDIR%%/qtdemo/mainwindow.pyo +%%PYQT_EXAMPLEDIR%%/qtdemo/menucontent.py +%%PYQT_EXAMPLEDIR%%/qtdemo/menucontent.pyc +%%PYQT_EXAMPLEDIR%%/qtdemo/menucontent.pyo +%%PYQT_EXAMPLEDIR%%/qtdemo/menumanager.py +%%PYQT_EXAMPLEDIR%%/qtdemo/menumanager.pyc +%%PYQT_EXAMPLEDIR%%/qtdemo/menumanager.pyo +%%PYQT_EXAMPLEDIR%%/qtdemo/qtdemo.py +%%PYQT_EXAMPLEDIR%%/qtdemo/qtdemo.pyc +%%PYQT_EXAMPLEDIR%%/qtdemo/qtdemo.pyo +%%PYQT_EXAMPLEDIR%%/qtdemo/scanitem.py +%%PYQT_EXAMPLEDIR%%/qtdemo/scanitem.pyc +%%PYQT_EXAMPLEDIR%%/qtdemo/scanitem.pyo +%%PYQT_EXAMPLEDIR%%/qtdemo/score.py +%%PYQT_EXAMPLEDIR%%/qtdemo/score.pyc +%%PYQT_EXAMPLEDIR%%/qtdemo/score.pyo +%%PYQT_EXAMPLEDIR%%/qtdemo/textbutton.py +%%PYQT_EXAMPLEDIR%%/qtdemo/textbutton.pyc +%%PYQT_EXAMPLEDIR%%/qtdemo/textbutton.pyo +%%PYQT_EXAMPLEDIR%%/quick/README +%%PYQT_EXAMPLEDIR%%/quick/animation/animation.py +%%PYQT_EXAMPLEDIR%%/quick/animation/animation.pyc +%%PYQT_EXAMPLEDIR%%/quick/animation/animation.pyo +%%PYQT_EXAMPLEDIR%%/quick/animation/animation.qml +%%PYQT_EXAMPLEDIR%%/quick/animation/animation.qrc +%%PYQT_EXAMPLEDIR%%/quick/animation/animation_rc.py +%%PYQT_EXAMPLEDIR%%/quick/animation/animation_rc.pyc +%%PYQT_EXAMPLEDIR%%/quick/animation/animation_rc.pyo +%%PYQT_EXAMPLEDIR%%/quick/animation/basics/color-animation.qml +%%PYQT_EXAMPLEDIR%%/quick/animation/basics/images/face-smile.png +%%PYQT_EXAMPLEDIR%%/quick/animation/basics/images/moon.png +%%PYQT_EXAMPLEDIR%%/quick/animation/basics/images/shadow.png +%%PYQT_EXAMPLEDIR%%/quick/animation/basics/images/star.png +%%PYQT_EXAMPLEDIR%%/quick/animation/basics/images/sun.png +%%PYQT_EXAMPLEDIR%%/quick/animation/basics/property-animation.qml +%%PYQT_EXAMPLEDIR%%/quick/animation/behaviors/SideRect.qml +%%PYQT_EXAMPLEDIR%%/quick/animation/behaviors/behavior-example.qml +%%PYQT_EXAMPLEDIR%%/quick/animation/behaviors/tvtennis.qml +%%PYQT_EXAMPLEDIR%%/quick/animation/behaviors/wigglytext.qml +%%PYQT_EXAMPLEDIR%%/quick/animation/easing/easing.qml +%%PYQT_EXAMPLEDIR%%/quick/animation/pathanimation/pathanimation.qml +%%PYQT_EXAMPLEDIR%%/quick/animation/pathinterpolator/pathinterpolator.qml +%%PYQT_EXAMPLEDIR%%/quick/animation/states/qt-logo.png +%%PYQT_EXAMPLEDIR%%/quick/animation/states/states.qml +%%PYQT_EXAMPLEDIR%%/quick/animation/states/transitions.qml +%%PYQT_EXAMPLEDIR%%/quick/canvas/bezierCurve/bezierCurve.qml +%%PYQT_EXAMPLEDIR%%/quick/canvas/canvas.py +%%PYQT_EXAMPLEDIR%%/quick/canvas/canvas.pyc +%%PYQT_EXAMPLEDIR%%/quick/canvas/canvas.pyo +%%PYQT_EXAMPLEDIR%%/quick/canvas/canvas.qml +%%PYQT_EXAMPLEDIR%%/quick/canvas/canvas.qrc +%%PYQT_EXAMPLEDIR%%/quick/canvas/canvas_rc.py +%%PYQT_EXAMPLEDIR%%/quick/canvas/canvas_rc.pyc +%%PYQT_EXAMPLEDIR%%/quick/canvas/canvas_rc.pyo +%%PYQT_EXAMPLEDIR%%/quick/canvas/clip/clip.qml +%%PYQT_EXAMPLEDIR%%/quick/canvas/contents/Button.qml +%%PYQT_EXAMPLEDIR%%/quick/canvas/contents/ScrollBar.qml +%%PYQT_EXAMPLEDIR%%/quick/canvas/contents/Slider.qml +%%PYQT_EXAMPLEDIR%%/quick/canvas/contents/TitleBar.qml +%%PYQT_EXAMPLEDIR%%/quick/canvas/contents/ToolBar.qml +%%PYQT_EXAMPLEDIR%%/quick/canvas/contents/images/button-pressed.png +%%PYQT_EXAMPLEDIR%%/quick/canvas/contents/images/button.png +%%PYQT_EXAMPLEDIR%%/quick/canvas/contents/images/default.svg +%%PYQT_EXAMPLEDIR%%/quick/canvas/contents/images/gloss.png +%%PYQT_EXAMPLEDIR%%/quick/canvas/contents/images/lineedit.png +%%PYQT_EXAMPLEDIR%%/quick/canvas/contents/images/lineedit.sci +%%PYQT_EXAMPLEDIR%%/quick/canvas/contents/images/quit.png +%%PYQT_EXAMPLEDIR%%/quick/canvas/contents/images/stripes.png +%%PYQT_EXAMPLEDIR%%/quick/canvas/contents/images/titlebar.png +%%PYQT_EXAMPLEDIR%%/quick/canvas/contents/images/titlebar.sci +%%PYQT_EXAMPLEDIR%%/quick/canvas/contents/images/toolbutton.png +%%PYQT_EXAMPLEDIR%%/quick/canvas/contents/images/toolbutton.sci +%%PYQT_EXAMPLEDIR%%/quick/canvas/contents/qt-logo.png +%%PYQT_EXAMPLEDIR%%/quick/canvas/quadraticCurveTo/quadraticCurveTo.qml +%%PYQT_EXAMPLEDIR%%/quick/canvas/roundedrect/roundedrect.qml +%%PYQT_EXAMPLEDIR%%/quick/canvas/smile/smile.qml +%%PYQT_EXAMPLEDIR%%/quick/canvas/squircle/squircle.png +%%PYQT_EXAMPLEDIR%%/quick/canvas/squircle/squircle.qml +%%PYQT_EXAMPLEDIR%%/quick/canvas/tiger/tiger.js +%%PYQT_EXAMPLEDIR%%/quick/canvas/tiger/tiger.qml +%%PYQT_EXAMPLEDIR%%/quick/models/abstractitemmodel/abstractitemmodel.py +%%PYQT_EXAMPLEDIR%%/quick/models/abstractitemmodel/abstractitemmodel.pyc +%%PYQT_EXAMPLEDIR%%/quick/models/abstractitemmodel/abstractitemmodel.pyo +%%PYQT_EXAMPLEDIR%%/quick/models/abstractitemmodel/abstractitemmodel.qrc +%%PYQT_EXAMPLEDIR%%/quick/models/abstractitemmodel/abstractitemmodel_rc.py +%%PYQT_EXAMPLEDIR%%/quick/models/abstractitemmodel/abstractitemmodel_rc.pyc +%%PYQT_EXAMPLEDIR%%/quick/models/abstractitemmodel/abstractitemmodel_rc.pyo +%%PYQT_EXAMPLEDIR%%/quick/models/abstractitemmodel/view.qml +%%PYQT_EXAMPLEDIR%%/quick/models/objectlistmodel/objectlistmodel.py +%%PYQT_EXAMPLEDIR%%/quick/models/objectlistmodel/objectlistmodel.pyc +%%PYQT_EXAMPLEDIR%%/quick/models/objectlistmodel/objectlistmodel.pyo +%%PYQT_EXAMPLEDIR%%/quick/models/objectlistmodel/objectlistmodel.qrc +%%PYQT_EXAMPLEDIR%%/quick/models/objectlistmodel/objectlistmodel_rc.py +%%PYQT_EXAMPLEDIR%%/quick/models/objectlistmodel/objectlistmodel_rc.pyc +%%PYQT_EXAMPLEDIR%%/quick/models/objectlistmodel/objectlistmodel_rc.pyo +%%PYQT_EXAMPLEDIR%%/quick/models/objectlistmodel/view.qml +%%PYQT_EXAMPLEDIR%%/quick/models/stringlistmodel/stringlistmodel.py +%%PYQT_EXAMPLEDIR%%/quick/models/stringlistmodel/stringlistmodel.pyc +%%PYQT_EXAMPLEDIR%%/quick/models/stringlistmodel/stringlistmodel.pyo +%%PYQT_EXAMPLEDIR%%/quick/models/stringlistmodel/stringlistmodel.qrc +%%PYQT_EXAMPLEDIR%%/quick/models/stringlistmodel/stringlistmodel_rc.py +%%PYQT_EXAMPLEDIR%%/quick/models/stringlistmodel/stringlistmodel_rc.pyc +%%PYQT_EXAMPLEDIR%%/quick/models/stringlistmodel/stringlistmodel_rc.pyo +%%PYQT_EXAMPLEDIR%%/quick/models/stringlistmodel/view.qml +%%PYQT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/customgeometry.py +%%PYQT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/customgeometry.pyc +%%PYQT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/customgeometry.pyo +%%PYQT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/customgeometry.qrc +%%PYQT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/customgeometry_rc.py +%%PYQT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/customgeometry_rc.pyc +%%PYQT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/customgeometry_rc.pyo +%%PYQT_EXAMPLEDIR%%/quick/scenegraph/customgeometry/main.qml +%%PYQT_EXAMPLEDIR%%/quick/shared/Button.qml +%%PYQT_EXAMPLEDIR%%/quick/shared/LauncherList.qml +%%PYQT_EXAMPLEDIR%%/quick/shared/SimpleLauncherDelegate.qml +%%PYQT_EXAMPLEDIR%%/quick/shared/images/back.png +%%PYQT_EXAMPLEDIR%%/quick/shared/images/next.png +%%PYQT_EXAMPLEDIR%%/quick/shared/shared.qrc +%%PYQT_EXAMPLEDIR%%/quick/shared/shared_rc.py +%%PYQT_EXAMPLEDIR%%/quick/shared/shared_rc.pyc +%%PYQT_EXAMPLEDIR%%/quick/shared/shared_rc.pyo +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter1-basics/app.qml +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter1-basics/chapter1-basics.py +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter1-basics/chapter1-basics.pyc +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter1-basics/chapter1-basics.pyo +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter2-methods/app.qml +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter2-methods/chapter2-methods.py +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter2-methods/chapter2-methods.pyc +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter2-methods/chapter2-methods.pyo +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter3-bindings/app.qml +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter3-bindings/chapter3-bindings.py +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter3-bindings/chapter3-bindings.pyc +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter3-bindings/chapter3-bindings.pyo +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter4-customPropertyTypes/app.qml +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.py +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pyc +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pyo +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter5-listproperties/app.qml +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter5-listproperties/chapter5-listproperties.py +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pyc +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pyo +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/chartsplugin.py +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/chartsplugin.pyc +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/chartsplugin.pyo +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/piechart.py +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/piechart.pyc +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/piechart.pyo +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/pieslice.py +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/pieslice.pyc +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/pieslice.pyo +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/qmldir +%%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter6-plugins/app.qml +%%PYQT_EXAMPLEDIR%%/richtext/README +%%PYQT_EXAMPLEDIR%%/richtext/calendar.py +%%PYQT_EXAMPLEDIR%%/richtext/calendar.pyc +%%PYQT_EXAMPLEDIR%%/richtext/calendar.pyo +%%PYQT_EXAMPLEDIR%%/richtext/orderform.py +%%PYQT_EXAMPLEDIR%%/richtext/orderform.pyc +%%PYQT_EXAMPLEDIR%%/richtext/orderform.pyo +%%PYQT_EXAMPLEDIR%%/richtext/syntaxhighlighter.py +%%PYQT_EXAMPLEDIR%%/richtext/syntaxhighlighter.pyc +%%PYQT_EXAMPLEDIR%%/richtext/syntaxhighlighter.pyo +%%PYQT_EXAMPLEDIR%%/richtext/textedit/example.html +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/logo.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/logo32.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/mac/editcopy.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/mac/editcut.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/mac/editpaste.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/mac/editredo.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/mac/editundo.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/mac/exportpdf.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/mac/filenew.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/mac/fileopen.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/mac/fileprint.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/mac/filesave.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/mac/textbold.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/mac/textcenter.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/mac/textitalic.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/mac/textjustify.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/mac/textleft.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/mac/textright.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/mac/textunder.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/mac/zoomin.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/mac/zoomout.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/win/editcopy.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/win/editcut.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/win/editpaste.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/win/editredo.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/win/editundo.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/win/exportpdf.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/win/filenew.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/win/fileopen.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/win/fileprint.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/win/filesave.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/win/textbold.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/win/textcenter.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/win/textitalic.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/win/textjustify.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/win/textleft.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/win/textright.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/win/textunder.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/win/zoomin.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/images/win/zoomout.png +%%PYQT_EXAMPLEDIR%%/richtext/textedit/textedit.py +%%PYQT_EXAMPLEDIR%%/richtext/textedit/textedit.pyc +%%PYQT_EXAMPLEDIR%%/richtext/textedit/textedit.pyo +%%PYQT_EXAMPLEDIR%%/richtext/textedit/textedit.qrc +%%PYQT_EXAMPLEDIR%%/richtext/textedit/textedit_rc.py +%%PYQT_EXAMPLEDIR%%/richtext/textedit/textedit_rc.pyc +%%PYQT_EXAMPLEDIR%%/richtext/textedit/textedit_rc.pyo +%%PYQT_EXAMPLEDIR%%/richtext/textobject/files/heart.svg +%%PYQT_EXAMPLEDIR%%/richtext/textobject/textobject.py +%%PYQT_EXAMPLEDIR%%/richtext/textobject/textobject.pyc +%%PYQT_EXAMPLEDIR%%/richtext/textobject/textobject.pyo +%%PYQT_EXAMPLEDIR%%/sql/README +%%PYQT_EXAMPLEDIR%%/sql/cachedtable.py +%%PYQT_EXAMPLEDIR%%/sql/cachedtable.pyc +%%PYQT_EXAMPLEDIR%%/sql/cachedtable.pyo +%%PYQT_EXAMPLEDIR%%/sql/connection.py +%%PYQT_EXAMPLEDIR%%/sql/connection.pyc +%%PYQT_EXAMPLEDIR%%/sql/connection.pyo +%%PYQT_EXAMPLEDIR%%/sql/querymodel.py +%%PYQT_EXAMPLEDIR%%/sql/querymodel.pyc +%%PYQT_EXAMPLEDIR%%/sql/querymodel.pyo +%%PYQT_EXAMPLEDIR%%/sql/relationaltablemodel.py +%%PYQT_EXAMPLEDIR%%/sql/relationaltablemodel.pyc +%%PYQT_EXAMPLEDIR%%/sql/relationaltablemodel.pyo +%%PYQT_EXAMPLEDIR%%/sql/tablemodel.py +%%PYQT_EXAMPLEDIR%%/sql/tablemodel.pyc +%%PYQT_EXAMPLEDIR%%/sql/tablemodel.pyo +%%PYQT_EXAMPLEDIR%%/threads/README +%%PYQT_EXAMPLEDIR%%/threads/mandelbrot.py +%%PYQT_EXAMPLEDIR%%/threads/mandelbrot.pyc +%%PYQT_EXAMPLEDIR%%/threads/mandelbrot.pyo +%%PYQT_EXAMPLEDIR%%/threads/semaphores.py +%%PYQT_EXAMPLEDIR%%/threads/semaphores.pyc +%%PYQT_EXAMPLEDIR%%/threads/semaphores.pyo +%%PYQT_EXAMPLEDIR%%/threads/waitconditions.py +%%PYQT_EXAMPLEDIR%%/threads/waitconditions.pyc +%%PYQT_EXAMPLEDIR%%/threads/waitconditions.pyo +%%PYQT_EXAMPLEDIR%%/tools/README +%%PYQT_EXAMPLEDIR%%/tools/codecs/codecs.py +%%PYQT_EXAMPLEDIR%%/tools/codecs/codecs.pyc +%%PYQT_EXAMPLEDIR%%/tools/codecs/codecs.pyo +%%PYQT_EXAMPLEDIR%%/tools/codecs/encodedfiles/iso-8859-1.txt +%%PYQT_EXAMPLEDIR%%/tools/codecs/encodedfiles/iso-8859-15.txt +%%PYQT_EXAMPLEDIR%%/tools/codecs/encodedfiles/utf-16.txt +%%PYQT_EXAMPLEDIR%%/tools/codecs/encodedfiles/utf-16be.txt +%%PYQT_EXAMPLEDIR%%/tools/codecs/encodedfiles/utf-16le.txt +%%PYQT_EXAMPLEDIR%%/tools/codecs/encodedfiles/utf-8.txt +%%PYQT_EXAMPLEDIR%%/tools/customcompleter/customcompleter.py +%%PYQT_EXAMPLEDIR%%/tools/customcompleter/customcompleter.pyc +%%PYQT_EXAMPLEDIR%%/tools/customcompleter/customcompleter.pyo +%%PYQT_EXAMPLEDIR%%/tools/customcompleter/customcompleter.qrc +%%PYQT_EXAMPLEDIR%%/tools/customcompleter/customcompleter_rc.py +%%PYQT_EXAMPLEDIR%%/tools/customcompleter/customcompleter_rc.pyc +%%PYQT_EXAMPLEDIR%%/tools/customcompleter/customcompleter_rc.pyo +%%PYQT_EXAMPLEDIR%%/tools/customcompleter/resources/wordlist.txt +%%PYQT_EXAMPLEDIR%%/tools/i18n/i18n.py +%%PYQT_EXAMPLEDIR%%/tools/i18n/i18n.pyc +%%PYQT_EXAMPLEDIR%%/tools/i18n/i18n.pyo +%%PYQT_EXAMPLEDIR%%/tools/i18n/i18n.qrc +%%PYQT_EXAMPLEDIR%%/tools/i18n/i18n_rc.py +%%PYQT_EXAMPLEDIR%%/tools/i18n/i18n_rc.pyc +%%PYQT_EXAMPLEDIR%%/tools/i18n/i18n_rc.pyo +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_ar.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_ar.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_cs.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_cs.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_de.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_de.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_el.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_el.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_en.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_en.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_eo.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_eo.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_fr.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_fr.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_it.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_it.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_jp.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_jp.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_ko.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_ko.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_no.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_no.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_pt.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_pt.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_ru.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_ru.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_sv.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_sv.ts +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_zh.qm +%%PYQT_EXAMPLEDIR%%/tools/i18n/translations/i18n_zh.ts +%%PYQT_EXAMPLEDIR%%/tools/regexp.py +%%PYQT_EXAMPLEDIR%%/tools/regexp.pyc +%%PYQT_EXAMPLEDIR%%/tools/regexp.pyo +%%PYQT_EXAMPLEDIR%%/tools/settingseditor/inifiles/licensepage.ini +%%PYQT_EXAMPLEDIR%%/tools/settingseditor/inifiles/qsa.ini +%%PYQT_EXAMPLEDIR%%/tools/settingseditor/settingseditor.py +%%PYQT_EXAMPLEDIR%%/tools/settingseditor/settingseditor.pyc +%%PYQT_EXAMPLEDIR%%/tools/settingseditor/settingseditor.pyo +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/README +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part1.py +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part1.pyc +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part1.pyo +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part2.py +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part2.pyc +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part2.pyo +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part3.py +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part3.pyc +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part3.pyo +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part4.py +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part4.pyc +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part4.pyo +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part5.py +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part5.pyc +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part5.pyo +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part6.py +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part6.pyc +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part6.pyo +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part7.py +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part7.pyc +%%PYQT_EXAMPLEDIR%%/tutorials/addressbook/part7.pyo +%%PYQT_EXAMPLEDIR%%/webkit/README +%%PYQT_EXAMPLEDIR%%/webkit/domtraversal/domtraversal.py +%%PYQT_EXAMPLEDIR%%/webkit/domtraversal/domtraversal.pyc +%%PYQT_EXAMPLEDIR%%/webkit/domtraversal/domtraversal.pyo +%%PYQT_EXAMPLEDIR%%/webkit/domtraversal/ui_window.py +%%PYQT_EXAMPLEDIR%%/webkit/domtraversal/ui_window.pyc +%%PYQT_EXAMPLEDIR%%/webkit/domtraversal/ui_window.pyo +%%PYQT_EXAMPLEDIR%%/webkit/domtraversal/window.ui +%%PYQT_EXAMPLEDIR%%/webkit/fancybrowser/fancybrowser.py +%%PYQT_EXAMPLEDIR%%/webkit/fancybrowser/fancybrowser.pyc +%%PYQT_EXAMPLEDIR%%/webkit/fancybrowser/fancybrowser.pyo +%%PYQT_EXAMPLEDIR%%/webkit/fancybrowser/jquery.min.js +%%PYQT_EXAMPLEDIR%%/webkit/fancybrowser/jquery.qrc +%%PYQT_EXAMPLEDIR%%/webkit/fancybrowser/jquery_rc.py +%%PYQT_EXAMPLEDIR%%/webkit/fancybrowser/jquery_rc.pyc +%%PYQT_EXAMPLEDIR%%/webkit/fancybrowser/jquery_rc.pyo +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/form.html +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/formextractor.py +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/formextractor.pyc +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/formextractor.pyo +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/formextractor.qrc +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/formextractor.ui +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/formextractor_rc.py +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/formextractor_rc.pyc +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/formextractor_rc.pyo +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/ui_formextractor.py +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/ui_formextractor.pyc +%%PYQT_EXAMPLEDIR%%/webkit/formextractor/ui_formextractor.pyo +%%PYQT_EXAMPLEDIR%%/webkit/framecapture.py +%%PYQT_EXAMPLEDIR%%/webkit/framecapture.pyc +%%PYQT_EXAMPLEDIR%%/webkit/framecapture.pyo +%%PYQT_EXAMPLEDIR%%/webkit/previewer/previewer.py +%%PYQT_EXAMPLEDIR%%/webkit/previewer/previewer.pyc +%%PYQT_EXAMPLEDIR%%/webkit/previewer/previewer.pyo +%%PYQT_EXAMPLEDIR%%/webkit/previewer/previewer.ui +%%PYQT_EXAMPLEDIR%%/webkit/previewer/ui_previewer.py +%%PYQT_EXAMPLEDIR%%/webkit/previewer/ui_previewer.pyc +%%PYQT_EXAMPLEDIR%%/webkit/previewer/ui_previewer.pyo +%%PYQT_EXAMPLEDIR%%/webkit/simpleselector/simpleselector.py +%%PYQT_EXAMPLEDIR%%/webkit/simpleselector/simpleselector.pyc +%%PYQT_EXAMPLEDIR%%/webkit/simpleselector/simpleselector.pyo +%%PYQT_EXAMPLEDIR%%/webkit/simpleselector/ui_window.py +%%PYQT_EXAMPLEDIR%%/webkit/simpleselector/ui_window.pyc +%%PYQT_EXAMPLEDIR%%/webkit/simpleselector/ui_window.pyo +%%PYQT_EXAMPLEDIR%%/webkit/simpleselector/window.ui +%%PYQT_EXAMPLEDIR%%/widgets/README +%%PYQT_EXAMPLEDIR%%/widgets/analogclock.py +%%PYQT_EXAMPLEDIR%%/widgets/analogclock.pyc +%%PYQT_EXAMPLEDIR%%/widgets/analogclock.pyo +%%PYQT_EXAMPLEDIR%%/widgets/calculator.py +%%PYQT_EXAMPLEDIR%%/widgets/calculator.pyc +%%PYQT_EXAMPLEDIR%%/widgets/calculator.pyo +%%PYQT_EXAMPLEDIR%%/widgets/calendarwidget.py +%%PYQT_EXAMPLEDIR%%/widgets/calendarwidget.pyc +%%PYQT_EXAMPLEDIR%%/widgets/calendarwidget.pyo +%%PYQT_EXAMPLEDIR%%/widgets/charactermap.py +%%PYQT_EXAMPLEDIR%%/widgets/charactermap.pyc +%%PYQT_EXAMPLEDIR%%/widgets/charactermap.pyo +%%PYQT_EXAMPLEDIR%%/widgets/digitalclock.py +%%PYQT_EXAMPLEDIR%%/widgets/digitalclock.pyc +%%PYQT_EXAMPLEDIR%%/widgets/digitalclock.pyo +%%PYQT_EXAMPLEDIR%%/widgets/groupbox.py +%%PYQT_EXAMPLEDIR%%/widgets/groupbox.pyc +%%PYQT_EXAMPLEDIR%%/widgets/groupbox.pyo +%%PYQT_EXAMPLEDIR%%/widgets/icons/icons.py +%%PYQT_EXAMPLEDIR%%/widgets/icons/icons.pyc +%%PYQT_EXAMPLEDIR%%/widgets/icons/icons.pyo +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/designer.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/find_disabled.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/find_normal.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/monkey_off_128x128.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/monkey_off_16x16.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/monkey_off_32x32.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/monkey_off_64x64.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/monkey_on_128x128.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/monkey_on_16x16.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/monkey_on_32x32.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/monkey_on_64x64.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/qt_extended_16x16.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/qt_extended_32x32.png +%%PYQT_EXAMPLEDIR%%/widgets/icons/images/qt_extended_48x48.png +%%PYQT_EXAMPLEDIR%%/widgets/imageviewer.py +%%PYQT_EXAMPLEDIR%%/widgets/imageviewer.pyc +%%PYQT_EXAMPLEDIR%%/widgets/imageviewer.pyo +%%PYQT_EXAMPLEDIR%%/widgets/lineedits.py +%%PYQT_EXAMPLEDIR%%/widgets/lineedits.pyc +%%PYQT_EXAMPLEDIR%%/widgets/lineedits.pyo +%%PYQT_EXAMPLEDIR%%/widgets/movie/animation.mng +%%PYQT_EXAMPLEDIR%%/widgets/movie/movie.py +%%PYQT_EXAMPLEDIR%%/widgets/movie/movie.pyc +%%PYQT_EXAMPLEDIR%%/widgets/movie/movie.pyo +%%PYQT_EXAMPLEDIR%%/widgets/scribble.py +%%PYQT_EXAMPLEDIR%%/widgets/scribble.pyc +%%PYQT_EXAMPLEDIR%%/widgets/scribble.pyo +%%PYQT_EXAMPLEDIR%%/widgets/shapedclock.py +%%PYQT_EXAMPLEDIR%%/widgets/shapedclock.pyc +%%PYQT_EXAMPLEDIR%%/widgets/shapedclock.pyo +%%PYQT_EXAMPLEDIR%%/widgets/sliders.py +%%PYQT_EXAMPLEDIR%%/widgets/sliders.pyc +%%PYQT_EXAMPLEDIR%%/widgets/sliders.pyo +%%PYQT_EXAMPLEDIR%%/widgets/spinboxes.py +%%PYQT_EXAMPLEDIR%%/widgets/spinboxes.pyc +%%PYQT_EXAMPLEDIR%%/widgets/spinboxes.pyo +%%PYQT_EXAMPLEDIR%%/widgets/styles.py +%%PYQT_EXAMPLEDIR%%/widgets/styles.pyc +%%PYQT_EXAMPLEDIR%%/widgets/styles.pyo +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/checkbox_checked.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/checkbox_checked_hover.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/checkbox_checked_pressed.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/checkbox_unchecked.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/checkbox_unchecked_hover.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/checkbox_unchecked_pressed.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/down_arrow.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/down_arrow_disabled.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/frame.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/pagefold.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/pushbutton.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/pushbutton_hover.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/pushbutton_pressed.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/radiobutton_checked.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/radiobutton_checked_hover.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/radiobutton_checked_pressed.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/radiobutton_unchecked.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/radiobutton_unchecked_hover.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/radiobutton_unchecked_pressed.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/sizegrip.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/spindown.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/spindown_hover.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/spindown_off.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/spindown_pressed.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/spinup.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/spinup_hover.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/spinup_off.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/spinup_pressed.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/up_arrow.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/images/up_arrow_disabled.png +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/mainwindow.ui +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/qss/coffee.qss +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/qss/default.qss +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/qss/pagefold.qss +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheet.py +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheet.pyc +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheet.pyo +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheet.qrc +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheet_rc.py +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheet_rc.pyc +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheet_rc.pyo +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheeteditor.py +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheeteditor.pyc +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheeteditor.pyo +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/stylesheeteditor.ui +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/ui_mainwindow.py +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/ui_mainwindow.pyc +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/ui_mainwindow.pyo +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/ui_stylesheeteditor.py +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/ui_stylesheeteditor.pyc +%%PYQT_EXAMPLEDIR%%/widgets/stylesheet/ui_stylesheeteditor.pyo +%%PYQT_EXAMPLEDIR%%/widgets/tetrix.py +%%PYQT_EXAMPLEDIR%%/widgets/tetrix.pyc +%%PYQT_EXAMPLEDIR%%/widgets/tetrix.pyo +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/images/circle.png +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/images/square.png +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/images/triangle.png +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/tooltips.py +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/tooltips.pyc +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/tooltips.pyo +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/tooltips.qrc +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/tooltips_rc.py +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/tooltips_rc.pyc +%%PYQT_EXAMPLEDIR%%/widgets/tooltips/tooltips_rc.pyo +%%PYQT_EXAMPLEDIR%%/widgets/wiggly.py +%%PYQT_EXAMPLEDIR%%/widgets/wiggly.pyc +%%PYQT_EXAMPLEDIR%%/widgets/wiggly.pyo +%%PYQT_EXAMPLEDIR%%/widgets/windowflags.py +%%PYQT_EXAMPLEDIR%%/widgets/windowflags.pyc +%%PYQT_EXAMPLEDIR%%/widgets/windowflags.pyo +%%PYQT_EXAMPLEDIR%%/xmlpatterns/README +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/files/contact.xsd +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/files/invalid_contact.xml +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/files/invalid_order.xml +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/files/invalid_recipe.xml +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/files/order.xsd +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/files/recipe.xsd +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/files/valid_contact.xml +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/files/valid_order.xml +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/files/valid_recipe.xml +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/schema.py +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/schema.pyc +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/schema.pyo +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/schema.qrc +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/schema.ui +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/schema_rc.py +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/schema_rc.pyc +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/schema_rc.pyo +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/ui_schema.py +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/ui_schema.pyc +%%PYQT_EXAMPLEDIR%%/xmlpatterns/schema/ui_schema.pyo Index: head/misc/urh/Makefile =================================================================== --- head/misc/urh/Makefile (revision 485613) +++ head/misc/urh/Makefile (revision 485614) @@ -1,33 +1,34 @@ # $FreeBSD$ PORTNAME= urh DISTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= misc hamradio python MASTER_SITES= CHEESESHOP MAINTAINER= yuri@FreeBSD.org COMMENT= Universal Radio Hacker: investigate wireless protocols like a boss LICENSE= GPLv3 BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libomp.so:devel/openmp RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq@${PY_FLAVOR} USES= fortran python:3.4+ localbase pyqt:5 USE_PYQT= core gui test widgets USE_PYTHON= distutils cython noflavors autoplist PLIST_FILES= bin/urh.shadow post-install: @${MV} ${STAGEDIR}${PREFIX}/bin/urh ${STAGEDIR}${PREFIX}/bin/urh.shadow @(echo "#!/bin/sh"; \ echo ""; \ echo "LD_PRELOAD=${PREFIX}/lib/gcc${GCC_DEFAULT}/libgcc_s.so ${PREFIX}/bin/urh.shadow \"$$@\"" \ ) > ${STAGEDIR}${PREFIX}/bin/urh @${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/urh .include Index: head/multimedia/py-openlp/Makefile =================================================================== --- head/multimedia/py-openlp/Makefile (revision 485613) +++ head/multimedia/py-openlp/Makefile (revision 485614) @@ -1,62 +1,63 @@ # $FreeBSD$ PORTNAME= OpenLP PORTVERSION= 2.4.6 +PORTREVISION= 1 CATEGORIES= multimedia python MASTER_SITES= https://get.openlp.org/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Open Source Lyrics Projection LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}alembic>=0:databases/py-alembic@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=0:databases/py-sqlalchemy12@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}enchant>0:textproc/py-enchant@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ unoconv:textproc/unoconv USES= desktop-file-utils pyqt:5 python:3.4+ qt:5 USE_PYQT= core_run gui_run multimedia_run network_run opengl_run printsupport_run \ sip_run svg_run webkit_run webkitwidgets_run widgets_run USE_PYTHON= distutils autoplist USE_QT= linguist_build USE_GSTREAMER= good bad ugly INSTALLS_ICONS= yes NO_ARCH= yes ICON_SIZES= 16x16 32x32 48x48 64x64 128x128 256x256 post-patch: @${REINPLACE_CMD} -e 's|openlp\.py|OpenLP|' ${WRKSRC}/setup.py @${REINPLACE_CMD} -Ee 's|^(Exec=)openlp|\1OpenLP|' ${WRKSRC}/resources/openlp.desktop @(cd ${WRKSRC} && ${MV} openlp.py OpenLP) post-build: @${RM} -r ${WRKSRC}/build/lib/tests @${MKDIR} ${WRKSRC}/resources/i18n/qm @set -e; \ for TSFILE in ${WRKSRC}/resources/i18n/*.ts; do \ ${LRELEASE} $$TSFILE -qm ${WRKSRC}/resources/i18n/qm/`basename $$TSFILE .ts`.qm; \ done post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/openlp/i18n ${INSTALL_DATA} ${WRKSRC}/resources/i18n/qm/*.qm ${STAGEDIR}${PREFIX}/share/openlp/i18n ${INSTALL_DATA} ${WRKSRC}/resources/openlp.desktop ${STAGEDIR}${PREFIX}/share/applications .for s in ${ICON_SIZES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps ${INSTALL_DATA} ${WRKSRC}/resources/images/openlp-logo-${s}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/openlp.png .endfor @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps ${INSTALL_DATA} ${WRKSRC}/resources/images/openlp-logo.svg ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/openlp.svg .include Index: head/multimedia/py-qt4-multimedia/Makefile =================================================================== --- head/multimedia/py-qt4-multimedia/Makefile (revision 485613) +++ head/multimedia/py-qt4-multimedia/Makefile (revision 485614) @@ -1,29 +1,29 @@ # Created by: Dima Panov # $FreeBSD$ PORTNAME= multimedia -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, Multimedia module CONFIGURE_ARGS= --enable QtMultimedia PYQT_DIST= yes USES= python pyqt:4 qt:4 USE_PYQT= sip_build core_run gui_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= corelib gui multimedia moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtMultimedia API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/multimedia/py-qt4-multimedia/pkg-plist =================================================================== --- head/multimedia/py-qt4-multimedia/pkg-plist (revision 485613) +++ head/multimedia/py-qt4-multimedia/pkg-plist (revision 485614) @@ -1,12 +1,12 @@ %%PYTHON_SITELIBDIR%%/PyQt4/QtMultimedia.so %%PYQT_SIPDIR%%/QtMultimedia/QtMultimediamod.sip %%PYQT_SIPDIR%%/QtMultimedia/qabstractvideobuffer.sip %%PYQT_SIPDIR%%/QtMultimedia/qabstractvideosurface.sip %%PYQT_SIPDIR%%/QtMultimedia/qaudio.sip %%PYQT_SIPDIR%%/QtMultimedia/qaudiodeviceinfo.sip %%PYQT_SIPDIR%%/QtMultimedia/qaudioformat.sip %%PYQT_SIPDIR%%/QtMultimedia/qaudioinput.sip %%PYQT_SIPDIR%%/QtMultimedia/qaudiooutput.sip %%PYQT_SIPDIR%%/QtMultimedia/qvideoframe.sip %%PYQT_SIPDIR%%/QtMultimedia/qvideosurfaceformat.sip -%%API%%share/qt4/qsci/api/python/QtMultimedia.api +%%API%%%%PYQT_APIDIR%%/api/python/QtMultimedia.api Index: head/multimedia/py-qt4-phonon/Makefile =================================================================== --- head/multimedia/py-qt4-phonon/Makefile (revision 485613) +++ head/multimedia/py-qt4-phonon/Makefile (revision 485614) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= phonon -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, Phonon module CONFIGURE_ARGS= --enable phonon PYQT_DIST= yes USES= python pyqt:4 qt:4 USE_PYQT= sip_build core_run gui_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= corelib gui phonon moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install Phonon API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/multimedia/py-qt4-phonon/pkg-plist =================================================================== --- head/multimedia/py-qt4-phonon/pkg-plist (revision 485613) +++ head/multimedia/py-qt4-phonon/pkg-plist (revision 485614) @@ -1,21 +1,21 @@ %%PYTHON_SITELIBDIR%%/PyQt4/phonon.so %%PYQT_SIPDIR%%/phonon/abstractaudiooutput.sip %%PYQT_SIPDIR%%/phonon/abstractvideooutput.sip %%PYQT_SIPDIR%%/phonon/audiooutput.sip %%PYQT_SIPDIR%%/phonon/backendcapabilities.sip %%PYQT_SIPDIR%%/phonon/effect.sip %%PYQT_SIPDIR%%/phonon/effectparameter.sip %%PYQT_SIPDIR%%/phonon/effectwidget.sip %%PYQT_SIPDIR%%/phonon/mediacontroller.sip %%PYQT_SIPDIR%%/phonon/medianode.sip %%PYQT_SIPDIR%%/phonon/mediaobject.sip %%PYQT_SIPDIR%%/phonon/mediasource.sip %%PYQT_SIPDIR%%/phonon/objectdescription.sip %%PYQT_SIPDIR%%/phonon/path.sip %%PYQT_SIPDIR%%/phonon/phononmod.sip %%PYQT_SIPDIR%%/phonon/phononnamespace.sip %%PYQT_SIPDIR%%/phonon/seekslider.sip %%PYQT_SIPDIR%%/phonon/videoplayer.sip %%PYQT_SIPDIR%%/phonon/videowidget.sip %%PYQT_SIPDIR%%/phonon/volumeslider.sip -%%API%%share/qt4/qsci/api/python/phonon.api +%%API%%%%PYQT_APIDIR%%/api/python/phonon.api Index: head/multimedia/py-qt5-multimedia/Makefile =================================================================== --- head/multimedia/py-qt5-multimedia/Makefile (revision 485613) +++ head/multimedia/py-qt5-multimedia/Makefile (revision 485614) @@ -1,29 +1,28 @@ # $FreeBSD$ PORTNAME= multimedia -PORTREVISION= 5 CATEGORIES= multimedia devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtMultimedia module CONFIGURE_ARGS= --enable QtMultimedia PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run gui_run network_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core gui multimedia network qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtMultimedia API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/multimedia/py-qt5-multimedia/pkg-plist =================================================================== --- head/multimedia/py-qt5-multimedia/pkg-plist (revision 485613) +++ head/multimedia/py-qt5-multimedia/pkg-plist (revision 485614) @@ -1,44 +1,44 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtMultimedia.so %%PYTHON_SITELIBDIR%%/PyQt5/QtMultimedia.pyi %%PYQT_SIPDIR%%/QtMultimedia/QtMultimediamod.sip %%PYQT_SIPDIR%%/QtMultimedia/qabstractvideobuffer.sip %%PYQT_SIPDIR%%/QtMultimedia/qabstractvideofilter.sip %%PYQT_SIPDIR%%/QtMultimedia/qabstractvideosurface.sip %%PYQT_SIPDIR%%/QtMultimedia/qaudio.sip %%PYQT_SIPDIR%%/QtMultimedia/qaudiobuffer.sip %%PYQT_SIPDIR%%/QtMultimedia/qaudiodecoder.sip %%PYQT_SIPDIR%%/QtMultimedia/qaudiodeviceinfo.sip %%PYQT_SIPDIR%%/QtMultimedia/qaudioformat.sip %%PYQT_SIPDIR%%/QtMultimedia/qaudioinput.sip %%PYQT_SIPDIR%%/QtMultimedia/qaudiooutput.sip %%PYQT_SIPDIR%%/QtMultimedia/qaudioprobe.sip %%PYQT_SIPDIR%%/QtMultimedia/qaudiorecorder.sip %%PYQT_SIPDIR%%/QtMultimedia/qcamera.sip %%PYQT_SIPDIR%%/QtMultimedia/qcameraexposure.sip %%PYQT_SIPDIR%%/QtMultimedia/qcamerafocus.sip %%PYQT_SIPDIR%%/QtMultimedia/qcameraimagecapture.sip %%PYQT_SIPDIR%%/QtMultimedia/qcameraimageprocessing.sip %%PYQT_SIPDIR%%/QtMultimedia/qcamerainfo.sip %%PYQT_SIPDIR%%/QtMultimedia/qcameraviewfindersettings.sip %%PYQT_SIPDIR%%/QtMultimedia/qmediabindableinterface.sip %%PYQT_SIPDIR%%/QtMultimedia/qmediacontent.sip %%PYQT_SIPDIR%%/QtMultimedia/qmediacontrol.sip %%PYQT_SIPDIR%%/QtMultimedia/qmediaencodersettings.sip %%PYQT_SIPDIR%%/QtMultimedia/qmediametadata.sip %%PYQT_SIPDIR%%/QtMultimedia/qmediaobject.sip %%PYQT_SIPDIR%%/QtMultimedia/qmediaplayer.sip %%PYQT_SIPDIR%%/QtMultimedia/qmediaplaylist.sip %%PYQT_SIPDIR%%/QtMultimedia/qmediarecorder.sip %%PYQT_SIPDIR%%/QtMultimedia/qmediaresource.sip %%PYQT_SIPDIR%%/QtMultimedia/qmediaservice.sip %%PYQT_SIPDIR%%/QtMultimedia/qmediatimerange.sip %%PYQT_SIPDIR%%/QtMultimedia/qmultimedia.sip %%PYQT_SIPDIR%%/QtMultimedia/qpymultimedia_qlist.sip %%PYQT_SIPDIR%%/QtMultimedia/qradiodata.sip %%PYQT_SIPDIR%%/QtMultimedia/qradiotuner.sip %%PYQT_SIPDIR%%/QtMultimedia/qsound.sip %%PYQT_SIPDIR%%/QtMultimedia/qsoundeffect.sip %%PYQT_SIPDIR%%/QtMultimedia/qvideoframe.sip %%PYQT_SIPDIR%%/QtMultimedia/qvideoprobe.sip %%PYQT_SIPDIR%%/QtMultimedia/qvideosurfaceformat.sip -%%API%%share/qt5/qsci/api/python/QtMultimedia.api +%%API%%%%PYQT_APIDIR%%/api/python/QtMultimedia.api Index: head/multimedia/py-qt5-multimediawidgets/Makefile =================================================================== --- head/multimedia/py-qt5-multimediawidgets/Makefile (revision 485613) +++ head/multimedia/py-qt5-multimediawidgets/Makefile (revision 485614) @@ -1,29 +1,28 @@ # $FreeBSD$ PORTNAME= multimediawidgets -PORTREVISION= 5 CATEGORIES= multimedia devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtMultimediaWidgets module CONFIGURE_ARGS= --enable QtMultimediaWidgets PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run multimedia_run widgets_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core gui multimedia network widgets qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtMultimedia API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/multimedia/py-qt5-multimediawidgets/pkg-plist =================================================================== --- head/multimedia/py-qt5-multimediawidgets/pkg-plist (revision 485613) +++ head/multimedia/py-qt5-multimediawidgets/pkg-plist (revision 485614) @@ -1,7 +1,7 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtMultimediaWidgets.so %%PYTHON_SITELIBDIR%%/PyQt5/QtMultimediaWidgets.pyi %%PYQT_SIPDIR%%/QtMultimediaWidgets/QtMultimediaWidgetsmod.sip %%PYQT_SIPDIR%%/QtMultimediaWidgets/qcameraviewfinder.sip %%PYQT_SIPDIR%%/QtMultimediaWidgets/qgraphicsvideoitem.sip %%PYQT_SIPDIR%%/QtMultimediaWidgets/qvideowidget.sip -%%API%%share/qt5/qsci/api/python/QtMultimediaWidgets.api +%%API%%%%PYQT_APIDIR%%/api/python/QtMultimediaWidgets.api Index: head/net/py-qt4-network/Makefile =================================================================== --- head/net/py-qt4-network/Makefile (revision 485613) +++ head/net/py-qt4-network/Makefile (revision 485614) @@ -1,30 +1,30 @@ # Created by: Danny Pansters # $FreeBSD$ PORTNAME= network -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= net devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtNetwork module CONFIGURE_ARGS= --enable QtNetwork PYQT_DIST= yes USES= python pyqt:4 qt:4 USE_PYQT= sip_build core_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= moc_build corelib network qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtNetwork API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/net/py-qt4-network/pkg-plist =================================================================== --- head/net/py-qt4-network/pkg-plist (revision 485613) +++ head/net/py-qt4-network/pkg-plist (revision 485614) @@ -1,37 +1,37 @@ %%PYTHON_SITELIBDIR%%/PyQt4/QtNetwork.so %%PYQT_SIPDIR%%/QtNetwork/QtNetworkmod.sip %%PYQT_SIPDIR%%/QtNetwork/qabstractnetworkcache.sip %%PYQT_SIPDIR%%/QtNetwork/qabstractsocket.sip %%PYQT_SIPDIR%%/QtNetwork/qauthenticator.sip %%PYQT_SIPDIR%%/QtNetwork/qdnslookup.sip %%PYQT_SIPDIR%%/QtNetwork/qftp.sip %%PYQT_SIPDIR%%/QtNetwork/qhostaddress.sip %%PYQT_SIPDIR%%/QtNetwork/qhostinfo.sip %%PYQT_SIPDIR%%/QtNetwork/qhttp.sip %%PYQT_SIPDIR%%/QtNetwork/qhttpmultipart.sip %%PYQT_SIPDIR%%/QtNetwork/qlocalserver.sip %%PYQT_SIPDIR%%/QtNetwork/qlocalsocket.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkaccessmanager.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkconfigmanager.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkconfiguration.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkcookie.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkcookiejar.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkdiskcache.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkinterface.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkproxy.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkreply.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkrequest.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworksession.sip %%PYQT_SIPDIR%%/QtNetwork/qssl.sip %%PYQT_SIPDIR%%/QtNetwork/qsslcertificate.sip %%PYQT_SIPDIR%%/QtNetwork/qsslcertificateextension.sip %%PYQT_SIPDIR%%/QtNetwork/qsslcipher.sip %%PYQT_SIPDIR%%/QtNetwork/qsslconfiguration.sip %%PYQT_SIPDIR%%/QtNetwork/qsslerror.sip %%PYQT_SIPDIR%%/QtNetwork/qsslkey.sip %%PYQT_SIPDIR%%/QtNetwork/qsslsocket.sip %%PYQT_SIPDIR%%/QtNetwork/qtcpserver.sip %%PYQT_SIPDIR%%/QtNetwork/qtcpsocket.sip %%PYQT_SIPDIR%%/QtNetwork/qudpsocket.sip %%PYQT_SIPDIR%%/QtNetwork/qurlinfo.sip -%%API%%share/qt4/qsci/api/python/QtNetwork.api +%%API%%%%PYQT_APIDIR%%/api/python/QtNetwork.api Index: head/net/py-qt5-network/Makefile =================================================================== --- head/net/py-qt5-network/Makefile (revision 485613) +++ head/net/py-qt5-network/Makefile (revision 485614) @@ -1,28 +1,27 @@ # $FreeBSD$ PORTNAME= network -PORTREVISION= 5 CATEGORIES= net devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtNetwork module CONFIGURE_ARGS= --enable QtNetwork PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_PYQT= sip_build core_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core network qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtNetwork API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/net/py-qt5-network/pkg-plist =================================================================== --- head/net/py-qt5-network/pkg-plist (revision 485613) +++ head/net/py-qt5-network/pkg-plist (revision 485614) @@ -1,42 +1,42 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtNetwork.so %%PYTHON_SITELIBDIR%%/PyQt5/QtNetwork.pyi %%PYQT_SIPDIR%%/QtNetwork/QtNetworkmod.sip %%PYQT_SIPDIR%%/QtNetwork/qabstractnetworkcache.sip %%PYQT_SIPDIR%%/QtNetwork/qabstractsocket.sip %%PYQT_SIPDIR%%/QtNetwork/qauthenticator.sip %%PYQT_SIPDIR%%/QtNetwork/qdnslookup.sip %%PYQT_SIPDIR%%/QtNetwork/qhostaddress.sip %%PYQT_SIPDIR%%/QtNetwork/qhostinfo.sip %%PYQT_SIPDIR%%/QtNetwork/qhstspolicy.sip %%PYQT_SIPDIR%%/QtNetwork/qhttpmultipart.sip %%PYQT_SIPDIR%%/QtNetwork/qlocalserver.sip %%PYQT_SIPDIR%%/QtNetwork/qlocalsocket.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkaccessmanager.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkconfigmanager.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkconfiguration.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkcookie.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkcookiejar.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkdatagram.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkdiskcache.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkinterface.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkproxy.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkreply.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworkrequest.sip %%PYQT_SIPDIR%%/QtNetwork/qnetworksession.sip %%PYQT_SIPDIR%%/QtNetwork/qpynetwork_qhash.sip %%PYQT_SIPDIR%%/QtNetwork/qpynetwork_qmap.sip %%PYQT_SIPDIR%%/QtNetwork/qssl.sip %%PYQT_SIPDIR%%/QtNetwork/qsslcertificate.sip %%PYQT_SIPDIR%%/QtNetwork/qsslcertificateextension.sip %%PYQT_SIPDIR%%/QtNetwork/qsslcipher.sip %%PYQT_SIPDIR%%/QtNetwork/qsslconfiguration.sip %%PYQT_SIPDIR%%/QtNetwork/qssldiffiehellmanparameters.sip %%PYQT_SIPDIR%%/QtNetwork/qsslellipticcurve.sip %%PYQT_SIPDIR%%/QtNetwork/qsslerror.sip %%PYQT_SIPDIR%%/QtNetwork/qsslkey.sip %%PYQT_SIPDIR%%/QtNetwork/qsslpresharedkeyauthenticator.sip %%PYQT_SIPDIR%%/QtNetwork/qsslsocket.sip %%PYQT_SIPDIR%%/QtNetwork/qtcpserver.sip %%PYQT_SIPDIR%%/QtNetwork/qtcpsocket.sip %%PYQT_SIPDIR%%/QtNetwork/qudpsocket.sip -%%API%%share/qt5/qsci/api/python/QtNetwork.api +%%API%%%%PYQT_APIDIR%%/api/python/QtNetwork.api Index: head/net-im/turpial/Makefile =================================================================== --- head/net-im/turpial/Makefile (revision 485613) +++ head/net-im/turpial/Makefile (revision 485614) @@ -1,50 +1,50 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= turpial PORTVERSION= 3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im python MASTER_SITES= http://files.turpial.org.ve/sources/stable/ MAINTAINER= ports@FreeBSD.org COMMENT= Twitter client written in Python LICENSE= GPLv3 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}notify>=0.1.1:devel/py-notify@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setproctitle>=1.1.7:devel/py-setproctitle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7.1:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libturpial>=1.7.0:net-im/py-libturpial@${PY_FLAVOR} USES= pyqt:4 python:2.7 USE_PYQT= core_run gui_run network_run phonon_run webkit_run USE_PYTHON= distutils autoplist INSTALLS_ICONS= yes LOCALES_DIR= ca de eo es fr it ja pt_BR pt_PT ru_RU tr post-extract: # setuptools doesn't exclude these directories .for dir in unity gtk @${RM} -R ${WRKSRC}/turpial/ui/${dir} .endfor post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/turpial/ui/lang.py post-build: @cd ${WRKSRC} && \ ${PYTHON_CMD} setup.py compile_catalog --directory turpial/i18n post-install: .for dir in ${LOCALES_DIR} @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${dir}/LC_MESSAGES @cd ${WRKSRC}/turpial/i18n && \ ${INSTALL_DATA} ${dir}/LC_MESSAGES/${PORTNAME}.mo \ ${STAGEDIR}${PREFIX}/share/locale/${dir}/LC_MESSAGES .endfor .include Index: head/net-mgmt/nagstamon/Makefile =================================================================== --- head/net-mgmt/nagstamon/Makefile (revision 485613) +++ head/net-mgmt/nagstamon/Makefile (revision 485614) @@ -1,33 +1,34 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= nagstamon PORTVERSION= 3.0.2 +PORTREVISION= 1 CATEGORIES= net-mgmt python MASTER_SITES= https://nagstamon.ifw-dresden.de/files/stable/ \ LOCAL/ehaupt DISTNAME= Nagstamon-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Nagios status monitor for your desktop LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.2.1:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}keyring>0:security/py-keyring@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-kerberos>0:security/py-requests-kerberos@${PY_FLAVOR} USES= cpe python:3.6+ pyqt:5 -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist distutils noflavors USE_PYQT= core_run dbus_run gui_run multimedia_run network_run sip_run \ svg_run widgets_run CPE_VENDOR= henri_wahl NO_ARCH= yes WRKSRC= ${WRKDIR}/Nagstamon .include Index: head/net-mgmt/onionlauncher/Makefile =================================================================== --- head/net-mgmt/onionlauncher/Makefile (revision 485613) +++ head/net-mgmt/onionlauncher/Makefile (revision 485614) @@ -1,27 +1,28 @@ # $FreeBSD$ PORTNAME= onionlauncher PORTVERSION= 0.0.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= neel@neelc.org COMMENT= Launcher for Tor LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=0.18:security/py-stem@${PY_FLAVOR} \ tor:security/tor USE_GITHUB= yes GH_ACCOUNT= neelchauhan GH_PROJECT= OnionLauncher USES= pyqt:5 python:2.7 USE_PYTHON= autoplist distutils USE_PYQT= core_run gui_run widgets_run NO_ARCH= yes .include Index: head/net-p2p/bitmessage/Makefile =================================================================== --- head/net-p2p/bitmessage/Makefile (revision 485613) +++ head/net-p2p/bitmessage/Makefile (revision 485614) @@ -1,50 +1,50 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= bitmessage DISTVERSION= 0.6.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p MAINTAINER= yuri@FreeBSD.org COMMENT= Secure P2P communications client LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qt4-core>=${PYQT4_VERSION}:devel/py-qt4-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qt4-network>=${PYQT4_VERSION}:net/py-qt4-network@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=${PYQT4_VERSION}:x11-toolkits/py-qt4-gui@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gobject>0:devel/py-gobject@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}notify2>0:devel/py-notify2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyopencl>0:devel/py-pyopencl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qrcode>0:textproc/py-qrcode@${PY_FLAVOR} USES= gmake python:2.7 pyqt:4 ssl USE_GITHUB= yes GH_ACCOUNT= Bitmessage GH_PROJECT= PyBitmessage USE_PYQT= core_run gui_run network_run USE_PYTHON= distutils autoplist noflavors REINPLACE_ARGS= -i '' post-patch: @${REINPLACE_CMD} -e 's|^#!.*$$|#!${PYTHON_CMD}|' \ ${WRKSRC}/build/compiletest.py ${WRKSRC}/src/bitmessagecli.py ${WRKSRC}/src/bitmessagemain.py \ ${WRKSRC}/src/depends.py \ ${WRKSRC}/src/bitmessageqt/migrationwizard.py ${WRKSRC}/src/bitmessageqt/newaddresswizard.py \ ${WRKSRC}/src/bitmessageqt/settingsmixin.py ${WRKSRC}/src/helper_msgcoding.py ${WRKSRC}/src/openclpow.py do-build: @(cd ${WRKSRC} && \ ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -d ${WRKSRC} -f ${WRKSRC} && \ ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -d ${WRKSRC} -f ${WRKSRC}) post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pybitmessage/bitmsghash/bitmsghash.so .include Index: head/print/hplip/Makefile =================================================================== --- head/print/hplip/Makefile (revision 485613) +++ head/print/hplip/Makefile (revision 485614) @@ -1,153 +1,154 @@ # Created by: amistry@am-productions.biz # $FreeBSD$ PORTNAME= hplip PORTVERSION= 3.17.11 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF MAINTAINER= woodsb02@FreeBSD.org COMMENT= Drivers and utilities for HP printers and All-in-One devices LICENSE= GPLv2+ MIT BSD3CLAUSE LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcupsimage.so:print/cups \ libdbus-1.so:devel/dbus RUN_DEPENDS= cups-filters>=0:print/cups-filters \ ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} CONFLICTS_INSTALL= hpijs-[0-9]* INSTALL_TARGET= install-strip USES= jpeg libtool pkgconfig python shebangfix USE_GNOME= pygobject USE_LDCONFIG= yes SHEBANG_GLOB= *.py hpps pstotiff GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cupsbackenddir=${PREFIX}/libexec/cups/backend \ --with-cupsfilterdir=${PREFIX}/libexec/cups/filter \ --with-icondir=${DESKTOPDIR} \ --with-systraydir=${PREFIX}/etc/xdg/autostart \ --with-mimedir=${PREFIX}/share/cups/mime \ --with-docdir=${DOCSDIR} \ --with-htmldir=${DOCSDIR} \ --with-drvdir=${PREFIX}/share/cups/drv CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS FAX SCAN SNMP X11 XSANE OPTIONS_RADIO= GUI OPTIONS_RADIO_GUI= QT4 QT5 OPTIONS_DEFAULT= QT5 SCAN SNMP X11 OPTIONS_SUB= yes DOCS_CONFIGURE_ENABLE= doc-build FAX_DESC= PC Send Fax support FAX_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab>=0:print/py-reportlab@${PY_FLAVOR} FAX_CONFIGURE_ENABLE= fax-build SCAN_DESC= Scanning support SCAN_LIB_DEPENDS= libsane.so:graphics/sane-backends SCAN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} SCAN_CONFIGURE_ENABLE= scan-build SNMP_DESC= Network/JetDirect support SNMP_USES= ssl SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp SNMP_CONFIGURE_ENABLE= network-build X11_DESC= Graphical User Interface (Qt) X11_CONFIGURE_ENABLE= gui-build XSANE_DESC= Install XSane for scanning (implies SCAN) XSANE_IMPLIES= SCAN XSANE_RUN_DEPENDS= xsane:graphics/xsane .include .if ${PORT_OPTIONS:MQT4} && ${PORT_OPTIONS:MX11} USES+= pyqt:4 USE_PYQT= core_run dbussupport_run gui_run sip CONFIGURE_ARGS+= --enable-qt4 .else CONFIGURE_ARGS+= --disable-qt4 .endif .if ${PORT_OPTIONS:MQT5} && ${PORT_OPTIONS:MX11} USES+= pyqt:5 USE_PYQT= core_run dbussupport_run gui_run sip widgets_run CONFIGURE_ARGS+= --enable-qt5 .else CONFIGURE_ARGS+= --disable-qt5 .endif .if ${PORT_OPTIONS:MX11} && ! ${PORT_OPTIONS:MQT4} && ! ${PORT_OPTIONS:MQT5} BROKEN= The X11 option requires one of the QT4 or QT5 options .endif post-patch: @${REINPLACE_CMD} -e 's|-ldld||g;' \ -e 's|-ldl||g' \ -e 's,-lusb-1.0,-lusb,g' \ -e 's,libusb-1.0/libusb.h,libusb.h,g' \ ${WRKSRC}/configure \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/[[:space:]]install-dist_rulesDATA/ s,install-dist_rulesDATA,,' \ -e '/[[:space:]]install-dist_rulessystemDATA/ s,install-dist_rulessystemDATA,,' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's,/etc/hp,${PREFIX}&,g' \ -e 's,/etc/cups,${LOCALBASE}&,g' \ -e 's,/etc/init.d,${LOCALBASE}/etc/rc.d,g' \ -e 's,/etc/sane.d,${LOCALBASE}&,g' \ -e 's,/usr/share,${LOCALBASE}/share,g' \ -e 's,/usr/include,${LOCALBASE}/include,g' \ ${WRKSRC}/Makefile.in \ ${WRKSRC}/base/codes.py \ ${WRKSRC}/base/g.py \ ${WRKSRC}/base/password.py \ ${WRKSRC}/base/pkit.py \ ${WRKSRC}/base/queues.py \ ${WRKSRC}/base/services.py \ ${WRKSRC}/base/utils.py \ ${WRKSRC}/check.py \ ${WRKSRC}/fax/backend/hpfax.py \ ${WRKSRC}/fax/coverpages.py \ ${WRKSRC}/fax/filters/pstotiff \ ${WRKSRC}/hplip.list.in \ ${WRKSRC}/installer/core_install.py \ ${WRKSRC}/installer/dcheck.py \ ${WRKSRC}/installer/pluginhandler.py \ ${WRKSRC}/logcapture.py \ ${WRKSRC}/prnt/cups.py \ ${WRKSRC}/prnt/filters/hpps \ ${WRKSRC}/prnt/hpcups/HPCupsFilter.cpp \ ${WRKSRC}/prnt/hpijs/globals.cpp \ ${WRKSRC}/prnt/hpijs/hpcupsfax.cpp \ ${WRKSRC}/prnt/hpijs/hpijs.cpp \ ${WRKSRC}/ui/devmgr4.py \ ${WRKSRC}/ui4/devmgr5.py \ ${WRKSRC}/ui5/devmgr5.py @${REINPLACE_CMD} -e 's/umask(0)/umask(0o022)/' \ -e 's/umask(0o111)/umask(0o133)/' \ ${WRKSRC}/base/os_utils.py \ ${WRKSRC}/base/validation.py \ ${WRKSRC}/fax/backend/hpfax.py \ ${WRKSRC}/hpdio.py \ ${WRKSRC}/installer/pluginhandler.py post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/hp/hplip.conf \ ${STAGEDIR}${PREFIX}/etc/hp/hplip.conf.sample ${MKDIR} ${STAGEDIR}${DATADIR}/ui4/plugins ${MKDIR} ${STAGEDIR}/var/lib/hp post-install-SCAN-on: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/sane.d/dll.d ${MV} ${STAGEDIR}${PREFIX}/etc/sane.d/dll.conf \ ${STAGEDIR}${PREFIX}/etc/sane.d/dll.d/hpaio .include Index: head/print/py-qt5-printsupport/Makefile =================================================================== --- head/print/py-qt5-printsupport/Makefile (revision 485613) +++ head/print/py-qt5-printsupport/Makefile (revision 485614) @@ -1,29 +1,28 @@ # $FreeBSD$ PORTNAME= printsupport -PORTREVISION= 5 CATEGORIES= print python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtPrintSupport module CONFIGURE_ARGS= --enable QtPrintSupport PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run widgets_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core gui printsupport widgets qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtPrintsupport API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/print/py-qt5-printsupport/pkg-plist =================================================================== --- head/print/py-qt5-printsupport/pkg-plist (revision 485613) +++ head/print/py-qt5-printsupport/pkg-plist (revision 485614) @@ -1,13 +1,13 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtPrintSupport.so %%PYTHON_SITELIBDIR%%/PyQt5/QtPrintSupport.pyi %%PYQT_SIPDIR%%/QtPrintSupport/QtPrintSupportmod.sip %%PYQT_SIPDIR%%/QtPrintSupport/qabstractprintdialog.sip %%PYQT_SIPDIR%%/QtPrintSupport/qpagesetupdialog.sip %%PYQT_SIPDIR%%/QtPrintSupport/qprintdialog.sip %%PYQT_SIPDIR%%/QtPrintSupport/qprintengine.sip %%PYQT_SIPDIR%%/QtPrintSupport/qprinter.sip %%PYQT_SIPDIR%%/QtPrintSupport/qprinterinfo.sip %%PYQT_SIPDIR%%/QtPrintSupport/qprintpreviewdialog.sip %%PYQT_SIPDIR%%/QtPrintSupport/qprintpreviewwidget.sip %%PYQT_SIPDIR%%/QtPrintSupport/qpyprintsupport_qlist.sip -%%API%%share/qt5/qsci/api/python/QtPrintSupport.api +%%API%%%%PYQT_APIDIR%%/api/python/QtPrintSupport.api Index: head/science/MOOSE-neural-simulator/Makefile =================================================================== --- head/science/MOOSE-neural-simulator/Makefile (revision 485613) +++ head/science/MOOSE-neural-simulator/Makefile (revision 485614) @@ -1,45 +1,45 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= MOOSE-neural-simulator DISTVERSION= 3.1.2 -PORTREVISION= 4 +PORTREVISION= 5 DISTVERSIONSUFFIX= -382-gc93d23a CATEGORIES= science biology MAINTAINER= yuri@FreeBSD.org COMMENT= Multiphysics Object Oriented Simulation Environment LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENCE LIB_DEPENDS= libgsl.so:math/gsl \ libhdf5.so:science/hdf5 \ libsbml.so:biology/libsbml \ libsz.so:science/szip BUILD_DEPENDS= bash:shells/bash \ ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.1.0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>=1.0:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygraphviz>=0:graphics/py-pygraphviz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}suds-jurko>=0.4:net/py-suds-jurko@${PY_FLAVOR} USES= cmake:outsource fortran gettext-runtime pyqt:4 python:2.7 USE_GITHUB= yes GH_ACCOUNT= BhallaLab GH_PROJECT= moose USE_PYQT= core_run gui_run test_run OPTIONS_DEFINE= EXAMPLES PORTEXAMPLES= * post-patch: @${REINPLACE_CMD} -e 's|DESTINATION lib/moose/moose-examples|DESTINATION share/examples/${PORTNAME}|' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|\.\./moose-examples/|${EXAMPLESDIR}/|' ${WRKSRC}/moose-gui/mgui.py post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/moose/_moose.so .include Index: head/science/openstructure/Makefile =================================================================== --- head/science/openstructure/Makefile (revision 485613) +++ head/science/openstructure/Makefile (revision 485614) @@ -1,42 +1,42 @@ # $FreeBSD$ PORTNAME= openstructure DISTVERSION= 1.7.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MASTER_SITES= https://git.scicore.unibas.ch/schwede/${PORTNAME}/repository/${DISTVERSION}/archive.tar.gz?dummy=/ MAINTAINER= yuri@FreeBSD.org COMMENT= Molecular modelling and visualization environment LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= fftw3>0:math/fftw3 LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libfftw3f.so:math/fftw3-float \ libpng16.so:graphics/png \ libtiff.so:graphics/tiff \ ${PY_BOOST} RUN_DEPENDS= ${PYNUMPY} \ bash:shells/bash USES= cmake:outsource eigen:3 python pyqt:4 qt:4 shebangfix SHEBANG_FILES= scripts/dng.in scripts/ost.in scripts/ost_config.in USE_QT= corelib gui network opengl xml qmake_build moc_build rcc_build uic_build USE_PYQT= core gui USE_GL= gl glu USE_LDCONFIG= yes BINARY_ALIAS= python=${PYTHON_CMD} CMAKE_ARGS= -DPYTHON_INCLUDE_PATH=${PYTHON_INCLUDEDIR} \ -DPYTHON_LIBRARIES=${PYTHON_LIBDIR} \ -DFREEBSD_BOOST_PYTHON_COMPONENT=python${PYTHON_VER:S/.//} \ -DFREEBSD_PYTHON_LIBRARY=python${PYTHON_VER} USE_CXXSTD=c++98 # c++98 is needed until 1.8.0 to prevent C++ code build breakage post-extract: @${MV} ${WRKSRC}-* ${WRKSRC} .include Index: head/science/py-pymol/Makefile =================================================================== --- head/science/py-pymol/Makefile (revision 485613) +++ head/science/py-pymol/Makefile (revision 485614) @@ -1,54 +1,55 @@ # Created by: Nakata Maho # $FreeBSD$ PORTNAME= pymol DISTVERSIONPREFIX= v DISTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= science biology python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= OpenGL-based molecular visualization system LICENSE= PyMOL LICENSE_NAME= Open-Source PyMOL Copyright LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png \ libmsgpackc.so:devel/msgpack RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Pmw>0:x11-toolkits/py-Pmw@${PY_FLAVOR} \ ${PYNUMPY} USES= compiler:c++11-lang python:2.7 shebangfix tar:bz2 USE_GITHUB= yes GH_ACCOUNT= schrodinger GH_PROJECT= ${PORTNAME}-open-source USE_GL= gl glew glu glut USE_GNOME= libxml2 USE_PYTHON= distutils concurrent # autoplist is broken: https://sourceforge.net/p/pymol/bugs/189 SHEBANG_FILES= test/show test/run test/cyg OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI= QT5 TK OPTIONS_DEFAULT= QT5 QT5_USES= pyqt:5 QT5_USE= PYQT=core_run,gui_run,opengl_run post-patch-TK-on: @${REINPLACE_CMD} -e ' \ 23s|if not PYQT_NAME:|if False:| ; \ s|from PyQt5 import|from X import|' \ ${WRKSRC}/modules/${PORTNAME}/Qt/__init__.py post-install: @${REINPLACE_CMD} -i '' -e 's|#!/bin/bash|#!/bin/sh|' ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/_cmd.so @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/chempy/champ/_champ.so .include Index: head/science/py-veusz/Makefile =================================================================== --- head/science/py-veusz/Makefile (revision 485613) +++ head/science/py-veusz/Makefile (revision 485614) @@ -1,34 +1,34 @@ # Created by: Stas Timokhin # $FreeBSD$ PORTNAME= veusz PORTVERSION= 1.19.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science kde MASTER_SITES= http://download.gna.org/veusz/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= devel@stasyan.com COMMENT= Scientific plotting package LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${PYNUMPY} USES= python pyqt:4 qt:4 shebangfix USE_PYQT= gui svg USE_PYTHON= distutils concurrent autoplist USE_QT= corelib gui xml SHEBANG_FILES= examples/embedexample.py post-patch: @${REINPLACE_CMD} \ -e 's,distutils\.command\.install ,setuptools\.command\.install ,' \ ${WRKSRC}/setup.py post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/veusz/helpers/*.so .include Index: head/textproc/py-qt4-xml/Makefile =================================================================== --- head/textproc/py-qt4-xml/Makefile (revision 485613) +++ head/textproc/py-qt4-xml/Makefile (revision 485614) @@ -1,30 +1,30 @@ # Created by: Danny Pansters # $FreeBSD$ PORTNAME= xml PORTEPOCH= 1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtXml module CONFIGURE_ARGS= --enable QtXml PYQT_DIST= yes USES= python pyqt:4 qt:4 USE_PYQT= sip_build core_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= corelib xml moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtXml API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/textproc/py-qt4-xml/pkg-plist =================================================================== --- head/textproc/py-qt4-xml/pkg-plist (revision 485613) +++ head/textproc/py-qt4-xml/pkg-plist (revision 485614) @@ -1,8 +1,8 @@ bin/pylupdate4 bin/pyrcc4 %%PYTHON_SITELIBDIR%%/PyQt4/QtXml.so %%PYQT_SIPDIR%%/QtXml/QtXmlmod.sip %%PYQT_SIPDIR%%/QtXml/qdom.sip %%PYQT_SIPDIR%%/QtXml/qxml.sip %%PYQT_SIPDIR%%/QtXml/qxmlstream.sip -%%API%%share/qt4/qsci/api/python/QtXml.api +%%API%%%%PYQT_APIDIR%%/api/python/QtXml.api Index: head/textproc/py-qt4-xmlpatterns/Makefile =================================================================== --- head/textproc/py-qt4-xmlpatterns/Makefile (revision 485613) +++ head/textproc/py-qt4-xmlpatterns/Makefile (revision 485614) @@ -1,29 +1,29 @@ # Created by: Dima Panov # $FreeBSD$ PORTNAME= xmlpatterns -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtXmlPatterns module CONFIGURE_ARGS= --enable QtXmlPatterns PYQT_DIST= yes USES= python pyqt:4 qt:4 USE_PYQT= sip_build core_run network_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= corelib network xmlpatterns moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtXmlPatterns API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/textproc/py-qt4-xmlpatterns/pkg-plist =================================================================== --- head/textproc/py-qt4-xmlpatterns/pkg-plist (revision 485613) +++ head/textproc/py-qt4-xmlpatterns/pkg-plist (revision 485614) @@ -1,17 +1,17 @@ %%PYTHON_SITELIBDIR%%/PyQt4/QtXmlPatterns.so %%PYQT_SIPDIR%%/QtXmlPatterns/QtXmlPatternsmod.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qabstractmessagehandler.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qabstracturiresolver.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qabstractxmlnodemodel.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qabstractxmlreceiver.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qsimplexmlnodemodel.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qsourcelocation.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qxmlformatter.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qxmlname.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qxmlnamepool.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qxmlquery.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qxmlresultitems.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qxmlschema.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qxmlschemavalidator.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qxmlserializer.sip -%%API%%share/qt4/qsci/api/python/QtXmlPatterns.api +%%API%%%%PYQT_APIDIR%%/api/python/QtXmlPatterns.api Index: head/textproc/py-qt5-xml/Makefile =================================================================== --- head/textproc/py-qt5-xml/Makefile (revision 485613) +++ head/textproc/py-qt5-xml/Makefile (revision 485614) @@ -1,36 +1,35 @@ # $FreeBSD$ PORTNAME= xml -PORTREVISION= 6 CATEGORIES= textproc devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtXml module CONFIGURE_ARGS= --enable QtXml PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_PYQT= sip_build core_run -USE_PYTHON= flavors py3kplist +USE_PYTHON= concurrent flavors py3kplist USE_QT= core xml buildtools_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtXml API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace post-install: ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -f -d ${PYTHONPREFIX_SITELIBDIR}/PyQt5 \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5 ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -f -d ${PYTHONPREFIX_SITELIBDIR}/PyQt5 \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5 .include Index: head/textproc/py-qt5-xml/pkg-plist =================================================================== --- head/textproc/py-qt5-xml/pkg-plist (revision 485613) +++ head/textproc/py-qt5-xml/pkg-plist (revision 485614) @@ -1,16 +1,16 @@ bin/pylupdate5 bin/pyrcc5 %%PYTHON_SITELIBDIR%%/PyQt5/QtXml.so %%PYTHON_SITELIBDIR%%/PyQt5/QtXml.pyi %%PYTHON_SITELIBDIR%%/PyQt5/pylupdate.so %%PYTHON_SITELIBDIR%%/PyQt5/pylupdate_main.py %%PYTHON_SITELIBDIR%%/PyQt5/pylupdate_main.pyc %%PYTHON_SITELIBDIR%%/PyQt5/pylupdate_main.pyo %%PYTHON_SITELIBDIR%%/PyQt5/pyrcc.so %%PYTHON_SITELIBDIR%%/PyQt5/pyrcc_main.py %%PYTHON_SITELIBDIR%%/PyQt5/pyrcc_main.pyc %%PYTHON_SITELIBDIR%%/PyQt5/pyrcc_main.pyo %%PYQT_SIPDIR%%/QtXml/QtXmlmod.sip %%PYQT_SIPDIR%%/QtXml/qdom.sip %%PYQT_SIPDIR%%/QtXml/qxml.sip -%%API%%share/qt5/qsci/api/python/QtXml.api +%%API%%%%PYQT_APIDIR%%/api/python/QtXml.api Index: head/textproc/py-qt5-xmlpatterns/Makefile =================================================================== --- head/textproc/py-qt5-xmlpatterns/Makefile (revision 485613) +++ head/textproc/py-qt5-xmlpatterns/Makefile (revision 485614) @@ -1,28 +1,27 @@ # $FreeBSD$ PORTNAME= xmlpatterns -PORTREVISION= 5 CATEGORIES= textproc devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtXmlPatterns module CONFIGURE_ARGS= --enable QtXmlPatterns PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_PYQT= sip_build core_run network_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core network xmlpatterns qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtXmlPatterns API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/textproc/py-qt5-xmlpatterns/pkg-plist =================================================================== --- head/textproc/py-qt5-xmlpatterns/pkg-plist (revision 485613) +++ head/textproc/py-qt5-xmlpatterns/pkg-plist (revision 485614) @@ -1,18 +1,18 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtXmlPatterns.so %%PYTHON_SITELIBDIR%%/PyQt5/QtXmlPatterns.pyi %%PYQT_SIPDIR%%/QtXmlPatterns/QtXmlPatternsmod.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qabstractmessagehandler.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qabstracturiresolver.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qabstractxmlnodemodel.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qabstractxmlreceiver.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qsimplexmlnodemodel.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qsourcelocation.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qxmlformatter.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qxmlname.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qxmlnamepool.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qxmlquery.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qxmlresultitems.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qxmlschema.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qxmlschemavalidator.sip %%PYQT_SIPDIR%%/QtXmlPatterns/qxmlserializer.sip -%%API%%share/qt5/qsci/api/python/QtXmlPatterns.api +%%API%%%%PYQT_APIDIR%%/api/python/QtXmlPatterns.api Index: head/textproc/retext/Makefile =================================================================== --- head/textproc/retext/Makefile (revision 485613) +++ head/textproc/retext/Makefile (revision 485614) @@ -1,25 +1,26 @@ # $FreeBSD$ PORTNAME= retext PORTVERSION= 7.0.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= arved@FreeBSD.org COMMENT= Markdown editor LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE_GPL RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Markups>=3.0.0:textproc/py-markups@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown-math>=0.6:textproc/py-markdown-math@${PY_FLAVOR} USES= python:3.2+ desktop-file-utils pyqt:5 USE_GITHUB= yes GH_ACCOUNT= retext-project GH_PROJECT= retext USE_PYTHON= distutils noflavors USE_PYQT= core_run sip_run gui_run widgets_run printsupport_run \ network_run .include Index: head/www/linkchecker/Makefile =================================================================== --- head/www/linkchecker/Makefile (revision 485613) +++ head/www/linkchecker/Makefile (revision 485614) @@ -1,81 +1,81 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= linkchecker PORTVERSION= 9.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= CHEESESHOP DISTNAME= LinkChecker-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Check HTML documents for broken links LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2:www/py-requests@${PY_FLAVOR} WRKSRC= ${WRKDIR}/${DISTNAME} USES= cpe python:2.7 CPE_VENDOR= bastian_kleineidam USE_PYTHON= distutils autoplist INSTALLS_ICONS= yes OPTIONS_DEFINE= CLAMAV EXAMPLES GEOIP GTK2 LOGIN NLS QT4 \ SQLITE3 SYNTAX OPTIONS_DEFAULT= SQLITE3 SYNTAX OPTIONS_SUB= yes CLAMAV_DESC= Clam Antivirus CLAMAV_RUN_DEPENDS= clamscan:security/clamav GEOIP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GeoIP>0:net/py-GeoIP@${PY_FLAVOR} GTK2_USE= gnome=pygtk2 LOGIN_DESC= Login form submission LOGIN_RUN_DEPENDS= twill>=0:www/twill NLS_USES= gettext QT4_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-noqt-setup.py QT4_USES= pyqt:4 QT4_USE= PYQT=core_run,gui_run,help_run,qscintilla2_run,sql_run SQLITE3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} SYNTAX_DESC= HTML/CSS syntax check SYNTAX_RUN_DEPENDS=\ ${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.5:www/py-cssutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}utidylib>=0.2:www/py-utidylib@${PY_FLAVOR} .include post-patch: @${REINPLACE_CMD} -e \ '/^Icon/s|=.*|=linkchecker|' ${WRKSRC}/doc/*.desktop @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/setup.py post-build: .if ${PORT_OPTIONS:MNLS} .for lang in de es fr (cd ${WRKSRC}/po && msgfmt -c -o ${lang}.mo ${lang}.po) .endfor .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/linkcheck/*/*.so .for i in 16 32 48 64 128 @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps (cd ${WRKSRC}/doc/html && ${INSTALL_DATA} logo${i}x${i}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/linkchecker.png) .endfor @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/cgi-bin/lconline && ${INSTALL_DATA} * \ ${STAGEDIR}${EXAMPLESDIR}) .for i in linkchecker.apache2.conf linkchecker-completion (cd ${WRKSRC}/config && ${INSTALL_DATA} ${i} \ ${STAGEDIR}${EXAMPLESDIR}) .endfor .for i in check_blacklist.sh check_for_x_errors.sh check_urls.sh (cd ${WRKSRC}/doc/examples && ${INSTALL_DATA} ${i} \ ${STAGEDIR}${EXAMPLESDIR}) .endfor .include Index: head/www/onionshare/Makefile =================================================================== --- head/www/onionshare/Makefile (revision 485613) +++ head/www/onionshare/Makefile (revision 485614) @@ -1,28 +1,29 @@ # $FreeBSD$ PORTNAME= onionshare DISTVERSIONPREFIX= v DISTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= www python security MAINTAINER= egypcio@googlemail.com COMMENT= Secure and anonymous file sharing via Tor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= tor:security/tor \ obfs4proxy:security/obfs4proxy-tor \ ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stem>0:security/py-stem@${PY_FLAVOR} USES= python:3.4+ pyqt:5 USE_GITHUB= yes GH_ACCOUNT= micahflee USE_PYQT= core gui sip widgets # "sip" should be "sip_build", but "import PyQt5.QtCore" wants "sip". See bug#225040 USE_PYTHON= distutils autoplist noflavors post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/onionshare/common.py .include Index: head/www/py-qt4-webkit/Makefile =================================================================== --- head/www/py-qt4-webkit/Makefile (revision 485613) +++ head/www/py-qt4-webkit/Makefile (revision 485614) @@ -1,30 +1,30 @@ # Created by: Dima Panov # $FreeBSD$ PORTNAME= webkit -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtWebKit module CONFIGURE_ARGS= --enable QtWebKit PYQT_DIST= yes USES= python pyqt:4 qt:4 USE_PYQT= sip_build core_run gui_run network_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= corelib gui network webkit \ moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtWebKit API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/www/py-qt4-webkit/pkg-plist =================================================================== --- head/www/py-qt4-webkit/pkg-plist (revision 485613) +++ head/www/py-qt4-webkit/pkg-plist (revision 485614) @@ -1,17 +1,17 @@ %%PYTHON_SITELIBDIR%%/PyQt4/QtWebKit.so %%PYQT_SIPDIR%%/QtWebKit/QtWebKitmod.sip %%PYQT_SIPDIR%%/QtWebKit/qgraphicswebview.sip %%PYQT_SIPDIR%%/QtWebKit/qwebdatabase.sip %%PYQT_SIPDIR%%/QtWebKit/qwebelement.sip %%PYQT_SIPDIR%%/QtWebKit/qwebframe.sip %%PYQT_SIPDIR%%/QtWebKit/qwebhistory.sip %%PYQT_SIPDIR%%/QtWebKit/qwebhistoryinterface.sip %%PYQT_SIPDIR%%/QtWebKit/qwebinspector.sip %%PYQT_SIPDIR%%/QtWebKit/qwebkitglobal.sip %%PYQT_SIPDIR%%/QtWebKit/qwebkitversion.sip %%PYQT_SIPDIR%%/QtWebKit/qwebpage.sip %%PYQT_SIPDIR%%/QtWebKit/qwebpluginfactory.sip %%PYQT_SIPDIR%%/QtWebKit/qwebsecurityorigin.sip %%PYQT_SIPDIR%%/QtWebKit/qwebsettings.sip %%PYQT_SIPDIR%%/QtWebKit/qwebview.sip -%%API%%share/qt4/qsci/api/python/QtWebKit.api +%%API%%%%PYQT_APIDIR%%/api/python/QtWebKit.api Index: head/www/py-qt5-webchannel/Makefile =================================================================== --- head/www/py-qt5-webchannel/Makefile (revision 485613) +++ head/www/py-qt5-webchannel/Makefile (revision 485614) @@ -1,34 +1,33 @@ # $FreeBSD$ PORTNAME= webchannel -PORTREVISION= 4 CATEGORIES= www devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtWebChannel module # LICENSE set in Mk/Uses/pyqt.mk USES= python pyqt:5 qt:5 USE_PYQT= sip_build core_run gui_run network_run qml_run widgets_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core declarative qmake_build gui network webchannel widgets CONFIGURE_ARGS= --enable QtWebChannel \ --no-stubs PYQT_DIST= yes OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT= API OPTIONS_SUB= yes API_DESC= Install QtWebChannel API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace post-install-DEBUG-off: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/PyQt5/QtWebChannel.so .include Index: head/www/py-qt5-webchannel/pkg-plist =================================================================== --- head/www/py-qt5-webchannel/pkg-plist (revision 485613) +++ head/www/py-qt5-webchannel/pkg-plist (revision 485614) @@ -1,5 +1,5 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtWebChannel.so %%PYQT_SIPDIR%%/QtWebChannel/QtWebChannelmod.sip %%PYQT_SIPDIR%%/QtWebChannel/qwebchannel.sip %%PYQT_SIPDIR%%/QtWebChannel/qwebchannelabstracttransport.sip -%%API%%%%QT_DATADIR%%/qsci/api/python/QtWebChannel.api +%%API%%%%PYQT_APIDIR%%/api/python/QtWebChannel.api Index: head/www/py-qt5-webengine/Makefile =================================================================== --- head/www/py-qt5-webengine/Makefile (revision 485613) +++ head/www/py-qt5-webengine/Makefile (revision 485614) @@ -1,38 +1,38 @@ # $FreeBSD$ PORTNAME= webengine -PORTREVISION= 5 CATEGORIES= www devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtWebEngine module # LICENSE set in Mk/Uses/pyqt.mk +BROKEN= Incompatible with the shipped qt5-webengine version USES= python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run gui_run network_run webchannel_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core declarative gui location network printsupport webchannel \ webengine widgets qmake_build CONFIGURE_ARGS= --enable QtWebEngine \ --enable QtWebEngineCore \ --enable QtWebEngineWidgets \ --no-stubs PYQT_DIST= yes OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT= API OPTIONS_SUB= yes API_DESC= Install QtWebEngine API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace post-install-DEBUG-off: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/PyQt5/QtWebEngine*.so .include Index: head/www/py-qt5-webkit/Makefile =================================================================== --- head/www/py-qt5-webkit/Makefile (revision 485613) +++ head/www/py-qt5-webkit/Makefile (revision 485614) @@ -1,31 +1,28 @@ # $FreeBSD$ PORTNAME= webkit -PORTREVISION= 5 CATEGORIES= www devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtWebKit module -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:devel/py-sip@${PY_FLAVOR} - CONFIGURE_ARGS= --enable QtWebKit PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run gui_run network_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core gui network webkit qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtWebKit API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/www/py-qt5-webkit/pkg-plist =================================================================== --- head/www/py-qt5-webkit/pkg-plist (revision 485613) +++ head/www/py-qt5-webkit/pkg-plist (revision 485614) @@ -1,12 +1,12 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtWebKit.so %%PYTHON_SITELIBDIR%%/PyQt5/QtWebKit.pyi %%PYQT_SIPDIR%%/QtWebKit/QtWebKitmod.sip %%PYQT_SIPDIR%%/QtWebKit/qwebdatabase.sip %%PYQT_SIPDIR%%/QtWebKit/qwebelement.sip %%PYQT_SIPDIR%%/QtWebKit/qwebhistory.sip %%PYQT_SIPDIR%%/QtWebKit/qwebhistoryinterface.sip %%PYQT_SIPDIR%%/QtWebKit/qwebkitglobal.sip %%PYQT_SIPDIR%%/QtWebKit/qwebpluginfactory.sip %%PYQT_SIPDIR%%/QtWebKit/qwebsecurityorigin.sip %%PYQT_SIPDIR%%/QtWebKit/qwebsettings.sip -%%API%%share/qt5/qsci/api/python/QtWebKit.api +%%API%%%%PYQT_APIDIR%%/api/python/QtWebKit.api Index: head/www/py-qt5-webkitwidgets/Makefile =================================================================== --- head/www/py-qt5-webkitwidgets/Makefile (revision 485613) +++ head/www/py-qt5-webkitwidgets/Makefile (revision 485614) @@ -1,30 +1,29 @@ # $FreeBSD$ PORTNAME= webkitwidgets -PORTREVISION= 5 CATEGORIES= www devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtWebKitWidgets module CONFIGURE_ARGS= --enable QtWebKitWidgets PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run printsupport_run webkit_run widgets_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core gui network printsupport webkit widgets \ qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtWebKitWidgets API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/www/py-qt5-webkitwidgets/pkg-plist =================================================================== --- head/www/py-qt5-webkitwidgets/pkg-plist (revision 485613) +++ head/www/py-qt5-webkitwidgets/pkg-plist (revision 485614) @@ -1,9 +1,9 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtWebKitWidgets.so %%PYTHON_SITELIBDIR%%/PyQt5/QtWebKitWidgets.pyi %%PYQT_SIPDIR%%/QtWebKitWidgets/QtWebKitWidgetsmod.sip %%PYQT_SIPDIR%%/QtWebKitWidgets/qgraphicswebview.sip %%PYQT_SIPDIR%%/QtWebKitWidgets/qwebframe.sip %%PYQT_SIPDIR%%/QtWebKitWidgets/qwebinspector.sip %%PYQT_SIPDIR%%/QtWebKitWidgets/qwebpage.sip %%PYQT_SIPDIR%%/QtWebKitWidgets/qwebview.sip -%%API%%share/qt5/qsci/api/python/QtWebKitWidgets.api +%%API%%%%PYQT_APIDIR%%/api/python/QtWebKitWidgets.api Index: head/www/py-weboob/Makefile =================================================================== --- head/www/py-weboob/Makefile (revision 485613) +++ head/www/py-weboob/Makefile (revision 485614) @@ -1,67 +1,68 @@ # $FreeBSD$ PORTNAME= weboob DISTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= ${PORTNAME}-${DISTVERSION}+1${EXTRACT_SUFX} MAINTAINER= jhale@FreeBSD.org COMMENT= Web Outside of Browsers LICENSE= AGPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html2text>=3.200:textproc/py-html2text@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}prettytable>0:devel/py-prettytable@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson@${PY_FLAVOR} \ wget:ftp/wget \ gpg2:security/gnupg py27_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}futures>0:devel/py-futures@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mechanize>0:www/py-mechanize@${PY_FLAVOR} py27_RUN_DEPENDS:= ${py27_BUILD_DEPENDS} USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes PYDISTUTILS_BUILDARGS= ${CONFIGURE_ARGS} PYDISTUTILS_INSTALLARGS=-c -O1 --prefix=${PREFIX} ${CONFIGURE_ARGS} OPTIONS_DEFINE= CLICOLOR MMS NSS QT5 RTMPDUMP OPTIONS_DEFAULT= CLICOLOR NSS CLICOLOR_DESC= Color command line interface CLICOLOR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>0:devel/py-termcolor@${PY_FLAVOR} MMS_RUN_DEPENDS= mimms:multimedia/mimms NSS_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \ ${PYTHON_PKGNAMEPREFIX}python-nss>0:security/py-python-nss@${PY_FLAVOR} QT5_USES= gmake pyqt:5 QT5_USE= PYQT=core,gui,multimedia,multimediawidgets,sip,widgets QT5_CONFIGURE_ON= --qt --xdg QT5_CONFIGURE_OFF= --no-qt --no-xdg RTMPDUMP_RUN_DEPENDS= rtmpdump:multimedia/rtmpdump post-patch: @${REINPLACE_CMD} -e 's|share/man|man|g' ${WRKSRC}/setup.py @${REINPLACE_CMD} -e 's|/etc/ssl/certs|${LOCALBASE}/etc/ssl|g' ${WRKSRC}/weboob/browser/nss.py post-patch-QT5-off: @(cd ${WRKSRC}/man && ${RM} q*.1 weboob-config-qt.1) .include Index: head/www/qutebrowser/Makefile =================================================================== --- head/www/qutebrowser/Makefile (revision 485613) +++ head/www/qutebrowser/Makefile (revision 485614) @@ -1,45 +1,46 @@ # $FreeBSD$ PORTNAME= qutebrowser DISTVERSION= 1.5.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= CHEESESHOP MAINTAINER= novel@FreeBSD.org COMMENT= Keyboard-focused browser with a minimal GUI LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cssutils>=0:www/py-cssutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0:textproc/py-MarkupSafe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyPEG2>=0:textproc/py-pyPEG2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sip>=0:devel/py-sip@${PY_FLAVOR} \ ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins USES= desktop-file-utils python:3.5+ pyqt:5 qt:5 USE_PYQT= core opengl printsupport sql widgets qml USE_QT= sql-sqlite3 USE_PYTHON= distutils autoplist noflavors NO_ARCH= yes PLIST_FILES= share/applications/${PORTNAME}-${PYTHON_VER}.desktop OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= WEBKIT WEBENGINE OPTIONS_DEFAULT= WEBKIT WEBENGINE WEBENGINE_DESC= WebEngine webpage renderer support WEBKIT_USE= PYQT=webkit,webkitwidgets WEBENGINE_USE= PYQT=webengine,webchannel post-install: ${INSTALL_DATA} ${WRKSRC}/misc/${PORTNAME}.desktop \ ${STAGEDIR}${PREFIX}/share/applications/${PORTNAME}-${PYTHON_VER}.desktop .include Index: head/x11/py-qt4-opengl/Makefile =================================================================== --- head/x11/py-qt4-opengl/Makefile (revision 485613) +++ head/x11/py-qt4-opengl/Makefile (revision 485614) @@ -1,31 +1,31 @@ # Created by: Danny Pansters # $FreeBSD$ PORTNAME= opengl -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= x11 devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtOpenGL module CONFIGURE_ARGS= --enable QtOpenGL PYQT_DIST= yes USES= python pyqt:4 qt:4 USE_GL= gl USE_PYQT= sip_build core_run gui_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= corelib gui opengl moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtOpenGL API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/x11/py-qt4-opengl/pkg-plist =================================================================== --- head/x11/py-qt4-opengl/pkg-plist (revision 485613) +++ head/x11/py-qt4-opengl/pkg-plist (revision 485614) @@ -1,9 +1,9 @@ %%PYTHON_SITELIBDIR%%/PyQt4/QtOpenGL.so %%PYQT_SIPDIR%%/QtOpenGL/QtOpenGLmod.sip %%PYQT_SIPDIR%%/QtOpenGL/qgl.sip %%PYQT_SIPDIR%%/QtOpenGL/qglbuffer.sip %%PYQT_SIPDIR%%/QtOpenGL/qglcolormap.sip %%PYQT_SIPDIR%%/QtOpenGL/qglframebufferobject.sip %%PYQT_SIPDIR%%/QtOpenGL/qglpixelbuffer.sip %%PYQT_SIPDIR%%/QtOpenGL/qglshaderprogram.sip -%%API%%share/qt4/qsci/api/python/QtOpenGL.api +%%API%%%%PYQT_APIDIR%%/api/python/QtOpenGL.api Index: head/x11/py-qt5-opengl/Makefile =================================================================== --- head/x11/py-qt5-opengl/Makefile (revision 485613) +++ head/x11/py-qt5-opengl/Makefile (revision 485614) @@ -1,29 +1,28 @@ # $FreeBSD$ PORTNAME= opengl -PORTREVISION= 5 CATEGORIES= x11 devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtOpenGL module CONFIGURE_ARGS= --enable QtOpenGL PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run gui_run widgets_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core gui opengl widgets qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtOpenGL API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/x11/py-qt5-opengl/pkg-plist =================================================================== --- head/x11/py-qt5-opengl/pkg-plist (revision 485613) +++ head/x11/py-qt5-opengl/pkg-plist (revision 485614) @@ -1,5 +1,5 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtOpenGL.so %%PYTHON_SITELIBDIR%%/PyQt5/QtOpenGL.pyi %%PYQT_SIPDIR%%/QtOpenGL/QtOpenGLmod.sip %%PYQT_SIPDIR%%/QtOpenGL/qgl.sip -%%API%%share/qt5/qsci/api/python/QtOpenGL.api +%%API%%%%PYQT_APIDIR%%/api/python/QtOpenGL.api Index: head/x11-toolkits/py-qt4-gui/Makefile =================================================================== --- head/x11-toolkits/py-qt4-gui/Makefile (revision 485613) +++ head/x11-toolkits/py-qt4-gui/Makefile (revision 485614) @@ -1,33 +1,33 @@ # Created by: Danny Pansters # $FreeBSD$ PORTNAME= gui -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= x11-toolkits devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtGui module CONFIGURE_ARGS= --enable QtGui PYQT_DIST= yes USES= python pyqt:4 qt:4 USE_PYQT= sip_build core_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= corelib gui imageformats_run inputmethods_run iconengines_run \ moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtGui API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace BROKEN_sparc64= Does not compile on sparc64 .include Index: head/x11-toolkits/py-qt4-gui/pkg-plist =================================================================== --- head/x11-toolkits/py-qt4-gui/pkg-plist (revision 485613) +++ head/x11-toolkits/py-qt4-gui/pkg-plist (revision 485614) @@ -1,207 +1,207 @@ %%PYTHON_SITELIBDIR%%/PyQt4/QtGui.so %%PYQT_SIPDIR%%/QtGui/QtGuimod.sip %%PYQT_SIPDIR%%/QtGui/opengl_types.sip %%PYQT_SIPDIR%%/QtGui/qabstractbutton.sip %%PYQT_SIPDIR%%/QtGui/qabstractitemdelegate.sip %%PYQT_SIPDIR%%/QtGui/qabstractitemview.sip %%PYQT_SIPDIR%%/QtGui/qabstractprintdialog.sip %%PYQT_SIPDIR%%/QtGui/qabstractproxymodel.sip %%PYQT_SIPDIR%%/QtGui/qabstractscrollarea.sip %%PYQT_SIPDIR%%/QtGui/qabstractslider.sip %%PYQT_SIPDIR%%/QtGui/qabstractspinbox.sip %%PYQT_SIPDIR%%/QtGui/qabstracttextdocumentlayout.sip %%PYQT_SIPDIR%%/QtGui/qaction.sip %%PYQT_SIPDIR%%/QtGui/qactiongroup.sip %%PYQT_SIPDIR%%/QtGui/qapplication.sip %%PYQT_SIPDIR%%/QtGui/qbitmap.sip %%PYQT_SIPDIR%%/QtGui/qboxlayout.sip %%PYQT_SIPDIR%%/QtGui/qbrush.sip %%PYQT_SIPDIR%%/QtGui/qbuttongroup.sip %%PYQT_SIPDIR%%/QtGui/qcalendarwidget.sip %%PYQT_SIPDIR%%/QtGui/qcheckbox.sip %%PYQT_SIPDIR%%/QtGui/qclipboard.sip %%PYQT_SIPDIR%%/QtGui/qcolor.sip %%PYQT_SIPDIR%%/QtGui/qcolordialog.sip %%PYQT_SIPDIR%%/QtGui/qcolumnview.sip %%PYQT_SIPDIR%%/QtGui/qcombobox.sip %%PYQT_SIPDIR%%/QtGui/qcommandlinkbutton.sip %%PYQT_SIPDIR%%/QtGui/qcommonstyle.sip %%PYQT_SIPDIR%%/QtGui/qcompleter.sip %%PYQT_SIPDIR%%/QtGui/qcursor.sip %%PYQT_SIPDIR%%/QtGui/qdatawidgetmapper.sip %%PYQT_SIPDIR%%/QtGui/qdatetimeedit.sip %%PYQT_SIPDIR%%/QtGui/qdesktopservices.sip %%PYQT_SIPDIR%%/QtGui/qdesktopwidget.sip %%PYQT_SIPDIR%%/QtGui/qdial.sip %%PYQT_SIPDIR%%/QtGui/qdialog.sip %%PYQT_SIPDIR%%/QtGui/qdialogbuttonbox.sip %%PYQT_SIPDIR%%/QtGui/qdirmodel.sip %%PYQT_SIPDIR%%/QtGui/qdockwidget.sip %%PYQT_SIPDIR%%/QtGui/qdrag.sip %%PYQT_SIPDIR%%/QtGui/qdrawutil.sip %%PYQT_SIPDIR%%/QtGui/qerrormessage.sip %%PYQT_SIPDIR%%/QtGui/qevent.sip %%PYQT_SIPDIR%%/QtGui/qfiledialog.sip %%PYQT_SIPDIR%%/QtGui/qfileiconprovider.sip %%PYQT_SIPDIR%%/QtGui/qfilesystemmodel.sip %%PYQT_SIPDIR%%/QtGui/qfocusframe.sip %%PYQT_SIPDIR%%/QtGui/qfont.sip %%PYQT_SIPDIR%%/QtGui/qfontcombobox.sip %%PYQT_SIPDIR%%/QtGui/qfontdatabase.sip %%PYQT_SIPDIR%%/QtGui/qfontdialog.sip %%PYQT_SIPDIR%%/QtGui/qfontinfo.sip %%PYQT_SIPDIR%%/QtGui/qfontmetrics.sip %%PYQT_SIPDIR%%/QtGui/qformlayout.sip %%PYQT_SIPDIR%%/QtGui/qframe.sip %%PYQT_SIPDIR%%/QtGui/qgenericmatrix.sip %%PYQT_SIPDIR%%/QtGui/qgesture.sip %%PYQT_SIPDIR%%/QtGui/qgesturerecognizer.sip %%PYQT_SIPDIR%%/QtGui/qglyphrun.sip %%PYQT_SIPDIR%%/QtGui/qgraphicsanchorlayout.sip %%PYQT_SIPDIR%%/QtGui/qgraphicseffect.sip %%PYQT_SIPDIR%%/QtGui/qgraphicsgridlayout.sip %%PYQT_SIPDIR%%/QtGui/qgraphicsitem.sip %%PYQT_SIPDIR%%/QtGui/qgraphicsitemanimation.sip %%PYQT_SIPDIR%%/QtGui/qgraphicslayout.sip %%PYQT_SIPDIR%%/QtGui/qgraphicslayoutitem.sip %%PYQT_SIPDIR%%/QtGui/qgraphicslinearlayout.sip %%PYQT_SIPDIR%%/QtGui/qgraphicsproxywidget.sip %%PYQT_SIPDIR%%/QtGui/qgraphicsscene.sip %%PYQT_SIPDIR%%/QtGui/qgraphicssceneevent.sip %%PYQT_SIPDIR%%/QtGui/qgraphicstransform.sip %%PYQT_SIPDIR%%/QtGui/qgraphicsview.sip %%PYQT_SIPDIR%%/QtGui/qgraphicswidget.sip %%PYQT_SIPDIR%%/QtGui/qgridlayout.sip %%PYQT_SIPDIR%%/QtGui/qgroupbox.sip %%PYQT_SIPDIR%%/QtGui/qguiapplication.sip %%PYQT_SIPDIR%%/QtGui/qheaderview.sip %%PYQT_SIPDIR%%/QtGui/qicon.sip %%PYQT_SIPDIR%%/QtGui/qiconengine.sip %%PYQT_SIPDIR%%/QtGui/qidentityproxymodel.sip %%PYQT_SIPDIR%%/QtGui/qimage.sip %%PYQT_SIPDIR%%/QtGui/qimageiohandler.sip %%PYQT_SIPDIR%%/QtGui/qimagereader.sip %%PYQT_SIPDIR%%/QtGui/qimagewriter.sip %%PYQT_SIPDIR%%/QtGui/qinputcontext.sip %%PYQT_SIPDIR%%/QtGui/qinputcontextfactory.sip %%PYQT_SIPDIR%%/QtGui/qinputdialog.sip %%PYQT_SIPDIR%%/QtGui/qitemdelegate.sip %%PYQT_SIPDIR%%/QtGui/qitemeditorfactory.sip %%PYQT_SIPDIR%%/QtGui/qitemselectionmodel.sip %%PYQT_SIPDIR%%/QtGui/qkeyeventtransition.sip %%PYQT_SIPDIR%%/QtGui/qkeysequence.sip %%PYQT_SIPDIR%%/QtGui/qlabel.sip %%PYQT_SIPDIR%%/QtGui/qlayout.sip %%PYQT_SIPDIR%%/QtGui/qlayoutitem.sip %%PYQT_SIPDIR%%/QtGui/qlcdnumber.sip %%PYQT_SIPDIR%%/QtGui/qlineedit.sip %%PYQT_SIPDIR%%/QtGui/qlistview.sip %%PYQT_SIPDIR%%/QtGui/qlistwidget.sip %%PYQT_SIPDIR%%/QtGui/qmainwindow.sip %%PYQT_SIPDIR%%/QtGui/qmatrix.sip %%PYQT_SIPDIR%%/QtGui/qmatrix4x4.sip %%PYQT_SIPDIR%%/QtGui/qmdiarea.sip %%PYQT_SIPDIR%%/QtGui/qmdisubwindow.sip %%PYQT_SIPDIR%%/QtGui/qmenu.sip %%PYQT_SIPDIR%%/QtGui/qmenubar.sip %%PYQT_SIPDIR%%/QtGui/qmessagebox.sip %%PYQT_SIPDIR%%/QtGui/qmime.sip %%PYQT_SIPDIR%%/QtGui/qmouseeventtransition.sip %%PYQT_SIPDIR%%/QtGui/qmovie.sip %%PYQT_SIPDIR%%/QtGui/qpagedpaintdevice.sip %%PYQT_SIPDIR%%/QtGui/qpagesetupdialog.sip %%PYQT_SIPDIR%%/QtGui/qpaintdevice.sip %%PYQT_SIPDIR%%/QtGui/qpaintengine.sip %%PYQT_SIPDIR%%/QtGui/qpainter.sip %%PYQT_SIPDIR%%/QtGui/qpainterpath.sip %%PYQT_SIPDIR%%/QtGui/qpalette.sip %%PYQT_SIPDIR%%/QtGui/qpen.sip %%PYQT_SIPDIR%%/QtGui/qpicture.sip %%PYQT_SIPDIR%%/QtGui/qpixmap.sip %%PYQT_SIPDIR%%/QtGui/qpixmapcache.sip %%PYQT_SIPDIR%%/QtGui/qplaintextedit.sip %%PYQT_SIPDIR%%/QtGui/qpolygon.sip %%PYQT_SIPDIR%%/QtGui/qprintdialog.sip %%PYQT_SIPDIR%%/QtGui/qprintengine.sip %%PYQT_SIPDIR%%/QtGui/qprinter.sip %%PYQT_SIPDIR%%/QtGui/qprinterinfo.sip %%PYQT_SIPDIR%%/QtGui/qprintpreviewdialog.sip %%PYQT_SIPDIR%%/QtGui/qprintpreviewwidget.sip %%PYQT_SIPDIR%%/QtGui/qprogressbar.sip %%PYQT_SIPDIR%%/QtGui/qprogressdialog.sip %%PYQT_SIPDIR%%/QtGui/qproxymodel.sip %%PYQT_SIPDIR%%/QtGui/qpushbutton.sip %%PYQT_SIPDIR%%/QtGui/qpytextobject.sip %%PYQT_SIPDIR%%/QtGui/qquaternion.sip %%PYQT_SIPDIR%%/QtGui/qradiobutton.sip %%PYQT_SIPDIR%%/QtGui/qrawfont.sip %%PYQT_SIPDIR%%/QtGui/qregion.sip %%PYQT_SIPDIR%%/QtGui/qrgb.sip %%PYQT_SIPDIR%%/QtGui/qrubberband.sip %%PYQT_SIPDIR%%/QtGui/qscreen.sip %%PYQT_SIPDIR%%/QtGui/qscrollarea.sip %%PYQT_SIPDIR%%/QtGui/qscrollbar.sip %%PYQT_SIPDIR%%/QtGui/qsessionmanager.sip %%PYQT_SIPDIR%%/QtGui/qshortcut.sip %%PYQT_SIPDIR%%/QtGui/qsizegrip.sip %%PYQT_SIPDIR%%/QtGui/qsizepolicy.sip %%PYQT_SIPDIR%%/QtGui/qslider.sip %%PYQT_SIPDIR%%/QtGui/qsortfilterproxymodel.sip %%PYQT_SIPDIR%%/QtGui/qsound.sip %%PYQT_SIPDIR%%/QtGui/qspinbox.sip %%PYQT_SIPDIR%%/QtGui/qsplashscreen.sip %%PYQT_SIPDIR%%/QtGui/qsplitter.sip %%PYQT_SIPDIR%%/QtGui/qstackedlayout.sip %%PYQT_SIPDIR%%/QtGui/qstackedwidget.sip %%PYQT_SIPDIR%%/QtGui/qstandarditemmodel.sip %%PYQT_SIPDIR%%/QtGui/qstatictext.sip %%PYQT_SIPDIR%%/QtGui/qstatusbar.sip %%PYQT_SIPDIR%%/QtGui/qstringlistmodel.sip %%PYQT_SIPDIR%%/QtGui/qstyle.sip %%PYQT_SIPDIR%%/QtGui/qstyleditemdelegate.sip %%PYQT_SIPDIR%%/QtGui/qstylefactory.sip %%PYQT_SIPDIR%%/QtGui/qstyleoption.sip %%PYQT_SIPDIR%%/QtGui/qstylepainter.sip %%PYQT_SIPDIR%%/QtGui/qsyntaxhighlighter.sip %%PYQT_SIPDIR%%/QtGui/qsystemtrayicon.sip %%PYQT_SIPDIR%%/QtGui/qtabbar.sip %%PYQT_SIPDIR%%/QtGui/qtableview.sip %%PYQT_SIPDIR%%/QtGui/qtablewidget.sip %%PYQT_SIPDIR%%/QtGui/qtabwidget.sip %%PYQT_SIPDIR%%/QtGui/qtextbrowser.sip %%PYQT_SIPDIR%%/QtGui/qtextcursor.sip %%PYQT_SIPDIR%%/QtGui/qtextdocument.sip %%PYQT_SIPDIR%%/QtGui/qtextdocumentfragment.sip %%PYQT_SIPDIR%%/QtGui/qtextdocumentwriter.sip %%PYQT_SIPDIR%%/QtGui/qtextedit.sip %%PYQT_SIPDIR%%/QtGui/qtextformat.sip %%PYQT_SIPDIR%%/QtGui/qtextlayout.sip %%PYQT_SIPDIR%%/QtGui/qtextlist.sip %%PYQT_SIPDIR%%/QtGui/qtextobject.sip %%PYQT_SIPDIR%%/QtGui/qtextoption.sip %%PYQT_SIPDIR%%/QtGui/qtexttable.sip %%PYQT_SIPDIR%%/QtGui/qtoolbar.sip %%PYQT_SIPDIR%%/QtGui/qtoolbox.sip %%PYQT_SIPDIR%%/QtGui/qtoolbutton.sip %%PYQT_SIPDIR%%/QtGui/qtooltip.sip %%PYQT_SIPDIR%%/QtGui/qtouchdevice.sip %%PYQT_SIPDIR%%/QtGui/qtransform.sip %%PYQT_SIPDIR%%/QtGui/qtreeview.sip %%PYQT_SIPDIR%%/QtGui/qtreewidget.sip %%PYQT_SIPDIR%%/QtGui/qtreewidgetitemiterator.sip %%PYQT_SIPDIR%%/QtGui/qundogroup.sip %%PYQT_SIPDIR%%/QtGui/qundostack.sip %%PYQT_SIPDIR%%/QtGui/qundoview.sip %%PYQT_SIPDIR%%/QtGui/qvalidator.sip %%PYQT_SIPDIR%%/QtGui/qvector2d.sip %%PYQT_SIPDIR%%/QtGui/qvector3d.sip %%PYQT_SIPDIR%%/QtGui/qvector4d.sip %%PYQT_SIPDIR%%/QtGui/qwhatsthis.sip %%PYQT_SIPDIR%%/QtGui/qwidget.sip %%PYQT_SIPDIR%%/QtGui/qwidgetaction.sip %%PYQT_SIPDIR%%/QtGui/qwindowdefs.sip %%PYQT_SIPDIR%%/QtGui/qwizard.sip %%PYQT_SIPDIR%%/QtGui/qworkspace.sip %%PYQT_SIPDIR%%/QtGui/qx11embed_x11.sip %%PYQT_SIPDIR%%/QtGui/qx11info_x11.sip -%%API%%share/qt4/qsci/api/python/QtGui.api +%%API%%%%PYQT_APIDIR%%/api/python/QtGui.api Index: head/x11-toolkits/py-qt5-gui/Makefile =================================================================== --- head/x11-toolkits/py-qt5-gui/Makefile (revision 485613) +++ head/x11-toolkits/py-qt5-gui/Makefile (revision 485614) @@ -1,27 +1,26 @@ # $FreeBSD$ PORTNAME= gui -PORTREVISION= 2 CATEGORIES= x11-toolkits devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtGui module CONFIGURE_ARGS= --enable QtGui PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core gui qmake_build imageformats_run OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtGui API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api .include Index: head/x11-toolkits/py-qt5-gui/pkg-plist =================================================================== --- head/x11-toolkits/py-qt5-gui/pkg-plist (revision 485613) +++ head/x11-toolkits/py-qt5-gui/pkg-plist (revision 485614) @@ -1,97 +1,97 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtGui.so %%PYTHON_SITELIBDIR%%/PyQt5/QtGui.pyi %%PYQT_SIPDIR%%/QtGui/QtGuimod.sip %%PYQT_SIPDIR%%/QtGui/opengl_types.sip %%PYQT_SIPDIR%%/QtGui/qabstracttextdocumentlayout.sip %%PYQT_SIPDIR%%/QtGui/qbackingstore.sip %%PYQT_SIPDIR%%/QtGui/qbitmap.sip %%PYQT_SIPDIR%%/QtGui/qbrush.sip %%PYQT_SIPDIR%%/QtGui/qclipboard.sip %%PYQT_SIPDIR%%/QtGui/qcolor.sip %%PYQT_SIPDIR%%/QtGui/qcursor.sip %%PYQT_SIPDIR%%/QtGui/qdesktopservices.sip %%PYQT_SIPDIR%%/QtGui/qdrag.sip %%PYQT_SIPDIR%%/QtGui/qevent.sip %%PYQT_SIPDIR%%/QtGui/qfont.sip %%PYQT_SIPDIR%%/QtGui/qfontdatabase.sip %%PYQT_SIPDIR%%/QtGui/qfontinfo.sip %%PYQT_SIPDIR%%/QtGui/qfontmetrics.sip %%PYQT_SIPDIR%%/QtGui/qgenericmatrix.sip %%PYQT_SIPDIR%%/QtGui/qglyphrun.sip %%PYQT_SIPDIR%%/QtGui/qguiapplication.sip %%PYQT_SIPDIR%%/QtGui/qicon.sip %%PYQT_SIPDIR%%/QtGui/qiconengine.sip %%PYQT_SIPDIR%%/QtGui/qimage.sip %%PYQT_SIPDIR%%/QtGui/qimageiohandler.sip %%PYQT_SIPDIR%%/QtGui/qimagereader.sip %%PYQT_SIPDIR%%/QtGui/qimagewriter.sip %%PYQT_SIPDIR%%/QtGui/qinputmethod.sip %%PYQT_SIPDIR%%/QtGui/qkeysequence.sip %%PYQT_SIPDIR%%/QtGui/qmatrix4x4.sip %%PYQT_SIPDIR%%/QtGui/qmovie.sip %%PYQT_SIPDIR%%/QtGui/qoffscreensurface.sip %%PYQT_SIPDIR%%/QtGui/qopenglbuffer.sip %%PYQT_SIPDIR%%/QtGui/qopenglcontext.sip %%PYQT_SIPDIR%%/QtGui/qopengldebug.sip %%PYQT_SIPDIR%%/QtGui/qopenglframebufferobject.sip %%PYQT_SIPDIR%%/QtGui/qopenglpaintdevice.sip %%PYQT_SIPDIR%%/QtGui/qopenglpixeltransferoptions.sip %%PYQT_SIPDIR%%/QtGui/qopenglshaderprogram.sip %%PYQT_SIPDIR%%/QtGui/qopengltexture.sip %%PYQT_SIPDIR%%/QtGui/qopengltextureblitter.sip %%PYQT_SIPDIR%%/QtGui/qopengltimerquery.sip %%PYQT_SIPDIR%%/QtGui/qopenglversionfunctions.sip %%PYQT_SIPDIR%%/QtGui/qopenglvertexarrayobject.sip %%PYQT_SIPDIR%%/QtGui/qopenglwindow.sip %%PYQT_SIPDIR%%/QtGui/qpagedpaintdevice.sip %%PYQT_SIPDIR%%/QtGui/qpagelayout.sip %%PYQT_SIPDIR%%/QtGui/qpagesize.sip %%PYQT_SIPDIR%%/QtGui/qpaintdevice.sip %%PYQT_SIPDIR%%/QtGui/qpaintdevicewindow.sip %%PYQT_SIPDIR%%/QtGui/qpaintengine.sip %%PYQT_SIPDIR%%/QtGui/qpainter.sip %%PYQT_SIPDIR%%/QtGui/qpainterpath.sip %%PYQT_SIPDIR%%/QtGui/qpalette.sip %%PYQT_SIPDIR%%/QtGui/qpdfwriter.sip %%PYQT_SIPDIR%%/QtGui/qpen.sip %%PYQT_SIPDIR%%/QtGui/qpicture.sip %%PYQT_SIPDIR%%/QtGui/qpixelformat.sip %%PYQT_SIPDIR%%/QtGui/qpixmap.sip %%PYQT_SIPDIR%%/QtGui/qpixmapcache.sip %%PYQT_SIPDIR%%/QtGui/qpolygon.sip %%PYQT_SIPDIR%%/QtGui/qpygui_qlist.sip %%PYQT_SIPDIR%%/QtGui/qpygui_qpair.sip %%PYQT_SIPDIR%%/QtGui/qpygui_qvector.sip %%PYQT_SIPDIR%%/QtGui/qquaternion.sip %%PYQT_SIPDIR%%/QtGui/qrasterwindow.sip %%PYQT_SIPDIR%%/QtGui/qrawfont.sip %%PYQT_SIPDIR%%/QtGui/qregion.sip %%PYQT_SIPDIR%%/QtGui/qrgb.sip %%PYQT_SIPDIR%%/QtGui/qrgba64.sip %%PYQT_SIPDIR%%/QtGui/qscreen.sip %%PYQT_SIPDIR%%/QtGui/qsessionmanager.sip %%PYQT_SIPDIR%%/QtGui/qstandarditemmodel.sip %%PYQT_SIPDIR%%/QtGui/qstatictext.sip %%PYQT_SIPDIR%%/QtGui/qstylehints.sip %%PYQT_SIPDIR%%/QtGui/qsurface.sip %%PYQT_SIPDIR%%/QtGui/qsurfaceformat.sip %%PYQT_SIPDIR%%/QtGui/qsyntaxhighlighter.sip %%PYQT_SIPDIR%%/QtGui/qtextcursor.sip %%PYQT_SIPDIR%%/QtGui/qtextdocument.sip %%PYQT_SIPDIR%%/QtGui/qtextdocumentfragment.sip %%PYQT_SIPDIR%%/QtGui/qtextdocumentwriter.sip %%PYQT_SIPDIR%%/QtGui/qtextformat.sip %%PYQT_SIPDIR%%/QtGui/qtextlayout.sip %%PYQT_SIPDIR%%/QtGui/qtextlist.sip %%PYQT_SIPDIR%%/QtGui/qtextobject.sip %%PYQT_SIPDIR%%/QtGui/qtextoption.sip %%PYQT_SIPDIR%%/QtGui/qtexttable.sip %%PYQT_SIPDIR%%/QtGui/qtouchdevice.sip %%PYQT_SIPDIR%%/QtGui/qtransform.sip %%PYQT_SIPDIR%%/QtGui/qvalidator.sip %%PYQT_SIPDIR%%/QtGui/qvector2d.sip %%PYQT_SIPDIR%%/QtGui/qvector3d.sip %%PYQT_SIPDIR%%/QtGui/qvector4d.sip %%PYQT_SIPDIR%%/QtGui/qwindow.sip %%PYQT_SIPDIR%%/QtGui/qwindowdefs.sip -%%API%%share/qt5/qsci/api/python/QtGui.api +%%API%%%%PYQT_APIDIR%%/api/python/QtGui.api Index: head/x11-toolkits/py-qt5-quick/Makefile =================================================================== --- head/x11-toolkits/py-qt5-quick/Makefile (revision 485613) +++ head/x11-toolkits/py-qt5-quick/Makefile (revision 485614) @@ -1,28 +1,27 @@ # $FreeBSD$ PORTNAME= quick -PORTREVISION= 6 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 qt:5 USE_PYQT= sip_build core_run gui_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core declarative 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_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/x11-toolkits/py-qt5-quick/pkg-plist =================================================================== --- head/x11-toolkits/py-qt5-quick/pkg-plist (revision 485613) +++ head/x11-toolkits/py-qt5-quick/pkg-plist (revision 485614) @@ -1,29 +1,29 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtQuick.so %%PYTHON_SITELIBDIR%%/PyQt5/QtQuick.pyi %%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/qsgimagenode.sip %%PYQT_SIPDIR%%/QtQuick/qsgrectanglenode.sip %%PYQT_SIPDIR%%/QtQuick/qsgrendererinterface.sip %%PYQT_SIPDIR%%/QtQuick/qsgrendernode.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 +%%API%%%%PYQT_APIDIR%%/api/python/QtQuick.api Index: head/x11-toolkits/py-qt5-quickwidgets/Makefile =================================================================== --- head/x11-toolkits/py-qt5-quickwidgets/Makefile (revision 485613) +++ head/x11-toolkits/py-qt5-quickwidgets/Makefile (revision 485614) @@ -1,30 +1,29 @@ # $FreeBSD$ PORTNAME= quickwidgets -PORTREVISION= 1 CATEGORIES= x11-toolkits devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtQuickWidgets module USES= python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run gui_run PYQT_DIST= yes -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core declarative gui network widgets \ qmake_build CONFIGURE_ARGS= --enable QtQuickWidgets 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_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/x11-toolkits/py-qt5-quickwidgets/pkg-plist =================================================================== --- head/x11-toolkits/py-qt5-quickwidgets/pkg-plist (revision 485613) +++ head/x11-toolkits/py-qt5-quickwidgets/pkg-plist (revision 485614) @@ -1,5 +1,5 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtQuickWidgets.pyi %%PYTHON_SITELIBDIR%%/PyQt5/QtQuickWidgets.so %%PYQT_SIPDIR%%/QtQuickWidgets/QtQuickWidgetsmod.sip %%PYQT_SIPDIR%%/QtQuickWidgets/qquickwidget.sip -%%API%%%%QT_DATADIR%%/qsci/api/python/QtQuickWidgets.api +%%API%%%%PYQT_APIDIR%%/api/python/QtQuickWidgets.api Index: head/x11-toolkits/py-qt5-widgets/Makefile =================================================================== --- head/x11-toolkits/py-qt5-widgets/Makefile (revision 485613) +++ head/x11-toolkits/py-qt5-widgets/Makefile (revision 485614) @@ -1,29 +1,28 @@ # $FreeBSD$ PORTNAME= widgets -PORTREVISION= 5 CATEGORIES= x11-toolkits devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtWidgets module CONFIGURE_ARGS= --enable QtWidgets PYQT_DIST= yes USES= python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run gui_run -USE_PYTHON= flavors +USE_PYTHON= concurrent flavors py3kplist USE_QT= core gui widgets qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API OPTIONS_SUB= yes API_DESC= Install QtGui API for QScintilla2 -API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} API_CONFIGURE_OFF= --no-qsci-api API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include Index: head/x11-toolkits/py-qt5-widgets/pkg-plist =================================================================== --- head/x11-toolkits/py-qt5-widgets/pkg-plist (revision 485613) +++ head/x11-toolkits/py-qt5-widgets/pkg-plist (revision 485614) @@ -1,128 +1,128 @@ %%PYTHON_SITELIBDIR%%/PyQt5/QtWidgets.so %%PYTHON_SITELIBDIR%%/PyQt5/QtWidgets.pyi %%PYQT_SIPDIR%%/QtWidgets/QtWidgetsmod.sip %%PYQT_SIPDIR%%/QtWidgets/qabstractbutton.sip %%PYQT_SIPDIR%%/QtWidgets/qabstractitemdelegate.sip %%PYQT_SIPDIR%%/QtWidgets/qabstractitemview.sip %%PYQT_SIPDIR%%/QtWidgets/qabstractscrollarea.sip %%PYQT_SIPDIR%%/QtWidgets/qabstractslider.sip %%PYQT_SIPDIR%%/QtWidgets/qabstractspinbox.sip %%PYQT_SIPDIR%%/QtWidgets/qaction.sip %%PYQT_SIPDIR%%/QtWidgets/qactiongroup.sip %%PYQT_SIPDIR%%/QtWidgets/qapplication.sip %%PYQT_SIPDIR%%/QtWidgets/qboxlayout.sip %%PYQT_SIPDIR%%/QtWidgets/qbuttongroup.sip %%PYQT_SIPDIR%%/QtWidgets/qcalendarwidget.sip %%PYQT_SIPDIR%%/QtWidgets/qcheckbox.sip %%PYQT_SIPDIR%%/QtWidgets/qcolordialog.sip %%PYQT_SIPDIR%%/QtWidgets/qcolumnview.sip %%PYQT_SIPDIR%%/QtWidgets/qcombobox.sip %%PYQT_SIPDIR%%/QtWidgets/qcommandlinkbutton.sip %%PYQT_SIPDIR%%/QtWidgets/qcommonstyle.sip %%PYQT_SIPDIR%%/QtWidgets/qcompleter.sip %%PYQT_SIPDIR%%/QtWidgets/qdatawidgetmapper.sip %%PYQT_SIPDIR%%/QtWidgets/qdatetimeedit.sip %%PYQT_SIPDIR%%/QtWidgets/qdesktopwidget.sip %%PYQT_SIPDIR%%/QtWidgets/qdial.sip %%PYQT_SIPDIR%%/QtWidgets/qdialog.sip %%PYQT_SIPDIR%%/QtWidgets/qdialogbuttonbox.sip %%PYQT_SIPDIR%%/QtWidgets/qdirmodel.sip %%PYQT_SIPDIR%%/QtWidgets/qdockwidget.sip %%PYQT_SIPDIR%%/QtWidgets/qdrawutil.sip %%PYQT_SIPDIR%%/QtWidgets/qerrormessage.sip %%PYQT_SIPDIR%%/QtWidgets/qfiledialog.sip %%PYQT_SIPDIR%%/QtWidgets/qfileiconprovider.sip %%PYQT_SIPDIR%%/QtWidgets/qfilesystemmodel.sip %%PYQT_SIPDIR%%/QtWidgets/qfocusframe.sip %%PYQT_SIPDIR%%/QtWidgets/qfontcombobox.sip %%PYQT_SIPDIR%%/QtWidgets/qfontdialog.sip %%PYQT_SIPDIR%%/QtWidgets/qformlayout.sip %%PYQT_SIPDIR%%/QtWidgets/qframe.sip %%PYQT_SIPDIR%%/QtWidgets/qgesture.sip %%PYQT_SIPDIR%%/QtWidgets/qgesturerecognizer.sip %%PYQT_SIPDIR%%/QtWidgets/qgraphicsanchorlayout.sip %%PYQT_SIPDIR%%/QtWidgets/qgraphicseffect.sip %%PYQT_SIPDIR%%/QtWidgets/qgraphicsgridlayout.sip %%PYQT_SIPDIR%%/QtWidgets/qgraphicsitem.sip %%PYQT_SIPDIR%%/QtWidgets/qgraphicslayout.sip %%PYQT_SIPDIR%%/QtWidgets/qgraphicslayoutitem.sip %%PYQT_SIPDIR%%/QtWidgets/qgraphicslinearlayout.sip %%PYQT_SIPDIR%%/QtWidgets/qgraphicsproxywidget.sip %%PYQT_SIPDIR%%/QtWidgets/qgraphicsscene.sip %%PYQT_SIPDIR%%/QtWidgets/qgraphicssceneevent.sip %%PYQT_SIPDIR%%/QtWidgets/qgraphicstransform.sip %%PYQT_SIPDIR%%/QtWidgets/qgraphicsview.sip %%PYQT_SIPDIR%%/QtWidgets/qgraphicswidget.sip %%PYQT_SIPDIR%%/QtWidgets/qgridlayout.sip %%PYQT_SIPDIR%%/QtWidgets/qgroupbox.sip %%PYQT_SIPDIR%%/QtWidgets/qheaderview.sip %%PYQT_SIPDIR%%/QtWidgets/qinputdialog.sip %%PYQT_SIPDIR%%/QtWidgets/qitemdelegate.sip %%PYQT_SIPDIR%%/QtWidgets/qitemeditorfactory.sip %%PYQT_SIPDIR%%/QtWidgets/qkeyeventtransition.sip %%PYQT_SIPDIR%%/QtWidgets/qkeysequenceedit.sip %%PYQT_SIPDIR%%/QtWidgets/qlabel.sip %%PYQT_SIPDIR%%/QtWidgets/qlayout.sip %%PYQT_SIPDIR%%/QtWidgets/qlayoutitem.sip %%PYQT_SIPDIR%%/QtWidgets/qlcdnumber.sip %%PYQT_SIPDIR%%/QtWidgets/qlineedit.sip %%PYQT_SIPDIR%%/QtWidgets/qlistview.sip %%PYQT_SIPDIR%%/QtWidgets/qlistwidget.sip %%PYQT_SIPDIR%%/QtWidgets/qmaccocoaviewcontainer.sip %%PYQT_SIPDIR%%/QtWidgets/qmainwindow.sip %%PYQT_SIPDIR%%/QtWidgets/qmdiarea.sip %%PYQT_SIPDIR%%/QtWidgets/qmdisubwindow.sip %%PYQT_SIPDIR%%/QtWidgets/qmenu.sip %%PYQT_SIPDIR%%/QtWidgets/qmenubar.sip %%PYQT_SIPDIR%%/QtWidgets/qmessagebox.sip %%PYQT_SIPDIR%%/QtWidgets/qmouseeventtransition.sip %%PYQT_SIPDIR%%/QtWidgets/qopenglwidget.sip %%PYQT_SIPDIR%%/QtWidgets/qplaintextedit.sip %%PYQT_SIPDIR%%/QtWidgets/qprogressbar.sip %%PYQT_SIPDIR%%/QtWidgets/qprogressdialog.sip %%PYQT_SIPDIR%%/QtWidgets/qproxystyle.sip %%PYQT_SIPDIR%%/QtWidgets/qpushbutton.sip %%PYQT_SIPDIR%%/QtWidgets/qpywidgets_qlist.sip %%PYQT_SIPDIR%%/QtWidgets/qradiobutton.sip %%PYQT_SIPDIR%%/QtWidgets/qrubberband.sip %%PYQT_SIPDIR%%/QtWidgets/qscrollarea.sip %%PYQT_SIPDIR%%/QtWidgets/qscrollbar.sip %%PYQT_SIPDIR%%/QtWidgets/qscroller.sip %%PYQT_SIPDIR%%/QtWidgets/qscrollerproperties.sip %%PYQT_SIPDIR%%/QtWidgets/qshortcut.sip %%PYQT_SIPDIR%%/QtWidgets/qsizegrip.sip %%PYQT_SIPDIR%%/QtWidgets/qsizepolicy.sip %%PYQT_SIPDIR%%/QtWidgets/qslider.sip %%PYQT_SIPDIR%%/QtWidgets/qspinbox.sip %%PYQT_SIPDIR%%/QtWidgets/qsplashscreen.sip %%PYQT_SIPDIR%%/QtWidgets/qsplitter.sip %%PYQT_SIPDIR%%/QtWidgets/qstackedlayout.sip %%PYQT_SIPDIR%%/QtWidgets/qstackedwidget.sip %%PYQT_SIPDIR%%/QtWidgets/qstatusbar.sip %%PYQT_SIPDIR%%/QtWidgets/qstyle.sip %%PYQT_SIPDIR%%/QtWidgets/qstyleditemdelegate.sip %%PYQT_SIPDIR%%/QtWidgets/qstylefactory.sip %%PYQT_SIPDIR%%/QtWidgets/qstyleoption.sip %%PYQT_SIPDIR%%/QtWidgets/qstylepainter.sip %%PYQT_SIPDIR%%/QtWidgets/qsystemtrayicon.sip %%PYQT_SIPDIR%%/QtWidgets/qtabbar.sip %%PYQT_SIPDIR%%/QtWidgets/qtableview.sip %%PYQT_SIPDIR%%/QtWidgets/qtablewidget.sip %%PYQT_SIPDIR%%/QtWidgets/qtabwidget.sip %%PYQT_SIPDIR%%/QtWidgets/qtextbrowser.sip %%PYQT_SIPDIR%%/QtWidgets/qtextedit.sip %%PYQT_SIPDIR%%/QtWidgets/qtoolbar.sip %%PYQT_SIPDIR%%/QtWidgets/qtoolbox.sip %%PYQT_SIPDIR%%/QtWidgets/qtoolbutton.sip %%PYQT_SIPDIR%%/QtWidgets/qtooltip.sip %%PYQT_SIPDIR%%/QtWidgets/qtreeview.sip %%PYQT_SIPDIR%%/QtWidgets/qtreewidget.sip %%PYQT_SIPDIR%%/QtWidgets/qtreewidgetitemiterator.sip %%PYQT_SIPDIR%%/QtWidgets/qundogroup.sip %%PYQT_SIPDIR%%/QtWidgets/qundostack.sip %%PYQT_SIPDIR%%/QtWidgets/qundoview.sip %%PYQT_SIPDIR%%/QtWidgets/qwhatsthis.sip %%PYQT_SIPDIR%%/QtWidgets/qwidget.sip %%PYQT_SIPDIR%%/QtWidgets/qwidgetaction.sip %%PYQT_SIPDIR%%/QtWidgets/qwizard.sip -%%API%%share/qt5/qsci/api/python/QtWidgets.api +%%API%%%%PYQT_APIDIR%%/api/python/QtWidgets.api