wok-next rev 20994
Move pyqt
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Oct 04 15:10:55 2018 +0300 (2018-10-04) |
parents | 5879a6372fc2 |
children | 72918daca7b5 |
files | PyQt-x11-gpl/receipt hplip/receipt libqscintilla/receipt picard/receipt puddletag/receipt pyqt/receipt qarte/receipt |
line diff
1.1 --- a/PyQt-x11-gpl/receipt Thu Oct 04 14:54:18 2018 +0300 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,36 +0,0 @@ 1.4 -# SliTaz package receipt. 1.5 - 1.6 -PACKAGE="PyQt-x11-gpl" 1.7 -VERSION="4.12.1" 1.8 -CATEGORY="development" 1.9 -SHORT_DESC="PyQt" 1.10 -MAINTAINER="allan316@gmail.com" 1.11 -LICENSE="GPL" 1.12 -WEB_SITE="http://www.riverbankcomputing.com/software/pyqt/intro" 1.13 -REPOLOGY="pyqt" 1.14 - 1.15 -TARBALL="PyQt4_gpl_x11-$VERSION.tar.gz" 1.16 -WGET_URL="$SF_MIRROR/pyqt/$TARBALL" 1.17 - 1.18 -DEPENDS="python libQtDesigner libQtScript libQtCore libQtGui \ 1.19 -libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql \ 1.20 -libQtDBus libQtClucene sip gcc-lib-base dbus" 1.21 -BUILD_DEPENDS="python-dev sip-dev Qt4-dev qmake" 1.22 - 1.23 -# Rules to configure and make the package. 1.24 -compile_rules() 1.25 -{ 1.26 - yes yes | python configure.py 1.27 - make $MAKEFLAGS && 1.28 - make DESTDIR=$DESTDIR install 1.29 -} 1.30 - 1.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 -genpkg_rules() 1.33 -{ 1.34 - mkdir -p $fs/usr 1.35 - cp -a $install/usr/bin $fs/usr 1.36 - cp -a $install/usr/lib $fs/usr 1.37 - cp -a $install/usr/share $fs/usr 1.38 -} 1.39 -
2.1 --- a/hplip/receipt Thu Oct 04 14:54:18 2018 +0300 2.2 +++ b/hplip/receipt Thu Oct 04 15:10:55 2018 +0300 2.3 @@ -40,7 +40,7 @@ 2.4 rm -rf $fs/etc/xdg 2.5 DEPENDS="ghostscript python cups python-dbus libusb jpeg tiff \ 2.6 sane-backends libgphoto2 libexif gcc-lib-base libltdl v4l-utils net-snmp \ 2.7 - PyQt-x11-gpl" 2.8 + pyqt" 2.9 TAGS="printer driver printing" 2.10 } 2.11
3.1 --- a/libqscintilla/receipt Thu Oct 04 14:54:18 2018 +0300 3.2 +++ b/libqscintilla/receipt Thu Oct 04 15:10:55 2018 +0300 3.3 @@ -12,7 +12,7 @@ 3.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.5 WGET_URL="$SF_MIRROR/pyqt/QScintilla-gpl-$VERSION.tar.gz" 3.6 3.7 -BUILD_DEPENDS="Qt4-dev cmake qmake PyQt-x11-gpl" 3.8 +BUILD_DEPENDS="Qt4-dev cmake qmake pyqt" 3.9 SPLIT="libqscintilla libqscintilla-dev" 3.10 3.11 # Rules to configure and make the package.BUILD_TYPE=Release
4.1 --- a/picard/receipt Thu Oct 04 14:54:18 2018 +0300 4.2 +++ b/picard/receipt Thu Oct 04 15:10:55 2018 +0300 4.3 @@ -12,8 +12,8 @@ 4.4 TARBALL="$PACKAGE-$COMMIT.tar.gz" 4.5 WGET_URL="https://github.com/metabrainz/picard/archive/$COMMIT.tar.gz" 4.6 4.7 -DEPENDS="python PyQt-x11-gpl mutagen" 4.8 -BUILD_DEPENDS="python-dev PyQt-x11-gpl mutagen gettext" 4.9 +DEPENDS="python pyqt mutagen" 4.10 +BUILD_DEPENDS="python-dev pyqt mutagen gettext" 4.11 4.12 # Rules to configure and make the package. 4.13 compile_rules()
5.1 --- a/puddletag/receipt Thu Oct 04 14:54:18 2018 +0300 5.2 +++ b/puddletag/receipt Thu Oct 04 15:10:55 2018 +0300 5.3 @@ -11,7 +11,7 @@ 5.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 5.5 TAGS="tagging ogg mp3 apev2 mp4 id3" 5.6 5.7 -DEPENDS="mutagen python-configobj python-pyparsing PyQt-x11-gpl" 5.8 +DEPENDS="mutagen python-configobj python-pyparsing pyqt" 5.9 BUILD_DEPENDS="python" 5.10 5.11 # Rules to configure and make the package.
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/pyqt/receipt Thu Oct 04 15:10:55 2018 +0300 6.3 @@ -0,0 +1,27 @@ 6.4 +# SliTaz package receipt v2. 6.5 + 6.6 +PACKAGE="pyqt" 6.7 +VERSION="4.12.1" 6.8 +CATEGORY="development" 6.9 +SHORT_DESC="PyQt" 6.10 +MAINTAINER="allan316@gmail.com" 6.11 +LICENSE="GPL" 6.12 +WEB_SITE="http://www.riverbankcomputing.com/software/pyqt/intro" 6.13 + 6.14 +TARBALL="PyQt4_gpl_x11-$VERSION.tar.gz" 6.15 +WGET_URL="$SF_MIRROR/pyqt/$TARBALL" 6.16 + 6.17 +BUILD_DEPENDS="python-dev sip-dev Qt4-dev qmake" 6.18 + 6.19 +compile_rules() { 6.20 + yes yes | python configure.py 6.21 + make $MAKEFLAGS && 6.22 + make DESTDIR=$DESTDIR install 6.23 +} 6.24 + 6.25 +genpkg_rules() { 6.26 + copy @std 6.27 + DEPENDS="python libQtDesigner libQtScript libQtCore libQtGui libQtWebkit \ 6.28 + libQtXml libQtNetwork libQtSvg libQtSql libQtDBus libQtClucene sip \ 6.29 + gcc-lib-base dbus" 6.30 +}
7.1 --- a/qarte/receipt Thu Oct 04 14:54:18 2018 +0300 7.2 +++ b/qarte/receipt Thu Oct 04 15:10:55 2018 +0300 7.3 @@ -10,7 +10,7 @@ 7.4 WEB_SITE="https://launchpad.net/qarte" 7.5 WGET_URL="http://oqapy.eu/releases/$TARBALL" 7.6 7.7 -DEPENDS="python PyQt-x11-gpl notify-python rtmpdump" 7.8 +DEPENDS="python pyqt notify-python rtmpdump" 7.9 BUILD_DEPENDS="" 7.10 7.11 # Rules to configure and make the package.