diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2024-01-10 01:12:12 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2024-01-13 23:52:29 +0000 |
commit | 423bad3d701164f3146638ebe39a49886957bba0 (patch) | |
tree | 065fe4833bc32fa492335156a9431f5e6c0b9b30 /app-i18n/fcitx-anthy | |
parent | app-i18n/fcitx-hangul: add 5.1.1 (diff) | |
download | gentoo-423bad3d701164f3146638ebe39a49886957bba0.tar.gz gentoo-423bad3d701164f3146638ebe39a49886957bba0.tar.bz2 gentoo-423bad3d701164f3146638ebe39a49886957bba0.zip |
app-i18n/fcitx-anthy: add 5.1.3
Closes: https://github.com/gentoo/gentoo/pull/34477
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-i18n/fcitx-anthy')
-rw-r--r-- | app-i18n/fcitx-anthy/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild | 31 | ||||
-rw-r--r-- | app-i18n/fcitx-anthy/metadata.xml | 9 |
3 files changed, 41 insertions, 0 deletions
diff --git a/app-i18n/fcitx-anthy/Manifest b/app-i18n/fcitx-anthy/Manifest index 814cb3b6b049..e67ac21a00b8 100644 --- a/app-i18n/fcitx-anthy/Manifest +++ b/app-i18n/fcitx-anthy/Manifest @@ -1 +1,2 @@ DIST fcitx-anthy-0.2.3.tar.xz 78020 BLAKE2B ae054f753dd7d10a0dafd80d67413c29806b6c3b08de9eac3d7eae1d540f01b7bafd22bd9c722a7fc517f1752d90c1c3d82e75aaf58a807daa60b7e9a047d152 SHA512 2769871059053fb370ba84af7cdf0c461d64724a240d58a5a8889cfd9bfb5d145998f79ed2d06a1ae1ab907f9db04fc122bfaf6957ef572fc833e400ffefc642 +DIST fcitx5-anthy-5.1.3.tar.xz 84388 BLAKE2B ddc07bdc721b3e108d758aaa5cbb0c71a9d9d9c55b91c50c4766c3bac45d501f9c9846c10aad5966f547da0f9510d32c5e679327c8672546418ed050381dbdf7 SHA512 389570108c120e3f1691f94907aecf74cef418510a1eb602ec7c7f79ae02ebd0df757a68632f4d355723961eb1f24bd66c36f52ec0c42b2c678e0f9d9f01f2a1 diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild b/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild new file mode 100644 index 000000000000..e6bd0e32b521 --- /dev/null +++ b/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PN="fcitx5-anthy" + +inherit cmake xdg + +DESCRIPTION="Japanese Anthy input methods for Fcitx5" +HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-anthy" +SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz" + +LICENSE="GPL-2+" +SLOT="5" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + app-i18n/anthy + >=app-i18n/fcitx-5.1.6:5 +" +DEPEND="${RDEPEND}" +BDEPEND=" + kde-frameworks/extra-cmake-modules:0 + virtual/pkgconfig +" + +S="${WORKDIR}/${MY_PN}-${PV}" +DOCS=( AUTHORS ) diff --git a/app-i18n/fcitx-anthy/metadata.xml b/app-i18n/fcitx-anthy/metadata.xml index c7a8a39b4352..bfd3609f4dcf 100644 --- a/app-i18n/fcitx-anthy/metadata.xml +++ b/app-i18n/fcitx-anthy/metadata.xml @@ -2,14 +2,23 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person" proxied="yes"> + <email>tanekliang@gmail.com</email> + <name>Yongxiang Liang</name> + </maintainer> + <maintainer type="person" proxied="yes"> <email>arfrever.fta@gmail.com</email> <name>Arfrever Frehtes Taifersar Arahesis</name> </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> <maintainer type="project"> <email>cjk@gentoo.org</email> <name>Cjk</name> </maintainer> <upstream> <remote-id type="github">fcitx/fcitx-anthy</remote-id> + <remote-id type="github">fcitx/fcitx5-anthy</remote-id> </upstream> </pkgmetadata> |