mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 11:22:52 +00:00
5 lines
231 B
Bash
5 lines
231 B
Bash
![]() |
#! /usr/bin/env bash
|
||
|
$XGETTEXT `find . -name \*.qml` -L Java -o $podir/plasma_package_org.kde.desktop.activitymanager.pot
|
||
|
$XGETTEXT `find . -name \*.cpp` -j -o $podir/plasma_package_org.kde.desktop.activitymanager.pot
|
||
|
rm -f rc.cpp
|