Updated filenames in pidgin-installer.nsi soc.2013.gobjectification.plugins

Sun, 22 Sep 2013 22:51:55 +0530

author
Ankit Vani <a@nevitus.org>
date
Sun, 22 Sep 2013 22:51:55 +0530
branch
soc.2013.gobjectification.plugins
changeset 36800
c9f5588d027b
parent 36799
8bc56580f70e
child 36801
70047858a8fd

Updated filenames in pidgin-installer.nsi

libpurple/protocols/yahoo/ymsg.h file | annotate | diff | comparison | revisions
pidgin/win32/nsis/pidgin-installer.nsi file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/yahoo/ymsg.h	Sun Sep 22 22:45:40 2013 +0530
+++ b/libpurple/protocols/yahoo/ymsg.h	Sun Sep 22 22:51:55 2013 +0530
@@ -356,7 +356,7 @@
 /* yahoo_profile.c */
 void yahoo_get_info(PurpleConnection *gc, const char *name);
 
-/* libymsg.h  - these functions were formerly static but need not to be for the
+/* ymsg.h  - these functions were formerly static but need not to be for the
  * new two-protocol model. */
 const char *yahoo_list_icon(PurpleAccount *a, PurpleBuddy *b);
 const char *yahoo_list_emblem(PurpleBuddy *b);
--- a/pidgin/win32/nsis/pidgin-installer.nsi	Sun Sep 22 22:45:40 2013 +0530
+++ b/pidgin/win32/nsis/pidgin-installer.nsi	Sun Sep 22 22:51:55 2013 +0530
@@ -335,10 +335,6 @@
     ; Pidgin files
     SetOverwrite on
 
-    ;Delete old liboscar and libjabber since they tend to be problematic
-    Delete "$INSTDIR\plugins\liboscar.dll"
-    Delete "$INSTDIR\plugins\libjabber.dll"
-
     File /r /x locale /x Gtk ..\..\..\${PIDGIN_INSTALL_DIR}\*.*
 
     ; Check if Perl is installed, if so add it to the AppPaths
@@ -570,31 +566,27 @@
     Delete "$INSTDIR\plugins\gtkbuddynote.dll"
     Delete "$INSTDIR\plugins\history.dll"
 	Delete "$INSTDIR\plugins\internalkeyring.dll"
-	Delete "$INSTDIR\plugins\libfacebook.dll"
-	Delete "$INSTDIR\plugins\libgtalk.dll"
 	Delete "$INSTDIR\plugins\ssl-gnutls.dll"
 	Delete "$INSTDIR\plugins\webkit.dll"
 	Delete "$INSTDIR\plugins\wincred.dll"
     Delete "$INSTDIR\plugins\iconaway.dll"
     Delete "$INSTDIR\plugins\idle.dll"
     Delete "$INSTDIR\plugins\joinpart.dll"
-    Delete "$INSTDIR\plugins\libaim.dll"
     Delete "$INSTDIR\plugins\libbonjour.dll"
     Delete "$INSTDIR\plugins\libgg.dll"
-    Delete "$INSTDIR\plugins\libicq.dll"
     Delete "$INSTDIR\plugins\libirc.dll"
+    Delete "$INSTDIR\plugins\libjabber.dll"
     Delete "$INSTDIR\plugins\libmsn.dll"
     Delete "$INSTDIR\plugins\libmxit.dll"
     Delete "$INSTDIR\plugins\libmyspace.dll"
     Delete "$INSTDIR\plugins\libnapster.dll"
     Delete "$INSTDIR\plugins\libnovell.dll"
+    Delete "$INSTDIR\plugins\liboscar.dll"
     Delete "$INSTDIR\plugins\libsametime.dll"
     Delete "$INSTDIR\plugins\libsilc.dll"
     Delete "$INSTDIR\plugins\libsimple.dll"
     Delete "$INSTDIR\plugins\libtoc.dll"
     Delete "$INSTDIR\plugins\libyahoo.dll"
-    Delete "$INSTDIR\plugins\libyahoojp.dll"
-    Delete "$INSTDIR\plugins\libxmpp.dll"
     Delete "$INSTDIR\plugins\log_reader.dll"
     Delete "$INSTDIR\plugins\markerline.dll"
     Delete "$INSTDIR\plugins\newline.dll"
@@ -637,10 +629,8 @@
     RMDir "$INSTDIR\spellcheck\lib"
     RMDir "$INSTDIR\spellcheck"
     Delete "$INSTDIR\freebl3.dll"
-    Delete "$INSTDIR\libjabber.dll"
     Delete "$INSTDIR\libnspr4.dll"
     Delete "$INSTDIR\libmeanwhile-1.dll"
-    Delete "$INSTDIR\liboscar.dll"
     Delete "$INSTDIR\libplc4.dll"
     Delete "$INSTDIR\libplds4.dll"
     Delete "$INSTDIR\libpurple.dll"
@@ -649,7 +639,6 @@
     Delete "$INSTDIR\libsilcclient-1-1-3.dll"
     Delete "$INSTDIR\libssp-0.dll"
     Delete "$INSTDIR\libxml2-2.dll"
-    Delete "$INSTDIR\libymsg.dll"
     Delete "$INSTDIR\nss3.dll"
     Delete "$INSTDIR\nssutil3.dll"
     Delete "$INSTDIR\pidgin.dll"

mercurial