public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-qt/
Date: Thu, 24 Apr 2025 18:21:23 +0000 (UTC)	[thread overview]
Message-ID: <1745518864.60b86acbdf4752af67466788c14216f5a9319b13.asturm@gentoo> (raw)

commit:     60b86acbdf4752af67466788c14216f5a9319b13
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 17:23:53 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 18:21:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b86acb

app-i18n/fcitx-qt: drop 5.1.8

Closes: https://bugs.gentoo.org/954145
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-i18n/fcitx-qt/Manifest              |  1 -
 app-i18n/fcitx-qt/fcitx-qt-5.1.8.ebuild | 65 ---------------------------------
 app-i18n/fcitx-qt/metadata.xml          |  1 -
 3 files changed, 67 deletions(-)

diff --git a/app-i18n/fcitx-qt/Manifest b/app-i18n/fcitx-qt/Manifest
index c08bc9373d66..c628998c7f1e 100644
--- a/app-i18n/fcitx-qt/Manifest
+++ b/app-i18n/fcitx-qt/Manifest
@@ -1,2 +1 @@
-DIST fcitx-qt-5.1.8.tar.zst 128800 BLAKE2B f8fd49f7cb6d152fd99d036494274f6a1883159140edbd73f525ca4caeb0a8f626671e182ba988b57b85e3f840c900353907eb0a941189b1d5a0b21430df8656 SHA512 ecd9131b2266888345363c39bf4446f6d6d127662d0e67a9837a106f6124d189fa0c74e0cac3f3a6680a3d533316fb6333a83fca1cf9c90561e0b84174abbabd
 DIST fcitx-qt-5.1.9.tar.zst 128804 BLAKE2B c21e344c1eab3933abe4eb9558ec55a24ed952dcb0f00e16542be6408f4ac98714ba989dd442c1b9ea39e26fe3656f2d1ddbaac4380e6ef535048673637e85f0 SHA512 81859215884e3f4a598e2f1d60c2403fa4ddb078732b1292df9083a539e470e7bbb44319e968d47fecad1e4bc28424f451c1a54918ba12d2a265c59ae69f798e

diff --git a/app-i18n/fcitx-qt/fcitx-qt-5.1.8.ebuild b/app-i18n/fcitx-qt/fcitx-qt-5.1.8.ebuild
deleted file mode 100644
index 86606d541afe..000000000000
--- a/app-i18n/fcitx-qt/fcitx-qt-5.1.8.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="fcitx5-qt"
-
-inherit cmake unpacker
-
-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.zst -> ${P}.tar.zst"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-LICENSE="BSD LGPL-2.1+"
-SLOT="5"
-KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
-IUSE="qt5 onlyplugin staticplugin +qt6 +X wayland"
-REQUIRED_USE="
-	|| ( qt5 qt6 )
-	qt5? ( X )
-	staticplugin? ( onlyplugin )
-"
-
-RDEPEND="
-	!onlyplugin? (
-		>=app-i18n/fcitx-5.1.5:5
-		qt5? ( dev-qt/qtconcurrent:5 )
-	)
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtgui:5=
-		dev-qt/qtwidgets:5
-		wayland? ( dev-qt/qtwayland:5 )
-	)
-	qt6? (
-		dev-qt/qtbase:6=[dbus,gui,widgets,wayland?]
-		wayland? ( dev-qt/qtwayland:6 )
-	)
-	X? (
-		x11-libs/libX11
-		x11-libs/libxcb
-		x11-libs/libxkbcommon
-	)
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	kde-frameworks/extra-cmake-modules:0
-	virtual/pkgconfig
-	!onlyplugin? ( sys-devel/gettext )
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DENABLE_QT4=no
-		-DENABLE_QT5=$(usex qt5)
-		-DENABLE_QT6=$(usex qt6)
-		-DENABLE_QT6_WAYLAND_WORKAROUND=$(usex qt6 $(usex wayland))
-		-DENABLE_X11=$(usex X)
-		-DBUILD_ONLY_PLUGIN=$(usex onlyplugin)
-		-DBUILD_STATIC_PLUGIN=$(usex staticplugin)
-	)
-	cmake_src_configure
-}

diff --git a/app-i18n/fcitx-qt/metadata.xml b/app-i18n/fcitx-qt/metadata.xml
index 446ffdc2c7c1..8b2d861750ae 100644
--- a/app-i18n/fcitx-qt/metadata.xml
+++ b/app-i18n/fcitx-qt/metadata.xml
@@ -15,7 +15,6 @@
 	</maintainer>
 	<use>
 		<flag name="onlyplugin">Build only plugin</flag>
-		<flag name="qt6">Build support for QT6</flag>
 		<flag name="staticplugin">Build plugin as static</flag>
 	</use>
 	<upstream>


             reply	other threads:[~2025-04-24 18:21 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-24 18:21 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-04 12:55 [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-qt/ Andreas Sturmlechner
2025-09-30 18:16 Arthur Zamarin
2025-08-18 16:23 Sam James
2025-08-06 23:42 Yixun Lan
2025-04-24  7:00 Sam James
2025-04-19  7:10 Andreas Sturmlechner
2025-02-08  0:18 Yixun Lan
2024-12-02  7:15 Yixun Lan
2024-11-24 14:25 Joonas Niilola
2024-11-24  8:45 Joonas Niilola
2024-10-21  5:36 Yixun Lan
2024-10-11  0:07 Yixun Lan
2024-07-29  6:35 Joonas Niilola
2024-07-29  6:22 Joonas Niilola
2024-04-04  2:52 Yixun Lan
2024-04-04  2:52 Yixun Lan
2024-03-09  1:07 Yixun Lan
2024-03-08 12:16 Yixun Lan
2024-03-08  9:12 Yixun Lan
2024-01-17  9:04 Jakov Smolić
2024-01-16 17:50 Arthur Zamarin
2024-01-11  0:22 Yixun Lan
2024-01-11  0:22 Yixun Lan
2024-01-02  3:56 WANG Xuerui

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1745518864.60b86acbdf4752af67466788c14216f5a9319b13.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox