diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-08-29 22:10:40 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-08-29 22:10:40 +0900 |
commit | cfd1aa099efc06d44e66dabea2667ec1c005a076 (patch) | |
tree | 95ac6412da7b65d47f8179bc02b838624bd5804c /app-i18n | |
parent | app-i18n/ibus-table: drop old (diff) | |
download | gentoo-cfd1aa099efc06d44e66dabea2667ec1c005a076.tar.gz gentoo-cfd1aa099efc06d44e66dabea2667ec1c005a076.tar.bz2 gentoo-cfd1aa099efc06d44e66dabea2667ec1c005a076.zip |
app-i18n/ibus-table: new upstream release
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-table/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/ibus-table/ibus-table-1.9.20.ebuild | 37 | ||||
-rw-r--r-- | app-i18n/ibus-table/metadata.xml | 20 |
3 files changed, 48 insertions, 10 deletions
diff --git a/app-i18n/ibus-table/Manifest b/app-i18n/ibus-table/Manifest index 2e4e81f21bf5..a26acf0f874e 100644 --- a/app-i18n/ibus-table/Manifest +++ b/app-i18n/ibus-table/Manifest @@ -1 +1,2 @@ DIST ibus-table-1.9.18.tar.gz 585309 BLAKE2B 42d7d130bd2695c1c1a7010c0bcf29c1ecaa3899c8ef8d24b11e10434771415bfd8b91723ef4c489721f0276d05dce08de3472c49632b9d30da5be1a53f82dc7 SHA512 3f28269be1987023402eb6075b8e68b3bbba3c572a94551d072281677fde5fa14f8f4186455f8f9156b252934580c7a3837555d0edb46c76f13c8b109e26aca2 +DIST ibus-table-1.9.20.tar.gz 588045 BLAKE2B 9daba3a91fb2ef4d6ad6ba6bf2c1a7d4db12ae40ebd2ef3a843e68cc9d77791ed9a76550ceef0d7ccb8ad69322b897ebad36ff0bedf1d8a4790c69dec698e2fc SHA512 535008344a423a0c3afacf11206912cbc7b27b7a2724cc0f2dc944d0654a02f0b7d6eda397e95542a41b03fa675820531b12e2b0d8f2091ac6083d707a8ac285 diff --git a/app-i18n/ibus-table/ibus-table-1.9.20.ebuild b/app-i18n/ibus-table/ibus-table-1.9.20.ebuild new file mode 100644 index 000000000000..2a357802f975 --- /dev/null +++ b/app-i18n/ibus-table/ibus-table-1.9.20.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) +PYTHON_REQ_USE="sqlite(+)" + +inherit python-single-r1 + +DESCRIPTION="Tables engines for IBus" +HOMEPAGE="https://github.com/ibus/ibus/wiki" +SRC_URI="https://github.com/kaio/${PN}/releases/download/${PV}/${P}.tar.gz" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="nls" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + app-i18n/ibus[python(+),${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + virtual/libiconv + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +src_prepare() { + python_fix_shebang . + + default +} + +src_configure() { + econf $(use_enable nls) +} diff --git a/app-i18n/ibus-table/metadata.xml b/app-i18n/ibus-table/metadata.xml index 577d254feeb7..35a59248fa68 100644 --- a/app-i18n/ibus-table/metadata.xml +++ b/app-i18n/ibus-table/metadata.xml @@ -1,14 +1,14 @@ <?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> - <longdescription lang="en"> - A framework for table based input methods using IBus. - </longdescription> - <upstream> - <remote-id type="github">kaio/ibus-table</remote-id> - </upstream> + <maintainer type="project"> + <email>cjk@gentoo.org</email> + <name>Cjk</name> + </maintainer> + <longdescription lang="en"> + A framework for table based input methods using IBus. + </longdescription> + <upstream> + <remote-id type="github">kaio/ibus-table</remote-id> + </upstream> </pkgmetadata> |