diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-20 20:02:52 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-21 00:52:13 -0500 |
commit | 4d6aa00dd0b6a4e5acbb62921768cdf35dbd6f18 (patch) | |
tree | ad792d146eee274780cacbbf2259dcc1629be35d | |
parent | f183f982dd8512480911b894e2d1aa59c9c20a1b (diff) | |
download | slackbuilds-4d6aa00dd0b6a4e5acbb62921768cdf35dbd6f18.tar.gz |
libraries/gnome-python-extras: Removed (build failure)
-rw-r--r-- | libraries/gnome-python-extras/README | 6 | ||||
-rw-r--r-- | libraries/gnome-python-extras/gnome-python-extras.SlackBuild | 73 | ||||
-rw-r--r-- | libraries/gnome-python-extras/gnome-python-extras.info | 10 | ||||
-rw-r--r-- | libraries/gnome-python-extras/slack-desc | 19 |
4 files changed, 0 insertions, 108 deletions
diff --git a/libraries/gnome-python-extras/README b/libraries/gnome-python-extras/README deleted file mode 100644 index af512d2388..0000000000 --- a/libraries/gnome-python-extras/README +++ /dev/null @@ -1,6 +0,0 @@ -gnome-python-extras is an extra set of bindings for the Gnome platform -libraries that add to the gnome-python bindings. - -Requires libgnomeui, pyorbit and gnome-python. - -Note: Building in the above order will fulfill interdependencies. diff --git a/libraries/gnome-python-extras/gnome-python-extras.SlackBuild b/libraries/gnome-python-extras/gnome-python-extras.SlackBuild deleted file mode 100644 index 7da3bbf3ac..0000000000 --- a/libraries/gnome-python-extras/gnome-python-extras.SlackBuild +++ /dev/null @@ -1,73 +0,0 @@ -#!/bin/sh -# Slackware build script for gnome-python-extras -# Written by Larry Hajali <larryhaja[at]gmail[dot]com> - -PRGNAM=gnome-python-extras -VERSION=${VERSION:-2.25.3} -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" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$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 {} \; - -# Change mozilla to seamonkey for gtkmozembed functionality. -sed -i 's|1.2b|1.0.0|g' configure -sed -i 's|mozilla)|seamonkey)|' configure - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --enable-docs \ - --with-gtkmozembed=seamonkey \ - --build=$ARCH-slackware-linux - -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 AUTHORS ChangeLog COPYING* INSTALL MAINTAINERS NEWS README \ - $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.${PKGTYPE:-tgz} diff --git a/libraries/gnome-python-extras/gnome-python-extras.info b/libraries/gnome-python-extras/gnome-python-extras.info deleted file mode 100644 index 01def64549..0000000000 --- a/libraries/gnome-python-extras/gnome-python-extras.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="gnome-python-extras" -VERSION="2.25.3" -HOMEPAGE="http://www.gnome.org/" -DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gnome-python-extras/2.25/gnome-python-extras-2.25.3.tar.bz2" -MD5SUM="9f3b7ec5c57130b96061cb486b79c076" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Larry Hajali" -EMAIL="larryhaja[at]gmail[dot]com" -APPROVED="rworkman" diff --git a/libraries/gnome-python-extras/slack-desc b/libraries/gnome-python-extras/slack-desc deleted file mode 100644 index cba239d06c..0000000000 --- a/libraries/gnome-python-extras/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------------------------------------------| -gnome-python-extras: gnome-python-extras (extra python bindings for gnome) -gnome-python-extras: -gnome-python-extras: Extra gnome bindings for python. -gnome-python-extras: -gnome-python-extras: Homepage: http://www.gnome.org/ -gnome-python-extras: -gnome-python-extras: -gnome-python-extras: -gnome-python-extras: -gnome-python-extras: -gnome-python-extras: |