new package: florence - on-screen virtual keyboard

Ref: https://github.com/termux/x11-packages/issues/24
This commit is contained in:
Leonid Pliushch 2018-11-20 14:41:33 +02:00 committed by Yaksh Bariya
parent 23577648ed
commit 79a1ee4197
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr"
TERMUX_PKG_HOMEPAGE=http://sourceforge.net/projects/florence/
TERMUX_PKG_DESCRIPTION="A configurable on-screen virtual keyboard"
TERMUX_PKG_VERSION=0.6.3
TERMUX_PKG_SRCURL=http://sourceforge.net/projects/florence/files/florence/${TERMUX_PKG_VERSION}/florence-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=422992fd07d285be73cce721a203e22cee21320d69b0fda1579ce62944c5091e
TERMUX_PKG_DEPENDS="atk, fontconfig, freetype, fribidi, gdk-pixbuf, glib, gstreamer, gtk3, harfbuzz, libandroid-shmem, libandroid-support, libcairo-x, libcroco, libpixman, libpng, librsvg, libx11, libxcb, libxext, libxi, libxml2, libxrender, libxtst, pango-x"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--without-notification
--without-at-spi
--with-panelapplet
--with-xtst
--without-docs
"