diff options
author | Akinori Hattori <hattya@gentoo.org> | 2023-02-26 22:34:53 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2023-02-26 22:34:53 +0900 |
commit | 68339b8cfa92c829fa743c87cfd45b2e608b969f (patch) | |
tree | 3afc423d1d2d7efdc23953eb31ccd9a3d954ff08 | |
parent | app-i18n/ibus-typing-booster: update PYTHON_COMPAT (diff) | |
download | gentoo-68339b8cfa92c829fa743c87cfd45b2e608b969f.tar.gz gentoo-68339b8cfa92c829fa743c87cfd45b2e608b969f.tar.bz2 gentoo-68339b8cfa92c829fa743c87cfd45b2e608b969f.zip |
app-i18n/ibus-table-others: new upstream release
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
-rw-r--r-- | app-i18n/ibus-table-others/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/ibus-table-others/ibus-table-others-1.3.15.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 1958b594a0bd..b744dc469035 100644 --- a/app-i18n/ibus-table-others/Manifest +++ b/app-i18n/ibus-table-others/Manifest @@ -1 +1,2 @@ DIST ibus-table-others-1.3.14.tar.gz 674955 BLAKE2B 77f94ae3f83e95eb53aaf3d78a28682261bfa63031dc74b1399b57194d68e2405df070f41af6a00d69dd9f9c9a106ffa730302847e01b2fc97988fe9bd42a1e2 SHA512 9c91db95ebbee3b6951cc179a46bbc3ee29409afa1e3229a6213447b90ebff288dc738046b0ea4f979c2241cf9563ca77a8b97b651a56e940563e9f25e0e238b +DIST ibus-table-others-1.3.15.tar.gz 675072 BLAKE2B fe12af11628bdefdc313ae29d905f8a95ea73541fee3c7dbbff355948ff1afe7d051ccd2f85d50582e43dc68c87eb669e9321a97e5fc39a5ac29785148dbc3f5 SHA512 65c8ca06901cd507b0112de7df0700450d3348b10eef36b1d5bb3e419b21637f9a4cf707b6ce630256cb350d6a65f6d7b261b5ec639599193610a31487f9ea76 diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild new file mode 100644 index 000000000000..3b9d129a0b69 --- /dev/null +++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.15.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2023 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" |