diff options
author | Akinori Hattori <hattya@gentoo.org> | 2022-12-10 10:30:15 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2022-12-10 10:30:15 +0900 |
commit | cd976951e83bdcbb56c35c69ae6284385a87779b (patch) | |
tree | 139f2e6b44ec90ac78bce3fa737108b329393d19 /app-i18n | |
parent | sys-block/partimage: fix musl build failure (diff) | |
download | gentoo-cd976951e83bdcbb56c35c69ae6284385a87779b.tar.gz gentoo-cd976951e83bdcbb56c35c69ae6284385a87779b.tar.bz2 gentoo-cd976951e83bdcbb56c35c69ae6284385a87779b.zip |
app-i18n/ibus-table-others: new upstream release
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-table-others/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/ibus-table-others/ibus-table-others-1.3.14.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest index fec441351147..86da9a26d8e8 100644 --- a/app-i18n/ibus-table-others/Manifest +++ b/app-i18n/ibus-table-others/Manifest @@ -1 +1,2 @@ DIST ibus-table-others-1.3.13.tar.gz 676883 BLAKE2B 2486565f51781fc4d0a270f84c97d2525478392f165e4ebeda8c4b0d64405aa91e4568ebea1ec946fe57bcd9e1ddf08178ce1d46c3bf20571c71f94035df2f9c SHA512 1276139f3ce9e1d7a8e117be804e5ff0f4fba3f1d80600a10fb0fa25327a5c368e315bc87b68219091cdaa5927e536306111df0a4819503b2ec7002374cb2534 +DIST ibus-table-others-1.3.14.tar.gz 674955 BLAKE2B 77f94ae3f83e95eb53aaf3d78a28682261bfa63031dc74b1399b57194d68e2405df070f41af6a00d69dd9f9c9a106ffa730302847e01b2fc97988fe9bd42a1e2 SHA512 9c91db95ebbee3b6951cc179a46bbc3ee29409afa1e3229a6213447b90ebff288dc738046b0ea4f979c2241cf9563ca77a8b97b651a56e940563e9f25e0e238b diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.14.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.14.ebuild new file mode 100644 index 000000000000..bd2efd099ce5 --- /dev/null +++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.14.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +DESCRIPTION="Various tables for IBus-Table" +HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others" +SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="app-i18n/ibus-table + !app-i18n/ibus-table-code + !app-i18n/ibus-table-cyrillic + !app-i18n/ibus-table-latin + !app-i18n/ibus-table-tv" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" |