[packages/qt6] - drop not lang-tagged qt_help messages from qtbase.lang
qboosh
qboosh at pld-linux.org
Tue Apr 29 20:34:54 CEST 2025
commit a140a0751d60327378cebb44b8ec5a5f6d57b0f7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Apr 29 18:54:59 2025 +0200
- drop not lang-tagged qt_help messages from qtbase.lang
qt6.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/qt6.spec b/qt6.spec
index 0b8f716..5d30a13 100644
--- a/qt6.spec
+++ b/qt6.spec
@@ -4084,7 +4084,7 @@ find_qt6_qm()
name="$1"
find $RPM_BUILD_ROOT%{_datadir}/qt6/translations -name "${name}_*.qm" | \
sed -e "s:^$RPM_BUILD_ROOT::" \
- -e 's:\(.*/'$name'_\)\([a-z][a-z][a-z]\?\)\(_[A-Z][A-Z]\)\?\(\.qm\)$:%lang(\2\3) \1\2\3\4:'
+ -ne 's:\(.*/'$name'_\)\([a-z][a-z][a-z]\?\)\(_[A-Z][A-Z]\)\?\(\.qm\)$:%lang(\2\3) \1\2\3\4:p'
}
echo '%defattr(644,root,root,755)' > qtbase.lang
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qt6.git/commitdiff/6933ea962fae8b76db2788789b627c24df945dd0
More information about the pld-cvs-commit
mailing list