[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r14833: Install and configure PortablePidgin launcher (in torbrowser/branches/pidgin/build-scripts: . config)
Author: sjm217
Date: 2008-05-29 16:09:32 -0400 (Thu, 29 May 2008)
New Revision: 14833
Added:
torbrowser/branches/pidgin/build-scripts/config/PidginPortable.ini
Modified:
torbrowser/branches/pidgin/build-scripts/Makefile
Log:
Install and configure PortablePidgin launcher
Modified: torbrowser/branches/pidgin/build-scripts/Makefile
===================================================================
--- torbrowser/branches/pidgin/build-scripts/Makefile 2008-05-29 14:42:02 UTC (rev 14832)
+++ torbrowser/branches/pidgin/build-scripts/Makefile 2008-05-29 20:09:32 UTC (rev 14833)
@@ -20,6 +20,7 @@
TOR=/c/build/tor-0.2.0.26-rc
POLIPO=/c/build/polipo-1.0.4
FIREFOX_SRC=/c/build/FirefoxPortable
+PIDGIN_SRC=/c/build/PidginPortable
## Location of utility applications
SEVENZIP="/c/Program Files/7-Zip/7z.exe"
@@ -88,10 +89,10 @@
## Generate a non-localized bundle and put in $(DEST)
##
-## Install binaries, documentation, FirefoxPortable and launcher into $(DEST)
+## Install binaries, documentation, FirefoxPortable, PidginPortable, and launcher into $(DEST)
generic-bundle.stamp:
make generic-bundle
-generic-bundle: directory-structure install-binaries install-docs install-firefoxportable configure-apps launcher
+generic-bundle: directory-structure install-binaries install-docs install-firefoxportable install-pidginportable configure-apps launcher
touch generic-bundle.stamp
APPDIR=$(DEST)/App
@@ -135,6 +136,10 @@
install-firefoxportable:
cp -R $(FIREFOX_SRC) $(DEST)/FirefoxPortable
+## Copy over PidginPortable
+install-pidginportable:
+ cp -R $(PIDGIN_SRC) $(DEST)/PidginPortable
+
## Configure Firefox, FirefoxPortable, Vidalia, Polipo and Tor
configure-apps:
## Configure Firefox preferences
@@ -143,6 +148,8 @@
cp $(CONFIG_SRC)/bookmarks.html $(DEST)/FirefoxPortable/App/DefaultData/profile/
## Configure FirefoxPortable
cp $(CONFIG_SRC)/FirefoxPortable.ini $(DEST)/FirefoxPortable
+ ## Configure PidginPortable
+ cp $(CONFIG_SRC)/PidginPortable.ini $(DEST)/PidginPortable
## Configure Vidalia
cp $(CONFIG_SRC)/vidalia.conf $(DEST)/Data/Vidalia
## Configure Polipo
Added: torbrowser/branches/pidgin/build-scripts/config/PidginPortable.ini
===================================================================
--- torbrowser/branches/pidgin/build-scripts/config/PidginPortable.ini (rev 0)
+++ torbrowser/branches/pidgin/build-scripts/config/PidginPortable.ini 2008-05-29 20:09:32 UTC (rev 14833)
@@ -0,0 +1,7 @@
+[PidginPortable]
+AdditionalParameters=
+WaitForPidgin=true
+DisableSplashScreen=true
+
+# This is an example INI and will not work from it's present location.
+# For full details on placement and the above options, see the included readme.txt
\ No newline at end of file