mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
desktop/xvkbd: Updated for version 4.0.
This commit is contained in:
parent
90724c4c56
commit
4aa7c58919
2 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue