app-i18n/fcitx-hangul: drop 5.1.1

Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
This commit is contained in:
Yongxiang Liang 2024-07-30 02:12:19 +08:00 committed by 梁永祥
parent 219e492ba1
commit 1ef745a532
2 changed files with 0 additions and 31 deletions

View File

@ -1 +0,0 @@
DIST fcitx5-hangul-5.1.1.tar.xz 39296 BLAKE2B 4fadc20e5b312e4e40f592c24d7e724d3d6adb0cef2539a27e624758c5d7d79490ac3dcf960b37e3c2ab451098b1ff9424aea77cf2d9eeaca9b9ba5eaee538bf SHA512 7b16a81cee1448de2428a96f89ce0a4e41f51e8c3f9beb930b068147ef7d93e227081f65ede0d799d1e15692e4742da3ab864fb652fa1812bd5de24da7e3a2f7

View File

@ -1,30 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg
DESCRIPTION="Korean Hangul input method for Fcitx"
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-hangul"
MY_PN="fcitx5-hangul"
MY_P="${MY_PN}-${PV}"
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_P}.tar.xz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="LGPL-2.1+"
SLOT="5"
KEYWORDS="~amd64 ~x86"
BDEPEND="
kde-frameworks/extra-cmake-modules:0
virtual/pkgconfig
"
DEPEND="
>=app-i18n/fcitx-5.1.5:5
>=app-i18n/libhangul-0.0.12
virtual/libiconv
"
RDEPEND="${DEPEND}"
DOCS=(AUTHORS)