summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Robby Workman <rw@rlworkman.net>2010-05-13 00:23:49 +0200
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-13 00:23:49 +0200
commitc1f21d6739620d450156d5ad04c50397bd6fd6d9 (patch)
tree994eebe6acbe3da76510a649f6173b4e48c982ca /desktop
parent69c1c1e5944c9ec3e2e7fa80dc20982f15da62f8 (diff)
downloadslackbuilds-c1f21d6739620d450156d5ad04c50397bd6fd6d9.tar.gz
slackbuilds-c1f21d6739620d450156d5ad04c50397bd6fd6d9.tar.xz
desktop/xfce4-screenshooter: Updated for version 1.6.0
Diffstat (limited to 'desktop')
-rw-r--r--desktop/xfce4-screenshooter/slack-desc14
-rw-r--r--desktop/xfce4-screenshooter/xfce4-screenshooter.SlackBuild11
-rw-r--r--desktop/xfce4-screenshooter/xfce4-screenshooter.info8
3 files changed, 20 insertions, 13 deletions
diff --git a/desktop/xfce4-screenshooter/slack-desc b/desktop/xfce4-screenshooter/slack-desc
index c0d4800914..c8a17aa7fd 100644
--- a/desktop/xfce4-screenshooter/slack-desc
+++ b/desktop/xfce4-screenshooter/slack-desc
@@ -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:
diff --git a/desktop/xfce4-screenshooter/xfce4-screenshooter.SlackBuild b/desktop/xfce4-screenshooter/xfce4-screenshooter.SlackBuild
index d430b8496d..0ea71d2887 100644
--- a/desktop/xfce4-screenshooter/xfce4-screenshooter.SlackBuild
+++ b/desktop/xfce4-screenshooter/xfce4-screenshooter.SlackBuild
@@ -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}
diff --git a/desktop/xfce4-screenshooter/xfce4-screenshooter.info b/desktop/xfce4-screenshooter/xfce4-screenshooter.info
index 9e6f06466d..a8f4ab2e02 100644
--- a/desktop/xfce4-screenshooter/xfce4-screenshooter.info
+++ b/desktop/xfce4-screenshooter/xfce4-screenshooter.info
@@ -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"