commit:     f1dff2162c845de9603964af452a3fb941ec3729
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Mon Dec  9 14:20:32 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 20:26:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1dff216

app-i18n/fcitx-qt5: treeclean

Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-i18n/fcitx-qt5/Manifest                        |  1 -
 app-i18n/fcitx-qt5/fcitx-qt5-1.2.5.ebuild          | 48 ----------------------
 app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild         | 44 --------------------
 ....2.5-QFcitxPlatformInputContext_recursion.patch | 27 ------------
 app-i18n/fcitx-qt5/metadata.xml                    | 11 -----
 5 files changed, 131 deletions(-)

diff --git a/app-i18n/fcitx-qt5/Manifest b/app-i18n/fcitx-qt5/Manifest
deleted file mode 100644
index ee9dd6e8effc..000000000000
--- a/app-i18n/fcitx-qt5/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fcitx-qt5-1.2.5.tar.xz 98604 BLAKE2B 
07f3d62c3c47e5ce0805a087cc4819dec44d8038cc428a3f9b39d640e409372eeaf0f8326a00be8b4af1ef6ec21870dd5ebdabfe39a2cf92ab9cec8c32be059f
 SHA512 
238ebd02e4b07a1bffcbf2d1534492589bce206c3bce0197e075e8cd3f1b16a2867b5e9beb3bc2a0a5e9391acbf20c07d4d5a35f1550b4e71ee663712a8d56c6

diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-1.2.5.ebuild 
b/app-i18n/fcitx-qt5/fcitx-qt5-1.2.5.ebuild
deleted file mode 100644
index 4dc0c8089588..000000000000
--- a/app-i18n/fcitx-qt5/fcitx-qt5-1.2.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2014-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit cmake
-
-if [[ "${PV}" =~ (^|\.)9999$ ]]; then
-       inherit git-r3
-
-       EGIT_REPO_URI="https://github.com/fcitx/fcitx-qt5";
-fi
-
-DESCRIPTION="Fcitx input method module for Qt 5"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-qt5";
-if [[ "${PV}" =~ (^|\.)9999$ ]]; then
-       SRC_URI=""
-else
-       SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz";
-fi
-
-LICENSE="BSD GPL-2+ GPL-3+ LGPL-2+"
-SLOT="4"
-KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 ~riscv x86"
-IUSE=""
-
-BDEPEND=">=app-i18n/fcitx-4.2.9:4
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtwidgets:5
-       kde-frameworks/extra-cmake-modules:0
-       virtual/pkgconfig"
-# Private headers of dev-qt/qtgui:5 used.
-RDEPEND=">=app-i18n/fcitx-4.2.9:4
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtgui:5=
-       dev-qt/qtwidgets:5
-       virtual/libintl
-       x11-libs/libxkbcommon"
-DEPEND="${RDEPEND}
-       dev-qt/qtconcurrent:5"
-
-PATCHES=(
-       "${FILESDIR}/${P}-QFcitxPlatformInputContext_recursion.patch"
-)
-
-DOCS=()

diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild 
b/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild
deleted file mode 100644
index 827553c28d48..000000000000
--- a/app-i18n/fcitx-qt5/fcitx-qt5-4.9999.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2014-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit cmake
-
-if [[ "${PV}" =~ (^|\.)9999$ ]]; then
-       inherit git-r3
-
-       EGIT_REPO_URI="https://github.com/fcitx/fcitx-qt5";
-fi
-
-DESCRIPTION="Fcitx input method module for Qt 5"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-qt5";
-if [[ "${PV}" =~ (^|\.)9999$ ]]; then
-       SRC_URI=""
-else
-       SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz";
-fi
-
-LICENSE="BSD GPL-2+ GPL-3+ LGPL-2+"
-SLOT="4"
-KEYWORDS=""
-IUSE=""
-
-BDEPEND=">=app-i18n/fcitx-4.2.9:4
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtwidgets:5
-       kde-frameworks/extra-cmake-modules:0
-       virtual/pkgconfig"
-# Private headers of dev-qt/qtgui:5 used.
-RDEPEND=">=app-i18n/fcitx-4.2.9:4
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtgui:5=
-       dev-qt/qtwidgets:5
-       virtual/libintl
-       x11-libs/libxkbcommon"
-DEPEND="${RDEPEND}
-       dev-qt/qtconcurrent:5"
-
-DOCS=()

diff --git 
a/app-i18n/fcitx-qt5/files/fcitx-qt5-1.2.5-QFcitxPlatformInputContext_recursion.patch
 
b/app-i18n/fcitx-qt5/files/fcitx-qt5-1.2.5-QFcitxPlatformInputContext_recursion.patch
deleted file mode 100644
index 385abd8495ad..000000000000
--- 
a/app-i18n/fcitx-qt5/files/fcitx-qt5-1.2.5-QFcitxPlatformInputContext_recursion.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-https://github.com/fcitx/fcitx-qt5/commit/6f2033c497fe0da1fd197bc3be35695b11eafd93
-
---- a/platforminputcontext/qfcitxplatforminputcontext.cpp
-+++ b/platforminputcontext/qfcitxplatforminputcontext.cpp
-@@ -291,8 +291,21 @@
-         return;
-     }
-     if (proxy) {
--        cursorRectChanged();
-         proxy->focusIn();
-+        // We need to delegate this otherwise it may cause self-recursion in
-+        // certain application like libreoffice.
-+        auto window = m_lastWindow;
-+        QMetaObject::invokeMethod(
-+            this,
-+            [this, window]() {
-+                if (window != m_lastWindow) {
-+                    return;
-+                }
-+                if (auto *proxy = validICByWindow(window.data())) {
-+                    cursorRectChanged();
-+                }
-+            },
-+            Qt::QueuedConnection);
-     }
- }
- 

diff --git a/app-i18n/fcitx-qt5/metadata.xml b/app-i18n/fcitx-qt5/metadata.xml
deleted file mode 100644
index 57993d881873..000000000000
--- a/app-i18n/fcitx-qt5/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Cjk</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">fcitx/fcitx-qt5</remote-id>
-       </upstream>
-</pkgmetadata>

Reply via email to