changed bash scripts shebangs

This commit is contained in:
Ivailo Monev 2014-11-15 05:48:13 +02:00
parent abaad06e36
commit 24b6d92809
204 changed files with 204 additions and 204 deletions

View file

@ -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

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kcminit.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kcmshell.pot

View file

@ -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

View file

@ -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

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kcmbell.pot

View file

@ -1,4 +1,4 @@
#! /usr/bin/env bash
#!/bin/bash
$EXTRACTRC *.ui >> rc.cpp
$XGETTEXT *.cpp -o $podir/kcmcolors.pot
rm -f rc.cpp

View file

@ -1,3 +1,3 @@
#! /usr/bin/env bash
#!/bin/bash
$EXTRACTRC *.ui >> rc.cpp
$XGETTEXT *.cpp -o $podir/kcmcomponentchooser.pot

View file

@ -1,3 +1,3 @@
#! /usr/bin/env bash
#!/bin/bash
$EXTRACTRC *.ui >> rc.cpp
$XGETTEXT *.cpp -o $podir/kcmkclock.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kcm_desktoppaths.pot

View file

@ -1,3 +1,3 @@
#! /usr/bin/env bash
#!/bin/bash
$EXTRACTRC *.ui >> rc.cpp
$XGETTEXT *.cpp *.h -o $podir/kcmkdnssd.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kcmfonts.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/display.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/joystick.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kcmicons.pot

View file

@ -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

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kcmkded.pot

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1,3 +1,3 @@
#! /usr/bin/env bash
#!/bin/bash
$EXTRACTRC *.ui >> rc.cpp
$XGETTEXT *.cpp -o $podir/kcmnotify.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/krdb.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kcmlaunch.pot

View file

@ -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

View file

@ -1,4 +1,4 @@
#! /usr/bin/env bash
#!/bin/bash
$EXTRACTRC *.ui >> rc.cpp
$XGETTEXT *.cpp -o $podir/krandr.pot
rm -f rc.cpp

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/randrmonitor.pot

View file

@ -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

View file

@ -1,4 +1,4 @@
#! /usr/bin/env bash
#!/bin/bash
$EXTRACTRC *.ui >> rc.cpp
$XGETTEXT *.cpp -o $podir/kcmsmartcard.pot
rm -f rc.cpp

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kcm_standard_actions.pot

View file

@ -1,4 +1,4 @@
#! /usr/bin/env bash
#!/bin/bash
$EXTRACTRC *.ui >> rc.cpp
$XGETTEXT *.cpp -o $podir/kcmstyle.pot
rm -f rc.cpp

View file

@ -1,3 +1,3 @@
#! /usr/bin/env bash
#!/bin/bash
$EXTRACTRC *.ui >> rc.cpp
$XGETTEXT *.cpp -o $podir/kcmworkspaceoptions.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kde-menu.pot

View file

@ -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

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kdesu.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kdesud.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kdmconfig.pot

View file

@ -1,4 +1,4 @@
#! /usr/bin/env bash
#!/bin/bash
$EXTRACTRC *.ui >> rc.cpp
$XGETTEXT *.cpp -o $podir/kcmbackground.pot
rm -f rc.cpp

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT `find . -name "*.cpp"` -o $podir/kdmgreet.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kdontchangethehostname.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/filetypes.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kfile.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kglobalaccel.pot

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kiconfinder.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp *.h -o $podir/kcm_infobase.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kcminfo.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kcm_memory.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kcmnic.pot

View file

@ -1,3 +1,3 @@
#! /usr/bin/env bash
#!/bin/bash
$EXTRACTRC *.ui >> rc.cpp
$XGETTEXT *.cpp -o $podir/kcmopengl.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp *.h -o $podir/kcm_pci.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kcmsamba.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp *.i18n -o $podir/kcmusb.pot

View file

@ -1,3 +1,3 @@
#! /usr/bin/env bash
#!/bin/bash
$EXTRACTRC *.ui >> rc.cpp
$XGETTEXT *.cpp -o $podir/kcmview1394.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kioclient.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kioexec.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp *.h -o $podir/kio_about.pot

View file

@ -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

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kio_archive.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kio_bookmarks.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kcmcgi.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kio_finger.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kio_fish.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kio_floppy.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cc -o $podir/kio_info.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp *.h -o $podir/kio_man.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kio_nfs.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp *.h -o $podir/kio_recentdocuments.pot

View file

@ -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

View file

@ -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

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kio_sftp.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kio_smb.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kio_thumbnail.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT `find -name "*.cpp" -o -name "*.h"` -o $podir/kio_trash.pot

View file

@ -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

View file

@ -1,3 +1,3 @@
#! /usr/bin/env bash
#!/bin/bash
$EXTRACTRC *.rc >> rc.cpp
$XGETTEXT *.cpp -o $podir/kmenuedit.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kmimetypefinder.pot

View file

@ -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

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/khotnewstuff.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/knotify4.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kpasswdserver.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kquitapp.pot

View file

@ -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

View file

@ -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

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp *.h -o $podir/kblankscrn.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp *.h -o $podir/kscreensaver.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp *.h -o $podir/libkscreensaver.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp themes/*/*.qml -o $podir/ksmserver.pot

View file

@ -1,4 +1,4 @@
#! /usr/bin/env bash
#!/bin/bash
$EXTRACTRC *.ui >> rc.cpp
$XGETTEXT *.cpp -o $podir/kcmsmserver.pot
rm -f rc.cpp

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/ksplashthemes.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kstart.pot

View file

@ -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

View file

@ -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

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/ksystraycmd.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/ktraderclient.pot

View file

@ -1,3 +1,3 @@
#! /usr/bin/env bash
#!/bin/bash
$EXTRACTRC *.ui *.kcfg >> rc.cpp
$XGETTEXT *.cpp -o $podir/kuiserver.pot

View file

@ -1,3 +1,3 @@
#! /usr/bin/env bash
#!/bin/bash
$EXTRACTRC *.ui >> rc.cpp
$XGETTEXT *.cpp -o $podir/kurifilter.pot

View file

@ -1,2 +1,2 @@
#! /usr/bin/env bash
#!/bin/bash
$XGETTEXT *.cpp -o $podir/kshorturifilter.pot

View file

@ -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

Some files were not shown because too many files have changed in this diff Show more