diff --git a/drkonqi/Messages.sh b/drkonqi/Messages.sh index 6e16ce3f..fdb88dc6 100644 --- a/drkonqi/Messages.sh +++ b/drkonqi/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC ui/*.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/drkonqi.pot rm -f rc.cpp diff --git a/kcminit/Messages.sh b/kcminit/Messages.sh index 59f7b2dd..1458659b 100755 --- a/kcminit/Messages.sh +++ b/kcminit/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kcminit.pot diff --git a/kcmshell/Messages.sh b/kcmshell/Messages.sh index 9805021e..1513813d 100644 --- a/kcmshell/Messages.sh +++ b/kcmshell/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kcmshell.pot diff --git a/kcontrol/access/Messages.sh b/kcontrol/access/Messages.sh index 3834cc09..b1afbe3a 100644 --- a/kcontrol/access/Messages.sh +++ b/kcontrol/access/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash ### TODO: why do we need 2 POT files for a single directory? $XGETTEXT kaccess.cpp main.cpp rc.cpp -o $podir/kaccess.pot $XGETTEXT kcmaccess.cpp rc.cpp -o $podir/kcmaccess.pot diff --git a/kcontrol/autostart/Messages.sh b/kcontrol/autostart/Messages.sh index 8f32b9b7..261d3608 100644 --- a/kcontrol/autostart/Messages.sh +++ b/kcontrol/autostart/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/kcm_autostart.pot rm -f rc.cpp diff --git a/kcontrol/bell/Messages.sh b/kcontrol/bell/Messages.sh index cb6a4782..aca30274 100644 --- a/kcontrol/bell/Messages.sh +++ b/kcontrol/bell/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kcmbell.pot diff --git a/kcontrol/colors/Messages.sh b/kcontrol/colors/Messages.sh index 71fb50be..b6c01502 100644 --- a/kcontrol/colors/Messages.sh +++ b/kcontrol/colors/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/kcmcolors.pot rm -f rc.cpp diff --git a/kcontrol/componentchooser/Messages.sh b/kcontrol/componentchooser/Messages.sh index 124de14e..ff467d2e 100644 --- a/kcontrol/componentchooser/Messages.sh +++ b/kcontrol/componentchooser/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/kcmcomponentchooser.pot diff --git a/kcontrol/dateandtime/Messages.sh b/kcontrol/dateandtime/Messages.sh index 749f1801..89ae2c8d 100644 --- a/kcontrol/dateandtime/Messages.sh +++ b/kcontrol/dateandtime/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/kcmkclock.pot diff --git a/kcontrol/desktoppaths/Messages.sh b/kcontrol/desktoppaths/Messages.sh index fe3c1740..4dc1d6be 100644 --- a/kcontrol/desktoppaths/Messages.sh +++ b/kcontrol/desktoppaths/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kcm_desktoppaths.pot diff --git a/kcontrol/dnssd/Messages.sh b/kcontrol/dnssd/Messages.sh index c720a6e8..b23e7a0c 100644 --- a/kcontrol/dnssd/Messages.sh +++ b/kcontrol/dnssd/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp *.h -o $podir/kcmkdnssd.pot diff --git a/kcontrol/fonts/Messages.sh b/kcontrol/fonts/Messages.sh index c49832c6..6ebb4c5c 100644 --- a/kcontrol/fonts/Messages.sh +++ b/kcontrol/fonts/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kcmfonts.pot diff --git a/kcontrol/hardware/display/Messages.sh b/kcontrol/hardware/display/Messages.sh index 561ccd0d..e920158b 100644 --- a/kcontrol/hardware/display/Messages.sh +++ b/kcontrol/hardware/display/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/display.pot diff --git a/kcontrol/hardware/joystick/Messages.sh b/kcontrol/hardware/joystick/Messages.sh index 1d116ceb..514e8f8f 100644 --- a/kcontrol/hardware/joystick/Messages.sh +++ b/kcontrol/hardware/joystick/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/joystick.pot diff --git a/kcontrol/icons/Messages.sh b/kcontrol/icons/Messages.sh index 3704cdce..f58a2f9a 100644 --- a/kcontrol/icons/Messages.sh +++ b/kcontrol/icons/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kcmicons.pot diff --git a/kcontrol/input/Messages.sh b/kcontrol/input/Messages.sh index b039def2..5655c383 100644 --- a/kcontrol/input/Messages.sh +++ b/kcontrol/input/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find -name \*.ui` >> rc.cpp || exit 11 $XGETTEXT *.cpp */*.cpp -o $podir/kcminput.pot rm -f rc.cpp diff --git a/kcontrol/kded/Messages.sh b/kcontrol/kded/Messages.sh index 4cf0cc4c..958dbad6 100644 --- a/kcontrol/kded/Messages.sh +++ b/kcontrol/kded/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kcmkded.pot diff --git a/kcontrol/keyboard/Messages.sh b/kcontrol/keyboard/Messages.sh index 8d527522..9005d695 100755 --- a/kcontrol/keyboard/Messages.sh +++ b/kcontrol/keyboard/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC kcm*.ui >> rc.cpp $XGETTEXT rc.cpp kcmmisc.cpp preview/*.cpp -o $podir/kcmkeyboard.pot $XGETTEXT kcm_*.cpp keyboard_*.cpp layout_*.cpp flags.cpp layouts_menu.cpp bindings.cpp -o $podir/kxkb.pot diff --git a/kcontrol/keys/Messages.sh b/kcontrol/keys/Messages.sh index 78a9c48f..edd4467b 100644 --- a/kcontrol/keys/Messages.sh +++ b/kcontrol/keys/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash # customkeys=`grep "^.include .\.\." keyconfig.cpp | sed -e "s#.*\"\(.*\)\"#\1#"` # $XGETTEXT *.cpp $customkeys -o $podir/kcmkeys.pot $EXTRACTRC *.ui >> rc.cpp diff --git a/kcontrol/kfontinst/Messages.sh b/kcontrol/kfontinst/Messages.sh index 0634d49b..4b55b9ac 100644 --- a/kcontrol/kfontinst/Messages.sh +++ b/kcontrol/kfontinst/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.rc` >> rc.cpp $XGETTEXT rc.cpp */*.cpp */*.h -o $podir/kfontinst.pot rm -f rc.cpp diff --git a/kcontrol/knotify/Messages.sh b/kcontrol/knotify/Messages.sh index 95a35d4f..1bcbde5b 100644 --- a/kcontrol/knotify/Messages.sh +++ b/kcontrol/knotify/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/kcmnotify.pot diff --git a/kcontrol/krdb/Messages.sh b/kcontrol/krdb/Messages.sh index a740d612..a5a4b374 100644 --- a/kcontrol/krdb/Messages.sh +++ b/kcontrol/krdb/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/krdb.pot diff --git a/kcontrol/launch/Messages.sh b/kcontrol/launch/Messages.sh index 0a070412..93e89d83 100644 --- a/kcontrol/launch/Messages.sh +++ b/kcontrol/launch/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kcmlaunch.pot diff --git a/kcontrol/locale/Messages.sh b/kcontrol/locale/Messages.sh index 8c831a28..0ae2ae28 100644 --- a/kcontrol/locale/Messages.sh +++ b/kcontrol/locale/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT -ktranslate:1,1t -ktranslate:1c,2,2t *.cpp -o $podir/kcmlocale.pot diff --git a/kcontrol/randr/Messages.sh b/kcontrol/randr/Messages.sh index 10f72844..431498e4 100644 --- a/kcontrol/randr/Messages.sh +++ b/kcontrol/randr/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/krandr.pot rm -f rc.cpp diff --git a/kcontrol/randr/module/Messages.sh b/kcontrol/randr/module/Messages.sh index a1efbf0f..12141a81 100644 --- a/kcontrol/randr/module/Messages.sh +++ b/kcontrol/randr/module/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/randrmonitor.pot diff --git a/kcontrol/screensaver/Messages.sh b/kcontrol/screensaver/Messages.sh index 5c727f20..7b07ecf9 100644 --- a/kcontrol/screensaver/Messages.sh +++ b/kcontrol/screensaver/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash sed 's/X-KDE-Category=\(.*\)/i18nc\("Screen saver category","\1"\);/' < category_list > category_list.cpp $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/kcmscreensaver.pot diff --git a/kcontrol/smartcard/Messages.sh b/kcontrol/smartcard/Messages.sh index 52306971..eb2d7b74 100644 --- a/kcontrol/smartcard/Messages.sh +++ b/kcontrol/smartcard/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/kcmsmartcard.pot rm -f rc.cpp diff --git a/kcontrol/standard_actions/Messages.sh b/kcontrol/standard_actions/Messages.sh index 3e37bb09..61b10a74 100644 --- a/kcontrol/standard_actions/Messages.sh +++ b/kcontrol/standard_actions/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kcm_standard_actions.pot diff --git a/kcontrol/style/Messages.sh b/kcontrol/style/Messages.sh index 39720f9c..12ea3c48 100644 --- a/kcontrol/style/Messages.sh +++ b/kcontrol/style/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/kcmstyle.pot rm -f rc.cpp diff --git a/kcontrol/workspaceoptions/Messages.sh b/kcontrol/workspaceoptions/Messages.sh index 689cb4f6..22ef421f 100644 --- a/kcontrol/workspaceoptions/Messages.sh +++ b/kcontrol/workspaceoptions/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/kcmworkspaceoptions.pot diff --git a/kde-menu/Messages.sh b/kde-menu/Messages.sh index 9acf20e0..aaba9c90 100755 --- a/kde-menu/Messages.sh +++ b/kde-menu/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kde-menu.pot diff --git a/kdebugdialog/Messages.sh b/kdebugdialog/Messages.sh index 8d44d418..549dac11 100644 --- a/kdebugdialog/Messages.sh +++ b/kdebugdialog/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp || exit 11 $XGETTEXT *.cpp -o $podir/kdebugdialog.pot rm -f rc.cpp diff --git a/kdesu/kdesu/Messages.sh b/kdesu/kdesu/Messages.sh index a4f26d7f..71236d57 100644 --- a/kdesu/kdesu/Messages.sh +++ b/kdesu/kdesu/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kdesu.pot diff --git a/kdesu/kdesud/Messages.sh b/kdesu/kdesud/Messages.sh index 8a2014a8..fd4b1257 100644 --- a/kdesu/kdesud/Messages.sh +++ b/kdesu/kdesud/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kdesud.pot diff --git a/kdm/kcm/Messages.sh b/kdm/kcm/Messages.sh index 71de48d6..983a8085 100644 --- a/kdm/kcm/Messages.sh +++ b/kdm/kcm/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kdmconfig.pot diff --git a/kdm/kcm/background/Messages.sh b/kdm/kcm/background/Messages.sh index 61658e6d..0944de08 100644 --- a/kdm/kcm/background/Messages.sh +++ b/kdm/kcm/background/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/kcmbackground.pot rm -f rc.cpp diff --git a/kdm/kfrontend/Messages.sh b/kdm/kfrontend/Messages.sh index ee3bee86..09fbe0d6 100644 --- a/kdm/kfrontend/Messages.sh +++ b/kdm/kfrontend/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT `find . -name "*.cpp"` -o $podir/kdmgreet.pot diff --git a/kdontchangethehostname/Messages.sh b/kdontchangethehostname/Messages.sh index 9ac9ca0a..1da4eba0 100755 --- a/kdontchangethehostname/Messages.sh +++ b/kdontchangethehostname/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kdontchangethehostname.pot diff --git a/keditfiletype/Messages.sh b/keditfiletype/Messages.sh index ebf934ae..1501f7d7 100644 --- a/keditfiletype/Messages.sh +++ b/keditfiletype/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/filetypes.pot diff --git a/kfile/Messages.sh b/kfile/Messages.sh index de3b89bc..b356bc0c 100755 --- a/kfile/Messages.sh +++ b/kfile/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kfile.pot diff --git a/kglobalaccel/Messages.sh b/kglobalaccel/Messages.sh index 59fbd0b1..fed109fe 100644 --- a/kglobalaccel/Messages.sh +++ b/kglobalaccel/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kglobalaccel.pot diff --git a/khelpcenter/Messages.sh b/khelpcenter/Messages.sh index 435a7f08..75a558f0 100644 --- a/khelpcenter/Messages.sh +++ b/khelpcenter/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name "*.kcfg" -o -name "*.rc"` >> rc.cpp || exit 11 $XGETTEXT *.cpp -o $podir/khelpcenter.pot rm -f rc.cpp diff --git a/khelpcenter/htmlsearch/Messages.sh b/khelpcenter/htmlsearch/Messages.sh index 0cfbb98e..eaae93e4 100644 --- a/khelpcenter/htmlsearch/Messages.sh +++ b/khelpcenter/htmlsearch/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash ### TODO: why do we need 2 POT files for one directory? $XGETTEXT index.cpp htmlsearch.cpp progressdialog.cpp rc.cpp -o $podir/htmlsearch.pot $XGETTEXT kcmhtmlsearch.cpp klangcombo.cpp ktagcombobox.cpp rc.cpp -o $podir/kcmhtmlsearch.pot diff --git a/khotkeys/Messages.sh b/khotkeys/Messages.sh index c174c73c..e6dd1c72 100644 --- a/khotkeys/Messages.sh +++ b/khotkeys/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.ui` >> rc.cpp || exit 11 $XGETTEXT rc.cpp `find . -name \*.cpp -o -name \*.h` -o $podir/khotkeys.pot rm -f rc.cpp diff --git a/kiconfinder/Messages.sh b/kiconfinder/Messages.sh index 63efd3fd..03c530cc 100755 --- a/kiconfinder/Messages.sh +++ b/kiconfinder/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kiconfinder.pot diff --git a/kinfocenter/Modules/base/Messages.sh b/kinfocenter/Modules/base/Messages.sh index db2becd8..379c1ef8 100644 --- a/kinfocenter/Modules/base/Messages.sh +++ b/kinfocenter/Modules/base/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp *.h -o $podir/kcm_infobase.pot diff --git a/kinfocenter/Modules/info/Messages.sh b/kinfocenter/Modules/info/Messages.sh index 2a6e35fa..9befe3ad 100644 --- a/kinfocenter/Modules/info/Messages.sh +++ b/kinfocenter/Modules/info/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kcminfo.pot diff --git a/kinfocenter/Modules/memory/Messages.sh b/kinfocenter/Modules/memory/Messages.sh index 9c6702dc..835959a9 100644 --- a/kinfocenter/Modules/memory/Messages.sh +++ b/kinfocenter/Modules/memory/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kcm_memory.pot diff --git a/kinfocenter/Modules/nics/Messages.sh b/kinfocenter/Modules/nics/Messages.sh index 0d07c9ee..304e5b04 100644 --- a/kinfocenter/Modules/nics/Messages.sh +++ b/kinfocenter/Modules/nics/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kcmnic.pot diff --git a/kinfocenter/Modules/opengl/Messages.sh b/kinfocenter/Modules/opengl/Messages.sh index ddcc392e..eeeebd2d 100644 --- a/kinfocenter/Modules/opengl/Messages.sh +++ b/kinfocenter/Modules/opengl/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/kcmopengl.pot diff --git a/kinfocenter/Modules/pci/Messages.sh b/kinfocenter/Modules/pci/Messages.sh index df38bb42..150ade83 100644 --- a/kinfocenter/Modules/pci/Messages.sh +++ b/kinfocenter/Modules/pci/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp *.h -o $podir/kcm_pci.pot diff --git a/kinfocenter/Modules/samba/Messages.sh b/kinfocenter/Modules/samba/Messages.sh index 50d261b8..1cd9c1f2 100644 --- a/kinfocenter/Modules/samba/Messages.sh +++ b/kinfocenter/Modules/samba/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kcmsamba.pot diff --git a/kinfocenter/Modules/usbview/Messages.sh b/kinfocenter/Modules/usbview/Messages.sh index 215a0e8a..893f4fd2 100644 --- a/kinfocenter/Modules/usbview/Messages.sh +++ b/kinfocenter/Modules/usbview/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp *.i18n -o $podir/kcmusb.pot diff --git a/kinfocenter/Modules/view1394/Messages.sh b/kinfocenter/Modules/view1394/Messages.sh index e7e5e79c..f51b9361 100644 --- a/kinfocenter/Modules/view1394/Messages.sh +++ b/kinfocenter/Modules/view1394/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/kcmview1394.pot diff --git a/kioclient/Messages.sh b/kioclient/Messages.sh index 407cf6d8..b7e4cf5e 100755 --- a/kioclient/Messages.sh +++ b/kioclient/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kioclient.pot diff --git a/kioexec/Messages.sh b/kioexec/Messages.sh index e12fe20c..5f5edc4d 100644 --- a/kioexec/Messages.sh +++ b/kioexec/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kioexec.pot diff --git a/kioslave/about/Messages.sh b/kioslave/about/Messages.sh index 747558b4..f94081ef 100644 --- a/kioslave/about/Messages.sh +++ b/kioslave/about/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp *.h -o $podir/kio_about.pot diff --git a/kioslave/applications/Messages.sh b/kioslave/applications/Messages.sh index 8543f2e8..09abe292 100644 --- a/kioslave/applications/Messages.sh +++ b/kioslave/applications/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT `find . -name "*.cc" -o -name "*.cpp" -o -name "*.h"` -o $podir/kio_applications.pot diff --git a/kioslave/archive/Messages.sh b/kioslave/archive/Messages.sh index f5a1e519..6791569d 100644 --- a/kioslave/archive/Messages.sh +++ b/kioslave/archive/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kio_archive.pot diff --git a/kioslave/bookmarks/Messages.sh b/kioslave/bookmarks/Messages.sh index 045e5cfc..ccf72a54 100755 --- a/kioslave/bookmarks/Messages.sh +++ b/kioslave/bookmarks/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kio_bookmarks.pot diff --git a/kioslave/cgi/kcmcgi/Messages.sh b/kioslave/cgi/kcmcgi/Messages.sh index 2bd20299..8ceac9f8 100644 --- a/kioslave/cgi/kcmcgi/Messages.sh +++ b/kioslave/cgi/kcmcgi/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kcmcgi.pot diff --git a/kioslave/finger/Messages.sh b/kioslave/finger/Messages.sh index daabf531..61971c18 100644 --- a/kioslave/finger/Messages.sh +++ b/kioslave/finger/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kio_finger.pot diff --git a/kioslave/fish/Messages.sh b/kioslave/fish/Messages.sh index a96f52a6..ab315d47 100644 --- a/kioslave/fish/Messages.sh +++ b/kioslave/fish/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kio_fish.pot diff --git a/kioslave/floppy/Messages.sh b/kioslave/floppy/Messages.sh index 62bf97c6..a38209e9 100644 --- a/kioslave/floppy/Messages.sh +++ b/kioslave/floppy/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kio_floppy.pot diff --git a/kioslave/info/Messages.sh b/kioslave/info/Messages.sh index 1c8ad128..8d4f3556 100755 --- a/kioslave/info/Messages.sh +++ b/kioslave/info/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cc -o $podir/kio_info.pot diff --git a/kioslave/man/Messages.sh b/kioslave/man/Messages.sh index a8327f99..71c402b0 100644 --- a/kioslave/man/Messages.sh +++ b/kioslave/man/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp *.h -o $podir/kio_man.pot diff --git a/kioslave/nfs/Messages.sh b/kioslave/nfs/Messages.sh index 377a79ca..7f9d0734 100644 --- a/kioslave/nfs/Messages.sh +++ b/kioslave/nfs/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kio_nfs.pot diff --git a/kioslave/recentdocuments/Messages.sh b/kioslave/recentdocuments/Messages.sh index 4b831a4b..d71ad90c 100644 --- a/kioslave/recentdocuments/Messages.sh +++ b/kioslave/recentdocuments/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp *.h -o $podir/kio_recentdocuments.pot diff --git a/kioslave/remote/Messages.sh b/kioslave/remote/Messages.sh index bc4ce6e9..b75598c2 100644 --- a/kioslave/remote/Messages.sh +++ b/kioslave/remote/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT `find . -name "*.cc" -o -name "*.cpp" -o -name "*.h"` -o $podir/kio_remote.pot diff --git a/kioslave/settings/Messages.sh b/kioslave/settings/Messages.sh index 66fa2557..9e7c78c7 100644 --- a/kioslave/settings/Messages.sh +++ b/kioslave/settings/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT `find . -name "*.cc" -o -name "*.cpp" -o -name "*.h"` -o $podir/kio_settings.pot diff --git a/kioslave/sftp/Messages.sh b/kioslave/sftp/Messages.sh index c0db23fe..c0c5fad9 100644 --- a/kioslave/sftp/Messages.sh +++ b/kioslave/sftp/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kio_sftp.pot diff --git a/kioslave/smb/Messages.sh b/kioslave/smb/Messages.sh index 1df8f21d..50b95032 100644 --- a/kioslave/smb/Messages.sh +++ b/kioslave/smb/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kio_smb.pot diff --git a/kioslave/thumbnail/Messages.sh b/kioslave/thumbnail/Messages.sh index 7c0815ac..d6419502 100644 --- a/kioslave/thumbnail/Messages.sh +++ b/kioslave/thumbnail/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kio_thumbnail.pot diff --git a/kioslave/trash/Messages.sh b/kioslave/trash/Messages.sh index 3f334337..9a34c0dc 100644 --- a/kioslave/trash/Messages.sh +++ b/kioslave/trash/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT `find -name "*.cpp" -o -name "*.h"` -o $podir/kio_trash.pot diff --git a/klipper/Messages.sh b/klipper/Messages.sh index f8b55d9b..ed8efef7 100644 --- a/klipper/Messages.sh +++ b/klipper/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui *.kcfg >> rc.cpp $XGETTEXT *.cpp -o $podir/klipper.pot rm -f rc.cpp diff --git a/kmenuedit/Messages.sh b/kmenuedit/Messages.sh index 74a3e2eb..4caf98f4 100644 --- a/kmenuedit/Messages.sh +++ b/kmenuedit/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.rc >> rc.cpp $XGETTEXT *.cpp -o $podir/kmenuedit.pot diff --git a/kmimetypefinder/Messages.sh b/kmimetypefinder/Messages.sh index 11da9846..8af09142 100755 --- a/kmimetypefinder/Messages.sh +++ b/kmimetypefinder/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kmimetypefinder.pot diff --git a/knetattach/Messages.sh b/knetattach/Messages.sh index 1c0b4d80..f1a60741 100644 --- a/knetattach/Messages.sh +++ b/knetattach/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp *.h -o $podir/knetattach.pot rm -f rc.cpp diff --git a/knewstuff/Messages.sh b/knewstuff/Messages.sh index 2d70fd7f..cda461be 100755 --- a/knewstuff/Messages.sh +++ b/knewstuff/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/khotnewstuff.pot diff --git a/knotify/Messages.sh b/knotify/Messages.sh index 89ac5bda..31b6a96d 100755 --- a/knotify/Messages.sh +++ b/knotify/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/knotify4.pot diff --git a/kpasswdserver/Messages.sh b/kpasswdserver/Messages.sh index afb900ab..abde4edb 100644 --- a/kpasswdserver/Messages.sh +++ b/kpasswdserver/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kpasswdserver.pot diff --git a/kquitapp/Messages.sh b/kquitapp/Messages.sh index 9cd1b0d2..8c4e7064 100755 --- a/kquitapp/Messages.sh +++ b/kquitapp/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kquitapp.pot diff --git a/kreadconfig/Messages.sh b/kreadconfig/Messages.sh index 55b886c0..d2be53ec 100644 --- a/kreadconfig/Messages.sh +++ b/kreadconfig/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash ### TODO: why do we need 2 POT files for one directory? $XGETTEXT kreadconfig.cpp -o $podir/kreadconfig.pot $XGETTEXT kwriteconfig.cpp -o $podir/kwriteconfig.pot diff --git a/krunner/Messages.sh b/krunner/Messages.sh index 3e2cc38c..0857f6a3 100644 --- a/krunner/Messages.sh +++ b/krunner/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC kcfg/*.kcfg *.ui >> rc.cpp $XGETTEXT `find . -name \*.cpp -o -name \*.h -o -name \*.cc` -o $podir/krunner.pot rm -f rc.cpp diff --git a/kscreensaver/kblank_screensaver/Messages.sh b/kscreensaver/kblank_screensaver/Messages.sh index 3cc4b0f3..d8969024 100755 --- a/kscreensaver/kblank_screensaver/Messages.sh +++ b/kscreensaver/kblank_screensaver/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp *.h -o $podir/kblankscrn.pot diff --git a/kscreensaver/krandom_screensaver/Messages.sh b/kscreensaver/krandom_screensaver/Messages.sh index 9b1da315..bce999f9 100644 --- a/kscreensaver/krandom_screensaver/Messages.sh +++ b/kscreensaver/krandom_screensaver/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp *.h -o $podir/kscreensaver.pot diff --git a/kscreensaver/libkscreensaver/Messages.sh b/kscreensaver/libkscreensaver/Messages.sh index 3c31291e..bed5fa74 100644 --- a/kscreensaver/libkscreensaver/Messages.sh +++ b/kscreensaver/libkscreensaver/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp *.h -o $podir/libkscreensaver.pot diff --git a/ksmserver/Messages.sh b/ksmserver/Messages.sh index 56264832..f76494d4 100644 --- a/ksmserver/Messages.sh +++ b/ksmserver/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp themes/*/*.qml -o $podir/ksmserver.pot diff --git a/ksmserver/kcm/Messages.sh b/ksmserver/kcm/Messages.sh index 9de7c661..7c9aaafa 100644 --- a/ksmserver/kcm/Messages.sh +++ b/ksmserver/kcm/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/kcmsmserver.pot rm -f rc.cpp diff --git a/ksplash/kcm/Messages.sh b/ksplash/kcm/Messages.sh index 4d4b53c8..ca41323b 100644 --- a/ksplash/kcm/Messages.sh +++ b/ksplash/kcm/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/ksplashthemes.pot diff --git a/kstart/Messages.sh b/kstart/Messages.sh index 00f86068..77b1a380 100644 --- a/kstart/Messages.sh +++ b/kstart/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kstart.pot diff --git a/kstyles/Messages.sh b/kstyles/Messages.sh index 4f549a4d..d5c08726 100644 --- a/kstyles/Messages.sh +++ b/kstyles/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp $XGETTEXT `find . -name \*.cc -o -name \*.cpp -o -name \*.h` -o $podir/kstyle_config.pot diff --git a/ksysguard/gui/Messages.sh b/ksysguard/gui/Messages.sh index d07046f3..5afc41a8 100644 --- a/ksysguard/gui/Messages.sh +++ b/ksysguard/gui/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name "*.ui" -o -name "*.rc"` >> rc.cpp || exit 11 $EXTRACTATTR --attr="WorkSheet,title" --attr="display,title" --attr="beam,summationName" `find . -name "*.sgrd"` >> rc.cpp || exit 13 $XGETTEXT `find . -name "*.cpp"` -o $podir/ksysguard.pot diff --git a/ksystraycmd/Messages.sh b/ksystraycmd/Messages.sh index fa6f6d49..c285bcf5 100644 --- a/ksystraycmd/Messages.sh +++ b/ksystraycmd/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/ksystraycmd.pot diff --git a/ktraderclient/Messages.sh b/ktraderclient/Messages.sh index 65969b45..88a00808 100755 --- a/ktraderclient/Messages.sh +++ b/ktraderclient/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/ktraderclient.pot diff --git a/kuiserver/Messages.sh b/kuiserver/Messages.sh index f8970d3d..4d434b38 100755 --- a/kuiserver/Messages.sh +++ b/kuiserver/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui *.kcfg >> rc.cpp $XGETTEXT *.cpp -o $podir/kuiserver.pot diff --git a/kurifilter-plugins/ikws/Messages.sh b/kurifilter-plugins/ikws/Messages.sh index b3f4bf41..754e708c 100755 --- a/kurifilter-plugins/ikws/Messages.sh +++ b/kurifilter-plugins/ikws/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/kurifilter.pot diff --git a/kurifilter-plugins/shorturi/Messages.sh b/kurifilter-plugins/shorturi/Messages.sh index 88461cf6..e4230dd5 100755 --- a/kurifilter-plugins/shorturi/Messages.sh +++ b/kurifilter-plugins/shorturi/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/kshorturifilter.pot diff --git a/kwalletd/Messages.sh b/kwalletd/Messages.sh index 50bae80b..1ffed508 100755 --- a/kwalletd/Messages.sh +++ b/kwalletd/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.ui` >> rc.cpp || exit 11 $XGETTEXT `find . -name "*.cpp" -o -name "*.cc" | grep -v "/tests"` -o $podir/kwalletd.pot diff --git a/kwin/Messages.sh b/kwin/Messages.sh index 19e414ca..eef24b78 100644 --- a/kwin/Messages.sh +++ b/kwin/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.kcfg >> rc.cpp $XGETTEXT *.h *.cpp killer/*.cpp tabbox/*.cpp -o $podir/kwin.pot diff --git a/kwin/clients/Messages.sh b/kwin/clients/Messages.sh index 15752f19..b042e733 100644 --- a/kwin/clients/Messages.sh +++ b/kwin/clients/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.ui` >> rc.cpp || exit 11 $XGETTEXT `find . -name \*.cpp` -o $podir/kwin_clients.pot rm -f rc.cpp diff --git a/kwin/effects/Messages.sh b/kwin/effects/Messages.sh index 22814c30..a1943673 100644 --- a/kwin/effects/Messages.sh +++ b/kwin/effects/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.ui` >> rc.cpp || exit 11 $XGETTEXT `find . -name \*.cpp` -o $podir/kwin_effects.pot rm -f rc.cpp diff --git a/kwin/kcmkwin/kwincompositing/Messages.sh b/kwin/kcmkwin/kwincompositing/Messages.sh index a96ad378..47b6af3e 100644 --- a/kwin/kcmkwin/kwincompositing/Messages.sh +++ b/kwin/kcmkwin/kwincompositing/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp || exit 11 $XGETTEXT *.cpp -o $podir/kcmkwincompositing.pot rm -f rc.cpp diff --git a/kwin/kcmkwin/kwindecoration/Messages.sh b/kwin/kcmkwin/kwindecoration/Messages.sh index e896f737..cdaa6e82 100644 --- a/kwin/kcmkwin/kwindecoration/Messages.sh +++ b/kwin/kcmkwin/kwindecoration/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.ui` >> rc.cpp || exit 11 $XGETTEXT *.cpp -o $podir/kcmkwindecoration.pot rm -f rc.cpp diff --git a/kwin/kcmkwin/kwindesktop/Messages.sh b/kwin/kcmkwin/kwindesktop/Messages.sh index 83e1bb1b..bb8f1bf2 100644 --- a/kwin/kcmkwin/kwindesktop/Messages.sh +++ b/kwin/kcmkwin/kwindesktop/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.ui` >> rc.cpp || exit 11 $XGETTEXT *.cpp -o $podir/kcm_kwindesktop.pot rm -f rc.cpp diff --git a/kwin/kcmkwin/kwinoptions/Messages.sh b/kwin/kcmkwin/kwinoptions/Messages.sh index e0a423e3..4775a50d 100644 --- a/kwin/kcmkwin/kwinoptions/Messages.sh +++ b/kwin/kcmkwin/kwinoptions/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.ui` >> rc.cpp || exit 11 $XGETTEXT *.cpp -o $podir/kcmkwm.pot diff --git a/kwin/kcmkwin/kwinrules/Messages.sh b/kwin/kcmkwin/kwinrules/Messages.sh index 07343431..c2295181 100644 --- a/kwin/kcmkwin/kwinrules/Messages.sh +++ b/kwin/kcmkwin/kwinrules/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp || exit 11 $XGETTEXT *.cpp -o $podir/kcmkwinrules.pot rm -f rc.cpp diff --git a/kwin/kcmkwin/kwinscreenedges/Messages.sh b/kwin/kcmkwin/kwinscreenedges/Messages.sh index 2ab0771d..ba8c373a 100644 --- a/kwin/kcmkwin/kwinscreenedges/Messages.sh +++ b/kwin/kcmkwin/kwinscreenedges/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp || exit 11 $XGETTEXT *.cpp -o $podir/kcmkwinscreenedges.pot rm -f rc.cpp diff --git a/kwin/kcmkwin/kwintabbox/Messages.sh b/kwin/kcmkwin/kwintabbox/Messages.sh index b4dd7b37..6f3f488c 100644 --- a/kwin/kcmkwin/kwintabbox/Messages.sh +++ b/kwin/kcmkwin/kwintabbox/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp || exit 11 $XGETTEXT *.cpp -o $podir/kcm_kwintabbox.pot rm -f rc.cpp diff --git a/kwin/libkdecorations/Messages.sh b/kwin/libkdecorations/Messages.sh index 000f524a..7c253b90 100644 --- a/kwin/libkdecorations/Messages.sh +++ b/kwin/libkdecorations/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT `find . -name \*.cpp` -o $podir/libkdecorations.pot diff --git a/kwin/libkwineffects/Messages.sh b/kwin/libkwineffects/Messages.sh index 48a4e635..28501dfa 100644 --- a/kwin/libkwineffects/Messages.sh +++ b/kwin/libkwineffects/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT `find . -name \*.cpp` -o $podir/libkwineffects.pot diff --git a/kwin/scripting/Messages.sh b/kwin/scripting/Messages.sh index 022c0df0..c52b3998 100644 --- a/kwin/scripting/Messages.sh +++ b/kwin/scripting/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp $XGETTEXT `find . -name \*.h -o -name \*.cpp` -o $podir/kwin_scripting.pot rm -f rc.cpp diff --git a/kwin/scripts/Messages.sh b/kwin/scripts/Messages.sh index 6b7f194f..3cfcd2f0 100644 --- a/kwin/scripts/Messages.sh +++ b/kwin/scripts/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/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 diff --git a/libs/kdm/Messages.sh b/libs/kdm/Messages.sh index be2077f4..73b4c7c4 100644 --- a/libs/kdm/Messages.sh +++ b/libs/kdm/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT kgreet_classic.cpp -o $podir/kgreet_classic.pot $XGETTEXT kgreet_winbind.cpp -o $podir/kgreet_winbind.pot $XGETTEXT kgreet_generic.cpp -o $podir/kgreet_generic.pot diff --git a/libs/ksysguard/ksgrd/Messages.sh b/libs/ksysguard/ksgrd/Messages.sh index 187fa62d..117b2bb7 100755 --- a/libs/ksysguard/ksgrd/Messages.sh +++ b/libs/ksysguard/ksgrd/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/ksgrd.pot diff --git a/libs/ksysguard/lsofui/Messages.sh b/libs/ksysguard/lsofui/Messages.sh index 17aacb9f..e84d92d3 100755 --- a/libs/ksysguard/lsofui/Messages.sh +++ b/libs/ksysguard/lsofui/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/ksysguardlsofwidgets.pot rm -f rc.cpp diff --git a/libs/ksysguard/processcore/Messages.sh b/libs/ksysguard/processcore/Messages.sh index 4cfeec25..b8d2d379 100755 --- a/libs/ksysguard/processcore/Messages.sh +++ b/libs/ksysguard/processcore/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/processcore.pot diff --git a/libs/ksysguard/processui/Messages.sh b/libs/ksysguard/processui/Messages.sh index 8334db6b..fbd49702 100755 --- a/libs/ksysguard/processui/Messages.sh +++ b/libs/ksysguard/processui/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/processui.pot rm -f rc.cpp diff --git a/libs/kworkspace/Messages.sh b/libs/kworkspace/Messages.sh index 2530fdde..086a9634 100644 --- a/libs/kworkspace/Messages.sh +++ b/libs/kworkspace/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/libkworkspace.pot diff --git a/libs/oxygen/Messages.sh b/libs/oxygen/Messages.sh index 11b50a5d..b6ad0443 100644 --- a/libs/oxygen/Messages.sh +++ b/libs/oxygen/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.ui` >> rc.cpp $XGETTEXT `find . -name \*.cpp -o -name \*.h` -o $podir/liboxygenstyleconfig.pot diff --git a/libs/plasmaclock/Messages.sh b/libs/plasmaclock/Messages.sh index 218b2ff9..890d2750 100755 --- a/libs/plasmaclock/Messages.sh +++ b/libs/plasmaclock/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/libplasmaclock.pot rm -f rc.cpp diff --git a/libs/plasmagenericshell/Messages.sh b/libs/plasmagenericshell/Messages.sh index bc6f09c6..faba9d0b 100755 --- a/libs/plasmagenericshell/Messages.sh +++ b/libs/plasmagenericshell/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT `find . -name \*.cpp -o -name \*.h -o -name \*.qml | grep -v '/tests/'` -o $podir/plasmagenericshell.pot rm -f rc.cpp diff --git a/libs/plasmagenericshell/widgetsexplorer/package/Messages.sh b/libs/plasmagenericshell/widgetsexplorer/package/Messages.sh index 1ce26ddb..3355e86b 100644 --- a/libs/plasmagenericshell/widgetsexplorer/package/Messages.sh +++ b/libs/plasmagenericshell/widgetsexplorer/package/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT `find . -name \*.qml` -L Java -o $podir/plasma_package_org.kde.desktop.widgetexplorer.pot rm -f rc.cpp diff --git a/libs/taskmanager/Messages.sh b/libs/taskmanager/Messages.sh index 15f1c63b..3cb2d648 100644 --- a/libs/taskmanager/Messages.sh +++ b/libs/taskmanager/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp || exit 11 $XGETTEXT *.cpp */*.cpp *.h -o $podir/libtaskmanager.pot rm -f rc.cpp diff --git a/phonon/kcm/Messages.sh b/phonon/kcm/Messages.sh index c6ecc597..15a3c4b9 100644 --- a/phonon/kcm/Messages.sh +++ b/phonon/kcm/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp find . -type d | fgrep -v '.svn' | sed -e 's,$,/,' > dirs msh=`find . -name Messages.sh` diff --git a/phonon/kded-module/Messages.sh b/phonon/kded-module/Messages.sh index 02ff299c..41d8cdf4 100644 --- a/phonon/kded-module/Messages.sh +++ b/phonon/kded-module/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/phononserver.pot diff --git a/phonon/platform_kde/Messages.sh b/phonon/platform_kde/Messages.sh index 76250b6f..11146870 100644 --- a/phonon/platform_kde/Messages.sh +++ b/phonon/platform_kde/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash find . -type d | fgrep -v '.svn' | sed -e 's,$,/,' > dirs msh=`find . -name Messages.sh` for dir in $msh; do diff --git a/plasma/desktop/applets/kickoff/Messages.sh b/plasma/desktop/applets/kickoff/Messages.sh index b1fa03bc..8ef58d3d 100644 --- a/plasma/desktop/applets/kickoff/Messages.sh +++ b/plasma/desktop/applets/kickoff/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.ui` >> rc.cpp $XGETTEXT `find . -name \*.cpp` -o $podir/plasma_applet_launcher.pot diff --git a/plasma/desktop/applets/pager/Messages.sh b/plasma/desktop/applets/pager/Messages.sh index 3e81cdd3..48a21616 100755 --- a/plasma/desktop/applets/pager/Messages.sh +++ b/plasma/desktop/applets/pager/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/plasma_applet_pager.pot rm -f rc.cpp diff --git a/plasma/desktop/applets/showActivityManager/Messages.sh b/plasma/desktop/applets/showActivityManager/Messages.sh index de5a66bd..43b59b23 100644 --- a/plasma/desktop/applets/showActivityManager/Messages.sh +++ b/plasma/desktop/applets/showActivityManager/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp $XGETTEXT `find . -name \*.qml -o -name \*.cpp` -o $podir/plasma_applet_org.kde.showActivityManager.pot rm -f rc.cpp diff --git a/plasma/desktop/applets/tasks/Messages.sh b/plasma/desktop/applets/tasks/Messages.sh index 5f6460dd..5021919a 100755 --- a/plasma/desktop/applets/tasks/Messages.sh +++ b/plasma/desktop/applets/tasks/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/plasma_applet_tasks.pot $XGETTEXT `find . -name \*.qml` -L Java --join -o $podir/plasma_applet_tasks.pot diff --git a/plasma/desktop/applets/trash/Messages.sh b/plasma/desktop/applets/trash/Messages.sh index e012762d..2d3c4834 100755 --- a/plasma/desktop/applets/trash/Messages.sh +++ b/plasma/desktop/applets/trash/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_applet_trash.pot diff --git a/plasma/desktop/applets/windowlist/Messages.sh b/plasma/desktop/applets/windowlist/Messages.sh index e0b4ec14..b966b766 100644 --- a/plasma/desktop/applets/windowlist/Messages.sh +++ b/plasma/desktop/applets/windowlist/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_applet_windowlist.pot diff --git a/plasma/desktop/containments/desktop/Messages.sh b/plasma/desktop/containments/desktop/Messages.sh index 8cbd399d..33a9f555 100755 --- a/plasma/desktop/containments/desktop/Messages.sh +++ b/plasma/desktop/containments/desktop/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_applet_desktop.pot diff --git a/plasma/desktop/containments/panel/Messages.sh b/plasma/desktop/containments/panel/Messages.sh index 3c05aa50..11b4693b 100755 --- a/plasma/desktop/containments/panel/Messages.sh +++ b/plasma/desktop/containments/panel/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_applet_panel.pot diff --git a/plasma/desktop/runners/plasma-desktop/Messages.sh b/plasma/desktop/runners/plasma-desktop/Messages.sh index 6d0106b2..22b131e0 100755 --- a/plasma/desktop/runners/plasma-desktop/Messages.sh +++ b/plasma/desktop/runners/plasma-desktop/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/plasma_runner_plasma-desktop.pot rm -f rc.cpp diff --git a/plasma/desktop/shell/Messages.sh b/plasma/desktop/shell/Messages.sh index a9d53f80..fb0755f6 100755 --- a/plasma/desktop/shell/Messages.sh +++ b/plasma/desktop/shell/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.kcfg` >> rc.cpp $EXTRACTRC `find . -name \*.ui` >> rc.cpp $XGETTEXT *.cpp scripting/*.cpp activitymanager/*.cpp -o $podir/plasma-desktop.pot diff --git a/plasma/desktop/shell/activitymanager/Messages.sh b/plasma/desktop/shell/activitymanager/Messages.sh index e97ca95c..a40b5ff5 100644 --- a/plasma/desktop/shell/activitymanager/Messages.sh +++ b/plasma/desktop/shell/activitymanager/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/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 diff --git a/plasma/desktop/toolboxes/Messages.sh b/plasma/desktop/toolboxes/Messages.sh index 612de4a2..23e2fe2a 100644 --- a/plasma/desktop/toolboxes/Messages.sh +++ b/plasma/desktop/toolboxes/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_toolbox_desktoptoolbox.pot $XGETTEXT *.cpp -o $podir/plasma_toolbox_paneltoolbox.pot diff --git a/plasma/generic/applets/activitybar/Messages.sh b/plasma/generic/applets/activitybar/Messages.sh index e73df21c..1f26347c 100644 --- a/plasma/generic/applets/activitybar/Messages.sh +++ b/plasma/generic/applets/activitybar/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_applet_activitybar.pot diff --git a/plasma/generic/applets/analog-clock/Messages.sh b/plasma/generic/applets/analog-clock/Messages.sh index 6fbf0f5c..27d166fc 100644 --- a/plasma/generic/applets/analog-clock/Messages.sh +++ b/plasma/generic/applets/analog-clock/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/plasma_applet_clock.pot rm -f rc.cpp diff --git a/plasma/generic/applets/batterymonitor/Messages.sh b/plasma/generic/applets/batterymonitor/Messages.sh index ea49cfdd..102377c1 100755 --- a/plasma/generic/applets/batterymonitor/Messages.sh +++ b/plasma/generic/applets/batterymonitor/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp $XGETTEXT `find . -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/plasma_applet_battery.pot rm -f rc.cpp diff --git a/plasma/generic/applets/devicenotifier/Messages.sh b/plasma/generic/applets/devicenotifier/Messages.sh index ffde1a7b..c784aaa9 100644 --- a/plasma/generic/applets/devicenotifier/Messages.sh +++ b/plasma/generic/applets/devicenotifier/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp $XGETTEXT `find . -name \*.qml -o -name \*.cpp` -o $podir/plasma_applet_notifier.pot rm -f rc.cpp diff --git a/plasma/generic/applets/digital-clock/Messages.sh b/plasma/generic/applets/digital-clock/Messages.sh index a928844d..8f98f51c 100755 --- a/plasma/generic/applets/digital-clock/Messages.sh +++ b/plasma/generic/applets/digital-clock/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/plasma_applet_dig_clock.pot rm -f rc.cpp diff --git a/plasma/generic/applets/icon/Messages.sh b/plasma/generic/applets/icon/Messages.sh index adea189c..3399dd57 100755 --- a/plasma/generic/applets/icon/Messages.sh +++ b/plasma/generic/applets/icon/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_applet_icon.pot diff --git a/plasma/generic/applets/lock_logout/Messages.sh b/plasma/generic/applets/lock_logout/Messages.sh index f5258bf2..6b5ce37f 100755 --- a/plasma/generic/applets/lock_logout/Messages.sh +++ b/plasma/generic/applets/lock_logout/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp $XGETTEXT `find . -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/plasma_applet_lockout.pot rm -f rc.cpp diff --git a/plasma/generic/applets/notifications/Messages.sh b/plasma/generic/applets/notifications/Messages.sh index bd3e2d92..f5fb5306 100644 --- a/plasma/generic/applets/notifications/Messages.sh +++ b/plasma/generic/applets/notifications/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp $XGETTEXT `find . -name \*.qml` -L Java -o $podir/plasma_applet_org.kde.notifications.pot $XGETTEXT rc.cpp -jo $podir/plasma_applet_org.kde.notifications.pot diff --git a/plasma/generic/applets/panelspacer/Messages.sh b/plasma/generic/applets/panelspacer/Messages.sh index 621aaaf2..975ac895 100755 --- a/plasma/generic/applets/panelspacer/Messages.sh +++ b/plasma/generic/applets/panelspacer/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_applet_panelspacer_internal.pot diff --git a/plasma/generic/applets/quicklaunch/Messages.sh b/plasma/generic/applets/quicklaunch/Messages.sh index 17cc1852..efa529db 100755 --- a/plasma/generic/applets/quicklaunch/Messages.sh +++ b/plasma/generic/applets/quicklaunch/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/plasma_applet_quicklaunch.pot rm -f rc.cpp diff --git a/plasma/generic/applets/system-monitor/Messages.sh b/plasma/generic/applets/system-monitor/Messages.sh index b8a04ea2..0af1dbbc 100755 --- a/plasma/generic/applets/system-monitor/Messages.sh +++ b/plasma/generic/applets/system-monitor/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/plasma_applet_system-monitor.pot rm -f rc.cpp diff --git a/plasma/generic/applets/systemtray/Messages.sh b/plasma/generic/applets/systemtray/Messages.sh index e761c32b..3eaf7d2e 100755 --- a/plasma/generic/applets/systemtray/Messages.sh +++ b/plasma/generic/applets/systemtray/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp $XGETTEXT `find . -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/plasma_applet_systemtray.pot rm rc.cpp diff --git a/plasma/generic/applets/webbrowser/Messages.sh b/plasma/generic/applets/webbrowser/Messages.sh index f2af74d8..6dfc6fae 100755 --- a/plasma/generic/applets/webbrowser/Messages.sh +++ b/plasma/generic/applets/webbrowser/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/plasma_applet_webbrowser.pot rm -f rc.cpp diff --git a/plasma/generic/containmentactions/contextmenu/Messages.sh b/plasma/generic/containmentactions/contextmenu/Messages.sh index bc81a943..5089ea4e 100755 --- a/plasma/generic/containmentactions/contextmenu/Messages.sh +++ b/plasma/generic/containmentactions/contextmenu/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_containmentactions_contextmenu.pot diff --git a/plasma/generic/containmentactions/switchactivity/Messages.sh b/plasma/generic/containmentactions/switchactivity/Messages.sh index 3c54a526..2416d3ae 100755 --- a/plasma/generic/containmentactions/switchactivity/Messages.sh +++ b/plasma/generic/containmentactions/switchactivity/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_containmentactions_switchactivity.pot diff --git a/plasma/generic/containmentactions/switchdesktop/Messages.sh b/plasma/generic/containmentactions/switchdesktop/Messages.sh index de79ab5e..e4940179 100755 --- a/plasma/generic/containmentactions/switchdesktop/Messages.sh +++ b/plasma/generic/containmentactions/switchdesktop/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_containmentactions_switchdesktop.pot diff --git a/plasma/generic/containmentactions/switchwindow/Messages.sh b/plasma/generic/containmentactions/switchwindow/Messages.sh index 7f28e587..3a8904f5 100755 --- a/plasma/generic/containmentactions/switchwindow/Messages.sh +++ b/plasma/generic/containmentactions/switchwindow/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/plasma_containmentactions_switchwindow.pot diff --git a/plasma/generic/containments/newspaper/Messages.sh b/plasma/generic/containments/newspaper/Messages.sh index ef8c377d..c1b72afd 100644 --- a/plasma/generic/containments/newspaper/Messages.sh +++ b/plasma/generic/containments/newspaper/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_applet_newspaper.pot diff --git a/plasma/generic/dataengines/applicationjobs/Messages.sh b/plasma/generic/dataengines/applicationjobs/Messages.sh index d37a3e02..01343d5e 100755 --- a/plasma/generic/dataengines/applicationjobs/Messages.sh +++ b/plasma/generic/dataengines/applicationjobs/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_engine_kuiserver.pot diff --git a/plasma/generic/dataengines/dict/Messages.sh b/plasma/generic/dataengines/dict/Messages.sh index 29218d33..fd580cda 100755 --- a/plasma/generic/dataengines/dict/Messages.sh +++ b/plasma/generic/dataengines/dict/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_engine_dict.pot diff --git a/plasma/generic/dataengines/keystate/Messages.sh b/plasma/generic/dataengines/keystate/Messages.sh index 0c9356c3..9743dcf5 100755 --- a/plasma/generic/dataengines/keystate/Messages.sh +++ b/plasma/generic/dataengines/keystate/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT `find . -name \*.cpp` -o $podir/plasma_engine_keystate.pot diff --git a/plasma/generic/dataengines/mpris2/Messages.sh b/plasma/generic/dataengines/mpris2/Messages.sh index 0e393ff3..028b6d0a 100755 --- a/plasma/generic/dataengines/mpris2/Messages.sh +++ b/plasma/generic/dataengines/mpris2/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_engine_mpris2.pot diff --git a/plasma/generic/dataengines/network/Messages.sh b/plasma/generic/dataengines/network/Messages.sh index 357360a4..4e81b769 100755 --- a/plasma/generic/dataengines/network/Messages.sh +++ b/plasma/generic/dataengines/network/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_engine_network.pot diff --git a/plasma/generic/dataengines/notifications/Messages.sh b/plasma/generic/dataengines/notifications/Messages.sh index 5d52b61d..e3855578 100755 --- a/plasma/generic/dataengines/notifications/Messages.sh +++ b/plasma/generic/dataengines/notifications/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_engine_notifications.pot diff --git a/plasma/generic/dataengines/nowplaying/Messages.sh b/plasma/generic/dataengines/nowplaying/Messages.sh index eaac8ef0..387a3b77 100755 --- a/plasma/generic/dataengines/nowplaying/Messages.sh +++ b/plasma/generic/dataengines/nowplaying/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_engine_nowplaying.pot diff --git a/plasma/generic/dataengines/share/Messages.sh b/plasma/generic/dataengines/share/Messages.sh index 96beed36..2cfbd73b 100755 --- a/plasma/generic/dataengines/share/Messages.sh +++ b/plasma/generic/dataengines/share/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_engine_share.pot diff --git a/plasma/generic/dataengines/soliddevice/Messages.sh b/plasma/generic/dataengines/soliddevice/Messages.sh index ea6e6f04..f9b186e5 100755 --- a/plasma/generic/dataengines/soliddevice/Messages.sh +++ b/plasma/generic/dataengines/soliddevice/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT `find . -name \*.cpp` -o $podir/plasma_engine_soliddevice.pot diff --git a/plasma/generic/dataengines/systemmonitor/Messages.sh b/plasma/generic/dataengines/systemmonitor/Messages.sh index 73d19d81..0000a9dd 100755 --- a/plasma/generic/dataengines/systemmonitor/Messages.sh +++ b/plasma/generic/dataengines/systemmonitor/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_engine_systemmonitor.pot diff --git a/plasma/generic/dataengines/weather/Messages.sh b/plasma/generic/dataengines/weather/Messages.sh index a0b026d9..c296150d 100755 --- a/plasma/generic/dataengines/weather/Messages.sh +++ b/plasma/generic/dataengines/weather/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash for file in ions/data/*.dat do awk -F'|' '$0 ~ /\|/ { diff --git a/plasma/generic/runners/activities/Messages.sh b/plasma/generic/runners/activities/Messages.sh index 7d7bb1ca..b0d1be69 100755 --- a/plasma/generic/runners/activities/Messages.sh +++ b/plasma/generic/runners/activities/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/plasma_runner_activities.pot rm -f rc.cpp diff --git a/plasma/generic/runners/bookmarks/Messages.sh b/plasma/generic/runners/bookmarks/Messages.sh index 25d9792d..b663c5e0 100755 --- a/plasma/generic/runners/bookmarks/Messages.sh +++ b/plasma/generic/runners/bookmarks/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_runner_bookmarksrunner.pot diff --git a/plasma/generic/runners/calculator/Messages.sh b/plasma/generic/runners/calculator/Messages.sh index fa74f055..0c8a8c6f 100755 --- a/plasma/generic/runners/calculator/Messages.sh +++ b/plasma/generic/runners/calculator/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_runner_calculatorrunner.pot diff --git a/plasma/generic/runners/kill/Messages.sh b/plasma/generic/runners/kill/Messages.sh index e405d4f6..8f661306 100644 --- a/plasma/generic/runners/kill/Messages.sh +++ b/plasma/generic/runners/kill/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/plasma_runner_kill.pot diff --git a/plasma/generic/runners/locations/Messages.sh b/plasma/generic/runners/locations/Messages.sh index 68cd7205..f729ddcf 100755 --- a/plasma/generic/runners/locations/Messages.sh +++ b/plasma/generic/runners/locations/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_runner_locations.pot diff --git a/plasma/generic/runners/places/Messages.sh b/plasma/generic/runners/places/Messages.sh index 1ef74d99..816907a8 100755 --- a/plasma/generic/runners/places/Messages.sh +++ b/plasma/generic/runners/places/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_runner_placesrunner.pot diff --git a/plasma/generic/runners/powerdevil/Messages.sh b/plasma/generic/runners/powerdevil/Messages.sh index 99ae5dce..424b0e8c 100755 --- a/plasma/generic/runners/powerdevil/Messages.sh +++ b/plasma/generic/runners/powerdevil/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_runner_powerdevil.pot diff --git a/plasma/generic/runners/recentdocuments/Messages.sh b/plasma/generic/runners/recentdocuments/Messages.sh index 9bed7616..abfa93c3 100755 --- a/plasma/generic/runners/recentdocuments/Messages.sh +++ b/plasma/generic/runners/recentdocuments/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_runner_recentdocuments.pot diff --git a/plasma/generic/runners/services/Messages.sh b/plasma/generic/runners/services/Messages.sh index e81fc20f..73aac2ff 100755 --- a/plasma/generic/runners/services/Messages.sh +++ b/plasma/generic/runners/services/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_runner_services.pot diff --git a/plasma/generic/runners/sessions/Messages.sh b/plasma/generic/runners/sessions/Messages.sh index 7fe6ea81..f4d8c82c 100755 --- a/plasma/generic/runners/sessions/Messages.sh +++ b/plasma/generic/runners/sessions/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_runner_sessions.pot diff --git a/plasma/generic/runners/shell/Messages.sh b/plasma/generic/runners/shell/Messages.sh index 5c826f4b..ff5216e8 100755 --- a/plasma/generic/runners/shell/Messages.sh +++ b/plasma/generic/runners/shell/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/plasma_runner_shell.pot rm -f rc.cpp diff --git a/plasma/generic/runners/solid/Messages.sh b/plasma/generic/runners/solid/Messages.sh index 101576f5..488523f2 100644 --- a/plasma/generic/runners/solid/Messages.sh +++ b/plasma/generic/runners/solid/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_runner_solid.pot diff --git a/plasma/generic/runners/webshortcuts/Messages.sh b/plasma/generic/runners/webshortcuts/Messages.sh index 52acdd12..05fa526f 100755 --- a/plasma/generic/runners/webshortcuts/Messages.sh +++ b/plasma/generic/runners/webshortcuts/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_runner_webshortcuts.pot diff --git a/plasma/generic/runners/windowedwidgets/Messages.sh b/plasma/generic/runners/windowedwidgets/Messages.sh index 2ecdc58b..bc0779b4 100644 --- a/plasma/generic/runners/windowedwidgets/Messages.sh +++ b/plasma/generic/runners/windowedwidgets/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_runner_windowedwidgets.pot diff --git a/plasma/generic/runners/windows/Messages.sh b/plasma/generic/runners/windows/Messages.sh index 412322ba..77e7d995 100755 --- a/plasma/generic/runners/windows/Messages.sh +++ b/plasma/generic/runners/windows/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_runner_windows.pot diff --git a/plasma/generic/scriptengines/javascript/Messages.sh b/plasma/generic/scriptengines/javascript/Messages.sh index ef8569d5..79925939 100644 --- a/plasma/generic/scriptengines/javascript/Messages.sh +++ b/plasma/generic/scriptengines/javascript/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT common/*.cpp dataengine/*.cpp plasmoid/*.cpp runner/*.cpp simplebindings/*.cpp -o $podir/plasma_scriptengine_qscript.pot diff --git a/plasma/generic/scriptengines/webkit/Messages.sh b/plasma/generic/scriptengines/webkit/Messages.sh index f6730e1f..6fbbb71f 100755 --- a/plasma/generic/scriptengines/webkit/Messages.sh +++ b/plasma/generic/scriptengines/webkit/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_appletscriptengine_dashboard.pot diff --git a/plasma/generic/shells/plasma-windowed/Messages.sh b/plasma/generic/shells/plasma-windowed/Messages.sh index 61de9a35..5fca5152 100755 --- a/plasma/generic/shells/plasma-windowed/Messages.sh +++ b/plasma/generic/shells/plasma-windowed/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma-windowed.pot diff --git a/plasma/generic/tools/plasma-remote-helper/Messages.sh b/plasma/generic/tools/plasma-remote-helper/Messages.sh index 7b98af46..f334369f 100755 --- a/plasma/generic/tools/plasma-remote-helper/Messages.sh +++ b/plasma/generic/tools/plasma-remote-helper/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma-remote-helper.pot diff --git a/plasma/generic/tools/plasmapkg/Messages.sh b/plasma/generic/tools/plasmapkg/Messages.sh index c6173cda..52dceee8 100755 --- a/plasma/generic/tools/plasmapkg/Messages.sh +++ b/plasma/generic/tools/plasmapkg/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasmapkg.pot diff --git a/plasma/generic/wallpapers/color/Messages.sh b/plasma/generic/wallpapers/color/Messages.sh index ce80d610..48b658d5 100755 --- a/plasma/generic/wallpapers/color/Messages.sh +++ b/plasma/generic/wallpapers/color/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/plasma_wallpaper_color.pot rm -f rc.cpp diff --git a/plasma/generic/wallpapers/image/Messages.sh b/plasma/generic/wallpapers/image/Messages.sh index 01788de2..91ba3d87 100755 --- a/plasma/generic/wallpapers/image/Messages.sh +++ b/plasma/generic/wallpapers/image/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/plasma_wallpaper_image.pot rm -f rc.cpp diff --git a/plasma/netbook/applets/currentappcontrol/Messages.sh b/plasma/netbook/applets/currentappcontrol/Messages.sh index 45d44681..19244512 100644 --- a/plasma/netbook/applets/currentappcontrol/Messages.sh +++ b/plasma/netbook/applets/currentappcontrol/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/plasma_applet_currentappcontrol.pot diff --git a/plasma/netbook/applets/searchbox/Messages.sh b/plasma/netbook/applets/searchbox/Messages.sh index d22cbe18..6c1542a1 100644 --- a/plasma/netbook/applets/searchbox/Messages.sh +++ b/plasma/netbook/applets/searchbox/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_applet_searchbox.pot diff --git a/plasma/netbook/containments/netpanel/Messages.sh b/plasma/netbook/containments/netpanel/Messages.sh index 4aa94ac2..7ef067b1 100644 --- a/plasma/netbook/containments/netpanel/Messages.sh +++ b/plasma/netbook/containments/netpanel/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_applet_netpanel.pot diff --git a/plasma/netbook/containments/sal/Messages.sh b/plasma/netbook/containments/sal/Messages.sh index 2692643c..cfbc456f 100644 --- a/plasma/netbook/containments/sal/Messages.sh +++ b/plasma/netbook/containments/sal/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_applet_sal.pot diff --git a/plasma/netbook/shell/Messages.sh b/plasma/netbook/shell/Messages.sh index 978f9a6e..dbd73e0a 100644 --- a/plasma/netbook/shell/Messages.sh +++ b/plasma/netbook/shell/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp scripting/*.cpp -o $podir/plasma-netbook.pot diff --git a/plasma/netbook/shell/nettoolbox/Messages.sh b/plasma/netbook/shell/nettoolbox/Messages.sh index f3a944ea..1f7b6082 100644 --- a/plasma/netbook/shell/nettoolbox/Messages.sh +++ b/plasma/netbook/shell/nettoolbox/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_toolbox_nettoolbox.pot diff --git a/plasma/screensaver/containments/screensaver/Messages.sh b/plasma/screensaver/containments/screensaver/Messages.sh index 5bd4d899..c4b1a407 100755 --- a/plasma/screensaver/containments/screensaver/Messages.sh +++ b/plasma/screensaver/containments/screensaver/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/plasma_applet_saverdesktop.pot diff --git a/plasma/screensaver/shell/Messages.sh b/plasma/screensaver/shell/Messages.sh index b79d051d..61f8ac43 100755 --- a/plasma/screensaver/shell/Messages.sh +++ b/plasma/screensaver/shell/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/plasma-overlay.pot rm -f rc.cpp diff --git a/solid-actions-kcm/Messages.sh b/solid-actions-kcm/Messages.sh index c4c99925..65b193e3 100644 --- a/solid-actions-kcm/Messages.sh +++ b/solid-actions-kcm/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/kcm_solid_actions.pot rm -f rc.cpp diff --git a/solid-hardware/Messages.sh b/solid-hardware/Messages.sh index 3c6c1bf5..39fd8980 100755 --- a/solid-hardware/Messages.sh +++ b/solid-hardware/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT solid-hardware.cpp -o $podir/solid-hardware.pot diff --git a/solidautoeject/Messages.sh b/solidautoeject/Messages.sh index a0444880..bff53f2f 100644 --- a/solidautoeject/Messages.sh +++ b/solidautoeject/Messages.sh @@ -1,2 +1,2 @@ -#! /usr/bin/env bash +#!/bin/bash $XGETTEXT *.cpp -o $podir/solidautoeject.pot diff --git a/soliduiserver/Messages.sh b/soliduiserver/Messages.sh index 996b0db4..bd255bad 100644 --- a/soliduiserver/Messages.sh +++ b/soliduiserver/Messages.sh @@ -1,3 +1,3 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC *.ui >> rc.cpp $XGETTEXT *.cpp -o $podir/soliduiserver.pot diff --git a/systemsettings/Messages.sh b/systemsettings/Messages.sh index 4ca6099f..01247b32 100644 --- a/systemsettings/Messages.sh +++ b/systemsettings/Messages.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/bin/bash $EXTRACTRC `find . -name \*.ui -o -name \*.rc -o -name \*.kcfg` >> rc.cpp $XGETTEXT `find . -name \*.cpp` -o $podir/systemsettings.pot rm -f rc.cpp