wok diff PyQt-x11-gpl/receipt @ rev 25857

Fix reset menu.xml symlink when upgrade slitaz-configs
author Stanislas Leduc <shann@slitaz.org>
date Thu Aug 07 17:10:52 2025 +0000 (4 weeks ago)
parents 73f36875e5a7
children
line diff
     1.1 --- a/PyQt-x11-gpl/receipt	Thu Mar 09 18:12:54 2023 +0000
     1.2 +++ b/PyQt-x11-gpl/receipt	Thu Aug 07 17:10:52 2025 +0000
     1.3 @@ -14,7 +14,8 @@
     1.4  DEPENDS="python libQtDesigner libQtScript  libQtCore libQtGui \
     1.5  libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql \
     1.6  libQtDBus libQtClucene sip gcc-lib-base dbus"
     1.7 -BUILD_DEPENDS="python-dev sip-dev Qt4-dev qmake"
     1.8 +BUILD_DEPENDS="python-dev sip-dev Qt4-dev qmake \
     1.9 +dbus-dev dbus-python-dev"
    1.10  
    1.11  current_version()
    1.12  {
    1.13 @@ -25,8 +26,8 @@
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {
    1.17 -	sed -i 's|sys.stdin.readline()|"yes"	# &|' configure.py
    1.18 -	python configure.py
    1.19 +	python configure.py \
    1.20 +	    --confirm-license
    1.21  	make $MAKEFLAGS &&
    1.22  	make DESTDIR=$DESTDIR install
    1.23  }