desktop/xfce4-places-plugin: Updated for version 1.2.0

This commit is contained in:
Robby Workman 2010-05-13 00:23:47 +02:00 committed by David Somero
parent 2be4ab61b1
commit b0e5c5d625
3 changed files with 28 additions and 20 deletions

View file

@ -5,11 +5,11 @@
# make exactly 11 lines for the formatting to be correct. It's also # make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'. # customary to leave one space after the ':'.
|-----handy-ruler-----------------------------------------| |-----handy-ruler------------------------------------------------------|
xfce4-places-plugin: xfce4-places-plugin (places plugin for the Xfce panel) xfce4-places-plugin: xfce4-places-plugin (places plugin for the Xfce panel)
xfce4-places-plugin: xfce4-places-plugin:
xfce4-places-plugin: The places plugin brings much of the functionality xfce4-places-plugin: The places plugin brings much of the functionality of GNOME's Places
xfce4-places-plugin: of GNOME's Places menu to Xfce. xfce4-places-plugin: menu to Xfce.
xfce4-places-plugin: xfce4-places-plugin:
xfce4-places-plugin: xfce4-places-plugin:
xfce4-places-plugin: xfce4-places-plugin:

View file

@ -2,7 +2,7 @@
# Slackware build script for xfce4-places-plugin # Slackware build script for xfce4-places-plugin
# Copyright 2006-2008 Robby Workman, Northport, Alabama, USA # Copyright 2006-2009 Robby Workman, Northport, Alabama, USA
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xfce4-places-plugin PRGNAM=xfce4-places-plugin
VERSION=1.1.0 VERSION=1.2.0
ARCH=${ARCH:-i486} ARCH=${ARCH:-i486}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -35,10 +35,13 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686" SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686" SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC" SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
fi fi
set -e set -e
@ -60,6 +63,8 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc/xfce \
--enable-shared=yes \ --enable-shared=yes \
--enable-static=no \ --enable-static=no \
--enable-debug=no \ --enable-debug=no \
@ -72,7 +77,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \ cp -a \
AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
@ -80,4 +86,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG 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-places-plugin" PRGNAM="xfce4-places-plugin"
VERSION="1.1.0" VERSION="1.2.0"
HOMEPAGE="http://goodies.xfce.org" HOMEPAGE="http://goodies.xfce.org"
DOWNLOAD="http://goodies.xfce.org/releases/xfce4-places-plugin/xfce4-places-plugin-1.1.0.tar.bz2" DOWNLOAD="http://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.2/xfce4-places-plugin-1.2.0.tar.bz2"
MD5SUM="b26019e355c52b4a4254ebdcf1c904ee" MD5SUM="f2d8c13340b3d52c5a7f6e2b9cdc55e3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Robby Workman" MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net" EMAIL="rw@rlworkman.net"
APPROVED="David Somero" APPROVED="dsomero"