desktop/xfce4-fsguard-plugin: Updated for version 0.4.2

This commit is contained in:
Robby Workman 2010-05-11 22:22:07 +02:00 committed by David Somero
parent 090884ae6d
commit 55468ea319
4 changed files with 13 additions and 21 deletions

View file

@ -1,3 +1,5 @@
fsguard plugin for the Xfce panel
The fsguard plugin checks a chosen mountpoint for the amount of free disk space.
This requires intltool, which is also available at SlackBuilds.org.

View file

@ -1,19 +1,6 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
xfce4-fsguard-plugin: xfce4-fsguard-plugin (fsguard plugin for the Xfce panel)
xfce4-fsguard-plugin: fsguard plugin for the Xfce panel
xfce4-fsguard-plugin:
xfce4-fsguard-plugin: The fsguard plugin checks a chosen mountpoint for the
xfce4-fsguard-plugin: amount of free disk space.
xfce4-fsguard-plugin:
xfce4-fsguard-plugin:
xfce4-fsguard-plugin:
xfce4-fsguard-plugin:
xfce4-fsguard-plugin:
xfce4-fsguard-plugin:
xfce4-fsguard-plugin:

View file

@ -2,7 +2,7 @@
# Slackware build script for xfce4-fsguard-plugin
# Copyright 2006-2007 Robby Workman (http://rlworkman.net)
# Copyright 2006-2008 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-fsguard-plugin
VERSION=0.4.0
VERSION=0.4.2
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -37,6 +37,8 @@ if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
fi
set -e
@ -60,7 +62,8 @@ CXXFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--enable-shared=yes \
--enable-static=no \
--enable-debug=no
--enable-debug=no \
--build=$ARCH-slackware-linux
make
make install DESTDIR=$PKG

View file

@ -1,8 +1,8 @@
PRGNAM="xfce4-fsguard-plugin"
VERSION="0.4.0"
VERSION="0.4.2"
HOMEPAGE="http://goodies.xfce.org/"
DOWNLOAD="http://goodies.xfce.org/releases/xfce4-fsguard-plugin/xfce4-fsguard-plugin-0.4.0.tar.bz2"
MD5SUM="2d481555102f1f09d97ae05ab2a44d0b"
DOWNLOAD="http://goodies.xfce.org/releases/xfce4-fsguard-plugin/xfce4-fsguard-plugin-0.4.2.tar.bz2"
MD5SUM="50e9d133fd8af1bf5acc3059872eb924"
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
APPROVED="Erik Hanson"
APPROVED="dsomero"