diff options
author | Erik Hanson | 2011-03-26 18:08:58 +0100 |
---|---|---|
committer | Robby Workman | 2011-03-27 18:27:05 +0200 |
commit | e54e788fa10c908c7f621609e38d5cb04aeda479 (patch) | |
tree | 388be604d8c4ff63b7d6112053018a446841370b /system/xbindkeys | |
parent | e24880bdcf233ebff13ce1b9c902f4211caf60fa (diff) | |
download | slackbuilds-e54e788fa10c908c7f621609e38d5cb04aeda479.tar.gz |
system/xbindkeys: Updated for version 1.8.5.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/xbindkeys')
-rw-r--r-- | system/xbindkeys/slack-desc | 2 | ||||
-rw-r--r-- | system/xbindkeys/xbindkeys.SlackBuild | 6 | ||||
-rw-r--r-- | system/xbindkeys/xbindkeys.info | 6 |
3 files changed, 6 insertions, 8 deletions
diff --git a/system/xbindkeys/slack-desc b/system/xbindkeys/slack-desc index 4236a3fa32..a10ed5d2a3 100644 --- a/system/xbindkeys/slack-desc +++ b/system/xbindkeys/slack-desc @@ -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: (ex: Power, Wake...). xbindkeys: -xbindkeys: Homepage: http://hocwp.free.fr/xbindkeys/xbindkeys.html +xbindkeys: Homepage: http://www.nongnu.org/xbindkeys/xbindkeys.html xbindkeys: xbindkeys: diff --git a/system/xbindkeys/xbindkeys.SlackBuild b/system/xbindkeys/xbindkeys.SlackBuild index b694914027..11817e96d0 100644 --- a/system/xbindkeys/xbindkeys.SlackBuild +++ b/system/xbindkeys/xbindkeys.SlackBuild @@ -2,7 +2,7 @@ # # 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. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xbindkeys -VERSION=1.8.3 +VERSION=1.8.5 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 diff --git a/system/xbindkeys/xbindkeys.info b/system/xbindkeys/xbindkeys.info index 98db9d2482..97cae32f5a 100644 --- a/system/xbindkeys/xbindkeys.info +++ b/system/xbindkeys/xbindkeys.info @@ -1,8 +1,8 @@ PRGNAM="xbindkeys" -VERSION="1.8.3" +VERSION="1.8.5" HOMEPAGE="http://www.nongnu.org/xbindkeys/xbindkeys.html" -DOWNLOAD="http://hocwp.free.fr/xbindkeys/xbindkeys-1.8.3.tar.gz" -MD5SUM="393dd74f85850a4ba0803b5a78bc598b" +DOWNLOAD="http://www.nongnu.org/xbindkeys/xbindkeys-1.8.5.tar.gz" +MD5SUM="4b66a05594dbc6888c0a6439351aa66d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Erik Hanson" |