commit: 676a70d4515a46d21734715cf799d899eb5fc7f5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 11:41:15 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 11:41:15 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=676a70d4
kde-apps/kwrite: Translations moved to code repository
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kwrite/kwrite-9999.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/kde-apps/kwrite/kwrite-9999.ebuild
b/kde-apps/kwrite/kwrite-9999.ebuild
index e1f620e1dc..32352c320e 100644
--- a/kde-apps/kwrite/kwrite-9999.ebuild
+++ b/kde-apps/kwrite/kwrite-9999.ebuild
@@ -34,10 +34,8 @@ src_prepare() {
cmake_run_in apps/lib cmake_comment_add_subdirectory autotests
# delete colliding kate translations
- if [[ ${KDE_BUILD_TYPE} = release ]]; then
- find po -type f -name "*po" -and -not -name "kwrite*" -delete
|| die
- rm -rf po/*/docs/kate* || die
- fi
+ find po -type f -name "*po" -and -not -name "kwrite*" -delete || die
+ rm -rf po/*/docs/kate* || die
}
src_configure() {