rename directories

sflphone-common -> daemon
sflphone-client-gnome -> gnome
sflphone-client-kde -> kde
sflphone-plugins -> plugins
This commit is contained in:
Rafaël Carré
2011-08-15 09:15:00 -04:00
parent fd32fa8d57
commit 0d02b874ea
2740 changed files with 14 additions and 14 deletions

View File

@ -2,7 +2,7 @@ INSTALLATION GUIDE
* CORE INSTALLATION * CORE INSTALLATION
# Go to the root of the application core directory # Go to the root of the application core directory
cd sflphone-common cd daemon
# Compile pjsip # Compile pjsip
cd libs/pjproject cd libs/pjproject
./autogen.sh ./autogen.sh
@ -17,14 +17,14 @@ INSTALLATION GUIDE
* GNOME CLIENT INSTALLATION * GNOME CLIENT INSTALLATION
# Go to the root of the gnome client directory # Go to the root of the gnome client directory
cd sflphone-client-gnome cd gnome
./autogen.sh --prefix=/usr ./autogen.sh --prefix=/usr
make && sudo make install make && sudo make install
You are done with the gnome client ! You are done with the gnome client !
Then, to start SFLphone, simply go in Applications > Internet > SFLphone VoIP Client. Then, to start SFLphone, simply go in Applications > Internet > SFLphone VoIP Client.
Thanks You Thanks You
SFLphone Team SFLphone Team

4
README
View File

@ -4,8 +4,8 @@ GIT REPOSITORY
Tree information: Tree information:
* sflphone-common: contains the core application code. This code is mandatory to run the softphone. It may be considered as the core as it implements all the logic (audio layer, communication layer, account management, codecs management, dbus services). * daemon: contains the core application code. This code is mandatory to run the softphone. It may be considered as the core as it implements all the logic (audio layer, communication layer, account management, codecs management, dbus services).
* sflphone-client-gnome: contains the GTK+ client for SFLphone. It will connect and communicate to the core application through D-Bus. * gnome: contains the GTK+ client for SFLphone. It will connect and communicate to the core application through D-Bus.
* tools: scripts * tools: scripts

View File

@ -4,7 +4,7 @@
# #
# Author: Francois Marier <francois@debian.org> # Author: Francois Marier <francois@debian.org>
if [ ! -e sflphone-common/configure.ac ] ; then if [ ! -e daemon/configure.ac ] ; then
echo "This script must be run in the root directory of the sflphone repository" echo "This script must be run in the root directory of the sflphone repository"
exit 1 exit 1
fi fi
@ -31,7 +31,7 @@ rm -f *.tar.gz
rm -rf lang/ rm -rf lang/
rm -rf tools/ rm -rf tools/
rm -rf sflphone-client-kde/ rm -rf kde/
rm -rf .git/ rm -rf .git/
rm -f .gitignore rm -f .gitignore
@ -40,11 +40,11 @@ find -name .project -type f -exec rm {} \;
find -name .cproject -type f -exec rm {} \; find -name .cproject -type f -exec rm {} \;
find -name .settings -type d -exec rm -rf {} \; find -name .settings -type d -exec rm -rf {} \;
pushd sflphone-common pushd daemon
./autogen.sh ./autogen.sh
popd popd
pushd sflphone-common/libs/pjproject pushd daemon/libs/pjproject
find -name os-auto.mak -type f -exec rm {} \; find -name os-auto.mak -type f -exec rm {} \;
# Remove pre-built binaries # Remove pre-built binaries
@ -87,7 +87,7 @@ rm -rf third_party/milenage/
aclocal --force aclocal --force
popd popd
pushd sflphone-client-gnome pushd gnome
./autogen.sh ./autogen.sh
popd popd

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Some files were not shown because too many files have changed in this diff Show More