mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
kde-apps/lokalize: drop 25.04.0-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST lokalize-24.12.3.tar.xz 2059676 BLAKE2B a54f06615f0caa9d58955c98d0b59baefb0099b3dc03bbbf01cd7c9046578a813ab6a977538d7fda0aa103689b2bb89c908a3bf10a8556f9c36a2d1cb954ed02 SHA512 ec82f4195bbfebcb488257b42eb8f75cf37c044adb6df4574c2e0a0bb7d90922ba36f310a42944fcb32139a3028376ece8602aa9b22ccd5d2d8383e9e1a0b5cb
|
||||
DIST lokalize-25.04.0.tar.xz 2068304 BLAKE2B a37899fa66866f5a95d40e5af0de3fba0a79a911552bf3021151a7867e25717703551c96d7ca78b12bc31673fa6da276fb180bbbee209aff9339f6f36e62f525 SHA512 3a7f8de45c1bb5ffb45ce30976ef2210caf2515f75caf17d3a5db1f7e665ce65420fee3dfd80225764cc4c0f6fda3804081c202833b969dd80a0d5cba7cff95d
|
||||
DIST lokalize-25.04.1.tar.xz 2069104 BLAKE2B 37c22da323d3b55245662cd6e71e7b215da5a98567e1ed4d977851923bc72f6f6657b2cb42c30ccf83231d58ed70fa55831d76be23786a2a4d6fbbece5fe0aa2 SHA512 1f300b0f0d93e1c4cc1c19ea2e5987feb76583f23b7e186616f3f8f36df9b4d7b387d187abada672e694a42a5de0e4581fc54be7d7aaff26c16a34e14cc66361
|
||||
|
||||
@@ -1,56 +0,0 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user