mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-18 23:38:57 -04:00
app-i18n/fcitx-hangul: drop 5.0.11
This commit is contained in:
parent
f0d7a1c635
commit
61d9d6a1c7
@ -1,2 +1 @@
|
||||
DIST fcitx5-hangul-5.0.11.tar.xz 39072 BLAKE2B 5aa45b31935f68278d36e3c63346bb1ed44943c0116d01921faf9230e118386feb6a6f12966ae8c7db2916479c68b6e45c86c07f758bd7850d521ab974586148 SHA512 1044af4cf23048f258a4186b2c6e01d3457106a777c268368d77a1da9ad76c6b1a17495097385e9f81e5aa71c3b1541302f23b8d8c52eb5ae25c3c2402b3972c
|
||||
DIST fcitx5-hangul-5.1.0.tar.xz 39176 BLAKE2B 716e4cbc9747d39839e465d057ccb3975e8dc1911105153e2bda298d66ff70ebbfea94997e45c4bc4b35acaa1d2ecd93cd096f3b2479348b3db5d68e752b4147 SHA512 d72caac5477c641612b07404a7e8b1dc1663fcff75e8c463aea1e3d9e2a31fdaab23aa78b4256d9036ce199c7ab9b21a1765dc6c86f88352948a447dcab76d1e
|
||||
|
@ -1,46 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit cmake xdg-utils
|
||||
|
||||
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
|
||||
inherit git-r3
|
||||
|
||||
EGIT_REPO_URI="https://github.com/fcitx/fcitx5-hangul"
|
||||
fi
|
||||
|
||||
MY_PN="fcitx5-hangul"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
DESCRIPTION="Korean Hangul input method for Fcitx"
|
||||
HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-hangul"
|
||||
if [[ "${PV}" =~ (^|\.)9999$ ]]; then
|
||||
SRC_URI=""
|
||||
else
|
||||
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_P}.tar.xz"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="5"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
BDEPEND="sys-devel/gettext
|
||||
virtual/pkgconfig"
|
||||
DEPEND=">=app-i18n/fcitx-5.0.2:5
|
||||
>=app-i18n/libhangul-0.0.12
|
||||
virtual/libiconv
|
||||
virtual/libintl"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=(AUTHORS)
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user