|
|
@ -1,3 +1,4 @@ |
|
|
|
|
|
|
|
#!/bin/bash |
|
|
|
# -------------------------------------------------------------------- |
|
|
|
# -------------------------------------------------------------------- |
|
|
|
# This program is free software: you can redistribute it and/or modify |
|
|
|
# This program is free software: you can redistribute it and/or modify |
|
|
|
# it under the terms of the GNU General Public License as published by |
|
|
|
# it under the terms of the GNU General Public License as published by |
|
|
@ -13,7 +14,6 @@ |
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
# --------------------------------------------------------------------- |
|
|
|
# --------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
|
|
|
#!/bin/sh |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make clean |
|
|
|
make clean |
|
|
|
rm -rf build/linux/release/ |
|
|
|
rm -rf build/linux/release/ |
|
|
@ -90,10 +90,10 @@ cp "$QT_LIBRARY_SOURCE_PATH/phonon.so.4.4.0" "$QT_LIBRARY_DEST_PATH/" |
|
|
|
rm -rf install/linux |
|
|
|
rm -rf install/linux |
|
|
|
mkdir -p install/linux |
|
|
|
mkdir -p install/linux |
|
|
|
|
|
|
|
|
|
|
|
mv build/linux/release/product build/linux/release/Sankore_3.1.$VERSION |
|
|
|
mv build/linux/release/product build/linux/release/Open-Sankore.$VERSION |
|
|
|
cd build/linux/release |
|
|
|
cd build/linux/release |
|
|
|
|
|
|
|
|
|
|
|
# "Removing .svn directories ..." |
|
|
|
# "Removing .svn directories ..." |
|
|
|
find . -name .svn -exec rm -rf {} \; 2> /dev/null |
|
|
|
find . -name .svn -exec rm -rf {} \; 2> /dev/null |
|
|
|
tar cvzf ../../../install/linux/Sankore\ 3.1.tar.gz Sankore_3.1.$VERSION -C . |
|
|
|
tar cvzf ../../../install/linux/Open-Sankore.tar.gz Open-Sankore.$VERSION -C . |
|
|
|
notify-send "Sankore" "Build Finished" |
|
|
|
notify-send "Open-Sankore" "Build Finished" |
|
|
|