mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
5 lines
230 B
Bash
Executable file
5 lines
230 B
Bash
Executable file
#!/bin/bash
|
|
$EXTRACTRC kcm*.ui >> rc.cpp
|
|
$XGETTEXT rc.cpp kcmmisc.cpp preview/*.cpp -o $podir/kcmkeyboard.pot
|
|
$XGETTEXT kcm_*.cpp keyboard_*.cpp layout_*.cpp flags.cpp layouts_menu.cpp bindings.cpp -o $podir/kxkb.pot
|
|
rm -f rc.cpp
|