From d616a04772e0e5c33aea165bb388840cafdbdd99 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Mon, 13 May 2013 06:32:27 +0530 Subject: Add app-i18n/ibus-xkb --- app-i18n/ibus-xkb/Manifest | 1 + app-i18n/ibus-xkb/ibus-xkb-1.4.99.20120525.ebuild | 59 +++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 app-i18n/ibus-xkb/Manifest create mode 100644 app-i18n/ibus-xkb/ibus-xkb-1.4.99.20120525.ebuild (limited to 'app-i18n') diff --git a/app-i18n/ibus-xkb/Manifest b/app-i18n/ibus-xkb/Manifest new file mode 100644 index 0000000..0c2181d --- /dev/null +++ b/app-i18n/ibus-xkb/Manifest @@ -0,0 +1 @@ +DIST ibus-xkb-1.4.99.20120525.tar.gz 658528 SHA256 a6dabd595664eb360227b496de1ecd2d032f5f365e861cc401b1745eb491871f SHA512 1ac1b7252ad819ffe7b908985cd0f4a78a8c43265cee71bdb7eae0d6dcc7fc11a291a62625d8b74642228e7cc5ed7e63695e98202ed5e35e94285b22dc9183f8 WHIRLPOOL 197d6e60692a3a0fcff899ac3ea125944ccc5f75f2b5dd1325f21907feb146027e5c5340f1ab7b0a41a9f7bfa3700c961c359e820e338ea4f0685b99377c69ef diff --git a/app-i18n/ibus-xkb/ibus-xkb-1.4.99.20120525.ebuild b/app-i18n/ibus-xkb/ibus-xkb-1.4.99.20120525.ebuild new file mode 100644 index 0000000..dcc2194 --- /dev/null +++ b/app-i18n/ibus-xkb/ibus-xkb-1.4.99.20120525.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild,v 1.3 2013/04/29 12:13:35 naota Exp $ + +EAPI="5" +VALA_USE_DEPEND="vapigen" +VALA_MIN_API_VERSION="0.14" +inherit eutils vala + +DESCRIPTION="XCompose input method for the IBus Framework" +HOMEPAGE="http://code.google.com/p/ibus/" +SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+dconf gnome +gtk3 +introspection +vala" + +RDEPEND=" + app-text/iso-codes + x11-libs/libxkbfile + + >=dev-libs/glib-2.26:2 + >=app-i18n/ibus-1.5.0[vala?] + + dconf? ( >=gnome-base/dconf-0.7.5 ) + gnome? ( gnome-base/libgnomekbd ) + gtk3? ( x11-libs/gtk+:3 ) + introspection? ( >=dev-libs/gobject-introspection-0.6.8 )" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35 + sys-devel/gettext + virtual/pkgconfig + vala? ( $(vala_depend) )" + +REQUIRED_USE=" + gtk3? ( vala ) + vala? ( introspection )" + +src_prepare() { + default + vala_src_prepare +} + +src_configure() { + # TODO: use_enable python + econf --disable-maintainer-mode \ + --disable-gconf \ + --disable-python \ + --enable-xkb \ + $(use_enable dconf) \ + $(use_enable gtk3) \ + $(use_enable vala) +} + +src_install() { + default + prune_libtool_files +} -- cgit v1.2.3-65-gdbad