x11-libs/xcb-imdkit: drop 1.0.5

Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Yongxiang Liang
2024-01-05 12:51:33 +08:00
committed by Yixun Lan
parent 9c5d6cd124
commit 4bf78ec5fd
2 changed files with 0 additions and 36 deletions

View File

@@ -1,2 +1 @@
DIST xcb-imdkit-1.0.5.tar.xz 347460 BLAKE2B 1c7c8a8e8b83d523447a122769b462f910ad3e627a860caa84dd5b0afbb881752050cce59c3feb6bd1ccc18b2946ee7ef0e31d0e12393492a6cfc7cc40acd12f SHA512 b021015e819c1d1722e5a04050a6839c28c38912c571cbe7a90c7e9055c36b77c3d16ee0930c86d4b602f2f3a2ad7c087d80101ff20a67255c45c0433358dd31
DIST xcb-imdkit-1.0.6.tar.xz 347508 BLAKE2B 2e900e422b154e253871eace835c51d620ac737ddf56c35166f70fcb51266e2ae8eb93cffdead04ef115467e58091687e7f23690c7e1793701c85b8dec240f0f SHA512 9e27843543e2d7ec4ed6d59e272640fd64809827baa01aaacc9f0a38fc347b4966ef48cb9a8d915a9f52243e97c16a112036d5f1504e660adef0c3b82a4dca1c

View File

@@ -1,35 +0,0 @@
# Copyright 2023 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 ~loong ~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
}