diff --git a/srcpkgs/python-PyQt5/template b/srcpkgs/python-PyQt5/template index 3cf6f62bd92..6b17d0e3211 100644 --- a/srcpkgs/python-PyQt5/template +++ b/srcpkgs/python-PyQt5/template @@ -1,6 +1,6 @@ # Template file for 'python-PyQt5' pkgname=python-PyQt5 -version=5.4.2 +version=5.5 revision=1 lib32disabled=yes wrksrc="PyQt-gpl-${version}" @@ -19,7 +19,7 @@ maintainer="Alessio Sergi " homepage="http://www.riverbankcomputing.co.uk/software/pyqt/intro" license="GPL-3" distfiles="${SOURCEFORGE_SITE}/pyqt/PyQt-gpl-${version}.tar.gz" -checksum=4cd90580558722ef24d499700faafbdc242d930cb36f55cc1a27b5cf67b10290 +checksum=cdd1bb55b431acdb50e9210af135428a13fb32d7b1ab86e972ac7101f6acd814 _pysitedir="usr/lib/python2.7/site-packages" _py34sitedir="usr/lib/python3.4/site-packages" @@ -102,6 +102,7 @@ python-PyQt5-connectivity_package() { short_desc+=" - connectivity module" pkg_install() { vmove ${_pysitedir}/PyQt5/QtBluetooth.so + vmove ${_pysitedir}/PyQt5/QtNfc.so } } python-PyQt5-enginio_package() { @@ -135,6 +136,7 @@ python-PyQt5-location_package() { depends="${sourcepkg}-${version}_${revision}" short_desc+=" - location module" pkg_install() { + vmove ${_pysitedir}/PyQt5/QtLocation.so vmove ${_pysitedir}/PyQt5/QtPositioning.so } } @@ -263,6 +265,7 @@ python3.4-PyQt5-connectivity_package() { short_desc="${_short_desc} - connectivity module" pkg_install() { vmove ${_py34sitedir}/PyQt5/QtBluetooth.so + vmove ${_py34sitedir}/PyQt5/QtNfc.so } } python3.4-PyQt5-enginio_package() { @@ -296,6 +299,7 @@ python3.4-PyQt5-location_package() { depends="python3.4-PyQt5-${version}_${revision}" short_desc="${_short_desc} - location module" pkg_install() { + vmove ${_py34sitedir}/PyQt5/QtLocation.so vmove ${_py34sitedir}/PyQt5/QtPositioning.so } }