add Messages.sh in shell and containments

This commit is contained in:
Bhushan Shah 2019-11-20 12:35:14 +05:30
parent 78ce668071
commit 410e222bc8
2 changed files with 7 additions and 0 deletions

4
containments/panel/Messages.sh Executable file
View file

@ -0,0 +1,4 @@
#! /usr/bin/env bash
$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
$XGETTEXT `find . -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/plasma_applet_org.kde.phone.panel.pot
rm -f rc.cpp

3
shell/Messages.sh Executable file
View file

@ -0,0 +1,3 @@
#! /usr/bin/env bash
$XGETTEXT `find . -name \*.qml` -L Java -o $podir/plasma_shell_org.kde.plasma.phone.pot
rm -f rc.cpp