mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Another previous commit fix...
Deleting unneeded files + backup files from Gedit (file + ~)
This commit is contained in:
parent
b6f84d648f
commit
a72b515d5b
|
@ -1,27 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
#
|
|
||||||
# Requirements:
|
|
||||||
# astyle >=2.02
|
|
||||||
#
|
|
||||||
|
|
||||||
echo "running astyle for *.cpp ..."
|
|
||||||
|
|
||||||
cd ../src
|
|
||||||
|
|
||||||
astyle --indent=spaces=4 --style=1tbs \
|
|
||||||
--indent-labels --pad-oper --unpad-paren --pad-header \
|
|
||||||
--convert-tabs --indent-preprocessor \
|
|
||||||
--align-pointer=type --align-reference=name \
|
|
||||||
`find -type f -name '*.cpp'`
|
|
||||||
|
|
||||||
echo "running astyle for *.h ..."
|
|
||||||
|
|
||||||
astyle --indent=spaces=4 --style=linux \
|
|
||||||
--indent-labels --pad-oper --unpad-paren --pad-header \
|
|
||||||
--keep-one-line-statements --keep-one-line-blocks \
|
|
||||||
--indent-preprocessor --convert-tabs \
|
|
||||||
--align-pointer=type --align-reference=name \
|
|
||||||
`find -type f -name '*.h'`
|
|
||||||
|
|
||||||
read -p "Press [ENTER] to close terminal"
|
|
||||||
exit
|
|
|
@ -1,18 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
#
|
|
||||||
# cppcheck
|
|
||||||
#
|
|
||||||
|
|
||||||
echo "cppcheck..."
|
|
||||||
echo ""
|
|
||||||
echo ""
|
|
||||||
|
|
||||||
cd ../src
|
|
||||||
cppcheck \
|
|
||||||
--enable=all \
|
|
||||||
--force \
|
|
||||||
--verbose \
|
|
||||||
. > /dev/null
|
|
||||||
|
|
||||||
read -p "Press [ENTER] to close terminal"
|
|
||||||
exit
|
|
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
cat /usr/share/ca-certificates/*/*.crt > ../other/ca-bundle.crt
|
|
|
@ -1,8 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
lupdate ../plugins/TestPlugin/TestPlugin.pro -no-obsolete -ts ../plugins/TestPlugin/cs_CZ.ts
|
|
||||||
|
|
||||||
lupdate ../plugins/TestPlugin/TestPlugin.pro -no-obsolete -ts ../plugins/TestPlugin/sk_SK.ts
|
|
||||||
|
|
||||||
read -p "Press [ENTER] to close terminal"
|
|
||||||
exit
|
|
|
@ -1,24 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
## circular inclusions workaround - we comment that buggy line
|
|
||||||
sed -i 's/include(3rdparty/##temp/g' ../src/QupZilla.pro
|
|
||||||
|
|
||||||
lupdate ../src/QupZilla.pro -ts ../translations/cs_CZ.ts
|
|
||||||
|
|
||||||
lupdate ../src/QupZilla.pro -ts ../translations/sk_SK.ts
|
|
||||||
|
|
||||||
lupdate ../src/QupZilla.pro -ts ../translations/nl_NL.ts
|
|
||||||
|
|
||||||
lupdate ../src/QupZilla.pro -ts ../translations/de_DE.ts
|
|
||||||
|
|
||||||
lupdate ../src/QupZilla.pro -ts ../translations/es.ts
|
|
||||||
|
|
||||||
lupdate ../src/QupZilla.pro -ts ../translations/it_IT.ts
|
|
||||||
|
|
||||||
lupdate ../src/QupZilla.pro -ts ../translations/zh_CN.ts
|
|
||||||
|
|
||||||
## uncomment it now
|
|
||||||
sed -i 's/##temp/include(3rdparty/g' ../src/QupZilla.pro
|
|
||||||
|
|
||||||
read -p "Press [ENTER] to close terminal"
|
|
||||||
exit
|
|
|
@ -1,24 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
## circular inclusions workaround - we comment that buggy line
|
|
||||||
sed -i 's/include(3rdparty/##temp/g' ../src/QupZilla.pro
|
|
||||||
|
|
||||||
lupdate ../src/QupZilla.pro -no-obsolete -ts ../translations/cs_CZ.ts
|
|
||||||
|
|
||||||
lupdate ../src/QupZilla.pro -no-obsolete -ts ../translations/sk_SK.ts
|
|
||||||
|
|
||||||
lupdate ../src/QupZilla.pro -no-obsolete -ts ../translations/nl_NL.ts
|
|
||||||
|
|
||||||
lupdate ../src/QupZilla.pro -no-obsolete -ts ../translations/de_DE.ts
|
|
||||||
|
|
||||||
lupdate ../src/QupZilla.pro -no-obsolete -ts ../translations/es.ts
|
|
||||||
|
|
||||||
lupdate ../src/QupZilla.pro -no-obsolete -ts ../translations/it_IT.ts
|
|
||||||
|
|
||||||
lupdate ../src/QupZilla.pro -no-obsolete -ts ../translations/zh_CN.ts
|
|
||||||
|
|
||||||
## uncomment it now
|
|
||||||
sed -i 's/##temp/include(3rdparty/g' ../src/QupZilla.pro
|
|
||||||
|
|
||||||
read -p "Press [ENTER] to close terminal"
|
|
||||||
exit
|
|
Loading…
Reference in New Issue
Block a user