mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
5 lines
278 B
Bash
5 lines
278 B
Bash
#! /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
|