diff options
author | B. Watson <yalhcru@gmail.com> | 2010-12-14 06:51:56 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-12-17 07:56:24 -0600 |
commit | 258a514be6f5cf88e7dba1de39896742a2865625 (patch) | |
tree | 67532c24989373293f3770190cc015f3c626e746 /desktop/wmclock/wmclock.SlackBuild | |
parent | 87524534a1092b50118179b63554ac896b8f28db (diff) |
desktop/wmclock: Updated for version 1.0.13.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'desktop/wmclock/wmclock.SlackBuild')
-rw-r--r-- | desktop/wmclock/wmclock.SlackBuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/desktop/wmclock/wmclock.SlackBuild b/desktop/wmclock/wmclock.SlackBuild index 12d36f7fef6e..c6bcca9a331d 100644 --- a/desktop/wmclock/wmclock.SlackBuild +++ b/desktop/wmclock/wmclock.SlackBuild @@ -5,16 +5,14 @@ # Written by B. Watson (yalhcru@gmail.com) PRGNAM=wmclock -VERSION=${VERSION:-1.0.12.2} +VERSION=${VERSION:-1.0.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -49,16 +47,12 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R a-s,u+w,go+r-w . -# Patch to reduce CPU usage (from the author's website) -# Note: -p0, not the usual -p1! -patch -p0 < $CWD/wmclock_nopolling.patch - # Set the default language with LANGUAGE=<language> in the environment # Default is english. It's still possible to display in other # languages using the -monthxpm and -weekdayxpm options. # Language choices: -# breton czech danish dutch english french french2 german hungarian indonesian +# breton czech danish dutch english french french2 german hungarian indonesian # italian norwegian portuguese russian slovene spanish swedish ukrainian LANGUAGE=${LANGUAGE:-english} |