app-i18n/fcitx-cskk: make pkgcheck happy

This commit is contained in:
gouwazi 2025-02-22 14:59:41 +08:00 committed by peeweep
parent b4e99803f3
commit f0bdbdf14f

View File

@ -11,6 +11,7 @@ DESCRIPTION="SKK input method plugin for fcitx5 that uses LibCSKK"
HOMEPAGE="https://github.com/fcitx/fcitx5-cskk" HOMEPAGE="https://github.com/fcitx/fcitx5-cskk"
SRC_URI="https://github.com/fcitx/fcitx5-cskk/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="https://github.com/fcitx/fcitx5-cskk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="GPL-3+" LICENSE="GPL-3+"
SLOT="0" SLOT="0"
KEYWORDS="~amd64" KEYWORDS="~amd64"
@ -34,8 +35,6 @@ BDEPEND="
virtual/pkgconfig virtual/pkgconfig
" "
S="${WORKDIR}/${MY_PN}-${PV}"
src_configure() { src_configure() {
local mycmakeargs=( local mycmakeargs=(
-DENABLE_QT=$(usex qt5) -DENABLE_QT=$(usex qt5)