diff --git a/build_scripts/debian/DEBIAN/conffiles b/build_scripts/debian/DEBIAN/conffiles deleted file mode 100755 index e69de29bb..000000000 diff --git a/build_scripts/debian/DEBIAN/control b/build_scripts/debian/DEBIAN/control deleted file mode 100755 index fbb8335a6..000000000 --- a/build_scripts/debian/DEBIAN/control +++ /dev/null @@ -1,13 +0,0 @@ -Package: retroshare -Version: 0.4.06b -Depends: zlib1g,libqt4-core,libqt4-gui -Section: net -Priority: extra -Architecture: i386 -Installed-Size: 10000 -Maintainer: Thomas Eimers -Description: Retroshare Instant Messenger - RetroShare Instant Messenger is the next generation sharing network, which provides: - Reliable Identification and Authentication of your trusted friends (RSA-Keys). - Because you connect direct and enryepted only to your trusted friends, it is a fast and safe transfer of files. - See http://retroshare.sourceforge.net for more details. diff --git a/build_scripts/debian/DEBIAN/md5sums b/build_scripts/debian/DEBIAN/md5sums deleted file mode 100755 index 24848af62..000000000 --- a/build_scripts/debian/DEBIAN/md5sums +++ /dev/null @@ -1,8 +0,0 @@ -bfe163ff72b9b099466a115810f7e95f usr/bin/retroshare -20db48f74f7e31a5674c56c436e00088 usr/bin/retroshare-nogui -87c010b9bd9dd51b60927e61916d610d usr/bin/RetroShare -9611435101c2623a3b6fb923fb0bc21e usr/share/retroshare/retroshare.desktop -cb9e1ddc438968f6cff23d1f98b08363 usr/share/retroshare/retroshare.png -ef5a0dc66c04eb2520d5578a470568ec usr/share/doc/retroshare/copyright -7ef7e1e8ce34cf44bf088f54260ab624 usr/share/doc/retroshare/README -92cccf17e248de268a33c8e79a0dff71 usr/share/doc/retroshare/changelog.Debian.gz diff --git a/build_scripts/debian/DEBIAN/postinst b/build_scripts/debian/DEBIAN/postinst deleted file mode 100755 index d13e468c3..000000000 --- a/build_scripts/debian/DEBIAN/postinst +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ "$1" = "configure" ] -then -echo "Configure." -cp /usr/share/retroshare/retroshare.desktop "$HOME/Desktop" -fi -echo type \'retroshare\' as normal user for runnig Retroshare ! - -exit 0 diff --git a/build_scripts/debian/DEBIAN/postrm b/build_scripts/debian/DEBIAN/postrm deleted file mode 100755 index 44d8b9c68..000000000 --- a/build_scripts/debian/DEBIAN/postrm +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ \( "$1" = "upgrade" -o "$1" = "remove" \) ] -then -echo -n -fi - -exit 0 \ No newline at end of file diff --git a/build_scripts/debian/DEBIAN/prerm b/build_scripts/debian/DEBIAN/prerm deleted file mode 100755 index 842585b34..000000000 --- a/build_scripts/debian/DEBIAN/prerm +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -set -e -if [ \( "$1" = "upgrade" \) ] -then - echo Remeber: Your public keys and settings are in your home directory .pqiPGPrc ! -fi - -if [ \( "$1" = "remove" \) ] -then - echo Remeber: Your public keys in your home directory .pqiPHPrc will be deleted ! - echo Type CTRL+C if you whish to abort, continue with ENTER - read weiter - if [ -d "$HOME/.pqiPGPrc" ] ; then - rm "$HOME/.pqiPGPrc/" --preserve-root -r - fi - - if [ -e "$HOME/Desktop/retroshare.desktop" ] ; then - rm "$HOME/Desktop/retroshare.desktop" - fi -fi -exit 0 \ No newline at end of file diff --git a/build_scripts/debian/make.sh b/build_scripts/debian/make.sh deleted file mode 100755 index 68a6449b3..000000000 --- a/build_scripts/debian/make.sh +++ /dev/null @@ -1,28 +0,0 @@ -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 \ No newline at end of file diff --git a/build_scripts/debian/usr/bin/retroshare b/build_scripts/debian/usr/bin/retroshare deleted file mode 100755 index 4c79fe084..000000000 --- a/build_scripts/debian/usr/bin/retroshare +++ /dev/null @@ -1,15 +0,0 @@ -#!/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 diff --git a/build_scripts/debian/usr/share/applications/retroshare.desktop b/build_scripts/debian/usr/share/applications/retroshare.desktop deleted file mode 100644 index 066493b3a..000000000 --- a/build_scripts/debian/usr/share/applications/retroshare.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Exec=retroshare -Icon=/usr/share/retroshare/retroshare.png -Type=Application -Terminal=false -MultipleArgs=false -Name=Retroshare -GenericName=Sharing Network -StartupNotify=true -Categories=Application;Network; diff --git a/build_scripts/debian/usr/share/doc/retroshare/README b/build_scripts/debian/usr/share/doc/retroshare/README deleted file mode 100755 index bffdc9806..000000000 --- a/build_scripts/debian/usr/share/doc/retroshare/README +++ /dev/null @@ -1,209 +0,0 @@ - -Compiling + Running RetroShare (V0.3.0) -------------------------------------------------------------- - -Quick Requirements: ---------------------------------------------- -Libraries/Tools: - C/C++ Compiler. (standard on Linux/cygwin) - OpenSSL-0.9.7g-xpgp - KadC Dht library - Qt-4.2 development libraries. - qskinobject library (Required when compile with QT 4.3.x) - -RetroShare Source Code: ( from sf.net/projects/retroshare) - Qt-GUI-XXX.tgz - retroshare-src-v0.3.XXX.tgz - -Windows Requirements: - Cygwin (Windows Only) - Pthreads (Windows Only) - Zlib (Windows Only) ---------------------------------------------- - -OpenSSL-0.9.7g-xpgp is available at: -http://www.lunamutt.com/retroshare/openssl-0.9.7g-xpgp-0.1c.tgz - -KadC (latest) is available from sourceforge.net - -Download/Compile as per instructions... - ---------------------------------------------- - -Compiling Linux ---------------------------------------------- - -(1) compile openSSL-0.9.7g-xpgp. - -(2) compile KadC. (and correct the library) - -(4) Modify ./make.opts - (4a) modify the Makefile so that: OS=Linux or OS=Win - (4c) Define SSL_DIR to point to openSSL-0.9.7g-xpgp. - (4c) Define KADC_DIR to point to KadC - -(5) type: make - This builds ./lib/libretroshare.a, - and the various test programs. - - There is server-only (no GUI) executable - compiled in ./rsiface/retroshare-nogui, - you can run this to check that its working. - ---------------------------------------------- - -Compiling Linux (Alternative Instructions from Bharath) ---------------------------------------------- -here's how to compiled retroshare on ubuntu linux: - - compile openssl: - 1. Get the patched version of openssl (openssl-0.9.7g-xpgp, from http://www.lunamutt.com) - 2. run: - ./config - make - make test - - compile KadC: - 1. Get KadC library from http://kadc.sourceforge.net/ - 2. run: - make - - install packages needed for retroshare compile: - sudo apt-get install libxft-dev - sudo apt-get install libXinerama-dev - - complile retroshare: - 1. set directories in make.opt: - RS_DIR=/home/dev/rs-v0.3.0-pr8/src - SSL_DIR=/home/dev/openssl-0.9.7g-xpgp-0.1c - KADC_DIR=/home/dev/KadC - 2. comment out the directory declarations uncer Cygwin since that will override your directory declarations from 1. - 3. change RSLIBS = -L$(LIBDIR) -lretroshare -L$(SSL_DIR) -lssl -lcrypto -lpthread -lKadC - to - RSLIBS = -L$(LIBDIR) -lretroshare -L$(SSL_DIR) -lssl -lcrypto -lpthread -L$(KADC_DIR) -lKadC - 4. run: - make - -Hope this helps. - ---------------------------------------------- -Compiling the skinobject (only Required when compile with QT 4.3.x) - -1. Download skinobject from https://sourceforge.net/projects/qskinwindows/ - -http://downloads.sourceforge.net/qskinwindows/qskinobject-0.6.1.tar.bz2? - -2. untar the qskinobject-0.6.1.tar.bz2 - -3. run: -qmake -make - -4.Copy the libskin.a to your retroshare libs directory. - -5.then add to LIBS= -lskin to the RetroShare.pro file: - -example(linux): - -TARGET = RetroShare -RSLIBS = -L/path/to/your/retroshare/libs/directory/ -lretroshare -lKadC -lKadC -lminiupnpc -lskin -lssl -lcrypto -LIBS = $(RSLIBS) - -example (Windows): - -win32 -{ - RC_FILE = gui/images/retroshare_win.rc - - "LIBS += -L"../../winlibs" -lretroshare -lssl -lcrypto -lpthreadGC2d -lKadC -lminiupnpc -lz -lws2_32 -luuid -lole32 -liphlpapi -lcrypt32-cygwin -lskin -lgdi32 - CONFIG += qt release" -} - ---------------------------------------------- -Compiling QCheckers game -_____________________________________________ - -1.qmake -2.make -3.Copy the libqcheckers.a to your retroshare libs directory. -5.then add to LIBS= -lqcheckers to the RetroShare.pro file: - -example(linux): - -RSLIBS = -L/path/to/your/retroshare/libs/directory/ -lretroshare -lKadC -lKadC -lminiupnpc -lskin -lqcheckers -lssl -lcrypto -LIBS = $(RSLIBS) - -example (Windows): - -win32 -{ - RC_FILE = gui/images/retroshare_win.rc - - "LIBS += -L"../../winlibs" -lretroshare -lssl -lcrypto -lpthreadGC2d -lKadC -lminiupnpc -lz -lws2_32 -luuid -lole32 -liphlpapi -lcrypt32-cygwin -lskin -lqcheckers -lgdi32 - CONFIG += qt release" -} - ---------------------------------------------- -Compiling the Qt GUI -_____________________________________________ - -(1) untar the Qt-GUI source package. run qmake, - - tar -xvzf Qt-GUI-XXXX.tgz - - cd Qt-Gui-XXX/src/ - - qmake-qt4 Retroshare.pro - -(2) tweak the makefile: The default makefile - doesn't have the links to the retroshare - libraries. It should something like this: - -RSLIBS = -L/home/dev/prog/devel/rs-v0.3.0XXX/src/lib -lretroshare -lKadC -SSLLIBS = -L/home/dev/prog/devel/openssl-0.9.7g-xpgp -lssl -lcrypto -LIBS = $(SUBLIBS) $(RSLIBS) $(SSLLIBS) -L/usr/lib -lQtXml -lQtGui -lQtNetwork -lQtCore -lpthread - - This should build you an executable: - - RetroShare. - ------------------------------------------------- -This has been compiled on the following platforms: - (a) Debian Linux (stable/testing/unstable) - (b) Suse Linux (9.X/10.X) - (c) WinXP - ------------------------------------------------- -WIN XP Compilation. ------------------------------------------------- - -This much harder, and more perilous than the -Linux compilation: It requires both the cygwin -and the mingw compilers... - -Need: - Cygwin development environment - Qt4.2 opensource development kit + MinGw. - source code for all libraries. - -In Brief: -UNDER Cygwin: - (1) Compile openssl-xpgp. - (2) Compile pthreads. - (3) Compile zlib. - (4) Compile KadC. (there are some tweaks, - needed to the code) - - (5) Compile retroshare-v0.3.0 - -UNDER Mingw: - (6) Compile qskinobject (only under QT 4.3.x) - (7) Compile the Qt-Gui. - - -Email me if you're having trouble: - retroshare@lunamutt.com ---------------------------------------------- - - - diff --git a/build_scripts/debian/usr/share/doc/retroshare/changelog.Debian.gz b/build_scripts/debian/usr/share/doc/retroshare/changelog.Debian.gz deleted file mode 100755 index fbb5b8fdd..000000000 Binary files a/build_scripts/debian/usr/share/doc/retroshare/changelog.Debian.gz and /dev/null differ diff --git a/build_scripts/debian/usr/share/doc/retroshare/copyright b/build_scripts/debian/usr/share/doc/retroshare/copyright deleted file mode 100755 index 4a0f5e056..000000000 --- a/build_scripts/debian/usr/share/doc/retroshare/copyright +++ /dev/null @@ -1,31 +0,0 @@ -This package was debianized by Thomas Eimers on -Thu, 02 OCT 2007 10:10:00 +0200. - -It was downloaded from http://sourceforge.net/projects/retroshare/ - -Copyright: - -/* - * "$Id: licence,v 1.1 2007-02-18 21:46:42 rmf24 Exp $" - * - * TOU + 3P/PQI + RetroShare. - * - * Copyright 2004-2006 by Robert Fernie. - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License Version 2 as published by the Free Software Foundation. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Please report all bugs and problems to "retroshare@lunamutt.com". - * - */ \ No newline at end of file diff --git a/build_scripts/debian/usr/share/retroshare/retroshare.desktop b/build_scripts/debian/usr/share/retroshare/retroshare.desktop deleted file mode 100755 index 066493b3a..000000000 --- a/build_scripts/debian/usr/share/retroshare/retroshare.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Exec=retroshare -Icon=/usr/share/retroshare/retroshare.png -Type=Application -Terminal=false -MultipleArgs=false -Name=Retroshare -GenericName=Sharing Network -StartupNotify=true -Categories=Application;Network; diff --git a/build_scripts/debian/usr/share/retroshare/retroshare.png b/build_scripts/debian/usr/share/retroshare/retroshare.png deleted file mode 100755 index 9d0ff4810..000000000 Binary files a/build_scripts/debian/usr/share/retroshare/retroshare.png and /dev/null differ