diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-11 22:22:11 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:22:11 +0200 |
commit | a5c03dc30d83cb02a38aac321f68a4b0105e3c3d (patch) | |
tree | 9695c1447762a8255cd514e960d573a0ad914009 /desktop/xfce4-sensors-plugin | |
parent | a55af724b1907b20a73370b14ce4d530a0bdfafc (diff) | |
download | slackbuilds-a5c03dc30d83cb02a38aac321f68a4b0105e3c3d.tar.gz |
desktop/xfce4-sensors-plugin: Updated for version 0.10.99.6
Diffstat (limited to 'desktop/xfce4-sensors-plugin')
-rw-r--r-- | desktop/xfce4-sensors-plugin/README | 2 | ||||
-rw-r--r-- | desktop/xfce4-sensors-plugin/slack-desc | 8 | ||||
-rw-r--r-- | desktop/xfce4-sensors-plugin/xfce4-sensors-plugin.SlackBuild | 9 | ||||
-rw-r--r-- | desktop/xfce4-sensors-plugin/xfce4-sensors-plugin.info | 8 |
4 files changed, 12 insertions, 15 deletions
diff --git a/desktop/xfce4-sensors-plugin/README b/desktop/xfce4-sensors-plugin/README index 706809f93d..b52b804e69 100644 --- a/desktop/xfce4-sensors-plugin/README +++ b/desktop/xfce4-sensors-plugin/README @@ -2,3 +2,5 @@ sensors plugin for the Xfce panel The sensors plugin reads your hardware sensor values and displays them in the panel. + +This requires intltool, which is also available at SlackBuilds.org. diff --git a/desktop/xfce4-sensors-plugin/slack-desc b/desktop/xfce4-sensors-plugin/slack-desc index 2204cbabb8..9c2edc0aa0 100644 --- a/desktop/xfce4-sensors-plugin/slack-desc +++ b/desktop/xfce4-sensors-plugin/slack-desc @@ -1,11 +1,3 @@ -# 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-sensors-plugin: xfce4-sensors-plugin (sensors plugin for the Xfce panel) xfce4-sensors-plugin: xfce4-sensors-plugin: The sensors plugin reads your hardware sensors diff --git a/desktop/xfce4-sensors-plugin/xfce4-sensors-plugin.SlackBuild b/desktop/xfce4-sensors-plugin/xfce4-sensors-plugin.SlackBuild index d58d46600b..06cc100f40 100644 --- a/desktop/xfce4-sensors-plugin/xfce4-sensors-plugin.SlackBuild +++ b/desktop/xfce4-sensors-plugin/xfce4-sensors-plugin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xfce4-sensors-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-sensors-plugin -VERSION=0.10.99.3 +VERSION=0.10.99.6 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -58,9 +58,12 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ + --mandir=/usr/man \ + --docdir=/usr/doc/$PRGNAM-$VERSION \ --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-sensors-plugin/xfce4-sensors-plugin.info b/desktop/xfce4-sensors-plugin/xfce4-sensors-plugin.info index 3532574009..a15d8e3068 100644 --- a/desktop/xfce4-sensors-plugin/xfce4-sensors-plugin.info +++ b/desktop/xfce4-sensors-plugin/xfce4-sensors-plugin.info @@ -1,8 +1,8 @@ PRGNAM="xfce4-sensors-plugin" -VERSION="0.10.99.3" +VERSION="0.10.99.6" HOMEPAGE="http://goodies.xfce.org/" -DOWNLOAD="http://goodies.xfce.org/releases/xfce4-sensors-plugin/xfce4-sensors-plugin-0.10.99.3.tar.bz2" -MD5SUM="6e3b521453d42e1cf0fa970eee17a825" +DOWNLOAD="http://goodies.xfce.org/releases/xfce4-sensors-plugin/xfce4-sensors-plugin-0.10.99.6.tar.bz2" +MD5SUM="59dbd13b32bf635fab9cd2dc407183cb" MAINTAINER="Robby Workman" EMAIL="rw@rlworkman.net" -APPROVED="Erik Hanson" +APPROVED="dsomero" |