Add gajim-remote.desktop.in to POTFILES.skip. Fixes #8345

This commit is contained in:
Yann Leboulanger 2016-06-03 20:47:40 +02:00
parent 65f8f30968
commit c09c4e4218
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
&& ls -1 data/gajim.desktop.in.in data/gajim-remote.desktop.in.in \
src/*.py src/common/*.py src/command_system/*.py src/command_system/implementation/*.py src/common/zeroconf/*.py src/plugins/*.py | grep -v ipython_view.py >> \
po/POTFILES.in \
&& echo -e "data/gajim.desktop.in\nsrc/ipython_view.py" > po/POTFILES.skip || exit 1
&& echo -e "data/gajim.desktop.in\ndata/gajim-remote.desktop.in\nsrc/ipython_view.py" > po/POTFILES.skip || exit 1
if [ $(find plugins/ -name '*.py' | wc -l) -gt 0 ];then
ls -1 plugins/*/*.py plugins/*/*.ui >> po/POTFILES.skip
fi