wok diff PyQt-x11-gpl/receipt @ rev 20801
updated collectd, collectd-apache and collectd-dev (5.1.0 -> 5.8.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 15 15:54:04 2019 +0100 (2019-02-15) |
parents | f4c22f009037 |
children | f7dd6559d610 |
line diff
1.1 --- a/PyQt-x11-gpl/receipt Sat Sep 07 18:25:02 2013 +0000 1.2 +++ b/PyQt-x11-gpl/receipt Fri Feb 15 15:54:04 2019 +0100 1.3 @@ -1,27 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="PyQt-x11-gpl" 1.7 -VERSION="4.9.6" 1.8 +VERSION="4.11.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="PyQt" 1.11 MAINTAINER="allan316@gmail.com" 1.12 LICENSE="GPL" 1.13 +WEB_SITE="http://www.riverbankcomputing.com/software/pyqt/intro" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WEB_SITE="http://www.riverbankcomputing.co.uk" 1.16 -WGET_URL="http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.9.6/$TARBALL" 1.17 +WGET_URL="$SF_MIRROR/pyqt/$TARBALL" 1.18 1.19 DEPENDS="python libQtDesigner libQtScript libQtCore libQtGui \ 1.20 libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql \ 1.21 libQtDBus libQtClucene sip gcc-lib-base dbus" 1.22 -BUILD_DEPENDS="python-dev Qt4-dev qmake libQtDesigner libQtScript libQtCore \ 1.23 -libQtGui libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql libQtDBus libQtClucene \ 1.24 -sip sip-dev" 1.25 +BUILD_DEPENDS="python-dev sip-dev Qt4-dev qmake" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - cd $src 1.31 - yes yes | python configure.py --confirm-license 1.32 + yes yes | python configure.py 1.33 make $MAKEFLAGS && 1.34 make DESTDIR=$DESTDIR install 1.35 }