new package: matchbox-keyboard

Ref: https://github.com/termux/x11-packages/issues/24
This commit is contained in:
Leonid Pliushch 2018-11-22 01:58:32 +02:00 committed by Yaksh Bariya
parent 7e9b1e0e89
commit 66690fcaef
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,13 @@
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr"
TERMUX_PKG_HOMEPAGE=https://www.yoctoproject.org/tools-resources/projects/matchbox
TERMUX_PKG_DESCRIPTION="X virtual keyboard library."
TERMUX_PKG_VERSION=0.3
TERMUX_PKG_SRCURL=http://git.yoctoproject.org/cgit/cgit.cgi/libfakekey/snapshot/libfakekey-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=d282fa6481a5b85f71e36e8bad4cfa938cc8eaac4c42ffa27f9203ac634813f4
TERMUX_PKG_DEPENDS="libx11, libxtst"
TERMUX_PKG_EXTRA_MAKE_ARGS="AM_LDFLAGS=-lX11"
termux_step_pre_configure() {
autoreconf -i
}

View File

@ -0,0 +1,13 @@
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr"
TERMUX_PKG_HOMEPAGE=http://matchbox-project.org/
TERMUX_PKG_DESCRIPTION="An on-screen virtual keyboard."
TERMUX_PKG_VERSION=0.1.1
TERMUX_PKG_SRCURL=http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-keyboard/snapshot/matchbox-keyboard-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=44fc6dc6075090d6f8e43f8667cf8a85bed59b7221a5ee81843454c66e352790
TERMUX_PKG_DEPENDS="libexpat, libfakekey, libpng, libx11, libxft, libxrender, libxtst"
TERMUX_PKG_RECOMMENDS="ttf-dejavu"
termux_step_pre_configure() {
autoreconf -i
}