summaryrefslogtreecommitdiff
path: root/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild')
-rw-r--r--dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild83
1 files changed, 0 insertions, 83 deletions
diff --git a/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild b/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
deleted file mode 100644
index b534ae9a443f..000000000000
--- a/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python2_7 )
-VALA_USE_DEPEND="vapigen"
-
-inherit autotools gnome2-utils python-any-r1 vala vcs-snapshot virtualx xdg-utils
-
-DESCRIPTION="An easy to use virtual keyboard toolkit"
-HOMEPAGE="https://github.com/ueno/eekboard"
-SRC_URI="https://github.com/ueno/${PN}/archive/e212262f29e022bdf7047861263ceea0c373e916.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc +introspection libcanberra static-libs +vala +xtest"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND="app-accessibility/at-spi2-core
- dev-libs/glib:2
- dev-libs/libcroco
- virtual/libintl
- x11-libs/gtk+:3
- x11-libs/libX11
- x11-libs/libxklavier
- x11-libs/pango
- introspection? ( dev-libs/gobject-introspection )
- libcanberra? ( media-libs/libcanberra[gtk3(+)] )
- vala? ( $(vala_depend) )
- xtest? ( x11-libs/libXtst )"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- dev-util/glib-utils
- dev-util/gtk-doc
- dev-util/gtk-doc-am
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${PN}-vala.patch )
-
-src_prepare() {
- use vala && vala_src_prepare
- default
- eautoreconf
- xdg_environment_reset
-}
-
-src_configure() {
- econf \
- $(use_enable doc gtk-doc) \
- $(use_enable introspection) \
- $(use_enable libcanberra) \
- $(use_enable static-libs static) \
- $(use_enable vala) \
- $(use_enable xtest)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
-
-src_test() {
- virtx default
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
- gnome2_schemas_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- gnome2_schemas_update
-}