From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 003E41584AD for ; Fri, 25 Apr 2025 18:32:52 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E0098343090 for ; Fri, 25 Apr 2025 18:32:51 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DE96F1104B9; Fri, 25 Apr 2025 18:32:47 +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 bobolink.gentoo.org (Postfix) with ESMTPS id D2DEA1104B8 for ; Fri, 25 Apr 2025 18:32:47 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F0DC340C39 for ; Fri, 25 Apr 2025 18:32:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1DBCFB9 for ; Fri, 25 Apr 2025 18:32:45 +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: <1745605914.87f188fb67def41ce03e20ab539131c4aea3e463.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/lokalize/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/lokalize/lokalize-24.12.3-r1.ebuild kde-apps/lokalize/lokalize-25.04.0-r1.ebuild X-VCS-Directories: kde-apps/lokalize/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 87f188fb67def41ce03e20ab539131c4aea3e463 X-VCS-Branch: master Date: Fri, 25 Apr 2025 18:32:45 +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: d86a7ad1-90ed-4712-83ee-ff734fd5acc9 X-Archives-Hash: 400793f3c730fbfc0ee46f7640b49211 commit: 87f188fb67def41ce03e20ab539131c4aea3e463 Author: Alfred Wingate protonmail com> AuthorDate: Thu Apr 24 07:56:20 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 25 18:31:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f188fb kde-apps/lokalize: remove python scripts Upstream commit: aaa29d78a81d2bc08c1d0efe715f819a0329e96e Bug: https://bugs.gentoo.org/952507 Signed-off-by: Alfred Wingate protonmail.com> Part-of: https://github.com/gentoo/kde/pull/1035 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/lokalize/lokalize-24.12.3-r1.ebuild | 55 +++++++++++++++++++++++++++ kde-apps/lokalize/lokalize-25.04.0-r1.ebuild | 56 ++++++++++++++++++++++++++++ 2 files changed, 111 insertions(+) diff --git a/kde-apps/lokalize/lokalize-24.12.3-r1.ebuild b/kde-apps/lokalize/lokalize-24.12.3-r1.ebuild new file mode 100644 index 000000000000..d63720be7e50 --- /dev/null +++ b/kde-apps/lokalize/lokalize-24.12.3-r1.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoptional" +ECM_TEST="forceoptional" +KFMIN=6.7.0 +QTMIN=6.7.2 +inherit ecm gear.kde.org optfeature + +DESCRIPTION="Localization tool for KDE software and other free and open source software" +HOMEPAGE="https://apps.kde.org/lokalize/ https://l10n.kde.org/tools/" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="6" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +RESTRICT="test" # tests are broken, bug 739734 + +DEPEND=" + >=app-text/hunspell-1.2.8:= + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets,xml] + >=kde-frameworks/kcompletion-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kconfigwidgets-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kcrash-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/kitemviews-${KFMIN}:6 + >=kde-frameworks/knotifications-${KFMIN}:6 + >=kde-frameworks/kparts-${KFMIN}:6 + >=kde-frameworks/ktextwidgets-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 + >=kde-frameworks/kxmlgui-${KFMIN}:6 + >=kde-frameworks/sonnet-${KFMIN}:6 +" +RDEPEND="${DEPEND}" + +src_prepare() { + ecm_src_prepare + # https://invent.kde.org/sdk/lokalize/-/commit/aaa29d78a81d2bc08c1d0efe715f819a0329e96e + cmake_comment_add_subdirectory scripts +} + +pkg_postinst() { + if [[ -z "${REPLACING_VERSIONS}" ]]; then + optfeature "autofetch kde.org translations in new project wizard" dev-vcs/subversion + optfeature "spell and grammar checking" app-text/languagetool + fi + ecm_pkg_postinst +} diff --git a/kde-apps/lokalize/lokalize-25.04.0-r1.ebuild b/kde-apps/lokalize/lokalize-25.04.0-r1.ebuild new file mode 100644 index 000000000000..d5c095391271 --- /dev/null +++ b/kde-apps/lokalize/lokalize-25.04.0-r1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoptional" +ECM_TEST="forceoptional" +KFMIN=6.9.0 +QTMIN=6.7.2 +inherit ecm gear.kde.org optfeature xdg + +DESCRIPTION="Localization tool for KDE software and other free and open source software" +HOMEPAGE="https://apps.kde.org/lokalize/ https://l10n.kde.org/tools/" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="6" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +RESTRICT="test" # tests are broken, bug 739734 + +DEPEND=" + >=app-text/hunspell-1.2.8:= + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets,xml] + >=kde-frameworks/kcompletion-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kconfigwidgets-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kcrash-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kiconthemes-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/kitemviews-${KFMIN}:6 + >=kde-frameworks/knotifications-${KFMIN}:6 + >=kde-frameworks/kparts-${KFMIN}:6 + >=kde-frameworks/ktextwidgets-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 + >=kde-frameworks/kxmlgui-${KFMIN}:6 + >=kde-frameworks/sonnet-${KFMIN}:6 +" +RDEPEND="${DEPEND}" + +src_prepare() { + ecm_src_prepare + # https://invent.kde.org/sdk/lokalize/-/commit/aaa29d78a81d2bc08c1d0efe715f819a0329e96e + cmake_comment_add_subdirectory scripts +} + +pkg_postinst() { + if [[ -z "${REPLACING_VERSIONS}" ]]; then + optfeature "autofetch kde.org translations in new project wizard" dev-vcs/subversion + optfeature "spell and grammar checking" app-text/languagetool + fi + xdg_pkg_postinst +}