diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-01-02 16:42:55 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 963cc8755b487e764136f46828f79bd41ef4ec26 (patch) | |
tree | 71575e215f6e77f48813ecec4f98670e1df265f0 /libraries | |
parent | 0c01d1491152c8ce0fff89631338f6fc5305e9e2 (diff) | |
download | slackbuilds-963cc8755b487e764136f46828f79bd41ef4ec26.tar.gz |
libraries/gdk-pixbuf: Removed (old and unused by anything here).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/gdk-pixbuf/README | 10 | ||||
-rw-r--r-- | libraries/gdk-pixbuf/gdk-pixbuf.SlackBuild | 91 | ||||
-rw-r--r-- | libraries/gdk-pixbuf/gdk-pixbuf.info | 10 | ||||
-rw-r--r-- | libraries/gdk-pixbuf/slack-desc | 19 |
4 files changed, 0 insertions, 130 deletions
diff --git a/libraries/gdk-pixbuf/README b/libraries/gdk-pixbuf/README deleted file mode 100644 index 77ed81396f..0000000000 --- a/libraries/gdk-pixbuf/README +++ /dev/null @@ -1,10 +0,0 @@ -gdk-pixbuf is a library for manipulating images. -The gdk-pixbuf library provides a number of features: - - - GdkPixbuf structure for representing images. - - Image loading facilities, both synchronous and progressive. - - Rendering of a GdkPixbuf into various formats: - drawables (windows, pixmaps), GdkRGB buffers. - - Fast scaling and compositing of pixbufs. - - Simple animation loading (ie. animated gifs). - diff --git a/libraries/gdk-pixbuf/gdk-pixbuf.SlackBuild b/libraries/gdk-pixbuf/gdk-pixbuf.SlackBuild deleted file mode 100644 index f69c3ec3ea..0000000000 --- a/libraries/gdk-pixbuf/gdk-pixbuf.SlackBuild +++ /dev/null @@ -1,91 +0,0 @@ -#!/bin/sh - -# Slackware build script for gdk-pixbuf -# Written by Cezary M. Kruk (c.kruk@bigfoot.com) - -# Modified by the SlackBuilds.org project - -PRGNAM=gdk-pixbuf -VERSION=${VERSION:-0.22.0} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -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" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -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 -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -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 {} \; - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --disable-debug \ - --disable-gtk-doc \ - --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 - -# We don't need two copies of the html. -rm -rf $PKG/usr/share/gnome - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README TODO \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/html -cp -a doc/html/* $PKG/usr/doc/$PRGNAM-$VERSION/html - -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/gdk-pixbuf/gdk-pixbuf.info b/libraries/gdk-pixbuf/gdk-pixbuf.info deleted file mode 100644 index 01f7370e4a..0000000000 --- a/libraries/gdk-pixbuf/gdk-pixbuf.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="gdk-pixbuf" -VERSION="0.22.0" -HOMEPAGE="http://library.gnome.org/devel/gdk-pixbuf/stable/" -DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/0.22/gdk-pixbuf-0.22.0.tar.bz2" -MD5SUM="05fcb68ceaa338614ab650c775efc2f2" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Cezary M. Kruk" -EMAIL="c.kruk@bigfoot.com" diff --git a/libraries/gdk-pixbuf/slack-desc b/libraries/gdk-pixbuf/slack-desc deleted file mode 100644 index 3692b94e3d..0000000000 --- a/libraries/gdk-pixbuf/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 ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -gdk-pixbuf: gdk-pixbuf (library for manipulating images) -gdk-pixbuf: -gdk-pixbuf: The gdk-pixbuf library provides a number of features: -gdk-pixbuf: - GdkPixbuf structure for representing images. -gdk-pixbuf: - Image loading facilities, both synchronous and progressive. -gdk-pixbuf: - Rendering of a GdkPixbuf into various formats: -gdk-pixbuf: drawables (windows, pixmaps), GdkRGB buffers. -gdk-pixbuf: - Fast scaling and compositing of pixbufs. -gdk-pixbuf: - Simple animation loading (ie. animated gifs). -gdk-pixbuf: -gdk-pixbuf: |