mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
changed bash scripts shebangs
This commit is contained in:
parent
abaad06e36
commit
24b6d92809
204 changed files with 204 additions and 204 deletions
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kcminit.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kcmshell.pot
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kcmbell.pot
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$EXTRACTRC *.ui >> rc.cpp
|
||||
$XGETTEXT *.cpp -o $podir/kcmcolors.pot
|
||||
rm -f rc.cpp
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$EXTRACTRC *.ui >> rc.cpp
|
||||
$XGETTEXT *.cpp -o $podir/kcmcomponentchooser.pot
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$EXTRACTRC *.ui >> rc.cpp
|
||||
$XGETTEXT *.cpp -o $podir/kcmkclock.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kcm_desktoppaths.pot
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$EXTRACTRC *.ui >> rc.cpp
|
||||
$XGETTEXT *.cpp *.h -o $podir/kcmkdnssd.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kcmfonts.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/display.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/joystick.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kcmicons.pot
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kcmkded.pot
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$EXTRACTRC *.ui >> rc.cpp
|
||||
$XGETTEXT *.cpp -o $podir/kcmnotify.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/krdb.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kcmlaunch.pot
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$EXTRACTRC *.ui >> rc.cpp
|
||||
$XGETTEXT *.cpp -o $podir/krandr.pot
|
||||
rm -f rc.cpp
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/randrmonitor.pot
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$EXTRACTRC *.ui >> rc.cpp
|
||||
$XGETTEXT *.cpp -o $podir/kcmsmartcard.pot
|
||||
rm -f rc.cpp
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kcm_standard_actions.pot
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$EXTRACTRC *.ui >> rc.cpp
|
||||
$XGETTEXT *.cpp -o $podir/kcmstyle.pot
|
||||
rm -f rc.cpp
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$EXTRACTRC *.ui >> rc.cpp
|
||||
$XGETTEXT *.cpp -o $podir/kcmworkspaceoptions.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kde-menu.pot
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kdesu.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kdesud.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kdmconfig.pot
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$EXTRACTRC *.ui >> rc.cpp
|
||||
$XGETTEXT *.cpp -o $podir/kcmbackground.pot
|
||||
rm -f rc.cpp
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT `find . -name "*.cpp"` -o $podir/kdmgreet.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kdontchangethehostname.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/filetypes.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kfile.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kglobalaccel.pot
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kiconfinder.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp *.h -o $podir/kcm_infobase.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kcminfo.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kcm_memory.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kcmnic.pot
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$EXTRACTRC *.ui >> rc.cpp
|
||||
$XGETTEXT *.cpp -o $podir/kcmopengl.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp *.h -o $podir/kcm_pci.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kcmsamba.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp *.i18n -o $podir/kcmusb.pot
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$EXTRACTRC *.ui >> rc.cpp
|
||||
$XGETTEXT *.cpp -o $podir/kcmview1394.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kioclient.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kioexec.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp *.h -o $podir/kio_about.pot
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kio_archive.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kio_bookmarks.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kcmcgi.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kio_finger.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kio_fish.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kio_floppy.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cc -o $podir/kio_info.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp *.h -o $podir/kio_man.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kio_nfs.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp *.h -o $podir/kio_recentdocuments.pot
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kio_sftp.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kio_smb.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kio_thumbnail.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT `find -name "*.cpp" -o -name "*.h"` -o $podir/kio_trash.pot
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$EXTRACTRC *.rc >> rc.cpp
|
||||
$XGETTEXT *.cpp -o $podir/kmenuedit.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kmimetypefinder.pot
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/khotnewstuff.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/knotify4.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kpasswdserver.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kquitapp.pot
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp *.h -o $podir/kblankscrn.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp *.h -o $podir/kscreensaver.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp *.h -o $podir/libkscreensaver.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp themes/*/*.qml -o $podir/ksmserver.pot
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$EXTRACTRC *.ui >> rc.cpp
|
||||
$XGETTEXT *.cpp -o $podir/kcmsmserver.pot
|
||||
rm -f rc.cpp
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/ksplashthemes.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kstart.pot
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/ksystraycmd.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/ktraderclient.pot
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$EXTRACTRC *.ui *.kcfg >> rc.cpp
|
||||
$XGETTEXT *.cpp -o $podir/kuiserver.pot
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$EXTRACTRC *.ui >> rc.cpp
|
||||
$XGETTEXT *.cpp -o $podir/kurifilter.pot
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
#!/bin/bash
|
||||
$XGETTEXT *.cpp -o $podir/kshorturifilter.pot
|
||||
|
|
|
@ -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
Loading…
Add table
Reference in a new issue