572cd64af5
This KCM has been implemented by Tamas Krutk in the scope of Google Code-In. It is a simple KCM just listing all available scripts and allowing to import/export them. This will be further extended alongside the planned scripting changes in 4.9.
4 lines
188 B
Bash
Executable file
4 lines
188 B
Bash
Executable file
#!bin/sh
|
|
$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
|
|
$XGETTEXT `find . -name \*.cc -o -name \*.cpp -o -name \*.h` -o $podir/kcm-kwin-scripts.pot
|
|
rm -f rc.cpp
|