From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4714F158042 for ; Sun, 10 Nov 2024 16:46:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C65FE08CE; Sun, 10 Nov 2024 16:46:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31B48E08CE for ; Sun, 10 Nov 2024 16:46:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4395A335C7E for ; Sun, 10 Nov 2024 16:46:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCD09AED for ; Sun, 10 Nov 2024 16:46:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1731254880.97579b82abdfbc38fd3ef90e1a4f28818d0f99d0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/symboleditor/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/symboleditor/symboleditor-9999.ebuild X-VCS-Directories: media-gfx/symboleditor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 97579b82abdfbc38fd3ef90e1a4f28818d0f99d0 X-VCS-Branch: master Date: Sun, 10 Nov 2024 16:46:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5d5cb83c-eb42-4a99-941a-08225a090cf9 X-Archives-Hash: a3f517823161ae57435f4b4e28bea99e commit: 97579b82abdfbc38fd3ef90e1a4f28818d0f99d0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 10 16:06:45 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 10 16:08:00 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=97579b82 media-gfx/symboleditor: Port to KF6 Upstream commit 3ac3234de18ceed5fb9eb51aafd7f613d63df091 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/symboleditor/symboleditor-9999.ebuild | 29 ++++++++++++------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/media-gfx/symboleditor/symboleditor-9999.ebuild b/media-gfx/symboleditor/symboleditor-9999.ebuild index b2ae0b2398..3b10976f46 100644 --- a/media-gfx/symboleditor/symboleditor-9999.ebuild +++ b/media-gfx/symboleditor/symboleditor-9999.ebuild @@ -13,28 +13,27 @@ https://userbase.kde.org/SymbolEditor" if [[ ${KDE_BUILD_TYPE} != live ]]; then MY_P=SymbolEditor-${PV} SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${MY_P}.tar.bz2" - KEYWORDS="~amd64 ~x86" S="${WORKDIR}"/${MY_P} + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2" -SLOT="5" +SLOT="0" -BDEPEND=" - sys-devel/gettext -" DEPEND=" - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - kde-frameworks/kconfig:5 - kde-frameworks/kconfigwidgets:5 - kde-frameworks/kcoreaddons:5 - kde-frameworks/ki18n:5 - kde-frameworks/kio:5 - kde-frameworks/kwidgetsaddons:5 - kde-frameworks/kxmlgui:5 + dev-qt/qtbase:6[gui,widgets] + kde-frameworks/kconfig:6 + kde-frameworks/kconfigwidgets:6 + kde-frameworks/kcoreaddons:6 + kde-frameworks/ki18n:6 + kde-frameworks/kio:6 + kde-frameworks/kwidgetsaddons:6 + kde-frameworks/kxmlgui:6 +" +RDEPEND="${DEPEND} + !${CATEGORY}/${PN}:5 " -RDEPEND="${DEPEND}" +BDEPEND="sys-devel/gettext" src_configure() { local mycmakeargs=(