mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-libs/ktextaddons: drop 1.3.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST ktextaddons-1.2.1.tar.xz 392132 BLAKE2B 63a3dcbca0e49fab246f6a76266529e90ec73209e5dd2464884b9b0071867d10ff017b91faa321a8738e63c90c6bd6c4c8ad708a4a944595eba4a7f0aa4934d2 SHA512 44a0aa56a92594031576d2e37e7bc526444f64cebd9b5add8bd382e72fc30b222075bee4d61cc358da61f4db266cd0a339717bd9d90b21e38993371cb1408db9
|
||||
DIST ktextaddons-1.3.0.tar.xz 393324 BLAKE2B 446cebcc278a60e3697893afee2bff91fbe6ef15413e4bbaf17aa8466a344437bb48d667cf4e6709de56339deeefb3969ae4a5d55ab73d7085feedb67bfae072 SHA512 0fb2c523547087a8732e40158318a5984729d56faf25318878f059c1dfb7b12fdb45e165e61fe259ee5379d40c24cd79464aac8af39802e25390d22a3a77eca4
|
||||
DIST ktextaddons-1.5.2_p20240108-8291d343.tar.gz 764013 BLAKE2B 6e23c88e3dd2ce3e5976df4656aa56178a9e6e59a23030e7aaaeb7f3185a1cd6b0d4ef58b44dc97cf82a2451bb237f4eac07d9c17f078c198f211fbc8e6cb000 SHA512 7dbfc81d7257f155749b50d712db2b0dc1f54652bffd13b3b6b760e7ec1026f1bc53aee76ad45a0923505a81df6620360f7a97d859bf6761333ca0261cb2436f
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
From d87f5f136a7af6bbeb033cacbd97136d89a76b51 Mon Sep 17 00:00:00 2001
|
||||
From: Laurent Montel <montel@kde.org>
|
||||
Date: Thu, 27 Apr 2023 07:48:40 +0200
|
||||
Subject: [PATCH] Fix Bug 469020: Building with QCH=ON fails
|
||||
|
||||
FIXED-IN: 1.3.1
|
||||
BUG: 469020
|
||||
---
|
||||
textautocorrection/core/CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/textautocorrection/core/CMakeLists.txt b/textautocorrection/core/CMakeLists.txt
|
||||
index 4c562d7..68d28fa 100644
|
||||
--- a/textautocorrection/core/CMakeLists.txt
|
||||
+++ b/textautocorrection/core/CMakeLists.txt
|
||||
@@ -163,7 +163,7 @@ if (BUILD_QCH)
|
||||
KF${KF_MAJOR_VERSION}TextAutoCorrectionCore_QCH
|
||||
NAME KF${KF_MAJOR_VERSION}TextAutoCorrectionCore
|
||||
BASE_NAME KF${KF_MAJOR_VERSION}TextAutoCorrectionCore
|
||||
- VERSION ${TEXTAUTOCORRECTION_VERSION}
|
||||
+ VERSION ${TEXTAUTOCORRECTIONCORE_VERSION}
|
||||
ORG_DOMAIN org.kde
|
||||
SOURCES # using only public headers, to cover only public API
|
||||
${TextAutoCorrectionCore_autocorrection_HEADERS}
|
||||
--
|
||||
GitLab
|
||||
|
||||
@@ -1,50 +0,0 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_DESIGNERPLUGIN="true"
|
||||
ECM_QTHELP="true"
|
||||
ECM_TEST="true"
|
||||
KFMIN=5.103.0
|
||||
QTMIN=5.15.5
|
||||
VIRTUALX_REQUIRED="test"
|
||||
inherit ecm kde.org
|
||||
|
||||
DESCRIPTION="Various text handling addons"
|
||||
HOMEPAGE="https://invent.kde.org/libraries/ktextaddons"
|
||||
|
||||
if [[ ${KDE_BUILD_TYPE} = release ]]; then
|
||||
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2+"
|
||||
SLOT="5"
|
||||
IUSE="speech"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/qtkeychain:=[qt5(+)]
|
||||
>=dev-qt/qtgui-${QTMIN}:5
|
||||
>=dev-qt/qtnetwork-${QTMIN}:5
|
||||
>=dev-qt/qtwidgets-${QTMIN}:5
|
||||
>=kde-frameworks/kconfig-${KFMIN}:5
|
||||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:5
|
||||
>=kde-frameworks/ki18n-${KFMIN}:5
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:5
|
||||
speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-fix-qch.patch" ) # bug 905361
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package speech Qt5TextToSpeech)
|
||||
)
|
||||
ecm_src_configure
|
||||
}
|
||||
@@ -613,10 +613,6 @@ net-misc/openr2
|
||||
# reverse dependencies are fixed. Tracker bug is bug #906077.
|
||||
=dev-libs/libfmt-10*
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2023-04-30)
|
||||
# Breaking even latest ~arch version of KDE PIM, bug #905352.
|
||||
=dev-libs/ktextaddons-1.3*
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-04-13)
|
||||
# Leads to broken terminal output in e.g. vim and openrc and other applications
|
||||
# like joe crashing.
|
||||
|
||||
Reference in New Issue
Block a user