desktop/xfce4-clipman-plugin: Updated for version 1.1.3

This commit is contained in:
Robby Workman 2010-05-13 00:23:37 +02:00 committed by Michiel van Wessem
parent 0b9deaceef
commit a620d61aac
5 changed files with 29 additions and 13 deletions

View file

@ -1,5 +1,3 @@
clipman plugin for the Xfce panel
Clipman allows you to keep several clipboard selections in memory which
you can then use to toggle. It can pull the clips from both the selection
and the copy buffer, restore your clipboard on login, and prevent an empty

View file

@ -0,0 +1,10 @@
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

View file

@ -7,13 +7,13 @@
|-----handy-ruler------------------------------------------------------|
xfce4-clipman-plugin: xfce4-clipman-plugin (clipman plugin for the Xfce panel)
xfce4-clipman-plugin:
xfce4-clipman-plugin:
xfce4-clipman-plugin: Clipman allows you to keep several clipboard selections
xfce4-clipman-plugin: in memory which you can then use to toggle. It can pull
xfce4-clipman-plugin: the clips from both the selection and the copy buffer,
xfce4-clipman-plugin: restore your clipboard on login, and prevent an empty
xfce4-clipman-plugin: clipboard.
xfce4-clipman-plugin:
xfce4-clipman-plugin:
xfce4-clipman-plugin:
xfce4-clipman-plugin:
xfce4-clipman-plugin:
xfce4-clipman-plugin:
xfce4-clipman-plugin:
xfce4-clipman-plugin:

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xfce4-clipman-plugin
VERSION=0.9.0
VERSION=1.1.3
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 \
--enable-shared=yes \
--enable-static=no \
--enable-debug=no \
@ -77,12 +82,13 @@ make install DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO \
AUTHORS 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
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,10 @@
PRGNAM="xfce4-clipman-plugin"
VERSION="0.9.0"
VERSION="1.1.3"
HOMEPAGE="http://goodies.xfce.org/"
DOWNLOAD="http://goodies.xfce.org/releases/xfce4-clipman-plugin/xfce4-clipman-plugin-0.9.0.tar.bz2"
MD5SUM="f41ab83ed53d92d109e45fcf0477ff2c"
DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.1/xfce4-clipman-plugin-1.1.3.tar.bz2"
MD5SUM="2ba70c6bd710e2a18cba5add66d297dc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
APPROVED="michiel"