# HG changeset patch # User Christopher Rogers # Date 1278272666 14400 # Node ID 55b0f51a38c725025911db35c1333a5c198c0f55 # Parent 9b0c22fa1d7033c405d8be4f1ad30b231c9a3c58 Up: PyQt-x11-gpl (4.7.3) Fix: it now confirms license diff -r 9b0c22fa1d70 -r 55b0f51a38c7 PyQt-x11-gpl/receipt --- a/PyQt-x11-gpl/receipt Sun Jul 04 14:49:56 2010 -0400 +++ b/PyQt-x11-gpl/receipt Sun Jul 04 15:44:26 2010 -0400 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="PyQt-x11-gpl" -VERSION="4.5" +VERSION="4.7.3" CATEGORY="development" SHORT_DESC="PyQt" MAINTAINER="allan316@gmail.com" @@ -19,7 +19,7 @@ compile_rules() { cd $src - yes yes | python configure.py + yes yes | python configure.py --confirm-license make && make DESTDIR=$PWD/_pkg install }