diff options
Diffstat (limited to 'desktop/xfce4-cpufreq-plugin')
-rw-r--r-- | desktop/xfce4-cpufreq-plugin/README | 4 | ||||
-rw-r--r-- | desktop/xfce4-cpufreq-plugin/slack-desc | 10 | ||||
-rw-r--r-- | desktop/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin.SlackBuild | 5 |
3 files changed, 7 insertions, 12 deletions
diff --git a/desktop/xfce4-cpufreq-plugin/README b/desktop/xfce4-cpufreq-plugin/README index aeaa8c8eba..411fc4f6b0 100644 --- a/desktop/xfce4-cpufreq-plugin/README +++ b/desktop/xfce4-cpufreq-plugin/README @@ -2,7 +2,3 @@ Shows the current CPU frequency and the currently used governor in the xfce panel. In a separate dialog it also provides information about all available CPU frequencies, all available governors and the used driver for the CPU. - - - - diff --git a/desktop/xfce4-cpufreq-plugin/slack-desc b/desktop/xfce4-cpufreq-plugin/slack-desc index 8073096f75..2507aec5c7 100644 --- a/desktop/xfce4-cpufreq-plugin/slack-desc +++ b/desktop/xfce4-cpufreq-plugin/slack-desc @@ -7,13 +7,13 @@ |-----handy-ruler------------------------------------------------------| xfce4-cpufreq-plugin: xfce4-cpufreq-plugin (cpu frequency plugin for xfce4) -xfce4-cpufreq-plugin: +xfce4-cpufreq-plugin: xfce4-cpufreq-plugin: xfce4-cpufreq-plugin shows the current CPU frequency and xfce4-cpufreq-plugin: the currently used governor in the xfce panel. In a xfce4-cpufreq-plugin: separate dialog it also provides information about all xfce4-cpufreq-plugin: available CPU frequencies, all available governors and xfce4-cpufreq-plugin: the used driver for the CPU. -xfce4-cpufreq-plugin: -xfce4-cpufreq-plugin: -xfce4-cpufreq-plugin: -xfce4-cpufreq-plugin: +xfce4-cpufreq-plugin: +xfce4-cpufreq-plugin: +xfce4-cpufreq-plugin: +xfce4-cpufreq-plugin: diff --git a/desktop/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin.SlackBuild b/desktop/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin.SlackBuild index 37bd4d2708..a53151915c 100644 --- a/desktop/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin.SlackBuild +++ b/desktop/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xfce4-netload-plugin -# Copyright 2006-2011 Robby Workman, Northport, Alabama, USA +# Copyright 2006-2012 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-cpufreq-plugin -VERSION=1.0.0 +VERSION=${VERSION:-1.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,7 +74,6 @@ CFLAGS="$SLKCFLAGS" \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc/xfce \ - --enable-debug=no \ --build=$ARCH-slackware-linux make |