mirror of
https://github.com/ukui/ukui-kwin.git
synced 2026-03-09 09:29:04 -07:00
5 lines
183 B
Bash
5 lines
183 B
Bash
#! /usr/bin/env bash
|
|
$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
|
|
$XGETTEXT `find . -name \*.qml -o -name \*.cpp` -o $podir/kwin_scripts.pot
|
|
rm -f rc.cpp
|