commit: 663b5cfc5de5bcef89697436fdb7a38f970713a3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 11:40:54 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 11:40:54 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=663b5cfc
app-cdr/dolphin-plugins-mountiso: Translations moved to code repository
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-9999.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-9999.ebuild
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-9999.ebuild
index 3fd404ce16..bbf9ea1216 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-9999.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-9999.ebuild
@@ -41,9 +41,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() {