changeset 76c85e9729ee in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=76c85e9729ee
description: add port and goocanvas to gajim built

diffstat:

 gajim.nsi      |  14 ++++++++++----
 setup_win32.py |   3 ++-
 2 files changed, 12 insertions(+), 5 deletions(-)

diffs (70 lines):

diff -r 5953a56b2475 -r 76c85e9729ee gajim.nsi
--- a/gajim.nsi Sat Dec 17 21:17:32 2011 +0100
+++ b/gajim.nsi Sat Dec 17 23:08:33 2011 +0100
@@ -159,20 +159,23 @@
        File "bin\Crypto.Hash.SHA256.pyd"
        File "bin\Crypto.Random.OSRNG.winrandom.pyd"
        File "bin\Crypto.Util._counter.pyd"
+       File "bin\Crypto.Util.strxor.pyd"
        File "bin\gajim.exe"
        File "bin\gio._gio.pyd"
        File "bin\glib._glib.pyd"
        File "bin\gobject._gobject.pyd"
+       File "bin\goocanvas.pyd"
        File "bin\gtk._gtk.pyd"
        File "bin\history_manager.exe"
        File "bin\OpenSSL.crypto.pyd"
        File "bin\libeay32.dll"
+       File "bin\libgoocanvas-3.dll"
        File "bin\library.zip"
        File "bin\pangocairo.pyd"
        File "bin\pango.pyd"
        File "bin\pyexpat.pyd"
-       File "bin\python26.dll"
-       File "bin\pywintypes26.dll"
+       File "bin\python27.dll"
+       File "bin\pywintypes27.dll"
        File "bin\OpenSSL.rand.pyd"
        File "bin\select.pyd"
        File "bin\sqlite3.dll"
@@ -660,13 +663,16 @@
        Delete "$INSTDIR\bin\Crypto.Hash.SHA256.pyd"
        Delete "$INSTDIR\bin\Crypto.Random.OSRNG.winrandom.pyd"
        Delete "$INSTDIR\bin\Crypto.Util._counter.pyd"
+       Delete "$INSTDIR\bin\Crypto.Util.strxor.pyd"
        Delete "$INSTDIR\bin\gajim.exe"
        Delete "$INSTDIR\bin\gio._gio.pyd"
        Delete "$INSTDIR\bin\glib._glib.pyd"
        Delete "$INSTDIR\bin\gobject._gobject.pyd"
+       Delete "$INSTDIR\bin\goocanvas.pyd"
        Delete "$INSTDIR\bin\gtk._gtk.pyd"
        Delete "$INSTDIR\bin\history_manager.exe"
        Delete "$INSTDIR\bin\libeay32.dll"
+       Delete "$INSTDIR\bin\libgoocanvas-3.dll"
        Delete "$INSTDIR\bin\library.zip"
        Delete "$INSTDIR\bin\OpenSSL.crypto.pyd"
        Delete "$INSTDIR\bin\OpenSSL.rand.pyd"
@@ -674,8 +680,8 @@
        Delete "$INSTDIR\bin\pango.pyd"
        Delete "$INSTDIR\bin\pangocairo.pyd"
        Delete "$INSTDIR\bin\pyexpat.pyd"
-       Delete "$INSTDIR\bin\python26.dll"
-       Delete "$INSTDIR\bin\pywintypes26.dll"
+       Delete "$INSTDIR\bin\python27.dll"
+       Delete "$INSTDIR\bin\pywintypes27.dll"
        Delete "$INSTDIR\bin\select.pyd"
        Delete "$INSTDIR\bin\sqlite3.dll"
        Delete "$INSTDIR\bin\ssleay32.dll"
diff -r 5953a56b2475 -r 76c85e9729ee setup_win32.py
--- a/setup_win32.py    Sat Dec 17 21:17:32 2011 +0100
+++ b/setup_win32.py    Sat Dec 17 23:08:33 2011 +0100
@@ -31,7 +31,8 @@
 
 options = {
    'build_exe': {
-       'includes': ['gtk.keysyms', 'dumbdbm', 'dbhash', 'bsddb', 'new'],
+       'includes': ['gtk.keysyms', 'dumbdbm', 'dbhash', 'bsddb', 'new', 'potr',
+            'goocanvas'],
        'base': 'Win32GUI',
           'bin_excludes': [
             'iconv.dll', 'intl.dll', 'libatk-1.0-0.dll',
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to