changeset 9931beb5eec2 in /home/hg/repos/gajim

author: Yann Leboulanger <[email protected]>
branches: gajim_0.16
details:http://hg.gajim.org/gajim?cmd=changeset;node=9931beb5eec2
description: include needed files for snarl plugin in windows installer.

diffstat:

 build.bat      |  3 +++
 gajim.nsi      |  8 ++++++++
 setup_win32.py |  2 +-
 3 files changed, 12 insertions(+), 1 deletions(-)

diffs (77 lines):

diff -r 5c30bb1e1161 -r 9931beb5eec2 build.bat
--- a/build.bat Mon Dec 16 11:16:27 2013 +0100
+++ b/build.bat Mon Dec 16 13:18:39 2013 +0100
@@ -22,6 +22,9 @@
 copy ..\LIBEAY32.dll bin
 copy ..\SSLEAY32.dll bin
 
+REM for snarl plugin
+xcopy ..\win32com bin\win32com /e /i
+
 mkdir bin\gtk
 cd ../src/gtk
 hg archive ..\..\gajim_built\bin\gtk
diff -r 5c30bb1e1161 -r 9931beb5eec2 gajim.nsi
--- a/gajim.nsi Mon Dec 16 11:16:27 2013 +0100
+++ b/gajim.nsi Mon Dec 16 13:18:39 2013 +0100
@@ -182,8 +182,10 @@
        File "bin\library.zip"
        File "bin\pangocairo.pyd"
        File "bin\pango.pyd"
+       File "bin\pycurl.pyd"
        File "bin\pyexpat.pyd"
        File "bin\python27.dll"
+       File "bin\pythoncom27.dll"
        File "bin\pywintypes27.dll"
        File "bin\OpenSSL.rand.pyd"
        File "bin\select.pyd"
@@ -194,8 +196,10 @@
        File "bin\win32api.pyd"
        File "bin\win32file.pyd"
        File "bin\win32pipe.pyd"
+       File "bin\win32ui.pyd"
        File "bin\winsound.pyd"
     File "msvcr90.dll"
+       File /r "bin\win32com"
 
        WriteRegStr HKCU "Software\Gajim" "" $INSTDIR
        WriteRegStr HKLM 
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayName" 
"Gajim"
@@ -530,6 +534,7 @@
        RMDir /r "$INSTDIR\bin\gtk\lib"
        RMDir /r "$INSTDIR\bin\gtk\share"
        RMDir "$INSTDIR\bin\gtk"
+       RMDir "$INSTDIR\bin\win32com"
        Delete "$INSTDIR\bin\_bsddb.pyd"
        Delete "$INSTDIR\bin\_ctypes.pyd"
        Delete "$INSTDIR\bin\_hashlib.pyd"
@@ -558,8 +563,10 @@
        Delete "$INSTDIR\bin\OpenSSL.SSL.pyd"
        Delete "$INSTDIR\bin\pango.pyd"
        Delete "$INSTDIR\bin\pangocairo.pyd"
+       Delete "$INSTDIR\bin\pycurl.pyd"
        Delete "$INSTDIR\bin\pyexpat.pyd"
        Delete "$INSTDIR\bin\python27.dll"
+       Delete "$INSTDIR\bin\pythoncom27.dll"
        Delete "$INSTDIR\bin\pywintypes27.dll"
        Delete "$INSTDIR\bin\select.pyd"
        Delete "$INSTDIR\bin\sqlite3.dll"
@@ -568,6 +575,7 @@
        Delete "$INSTDIR\bin\win32api.pyd"
        Delete "$INSTDIR\bin\win32file.pyd"
        Delete "$INSTDIR\bin\win32pipe.pyd"
+       Delete "$INSTDIR\bin\win32ui.pyd"
        Delete "$INSTDIR\bin\winsound.pyd"
        Delete "$INSTDIR\bin\msvcr90.dll"
        RMDir /r "$INSTDIR\bin"
diff -r 5c30bb1e1161 -r 9931beb5eec2 setup_win32.py
--- a/setup_win32.py    Mon Dec 16 11:16:27 2013 +0100
+++ b/setup_win32.py    Mon Dec 16 13:18:39 2013 +0100
@@ -33,7 +33,7 @@
    'build_exe': {
        'includes': ['gtk.keysyms', 'dumbdbm', 'dbhash', 'bsddb', 'new',
             'goocanvas', 'Crypto.PublicKey.DSA', 'Crypto.Hash.HMAC',
-            'numbers'],
+            'numbers', 'win32com.client', 'win32com.server'],
        'base': 'Win32GUI',
           'bin_excludes': [
             'iconv.dll', 'intl.dll', 'libatk-1.0-0.dll',
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to