commit: 98b06f51763cbfb78ff4542cd79932a87f66760c Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Sat May 17 08:23:09 2025 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Sat May 17 08:23:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b06f51
app-i18n/ibus-table-others: new upstream release Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> app-i18n/ibus-table-others/Manifest | 1 + .../ibus-table-others-1.3.20.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/app-i18n/ibus-table-others/Manifest b/app-i18n/ibus-table-others/Manifest index 8c147b5578c1..46d0586acbe8 100644 --- a/app-i18n/ibus-table-others/Manifest +++ b/app-i18n/ibus-table-others/Manifest @@ -1 +1,2 @@ DIST ibus-table-others-1.3.19.tar.gz 677793 BLAKE2B b4a58cd421801b65cadfb8659438616e001e34fa8a183154899087191913408bf1cb05f0453a6e60cfda40bcbf50a590cd8124e5587ccbc80ac823b031741384 SHA512 0b4baf161d9ce6ae23e237691ef3f66f551dc7db5976d7a0fbce2d8db06d534b0852fe87ab5edf54703eb2b54dd08e4915ca5782fa52429339796210fa9f7ce9 +DIST ibus-table-others-1.3.20.tar.gz 681185 BLAKE2B b4611121ee0788207f9e71b300af00e52d7d01efad0769aaace8c585a5fbeebb39b1b81cd48e2fc9d12c0eea7d3653088840eb0d6e345589d6d34e046c4d38d7 SHA512 302fe0c40af8c96ace127d63aa69ca0705345945732ab98cac173b30294ca081d9a171603b14c52b6441b0f972e5ac05a75c68eeb91934c57081554599c846e7 diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.20.ebuild b/app-i18n/ibus-table-others/ibus-table-others-1.3.20.ebuild new file mode 100644 index 000000000000..841f4e62a24a --- /dev/null +++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.20.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +inherit autotools + +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-latin" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + sed -i '/AM_PATH_PYTHON/d' configure.ac + + default + eautoreconf +}
