app-i18n/fcitx-libthai - 5.1.10 (gentoo-zh)

Search

Install

Install this version:

emerge -a =app-i18n/fcitx-libthai-5.1.10

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-i18n/fcitx-libthai-5.1.10

Or alternatively:

emerge --autounmask-write -a =app-i18n/fcitx-libthai-5.1.10

Package Information

Description:
Thai input method for Fcitx5 based on libthai
Homepage:
https://github.com/fcitx/fcitx5-libthai
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
5.1.10 8 ~amd64 5
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN="fcitx5-libthai"
inherit cmake unpacker xdg

DESCRIPTION="Thai input method for Fcitx5 based on libthai"
HOMEPAGE="https://github.com/fcitx/fcitx5-libthai"
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst"
S="${WORKDIR}/${MY_PN}-${PV}"

LICENSE="GPL-2+"
SLOT="5"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"

DEPEND="
	>=app-i18n/fcitx-5.1.12:5
	dev-libs/libthai
	virtual/libiconv
"
RDEPEND="${DEPEND}"
BDEPEND="
	kde-frameworks/extra-cmake-modules:0
	sys-devel/gettext
	virtual/pkgconfig
"

PATCHES=(
	"${FILESDIR}"/${P}-cmake_316.patch
)

src_configure() {
	local mycmakeargs=(
		-DENABLE_TEST=$(usex test)
	)
	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-i18n/fcitx-libthai | euse -E <flag> -p app-i18n/fcitx-libthai | euse -D <flag> -p app-i18n/fcitx-libthai

Global/Standard Flags

Inherited Eclasses

xdg

Dependencies

DEPEND

	>=app-i18n/fcitx-5.1.12:5
	dev-libs/libthai
	virtual/libiconv

RDEPEND

	>=app-i18n/fcitx-5.1.12:5
	dev-libs/libthai
	virtual/libiconv

BDEPEND

	kde-frameworks/extra-cmake-modules:0
	sys-devel/gettext
	virtual/pkgconfig

Manifest for 5.1.10

Type File Size Source URLs
DIST fcitx5-libthai-5.1.10.tar.zst 23110 bytes https://download.fcitx-im.org/fcitx5/fcitx5-libthai/fcitx5-libthai-5.1.10.tar.zst