x11-libs/xcb-imdkit: add 1.0.7

Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Yongxiang Liang 2024-03-01 21:35:09 +08:00 committed by Yixun Lan
parent 2f307d4220
commit 03af84dd36
No known key found for this signature in database
GPG Key ID: 31AAEA47594DBBED
2 changed files with 36 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST xcb-imdkit-1.0.6.tar.xz 347508 BLAKE2B 2e900e422b154e253871eace835c51d620ac737ddf56c35166f70fcb51266e2ae8eb93cffdead04ef115467e58091687e7f23690c7e1793701c85b8dec240f0f SHA512 9e27843543e2d7ec4ed6d59e272640fd64809827baa01aaacc9f0a38fc347b4966ef48cb9a8d915a9f52243e97c16a112036d5f1504e660adef0c3b82a4dca1c
DIST xcb-imdkit-1.0.7.tar.xz 346244 BLAKE2B 32cfd7d278ce8d65c2b2dec033ae0b4bb3e18f7b91e620788c797192dcb94a1c578930ac816fc7298d01362fb7abb9b461e1aec918164433b01aea6c85c47ecd SHA512 222b6fa4e699832c9ff926ebed6ca6c959aa2a55a9aebe9c8824ca1d84dcd4d699bbe75e4ceb36453340be9dcd86e0dbad01553d01e89c3a4ba6d48ff1f100a4

View File

@ -0,0 +1,35 @@
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
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.xz"
LICENSE="LGPL-2.1"
SLOT="5"
KEYWORDS="~amd64 ~arm64 ~loong ~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
}