mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-i18n/fcitx-hangul: add 5.1.8
Signed-off-by: jinqiang zhang <peeweep@0x0.ee> Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
committed by
Yixun Lan
parent
cacab454f4
commit
fcf0cff9fe
@@ -1,2 +1,3 @@
|
||||
DIST fcitx5-hangul-5.1.6.tar.zst 49294 BLAKE2B a15ce38a87efa1b26ed57a83a3644a6522cbeb5dd31c43f85df136ab89458aeeb071b3fc5d0ee961d494791e7f9ecc7b92fbeac151273e48100664da2c5ac4cf SHA512 812b849033aa5eba4eb1b5178c49e1a6bc03b194a1af0a8f5e113613f07cacfd493d6bcc1044322880aba6e8393071ec1c7294438c64547cd6baca3b8ebf81a9
|
||||
DIST fcitx5-hangul-5.1.7.tar.zst 49781 BLAKE2B 276d3dd4ca5d357e53bf76ba91d3158ca5dbadb8dc6161bfa6a960e5c588d9d7fe96205032a4f9f931ef2195a5ba74d559b7d63709a143def36e1f2699348838 SHA512 75cbbe8f4e871c975f4d40d95731144d737f4fc0881bbc0f06fc007092c29591599ceb26f629ca93a07d3fa63bb7e97b38250ebe16c86f2abaeb8efc80872c72
|
||||
DIST fcitx5-hangul-5.1.8.tar.zst 50346 BLAKE2B 59b55f36456b58a7bb20ec0a7230522519a981a87d753c838e955a0e8e8d832d25d8a81e39a846a82f699a1146993cf136224c53a8561b75dfdfa8b9110a1c7e SHA512 bb04cb2586ca5582eb3ffb3a37a2a415bba083e25d871a8136ca2466fce1d49e154c114f9869d9c6d1e2f50977e05f330f47386cc61dd2fd5ee03e2803ff5faa
|
||||
|
||||
31
app-i18n/fcitx-hangul/fcitx-hangul-5.1.8.ebuild
Normal file
31
app-i18n/fcitx-hangul/fcitx-hangul-5.1.8.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 2024-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MY_PN="fcitx5-hangul"
|
||||
|
||||
inherit cmake unpacker xdg
|
||||
|
||||
DESCRIPTION="Korean Hangul input method for Fcitx"
|
||||
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-hangul"
|
||||
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="5"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
|
||||
|
||||
DEPEND="
|
||||
!app-i18n/fcitx-hangul:4
|
||||
>=app-i18n/fcitx-5.1.13:5
|
||||
>=app-i18n/libhangul-0.0.12
|
||||
virtual/libiconv
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
kde-frameworks/extra-cmake-modules:0
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
DOCS=( AUTHORS )
|
||||
Reference in New Issue
Block a user