Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=520305cb51bcc970ba583c4fb92a037c17448d2c
commit 520305cb51bcc970ba583c4fb92a037c17448d2c Author: crazy <[email protected]> Date: Sun Jan 8 00:32:57 2017 +0100 pyqt5-5.7.1-1-x86_64 * Version bump * minor FB fixes diff --git a/source/xlib-extra/pyqt5/FrugalBuild b/source/xlib-extra/pyqt5/FrugalBuild index 0cf9fd7..06e6419 100644 --- a/source/xlib-extra/pyqt5/FrugalBuild +++ b/source/xlib-extra/pyqt5/FrugalBuild @@ -4,11 +4,11 @@ pkgname=pyqt5 _F_archive_name=PyQt5_gpl -pkgver=5.7 -pkgrel=4 +pkgver=5.7.1 +pkgrel=1 pkgdesc="PyQt5 is a set of Python 2.x bindings for the Qt5 toolkit." url="http://www.riverbankcomputing.co.uk/" -depends=('dbus-python' 'sip>=4.18.1-2' 'dbus>=1.10.10-2') +depends=('dbus-python' 'sip>=4.19' 'dbus>=1.10.10-2') makedepends+=('x11-protos') rodepends=("$pkgname-common") _F_sourceforge_rss_limit=50 @@ -18,7 +18,7 @@ Finclude sourceforge license="GPL" groups=('xlib-extra') archs=('x86_64') -sha1sums=('0eb6eef6c437a958d0df58666043761720f01a77') +sha1sums=('46aae31f8196d4beed878bc70ed9ed2938f3c73f') replaces=("pyqt4") provides=("pyqt4") @@ -26,7 +26,7 @@ conflicts=("pyqt4") subpkgs=("$pkgname-python3") subdescs=("PyQt5 is a set of Python 3.x bindings for the Qt5 toolkit.") -subdepends=("dbus-python3>=1.2.4-2 sip-python3>=4.18.1-2") +subdepends=("dbus-python3>=1.2.4-2 sip-python3>=4.19") subrodepends=("$pkgname-common") subgroups=('xlib-extra') subarchs=('x86_64') @@ -35,9 +35,9 @@ subprovides=("pyqt4-python3") subpkgs+=("$pkgname-common") subdescs+=("Common PyQt5 files shared between pyqt5 and pyqt5-python3") -subdepends+=("qt5-declarative>=5.7.0-2 qt5-multimedia>=5.7.0-2 qt5-script>=5.7.0-2 qt5-svg>=5.7.0-2 \ - qt5-imageformats>=5.7.0-2 qt5-tools>=5.7.0-2 qt5-webkit>=5.7.0-2 qt5-qdbus>=5.7.0-2 \ - qt5-serialport>=5.7.0-2 qt5-x11extras>=5.7.0-2 qt5-sensors>=5.7.0-2 qt5-webengine>=5.7.0-4") +subdepends+=("qt5-declarative>=5.7.1 qt5-multimedia>=5.7.1 qt5-script>=5.7.1 qt5-svg>=5.7.1 \ + qt5-imageformats>=5.7.1 qt5-tools>=5.7.1 qt5-webkit>=5.7.1 qt5-qdbus>=5.7.1 \ + qt5-serialport>=5.7.1 qt5-x11extras>=5.7.1 qt5-sensors>=5.7.1 qt5-webengine>=5.7.1 qt5-websockets>=5.7.1") subrodepends+=("") subgroups+=('xlib-extra') subarchs+=('x86_64') @@ -50,7 +50,7 @@ build() { Fcd Fpatchall - cp -r $Fsrcdir/$_F_archive_name-$pkgver $Fsrcdir/python3-$_F_archive_name-$pkgver || Fdie + Fexec cp -r $Fsrcdir/$_F_archive_name-$pkgver $Fsrcdir/python3-$_F_archive_name-$pkgver || Fdie cd $Fsrcdir/python3-$_F_archive_name-$pkgver || Fdie echo "yes" | python3 configure.py --confirm-license -w -j 8 --qsci-api -q /usr/bin/qmake-qt5 QMAKE_LFLAGS="$LDFLAGS" QMAKE_CXXFLAGS="$CXXFLAGS" || Fdie @@ -67,7 +67,7 @@ build() Fsplit $pkgname-python3 /usr - cd $Fsrcdir/$_F_archive_name-$pkgver || Fdie + Fexec cd $Fsrcdir/$_F_archive_name-$pkgver || Fdie echo "yes" | python configure.py --confirm-license -w -j 8 --qsci-api -q /usr/bin/qmake-qt5 QMAKE_LFLAGS="$LDFLAGS" QMAKE_CXXFLAGS="$CXXFLAGS" || Fdie Fmake Fmakeinstall INSTALL_ROOT=$Fdestdir _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
