x11-misc/xvkbd: initial import of version 4.1

This commit is contained in:
Julian Ospald 2020-10-24 14:41:42 +02:00
parent edeb38c438
commit 7766cab320
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
# Copyright 2020 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
SUMMARY="Virtual keyboard for X window system"
HOMEPAGE="http://t-sato.in.coocan.jp/xvkbd/"
DOWNLOADS="http://t-sato.in.coocan.jp/xvkbd/${PNV}.tar.gz"
LICENCES="GPL-2"
SLOT="0"
PLATFORMS="~amd64 ~x86"
DEPENDENCIES="
build:
virtual/pkg-config
x11-proto/xorgproto
build+run:
x11-libs/libX11
x11-libs/libXaw
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXtst
"
src_prepare() {
edo sed -i -e 's/shell pkg-config/shell ${PKG_CONFIG}/' \
Makefile.{am,in}
}
src_install() {
dodir /usr/share/X11/app-defaults
default
dodoc ChangeLog README
newman ${PN}.man ${PN}.1
}