mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
add Messages.sh in shell and containments
This commit is contained in:
parent
78ce668071
commit
410e222bc8
2 changed files with 7 additions and 0 deletions
4
containments/panel/Messages.sh
Executable file
4
containments/panel/Messages.sh
Executable 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
3
shell/Messages.sh
Executable 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
|
||||
Loading…
Reference in a new issue