diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-11 22:22:07 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:22:07 +0200 |
commit | 55468ea31958fc727f952ee77866bff3f72053b3 (patch) | |
tree | c044f42c68b1b5eb6cdc9744e8c3670ebdb43359 /desktop | |
parent | 090884ae6d0177431b51528024a1c2e6265a9cae (diff) | |
download | slackbuilds-55468ea31958fc727f952ee77866bff3f72053b3.tar.gz |
desktop/xfce4-fsguard-plugin: Updated for version 0.4.2
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/xfce4-fsguard-plugin/README | 2 | ||||
-rw-r--r-- | desktop/xfce4-fsguard-plugin/slack-desc | 15 | ||||
-rw-r--r-- | desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.SlackBuild | 9 | ||||
-rw-r--r-- | desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.info | 8 |
4 files changed, 13 insertions, 21 deletions
diff --git a/desktop/xfce4-fsguard-plugin/README b/desktop/xfce4-fsguard-plugin/README index 0a8795a249..bbd86bbc87 100644 --- a/desktop/xfce4-fsguard-plugin/README +++ b/desktop/xfce4-fsguard-plugin/README @@ -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. diff --git a/desktop/xfce4-fsguard-plugin/slack-desc b/desktop/xfce4-fsguard-plugin/slack-desc index d1ffa16200..5f913055ad 100644 --- a/desktop/xfce4-fsguard-plugin/slack-desc +++ b/desktop/xfce4-fsguard-plugin/slack-desc @@ -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: diff --git a/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.SlackBuild b/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.SlackBuild index ca2e896361..93dbb0548b 100644 --- a/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.SlackBuild +++ b/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.SlackBuild @@ -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 diff --git a/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.info b/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.info index 1dea33311f..36613d9d19 100644 --- a/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.info +++ b/desktop/xfce4-fsguard-plugin/xfce4-fsguard-plugin.info @@ -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" |