[X2go-Commits] pyhoca-gui.git - master (branch) updated:	0.1.0.10-142-g73911fe
    X2Go dev team 
    git-admin at x2go.org
       
    Thu Mar 29 12:11:29 CEST 2012
    
    
  
The branch, master has been updated
       via  73911fefada2e340b0c8444d7f2632f6f44f8ac0 (commit)
      from  062d9b0951363b32bb66a254d4d296542d950e9c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 73911fefada2e340b0c8444d7f2632f6f44f8ac0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Mar 29 12:11:26 2012 +0200
    correct file list for VcXsrv bundling
-----------------------------------------------------------------------
Summary of changes:
 setup.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
The diff of changes is:
diff --git a/setup.py b/setup.py
index be8a32d..15ea1a9 100755
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,8 @@ if platform.system() == 'Windows':
     dll_data_files = [("Microsoft.VC90.CRT", glob(r'..\\pyhoca-contrib\\mswin\\ms-vc-runtime\\*.*'))]
     nxproxy_files = [("nxproxy", glob(r'..\\pyhoca-contrib\\mswin\\nxproxy-mswin\\nxproxy-3.0.4-2\\*.*'))]
     pulseaudio_files = [("pulseaudio", glob(r'..\\pyhoca-contrib\\mswin\\pulseaudio-mswin\\pulseaudio-1.0dev-1090.4\\*.*'))]
-    xserver_files = [("vcxsrv", glob(r'..\\pyhoca-contrib\\mswin\\vcxsrv-mswin\\vcxsrv-1.11.4.0\\*.*'))]
+    xserver_files = [("vcxsrv", glob(r'..\\pyhoca-contrib\\mswin\\vcxsrv-mswin\\vcxsrv-1.11.4.0\\*'))] + 
+                    [("vcxsrv", glob(r'..\\pyhoca-contrib\\mswin\\vcxsrv-mswin\\vcxsrv-1.11.4.0\\.Xdefaults'))]
 
     icon_files = [
         ("icons\\PyHoca\\16x16", glob(r'icons\\PyHoca\\16x16\\*.*')),
hooks/post-receive
-- 
pyhoca-gui.git (Python X2Go Client (wxPython GUI))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).
    
    
More information about the x2go-commits
mailing list