commit:     9d0b6a0580b36b4a6855594892ae0d491c866a87
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Thu Apr  4 02:38:13 2024 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Apr  4 02:50:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0b6a05

app-i18n/fcitx-qt: Add missing slot operators

It needs to be recompiled because it uses private api of QT
when a subslot of qt6 changes.

Closes: https://github.com/gentoo/gentoo/pull/36077
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 .../fcitx-qt/{fcitx-qt-5.1.5-r1.ebuild => fcitx-qt-5.1.5-r2.ebuild}  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r1.ebuild 
b/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r2.ebuild
similarity index 96%
rename from app-i18n/fcitx-qt/fcitx-qt-5.1.5-r1.ebuild
rename to app-i18n/fcitx-qt/fcitx-qt-5.1.5-r2.ebuild
index e08026f4846e..d942ecaa99a6 100644
--- a/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r1.ebuild
+++ b/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r2.ebuild
@@ -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"
@@ -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? (
@@ -50,8 +51,6 @@ BDEPEND="
        !onlyplugin? ( sys-devel/gettext )
 "
 
-S="${WORKDIR}/${MY_PN}-${PV}"
-
 src_configure() {
        local mycmakeargs=(
                -DENABLE_QT4=no

Reply via email to