Skip to content

Commit

Permalink
app-i18n/fcitx-qt: Add missing slot operators
Browse files Browse the repository at this point in the history
It needs to be recompiled because it uses private api of QT when a subslot of qt6 changes.

Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
  • Loading branch information
liangyongxiang committed Apr 4, 2024
1 parent 64fa07c commit 858e59d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ DESCRIPTION="Qt library and IM module for fcitx5"
HOMEPAGE="https://github.com/fcitx/fcitx5-qt"
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz -> ${P}.tar.xz"

S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="BSD LGPL-2.1+"
SLOT="5"
KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
Expand All @@ -34,7 +35,7 @@ RDEPEND="
wayland? ( dev-qt/qtwayland:5 )
)
qt6? (
dev-qt/qtbase:6[dbus,gui,widgets,wayland?]
dev-qt/qtbase:6=[dbus,gui,widgets,wayland?]
wayland? ( dev-qt/qtwayland:6 )
)
X? (
Expand All @@ -50,8 +51,6 @@ BDEPEND="
!onlyplugin? ( sys-devel/gettext )
"

S="${WORKDIR}/${MY_PN}-${PV}"

src_configure() {
local mycmakeargs=(
-DENABLE_QT4=no
Expand Down

0 comments on commit 858e59d

Please sign in to comment.