diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:16 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:16 +0200 |
commit | 24a774b81380f843b77e6a410ef41856de715446 (patch) | |
tree | 136db3ce005487e5e735f56f2ca43f0e106bfe5e /libraries | |
parent | a837ee4f3084ec7c242bd7cdeb1ebe0cfe3b23d6 (diff) |
libraries/pyqt4: Removed from 13.0 repository
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/pyqt4/README | 9 | ||||
-rw-r--r-- | libraries/pyqt4/pyqt4.SlackBuild | 61 | ||||
-rw-r--r-- | libraries/pyqt4/pyqt4.info | 8 | ||||
-rw-r--r-- | libraries/pyqt4/slack-desc | 19 |
4 files changed, 0 insertions, 97 deletions
diff --git a/libraries/pyqt4/README b/libraries/pyqt4/README deleted file mode 100644 index 96bd63b0f2ae..000000000000 --- a/libraries/pyqt4/README +++ /dev/null @@ -1,9 +0,0 @@ -PyQt is the binding of the GUI toolkit Qt. - -PyQt is developed by the British firm Riverbank Computing. It is -available under similar terms as Qt, this means variety of licenses -including GPL and commercial license. PyQt supports Linux and other -flavours of Unix, as well as Mac OS X and Microsoft Windows. - -This package contains bindings for version 4 of Qt toolkit, and thus -requires both qt4 and sip from SlackBuilds.org. diff --git a/libraries/pyqt4/pyqt4.SlackBuild b/libraries/pyqt4/pyqt4.SlackBuild deleted file mode 100644 index 5488737b7ca3..000000000000 --- a/libraries/pyqt4/pyqt4.SlackBuild +++ /dev/null @@ -1,61 +0,0 @@ -#!/bin/sh - -# Slackware build script for PyQt - -# Written by Aleksandar Samardzic <asamardzic@gmail.com> - -PRGNAM=pyqt4 -VERSION=${VERSION:-4.4.4} -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/PyQt-x11-gpl-$VERSION.tar.gz -cd PyQt-x11-gpl-$VERSION -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -echo "yes" | python configure.py -q \ - /usr/bin/qmake-qt4 \ - CFLAGS="$SLKCFLAGS" \ - CXXFLAGS="$SLKCFLAGS" - -make -make install DESTDIR=$PKG - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF | \ - cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ChangeLog GPL_EXCEPTION*.TXT LICENSE.* NEWS OPENSOURCE-NOTICE.TXT \ - README THANKS doc/* $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/libraries/pyqt4/pyqt4.info b/libraries/pyqt4/pyqt4.info deleted file mode 100644 index d3001aa7db4e..000000000000 --- a/libraries/pyqt4/pyqt4.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="pyqt4" -VERSION="4.4.4" -HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqt/" -DOWNLOAD="http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-4.4.4.tar.gz" -MD5SUM="4bd346d56d10452e47ac71e2cbe04229" -MAINTAINER="Aleksandar Samardzic" -EMAIL="asamardzic@gmail.com" -APPROVED="dsomero" diff --git a/libraries/pyqt4/slack-desc b/libraries/pyqt4/slack-desc deleted file mode 100644 index 8e0eced2835a..000000000000 --- a/libraries/pyqt4/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -pyqt4: PyQt (Python bindings for Qt) -pyqt4: -pyqt4: PyQt is a set of Python bindings for Trolltech's Qt application -pyqt4: framework and runs on all platforms supported by Qt including -pyqt4: Windows, MacOS/X and Linux. This package contains bindings for -pyqt4: Qt v4. -pyqt4: -pyqt4: Homepage: http://www.riverbankcomputing.co.uk/software/pyqt/ -pyqt4: -pyqt4: -pyqt4: |