wok-6.x diff PyQt-x11-gpl/receipt @ rev 23640
updated sftp-server (7.9p1 -> 8.2p1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 20 10:33:34 2020 +0100 (2020-04-20) |
parents | 2e5434fe0bdb |
children | a3b6dd3aac6f |
line diff
1.1 --- a/PyQt-x11-gpl/receipt Mon Mar 16 11:42:13 2015 +0200 1.2 +++ b/PyQt-x11-gpl/receipt Mon Apr 20 10:33:34 2020 +0100 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="PyQt-x11-gpl" 1.7 -VERSION="4.11.3" 1.8 +SOURCE="PyQt4_gpl_x11" 1.9 +VERSION="4.12.3" 1.10 CATEGORY="development" 1.11 SHORT_DESC="PyQt" 1.12 MAINTAINER="allan316@gmail.com" 1.13 LICENSE="GPL" 1.14 WEB_SITE="http://www.riverbankcomputing.com/software/pyqt/intro" 1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.17 WGET_URL="$SF_MIRROR/pyqt/$TARBALL" 1.18 1.19 DEPENDS="python libQtDesigner libQtScript libQtCore libQtGui \ 1.20 @@ -18,7 +19,8 @@ 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - yes yes | python configure.py 1.25 + sed -i 's|sys.stdin.readline()|"yes" # &|' configure.py 1.26 + python configure.py 1.27 make $MAKEFLAGS && 1.28 make DESTDIR=$DESTDIR install 1.29 } 1.30 @@ -31,4 +33,3 @@ 1.31 cp -a $install/usr/lib $fs/usr 1.32 cp -a $install/usr/share $fs/usr 1.33 } 1.34 -