shift-shell/applets/notifications/Messages.sh

6 lines
278 B
Bash
Raw Normal View History

#! /usr/bin/env 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.phone.notifications.pot
$XGETTEXT rc.cpp -jo $podir/plasma_applet_org.kde.phone.notifications.pot
rm -f rc.cpp