Add gajim-remote.desktop.in to POTFILES.skip. Fixes #8345
This commit is contained in:
parent
65f8f30968
commit
c09c4e4218
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue