commit: 9a21ad97e2928988cc07e3fc9b58151457681606 Author: jinqiang zhang <peeweep <AT> 0x0 <DOT> ee> AuthorDate: Sun Oct 26 04:52:54 2025 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Tue Oct 28 02:54:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a21ad97
app-i18n/fcitx-sayura: add 5.1.5 Signed-off-by: jinqiang zhang <peeweep <AT> 0x0.ee> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> app-i18n/fcitx-sayura/Manifest | 1 + app-i18n/fcitx-sayura/fcitx-sayura-5.1.5.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/app-i18n/fcitx-sayura/Manifest b/app-i18n/fcitx-sayura/Manifest index baf904875b33..d525378bfcc7 100644 --- a/app-i18n/fcitx-sayura/Manifest +++ b/app-i18n/fcitx-sayura/Manifest @@ -1 +1,2 @@ DIST fcitx-sayura-5.1.3.tar.zst 25613 BLAKE2B cfa8db8baa700867579cf364ea6d2a4cc31da49bd5e5e087dd31f93f012b7d5d87dfdd9eee58e3110108d709c562a877532e95400b64cd2643f9c0af75582e27 SHA512 30733d695840607371f5ff0c82014df80455f087fd746265a786692c3e9fa55ecdc781259fe007eb95acc129125d7394580f54b762fd27f264233a469032e4f3 +DIST fcitx-sayura-5.1.5.tar.zst 25653 BLAKE2B 007247b1e0a66b7220643730c645a70bef1875ebb763ef4bb54d4c6df0e6943f373c4fca10031f1b399944ae716afc53f2efa8d7a5f231bff70ea0eb4a5abd6d SHA512 81d71285044f1a6ff6a3dd61a7308543cd8f9d327b8162f09d1dabff4362f534591d9c066b6046acb9a12b48697cea790309f5c5256902996a143299b4f27a0f diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-5.1.5.ebuild b/app-i18n/fcitx-sayura/fcitx-sayura-5.1.5.ebuild new file mode 100644 index 000000000000..29b0caaf1335 --- /dev/null +++ b/app-i18n/fcitx-sayura/fcitx-sayura-5.1.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg unpacker + +MY_PN="fcitx5-sayura" +DESCRIPTION="Fcitx-Sayura is a Sinhala input method for Fcitx input method framework" +HOMEPAGE="https://github.com/fcitx/fcitx5-sayura" +SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst -> ${P}.tar.zst" + +S="${WORKDIR}/${MY_PN}-${PV}" +LICENSE="LGPL-2.1+ MIT" +SLOT="5" +KEYWORDS="~amd64" + +DEPEND=" + >=app-i18n/fcitx-5.1.12:5 +" +RDEPEND="${DEPEND}" +BDEPEND=" + kde-frameworks/extra-cmake-modules:0 +"
