adium-1.4 2587:b7fab2e5faee: Modify adium-1.4's mtn instructions...

commits at adium.im commits at adium.im
Fri Aug 21 19:35:47 UTC 2009


details:	http://hg.adium.im/adium-1.4/rev/b7fab2e5faee
revision:	2587:b7fab2e5faee
author:		Zachary West <zacw at adium.im>
date:		Fri Aug 21 15:41:30 2009 -0400

Modify adium-1.4's mtn instructions for im.pidgin.adium.1-4.

diffs (41 lines):

diff -r 5f6c84420401 -r b7fab2e5faee Utilities/dep-build-scripts/README
--- a/Utilities/dep-build-scripts/README	Wed Aug 19 19:02:12 2009 -0700
+++ b/Utilities/dep-build-scripts/README	Fri Aug 21 15:41:30 2009 -0400
@@ -19,7 +19,7 @@
 === DOWNLOADING PIDGIN SOURCE TREE ===
 
 The Pidgin source is not installed by the download script. Adium currently uses
-libpurple from the branch im.pidgin.adium. Patches applied during the build process expect this version.
+libpurple from the branch im.pidgin.adium.1-4. Patches applied during the build process expect this version.
 
 The official documentation for getting Pidgin source is maintained at
 http://developer.pidgin.im/wiki/UsingPidginMonotone, simplified here. The
@@ -32,10 +32,10 @@
 We will download a snapshot of the monotone database to bootstrap the checkout
 process. Please note that this file is nearly 200 MB.
 
-$ cd source; mkdir im.pidgin.adium; cd im.pidgin.adium; curl -LO \
+$ cd source; mkdir im.pidgin.adium.1-4; cd im.pidgin.adium.1-4; curl -LO \
 http://developer.pidgin.im/static/pidgin.mtn.bz2 && bzip2 -d pidgin.mtn.bz2 \
 && mtn db -d pidgin.mtn migrate && mtn -d pidgin.mtn pull --set-default \
-mtn.pidgin.im "im.pidgin.*" && mtn -d pidgin.mtn co -b im.pidgin.adium .; cd \
+mtn.pidgin.im "im.pidgin.*" && mtn -d pidgin.mtn co -b im.pidgin.adium.1-4 .; cd \
 ../..
 
 
@@ -43,13 +43,13 @@
 
 To update the Pidgin source tree, just run
 
-$ pushd source/im.pidgin.adium; mtn pull; mtn update; popd
+$ pushd source/im.pidgin.adium.1-4; mtn pull; mtn update; popd
 
 
 ==== MOVING ====
 
 If you move the Pidgin source tree, you must update the absolute path of the
-pidgin.mtn database file in source/im.pidgin.adium/_MTN/options. Otherwise,
+pidgin.mtn database file in source/im.pidgin.adium.1-4/_MTN/options. Otherwise,
 you will be unable to pull changesets from the monotone repository.
 
 




More information about the commits mailing list