Menu

#18 Delete qt_??.qm files

v1.0 (example)
open
nobody
None
5
2016-03-02
2016-03-02
AlexL
No

Qt translations for qt5 presents in many qm files. So better to use symlinks on system qt translations:
for qt_tr in ls %{_qt5_translationdir}
do
ln -s %{_qt5_translationdir}/$qt_tr %{buildroot}%{_datadir}/netemul/translation/$qt_tr
done

1 Attachments

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.