desktop/xfce4-screenshooter: Updated for version 1.6.0

This commit is contained in:
Robby Workman 2010-05-13 00:23:49 +02:00 committed by Michiel van Wessem
parent 69c1c1e594
commit c1f21d6739
3 changed files with 20 additions and 13 deletions

View file

@ -6,14 +6,14 @@
# customary to leave one space after the ':'.
|-----handy-ruler-----------------------------------------|
xfce4-screenshooter: (screenshooter plugin for Xfce)
xfce4-screenshooter: xfce4-screenshooter (screenshooter plugin for Xfce)
xfce4-screenshooter:
xfce4-screenshooter: The screenshooter plugin adds a panel button
xfce4-screenshooter: that allows you to take screenshots. It's
xfce4-screenshooter: similar to the gnome-screenshot function.
xfce4-screenshooter:
xfce4-screenshooter:
xfce4-screenshooter:
xfce4-screenshooter:
xfce4-screenshooter:
xfce4-screenshooter:
xfce4-screenshooter:
xfce4-screenshooter:
xfce4-screenshooter:
xfce4-screenshooter:
xfce4-screenshooter:
xfce4-screenshooter:

View file

@ -2,7 +2,7 @@
# Slackware build script for xfce4-screenshooter
# Copyright 2006-2009 Robby Workman Northport, Alabama, USA
# Copyright 2006-2009 Robby Workman, Northport, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xfce4-screenshooter
VERSION=1.5.1
VERSION=1.6.0
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -35,10 +35,13 @@ 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
@ -60,6 +63,8 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc/xfce \
--mandir=/usr/man \
--enable-shared=yes \
--enable-static=no \
@ -92,4 +97,4 @@ 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
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,10 @@
PRGNAM="xfce4-screenshooter"
VERSION="1.5.1"
VERSION="1.6.0"
HOMEPAGE="http://goodies.xfce.org/"
DOWNLOAD="http://goodies.xfce.org/releases/xfce4-screenshooter/xfce4-screenshooter-1.5.1.tar.gz"
MD5SUM="a0d51abc2957486fe8aa314b61cf3c85"
DOWNLOAD="http://goodies.xfce.org/releases/xfce4-screenshooter/xfce4-screenshooter-1.6.0.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="331750879b966eec639eb3fe3045cb16"
MD5SUM_x86_64=""
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
APPROVED="michiel"