mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-i18n/ibus-kkc: initial import
Gentoo-Bug: 479550 Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
1
app-i18n/ibus-kkc/Manifest
Normal file
1
app-i18n/ibus-kkc/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST ibus-kkc-1.5.22.tar.gz 518844 SHA256 22fe2552f08a34a751cef7d1ea3c088e8dc0f0af26fd7bba9cdd27ff132347ce SHA512 767a995cb97ca7cf5434f64094351c4fcf1d3de9f31da6f6642ccec2d199ddfb58e27f281b4dd3c63f44dc29cd46b36808ecd1aacfe0b1320d0688d567eb6fd4 WHIRLPOOL 2b157203a4956e396e096b86be1b84d47df61eccec9a20eada6ebae14f27e30873389fb465a7d435f11f160bea24d0042ba9f20eb5555f1fb76d912b2200e82c
|
||||
36
app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild
Normal file
36
app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
|
||||
inherit vala
|
||||
|
||||
DESCRIPTION="Japanese Kana Kanji conversion engine for IBus"
|
||||
HOMEPAGE="https://github.com/ueno/ibus-kkc"
|
||||
SRC_URI="https://github.com/ueno/${PN}/releases/download/v${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="nls"
|
||||
|
||||
CDEPEND="app-i18n/ibus
|
||||
app-i18n/libkkc
|
||||
x11-libs/gtk+:3
|
||||
nls? ( virtual/libintl )"
|
||||
RDEPEND="${CDEPEND}
|
||||
app-i18n/skk-jisyo"
|
||||
DEPEND="${CDEPEND}
|
||||
$(vala_depend)
|
||||
dev-util/intltool
|
||||
virtual/pkgconfig
|
||||
nls? ( sys-devel/gettext )"
|
||||
|
||||
src_prepare() {
|
||||
vala_src_prepare
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable nls)
|
||||
}
|
||||
11
app-i18n/ibus-kkc/metadata.xml
Normal file
11
app-i18n/ibus-kkc/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>cjk@gentoo.org</email>
|
||||
<name>Cjk</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">ueno/ibus-kkc</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user