system/xbindkeys: Updated for version 1.8.5.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2011-03-26 12:08:58 -05:00 committed by Robby Workman
parent e24880bdcf
commit e54e788fa1
3 changed files with 6 additions and 8 deletions

View file

@ -14,6 +14,6 @@ xbindkeys: to keys or mouse buttons, using a configuration file. It's
xbindkeys: independant of the window manager and can capture all keyboard keys xbindkeys: independant of the window manager and can capture all keyboard keys
xbindkeys: (ex: Power, Wake...). xbindkeys: (ex: Power, Wake...).
xbindkeys: xbindkeys:
xbindkeys: Homepage: http://hocwp.free.fr/xbindkeys/xbindkeys.html xbindkeys: Homepage: http://www.nongnu.org/xbindkeys/xbindkeys.html
xbindkeys: xbindkeys:
xbindkeys: xbindkeys:

View file

@ -2,7 +2,7 @@
# #
# Slackware build script for xbindkeys # Slackware build script for xbindkeys
# #
# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA # Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xbindkeys PRGNAM=xbindkeys
VERSION=1.8.3 VERSION=1.8.5
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
case "$( uname -m )" in case "$( uname -m )" in
i?86) ARCH=i486 ;; i?86) ARCH=i486 ;;
arm*) ARCH=arm ;; arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;; *) ARCH=$( uname -m ) ;;
esac esac
fi fi

View file

@ -1,8 +1,8 @@
PRGNAM="xbindkeys" PRGNAM="xbindkeys"
VERSION="1.8.3" VERSION="1.8.5"
HOMEPAGE="http://www.nongnu.org/xbindkeys/xbindkeys.html" HOMEPAGE="http://www.nongnu.org/xbindkeys/xbindkeys.html"
DOWNLOAD="http://hocwp.free.fr/xbindkeys/xbindkeys-1.8.3.tar.gz" DOWNLOAD="http://www.nongnu.org/xbindkeys/xbindkeys-1.8.5.tar.gz"
MD5SUM="393dd74f85850a4ba0803b5a78bc598b" MD5SUM="4b66a05594dbc6888c0a6439351aa66d"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Erik Hanson" MAINTAINER="Erik Hanson"