desktop/xvkbd: Updated for version 4.0.

This commit is contained in:
Erik Hanson 2020-03-17 09:09:12 -05:00 committed by Willy Sudiarto Raharjo
parent 90724c4c56
commit 4aa7c58919
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 5 deletions

View file

@ -2,7 +2,7 @@
#
# Slackware build script for xvkbd
#
# Copyright 2009-2017 Erik W. Hanson, Minneapolis, MN, USA
# Copyright 2009-2020 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.8}
VERSION=${VERSION:-4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -57,6 +57,8 @@ find -L . \
touch host.def
xmkmf
sed -i 's, $(SHAREDIR)/words.english,$(SHAREDIR)/words.english,' Makefile
mkdir -p $PKG/usr/share/X11/
make
make install DESTDIR=$PKG
make install.man DESTDIR=$PKG

View file

@ -1,8 +1,8 @@
PRGNAM="xvkbd"
VERSION="3.8"
VERSION="4.0"
HOMEPAGE="http://t-sato.in.coocan.jp/xvkbd"
DOWNLOAD="http://t-sato.in.coocan.jp/xvkbd/xvkbd-3.8.tar.gz"
MD5SUM="0d683f68c92f22cd9a7ffcb6d82c81b6"
DOWNLOAD="http://t-sato.in.coocan.jp/xvkbd/xvkbd-4.0.tar.gz"
MD5SUM="3feb2e78555c85ca449e32dd461a555b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""