mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
5 lines
257 B
Bash
5 lines
257 B
Bash
#!/bin/bash
|
|
$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
|
|
$XGETTEXT `find . -name \*.qml` -L Java -o $podir/plasma_applet_org.kde.notifications.pot
|
|
$XGETTEXT rc.cpp -jo $podir/plasma_applet_org.kde.notifications.pot
|
|
rm -f rc.cpp
|