mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-18 11:29:31 -04:00
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@742 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f3d9b16620
commit
09a17cdecc
5 changed files with 49 additions and 0 deletions
28
build_scripts/debian/make.sh
Executable file
28
build_scripts/debian/make.sh
Executable file
|
@ -0,0 +1,28 @@
|
||||||
|
clear
|
||||||
|
echo In \"control\" versionsnummer angepasst ?
|
||||||
|
echo \"changelog.Debian.gz\" angepasst ?
|
||||||
|
echo In dieses Skript den Ausgabedateinamen angepasst ?
|
||||||
|
echo
|
||||||
|
echo retroshare-nogui soll auch standalone laufen
|
||||||
|
echo \(1\) delete src/miniupnpc-1.0/libminiupnpc.so
|
||||||
|
echo \(2\) delete lib/libretroshare.lib
|
||||||
|
echo \(3\) remake libretroshare, and the execs
|
||||||
|
|
||||||
|
echo cd src/retroshare-svn/libretroshare/src
|
||||||
|
echo retroshare-nogui loeschen
|
||||||
|
echo make clean und dann make
|
||||||
|
echo
|
||||||
|
echo ENTER
|
||||||
|
|
||||||
|
read
|
||||||
|
|
||||||
|
cd retroshare-package-v0.4.04b
|
||||||
|
#./compile_rs_latest_svn.sh
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
read
|
||||||
|
|
||||||
|
cd retroshare
|
||||||
|
find usr -type f -exec md5sum {} \; > DEBIAN/md5sums
|
||||||
|
cd ..
|
||||||
|
dpkg-deb -b retroshare RetroShare_0.4.10a_ubuntu_gutsy.deb
|
1
build_scripts/debian/usr/bin/RetroShare
Executable file
1
build_scripts/debian/usr/bin/RetroShare
Executable file
|
@ -0,0 +1 @@
|
||||||
|
|
15
build_scripts/debian/usr/bin/retroshare
Executable file
15
build_scripts/debian/usr/bin/retroshare
Executable file
|
@ -0,0 +1,15 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [ ! -d "$HOME/.pqiPGPrc" ] ; then
|
||||||
|
mkdir "$HOME/.pqiPGPrc"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Now RS use OpenDHT
|
||||||
|
# It is posible, that the User has a .pqi configuration, but no kadc.ini
|
||||||
|
#if [ -e "$HOME/.pqiPGPrc/kadc.ini" ] ; then
|
||||||
|
# echo -n ""
|
||||||
|
#else
|
||||||
|
# cp /usr/share/retroshare/kadc.ini "$HOME/.pqiPGPrc/"
|
||||||
|
#fi
|
||||||
|
|
||||||
|
/usr/bin/RetroShare
|
1
build_scripts/debian/usr/bin/retroshare-nogui
Executable file
1
build_scripts/debian/usr/bin/retroshare-nogui
Executable file
|
@ -0,0 +1 @@
|
||||||
|
|
4
retroshare-gui/src/gui/svn-commit.tmp
Normal file
4
retroshare-gui/src/gui/svn-commit.tmp
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
-- Diese und die folgenden Zeilen werden ignoriert --
|
||||||
|
|
||||||
|
M NetworkDialog.cpp
|
Loading…
Add table
Add a link
Reference in a new issue