diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2011-05-31 20:54:55 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-13 01:31:21 -0400 |
commit | 2359a6e56f32f07c4edcf7eb71834e51fa7d2bcf (patch) | |
tree | 63eff8f508dd2304e813c32ceb458d020db35a67 /graphics/simple-scan | |
parent | 6406e0f55941e527921436c91769e0feddd4caf0 (diff) | |
download | slackbuilds-2359a6e56f32f07c4edcf7eb71834e51fa7d2bcf.tar.gz |
graphics/simple-scan: Updated for version 2.32.0.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics/simple-scan')
-rw-r--r-- | graphics/simple-scan/README | 4 | ||||
-rw-r--r-- | graphics/simple-scan/simple-scan.SlackBuild | 13 | ||||
-rw-r--r-- | graphics/simple-scan/simple-scan.info | 9 | ||||
-rw-r--r-- | graphics/simple-scan/slack-desc | 7 |
4 files changed, 19 insertions, 14 deletions
diff --git a/graphics/simple-scan/README b/graphics/simple-scan/README index b3a6abe99c..c3956ea9d2 100644 --- a/graphics/simple-scan/README +++ b/graphics/simple-scan/README @@ -1,4 +1,6 @@ simple-scan is a simple scanning utility designed to be less overwhelming than xsane for casual/occasional scanning jobs. -This requires GConf. +Requires: +sane (available in Slackware) +GConf (available at SBo) diff --git a/graphics/simple-scan/simple-scan.SlackBuild b/graphics/simple-scan/simple-scan.SlackBuild index 06ebf51025..72d6682f59 100644 --- a/graphics/simple-scan/simple-scan.SlackBuild +++ b/graphics/simple-scan/simple-scan.SlackBuild @@ -3,7 +3,7 @@ # Slackware Package Build Script for simple-scan # Home Page https://launchpad.net/simple-scan -# Copyright (c) 2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net) +# Copyright (c) 2010-2011, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net) # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=simple-scan -VERSION=${VERSION:-2.31.1} +VERSION=${VERSION:-2.32.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,7 +56,7 @@ else LIBDIRSUFFIX="" fi -set -e # Exit on most errors +set -e rm -fr $TMP/$PRGNAM-$VERSION $PKG mkdir -p $TMP $PKG $OUTPUT @@ -83,20 +83,21 @@ CFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG -find $PKG/usr/man -type f -exec gzip -9 {} \; - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ AUTHORS ChangeLog COPYING INSTALL NEWS README \ $PKG/usr/doc/$PRGNAM-$VERSION +find $PKG/usr/man -type f -exec gzip -9 {} \; + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh -for i in $PKG/etc/gconf/schemas/* ; do +for i in $PKG/etc/gconf/schemas/* ; do echo "schema_install $(basename $i)" >> $PKG/install/doinst.sh done cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} + diff --git a/graphics/simple-scan/simple-scan.info b/graphics/simple-scan/simple-scan.info index 7470a7c879..e2e0106b52 100644 --- a/graphics/simple-scan/simple-scan.info +++ b/graphics/simple-scan/simple-scan.info @@ -1,10 +1,11 @@ PRGNAM="simple-scan" -VERSION="2.31.1" +VERSION="2.32.0.2" HOMEPAGE="https://launchpad.net/simple-scan" -DOWNLOAD="http://launchpad.net/simple-scan/trunk/2.31.1/+download/simple-scan-2.31.1.tar.gz" -MD5SUM="6e37cf889ce147e22a9130348c2e929d" +DOWNLOAD="http://launchpad.net/simple-scan/trunk/2.32.0.2/+download/simple-scan-2.32.0.2.tar.gz" +MD5SUM="bd04ec7387c2f3164f81a490c0fe0b30" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Nishant Limbachia" EMAIL="nishant@mnspace.net" -APPROVED="rworkman" +APPROVED="dsomero" + diff --git a/graphics/simple-scan/slack-desc b/graphics/simple-scan/slack-desc index 246b70bbe8..d913e2df27 100644 --- a/graphics/simple-scan/slack-desc +++ b/graphics/simple-scan/slack-desc @@ -8,12 +8,13 @@ |-----handy-ruler------------------------------------------------------| simple-scan: simple-scan (simple scanning utility) simple-scan: -simple-scan: simple-scan is a simple scanning utility without -simple-scan: the overwhelming options of xsane. +simple-scan: simple-scan is a simple scanning utility without the overwhelming +simple-scan: options of xsane. simple-scan: -simple-scan: Homepage: https://launchpad.net/simple-scan simple-scan: +simple-scan: Homepage: https://launchpad.net/simple-scan simple-scan: simple-scan: simple-scan: simple-scan: + |