commit:     423bad3d701164f3146638ebe39a49886957bba0
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Tue Jan  9 17:12:12 2024 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 23:52:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=423bad3d

app-i18n/fcitx-anthy: add 5.1.3

Closes: https://github.com/gentoo/gentoo/pull/34477
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-i18n/fcitx-anthy/Manifest                 |  1 +
 app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild | 31 +++++++++++++++++++++++++++
 app-i18n/fcitx-anthy/metadata.xml             |  9 ++++++++
 3 files changed, 41 insertions(+)

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
@@ -1,15 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
+       <maintainer type="person" proxied="yes">
+               <email>tanekli...@gmail.com</email>
+               <name>Yongxiang Liang</name>
+       </maintainer>
        <maintainer type="person" proxied="yes">
                <email>arfrever....@gmail.com</email>
                <name>Arfrever Frehtes Taifersar Arahesis</name>
        </maintainer>
+       <maintainer type="project" proxied="proxy">
+               <email>proxy-ma...@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
        <maintainer type="project">
                <email>c...@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>

Reply via email to