From c451044b82626438dbb13028eb3a76c6928c771e Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Thu, 24 Aug 2017 00:17:26 +0900 Subject: [PATCH] dev-libs/input-pad: initial import Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- dev-libs/input-pad/Manifest | 1 + .../input-pad-1.0.99_pre20140916.ebuild | 52 +++++++++++++++++++ dev-libs/input-pad/metadata.xml | 15 ++++++ 3 files changed, 68 insertions(+) create mode 100644 dev-libs/input-pad/Manifest create mode 100644 dev-libs/input-pad/input-pad-1.0.99_pre20140916.ebuild create mode 100644 dev-libs/input-pad/metadata.xml diff --git a/dev-libs/input-pad/Manifest b/dev-libs/input-pad/Manifest new file mode 100644 index 000000000000..de5718937d5b --- /dev/null +++ b/dev-libs/input-pad/Manifest @@ -0,0 +1 @@ +DIST input-pad-1.0.99.20140916.tar.gz 621070 SHA256 e0769e5e6fe4d741d25189ebe98dbf0f9d7edc1a516025783c0574799684159c SHA512 a7dd7996f69dbb6cc200be3c181e82ef8d701f85f1b27a886a8910afb3e673c1d71878e70b79141570a28a31dd47565868a990a358058ae8b99c29c76a316261 WHIRLPOOL d6121617a31f864e622cc02007faa033a1e0357760543f3b30dee064fb9b16867a0d366a062df313677ede74831f39a386eada85dcd1a1f32f03599191f033da diff --git a/dev-libs/input-pad/input-pad-1.0.99_pre20140916.ebuild b/dev-libs/input-pad/input-pad-1.0.99_pre20140916.ebuild new file mode 100644 index 000000000000..f884a5d7fb2b --- /dev/null +++ b/dev-libs/input-pad/input-pad-1.0.99_pre20140916.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit ltprune xdg-utils + +MY_P="${P/_pre/.}" +MY_PV="${PV/_pre/.}" + +DESCRIPTION="On-screen input pad to send characters with mouse" +HOMEPAGE="https://github.com/fujiwarat/input-pad/wiki" +SRC_URI="https://github.com/fujiwarat/${PN}/releases/download/${MY_PV}/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="eekboard +introspection static-libs +xtest" + +RDEPEND="dev-libs/glib:2 + dev-libs/libxml2 + x11-libs/gtk+:3 + x11-libs/libX11 + x11-libs/libxkbfile + x11-libs/libxklavier + virtual/libintl + eekboard? ( dev-libs/eekboard ) + introspection? ( dev-libs/gobject-introspection ) + xtest? ( x11-libs/libXtst )" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" +S="${WORKDIR}/${MY_P}" + +src_prepare() { + default + xdg_environment_reset +} + +src_configure() { + econf \ + $(use_enable eekboard eek) \ + $(use_enable introspection) \ + $(use_enable static-libs static) \ + $(use_enable xtest) +} + +src_install() { + default + prune_libtool_files +} diff --git a/dev-libs/input-pad/metadata.xml b/dev-libs/input-pad/metadata.xml new file mode 100644 index 000000000000..fc144ccafd3d --- /dev/null +++ b/dev-libs/input-pad/metadata.xml @@ -0,0 +1,15 @@ + + + + + cjk@gentoo.org + Cjk + + + Enable support for dev-libs/eekboard + Enable support for x11-libs/libXtst + + + fujiwarat/input-pad + + -- 2.26.2