mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-10 20:08:43 -04:00
app-i18n/fcitx-m17n: drop 5.1.0
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
This commit is contained in:
parent
646908a9ba
commit
219e492ba1
@ -1 +0,0 @@
|
||||
DIST fcitx-m17n-5.1.0.tar.xz 23996 BLAKE2B 94802b1584cde13d0f613e5506a05ce101cfd0ecf245be980e608f8c6dd509540a877edb1d14ee376da8834f6fcf947a0d88ad1ed7019e47fa4d8bf5d04c3900 SHA512 a28a170ba62edc9b6e225f5ff6d76c8d7333006429a6d496abd2b7b49a9f82e01a2ebfdd670609c96529bbee36a01fb1937abfab745f1d3f3a4f196f3b9fc3df
|
@ -1,45 +0,0 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="m17n-provided input methods for Fcitx5"
|
||||
HOMEPAGE="https://github.com/fcitx/fcitx5-m17n"
|
||||
MY_PN="fcitx5-m17n"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz -> ${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm64 ~riscv"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="5"
|
||||
IUSE="coverage test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
# m17n-gui>=1.6.3
|
||||
RDEPEND="
|
||||
>=app-i18n/fcitx-5.1.5:5
|
||||
>=dev-libs/m17n-lib-1.6.3[X]
|
||||
dev-db/m17n-db
|
||||
dev-libs/libfmt
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
coverage? (
|
||||
dev-util/lcov
|
||||
)
|
||||
)
|
||||
"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
kde-frameworks/extra-cmake-modules:0
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DENABLE_TEST=$(usex test)
|
||||
-DENABLE_COVERAGE=$(usex coverage)
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user