summaryrefslogtreecommitdiffstats
path: root/desktop/wmclock/wmclock.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/wmclock/wmclock.SlackBuild')
-rw-r--r--desktop/wmclock/wmclock.SlackBuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/desktop/wmclock/wmclock.SlackBuild b/desktop/wmclock/wmclock.SlackBuild
index 12d36f7fef..c6bcca9a33 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}