pidgin.next.minor: a6e2fc8f: Include the debug symbols in the offline...

datallah at pidgin.im datallah at pidgin.im
Sat Nov 7 23:45:44 EST 2009


-----------------------------------------------------------------
Revision: a6e2fc8f1a6b687a255d0b468046454b5164d94b
Ancestor: 04c6d35ed800e8ea9c2683a7ec8ac819bbb4e63f
Author: datallah at pidgin.im
Date: 2009-11-08T04:40:35
Branch: im.pidgin.pidgin.next.minor
URL: http://d.pidgin.im/viewmtn/revision/info/a6e2fc8f1a6b687a255d0b468046454b5164d94b

Modified files:
        pidgin/win32/nsis/pidgin-installer.nsi

ChangeLog: 

Include the debug symbols in the offline installer

-------------- next part --------------
============================================================
--- pidgin/win32/nsis/pidgin-installer.nsi	7bbce01ac6fbbf05eaced46884da0ce44e071669
+++ pidgin/win32/nsis/pidgin-installer.nsi	445b83135e79c888c817abcc62e9dc39af8d441b
@@ -612,6 +612,13 @@ Section /o $(DEBUG_SYMBOLS_SECTION_TITLE
 
   ; We need to download and extract the debug symbols
   StrCpy $R1 "$PLUGINSDIR\pidgin-${PIDGIN_VERSION}-dbgsym.zip"
+!ifdef OFFLINE_INSTALLER
+
+  SetOutPath $PLUGINSDIR
+  File /oname=pidgin-${PIDGIN_VERSION}-dbgsym.zip "..\..\..\..\gtk_installer\gtk-runtime-${GTK_INSTALL_VERSION}.zip"
+
+!else
+
   retry:
   StrCpy $R2 "${DOWNLOADER_URL}?version=${PIDGIN_VERSION}&dl_pkg=dbgsym"
   DetailPrint "Downloading Debug Symbols... ($R2)"
@@ -621,6 +628,8 @@ Section /o $(DEBUG_SYMBOLS_SECTION_TITLE
   StrCmp $R0 "success" +2
     MessageBox MB_RETRYCANCEL "$(PIDGIN_DEBUGSYMBOLS_ERROR) : $R2" /SD IDCANCEL IDRETRY retry IDCANCEL done
 
+!endif
+
   nsisunz::UnzipToLog $R1 "$INSTDIR"
   Pop $R0
   StrCmp $R0 "success" +2


More information about the Commits mailing list