|
|
|
@ -8,7 +8,7 @@ cd ${BASEDIR}
|
|
|
|
|
# we use simple sorting to make sure the lines do not jump around too much from system to system
|
|
|
|
|
find . -name '*.rc' -o -name '*.ui' -o -name '*.kcfg' | sort > ${WDIR}/rcfiles.list
|
|
|
|
|
xargs --arg-file=${WDIR}/rcfiles.list extractrc > ${WDIR}/rc.cpp
|
|
|
|
|
# additional string for KAboutData
|
|
|
|
|
# additional string for TDEAboutData
|
|
|
|
|
echo 'i18nc("NAME OF TRANSLATORS","Your names");' >> ${WDIR}/rc.cpp
|
|
|
|
|
echo 'i18nc("EMAIL OF TRANSLATORS","Your emails");' >> ${WDIR}/rc.cpp
|
|
|
|
|
cd ${WDIR}
|
|
|
|
|