x11-libs/xcb-imdkit - 9999 (gentoo-zh)

Search

Package Information

Description:
Input method development support for xcb
Homepage:
https://github.com/fcitx/xcb-imdkit
License:
LGPL-2.1

Ebuild Details

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

EAPI=8

inherit cmake git-r3

DESCRIPTION="Input method development support for xcb"
HOMEPAGE="https://github.com/fcitx/xcb-imdkit"
EGIT_REPO_URI="https://github.com/fcitx/xcb-imdkit.git"

LICENSE="LGPL-2.1"
SLOT="5"
KEYWORDS=""

RDEPEND="
	x11-libs/libxcb
	x11-libs/xcb-util
	x11-libs/xcb-util-keysyms
"
DEPEND="
	${RDEPEND}
	dev-libs/uthash
"
BDEPEND="
	kde-frameworks/extra-cmake-modules:0
	virtual/pkgconfig
"

src_configure() {
	local mycmakeargs=(
		-DUSE_SYSTEM_UTHASH=ON
	)
	cmake_src_configure
}

Dependencies

DEPEND

	
	x11-libs/libxcb
	x11-libs/xcb-util
	x11-libs/xcb-util-keysyms

	dev-libs/uthash

RDEPEND

	x11-libs/libxcb
	x11-libs/xcb-util
	x11-libs/xcb-util-keysyms

BDEPEND

	kde-frameworks/extra-cmake-modules:0
	virtual/pkgconfig