commit: f2cc6cac5cdfc35e957d415644ed6cc70a92fa1c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 11:41:04 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 11:41:04 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f2cc6cac
kde-apps/dolphin-plugins-subversion: Translations moved to code repository
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git
a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
index eec398fd9a..a2dd2743df 100644
--- a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
+++ b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
@@ -42,9 +42,7 @@ src_prepare() {
ecm_punt_qt_module Network
ecm_punt_kf_module XmlGui
# delete non-${PN} translations
- if [[ ${KDE_BUILD_TYPE} = release ]]; then
- find po -type f -name "*po" -and -not -name
"*${MY_PLUGIN_NAME}plugin" -delete || die
- fi
+ find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin"
-delete || die
}
src_configure() {