From ce4057c8b69ceab208ba35de9d24fff296d803aa Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Thu, 3 Nov 2016 23:01:08 +0100 Subject: [PATCH] Cleanup Messages.sh files for mobile Follow the changes to the structure of the files that happened during the porting to Frameworks. --- mobile/app/Messages.sh | 7 +------ mobile/components/Messages.sh | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/mobile/app/Messages.sh b/mobile/app/Messages.sh index 3eb4c923e..c5fde960b 100644 --- a/mobile/app/Messages.sh +++ b/mobile/app/Messages.sh @@ -1,7 +1,2 @@ #! /usr/bin/env bash -$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp -$XGETTEXT `find . -name \*.qml` -L Java -o $podir/org.kde.active.documentviewer.temp.pot -$XGETTEXT `find src/ -name "*.cpp" -o -name "*.h"` -o $podir/org.kde.active.documentviewer.pot -$MSGCAT $podir/org.kde.active.documentviewer.temp.pot $podir/org.kde.active.documentviewer.pot -o $podir/org.kde.active.documentviewer.pot -rm -f $podir/org.kde.active.documentviewer.temp.pot -rm -f rc.cpp +$XGETTEXT `find . -name \*.qml` -L Java -o $podir/org.kde.active.documentviewer.pot diff --git a/mobile/components/Messages.sh b/mobile/components/Messages.sh index 4c7865c46..2a5aa9658 100644 --- a/mobile/components/Messages.sh +++ b/mobile/components/Messages.sh @@ -1,3 +1,2 @@ #! /usr/bin/env bash $XGETTEXT `find . -name "*.cpp" -o -name "*.h"` -o $podir/org.kde.okular.pot -rm -f rc.cpp