| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.9 | 8 | amd64 arm64 ~loong ~ppc ppc64 ~riscv x86 | 5 |
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake unpacker
DESCRIPTION="Input method development support for xcb"
HOMEPAGE="https://github.com/fcitx/xcb-imdkit"
SRC_URI="https://download.fcitx-im.org/fcitx5/${PN}/${P}.tar.zst"
LICENSE="LGPL-2.1"
SLOT="5"
KEYWORDS="amd64 arm64 ~loong ~ppc ppc64 ~riscv x86"
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
}
x11-libs/libxcb x11-libs/xcb-util x11-libs/xcb-util-keysyms dev-libs/uthash
x11-libs/libxcb x11-libs/xcb-util x11-libs/xcb-util-keysyms
kde-frameworks/extra-cmake-modules:0 virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | xcb-imdkit-1.0.9.tar.zst | 580633 bytes | https://download.fcitx-im.org/fcitx5/xcb-imdkit/xcb-imdkit-1.0.9.tar.zst |