diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:07:50 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:07:50 +0200 |
commit | 61cdd5be0baadd1abf348656b502e80008c09e80 (patch) | |
tree | 4079d6b6552715fe18f7a122f6a6d5d169b35483 /graphics | |
parent | 54062f18f38d6d7c497fb5e0dfafe1985a009f6a (diff) | |
download | slackbuilds-61cdd5be0baadd1abf348656b502e80008c09e80.tar.gz |
graphics/photoprint: Removed from 13.0 repository
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/photoprint/README | 7 | ||||
-rw-r--r-- | graphics/photoprint/doinst.sh | 10 | ||||
-rw-r--r-- | graphics/photoprint/photoprint.SlackBuild | 71 | ||||
-rw-r--r-- | graphics/photoprint/photoprint.info | 8 | ||||
-rw-r--r-- | graphics/photoprint/slack-desc | 19 |
5 files changed, 0 insertions, 115 deletions
diff --git a/graphics/photoprint/README b/graphics/photoprint/README deleted file mode 100644 index 4d93829327..0000000000 --- a/graphics/photoprint/README +++ /dev/null @@ -1,7 +0,0 @@ -PhotoPrint is an assistant for printing digital photographs. -PhotoPrint is able to: - - * Make use of ICC colour profiles to provide accurate output - * Send 16 bit data to the printer, to avoid contouring of gradients - * Crop, arrange, decorate and process images - * Print posters and carousels (ideal for CD) diff --git a/graphics/photoprint/doinst.sh b/graphics/photoprint/doinst.sh deleted file mode 100644 index 1f8ff67ded..0000000000 --- a/graphics/photoprint/doinst.sh +++ /dev/null @@ -1,10 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - -if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi - diff --git a/graphics/photoprint/photoprint.SlackBuild b/graphics/photoprint/photoprint.SlackBuild deleted file mode 100644 index 43f664119a..0000000000 --- a/graphics/photoprint/photoprint.SlackBuild +++ /dev/null @@ -1,71 +0,0 @@ -#!/bin/sh - -# Slackware build script for photoprint - -# Written by Peter Sarkoci peter.sarkoci@gmail.com - -PRGNAM=photoprint -VERSION=${VERSION:-0.4.0} -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/$PRGNAM-$VERSION.tar.gz -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 {} \; - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --build=$ARCH-slackware-linux - -make -make install DESTDIR=$PKG - -( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null || true - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null -) - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ABOUT-NLS COPYING ChangeLog INSTALL NEWS README TODO \ - $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 -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/graphics/photoprint/photoprint.info b/graphics/photoprint/photoprint.info deleted file mode 100644 index 649bf41726..0000000000 --- a/graphics/photoprint/photoprint.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="photoprint" -VERSION="0.4.0" -HOMEPAGE="http://blackfiveimaging.co.uk/index.php?article=02Software%2F01PhotoPrint" -DOWNLOAD="http://www.blackfiveimaging.co.uk/photoprint/photoprint-0.4.0.tar.gz" -MD5SUM="82a37ac6ed99ed156ce40e62c78a8161" -MAINTAINER="Peter Sarkoci" -EMAIL="peter.sarkoci@gmail.com" -APPROVED="rworkman" diff --git a/graphics/photoprint/slack-desc b/graphics/photoprint/slack-desc deleted file mode 100644 index c9d3543d2d..0000000000 --- a/graphics/photoprint/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-------------------------------------------------------| -photoprint: PhotoPrint (assistant for printing digital photographs) -photoprint: -photoprint: PhotoPrint can do the following: -photoprint: -photoprint: * Make use of ICC colour profiles to provide accurate output -photoprint: * Send 16 bit data to the printer, to avoid contouring of gradients -photoprint: * Crop, arrange, decorate and process images -photoprint: * Print posters and carousels (ideal for CD) -photoprint: -photoprint: -photoprint: |