desktop/xvkbd: Updated for version 3.4.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
7150836bdb
commit
9d7dd7ec72
|
@ -7,13 +7,13 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
xvkbd: xvkbd (virtual keyboard for X window system)
|
||||
xvkbd:
|
||||
xvkbd:
|
||||
xvkbd: xvkbd is a virtual (graphical) keyboard program for X Window System
|
||||
xvkbd: which provides facility to enter characters onto other clients
|
||||
xvkbd: (softwares) by clicking on a keyboard displayed on the screen. This may
|
||||
xvkbd: be used for systems without a hardware keyboard such as kiosk terminals
|
||||
xvkbd: or handheld devices. This program also has facility to send characters
|
||||
xvkbd: specified as the command line option to another client.
|
||||
xvkbd: (softwares) by clicking on a keyboard displayed on the screen. This
|
||||
xvkbd: may be used for systems without a hardware keyboard such as kiosk
|
||||
xvkbd: terminals or handheld devices. This program also has facility to send
|
||||
xvkbd: characters specified as the command line option to another client.
|
||||
xvkbd:
|
||||
xvkbd: http://homepage3.nifty.com/tsato/xvkbd/
|
||||
xvkbd:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for xvkbd
|
||||
#
|
||||
# Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2013 Erik W. Hanson, Minneapolis, MN, 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=xvkbd
|
||||
VERSION=${VERSION:-3.3}
|
||||
VERSION=${VERSION:-3.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xvkbd"
|
||||
VERSION="3.3"
|
||||
VERSION="3.4"
|
||||
HOMEPAGE="http://homepage3.nifty.com/tsato/xvkbd/"
|
||||
DOWNLOAD="http://homepage3.nifty.com/tsato/xvkbd/xvkbd-3.3.tar.gz"
|
||||
MD5SUM="8495402211a610293563a749bb45a0f0"
|
||||
DOWNLOAD="http://homepage3.nifty.com/tsato/xvkbd/xvkbd-3.4.tar.gz"
|
||||
MD5SUM="5415e9651badf1eac17624f71c3e58ae"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue