commit: c2f26bedd090eda0a8a5b97cd8acc2d6a7773a6c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 11:41:17 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 11:41:17 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c2f26bed
kde-plasma/libkworkspace: Translations moved to code repository
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/libkworkspace/libkworkspace-9999.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/kde-plasma/libkworkspace/libkworkspace-9999.ebuild
b/kde-plasma/libkworkspace/libkworkspace-9999.ebuild
index 12eb281d41..49b8525e6c 100644
--- a/kde-plasma/libkworkspace/libkworkspace-9999.ebuild
+++ b/kde-plasma/libkworkspace/libkworkspace-9999.ebuild
@@ -38,11 +38,9 @@ S="${S}/${PN}"
src_prepare() {
# delete colliding libkworkspace translations, let ecm_src_prepare do
its magic
- if [[ ${KDE_BUILD_TYPE} = release ]]; then
- find ../po -type f -name "*po" -and -not -name "libkworkspace*"
-delete || die
- rm -rf po/*/docs || die
- cp -a ../po ./ || die
- fi
+ find ../po -type f -name "*po" -and -not -name "libkworkspace*" -delete
|| die
+ rm -rf po/*/docs || die
+ cp -a ../po ./ || die
eapply "${FILESDIR}/${PN}-5.22.80-standalone.patch"
sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" -i CMakeLists.txt || die