[X2go-Commits] pyhoca-gui.git - build-baikal (branch) updated: 0.4.0.1

X2Go dev team git-admin at x2go.org
Wed Feb 13 12:50:26 CET 2013


The branch, build-baikal has been updated
       via  4ebcd63a16444ab642c4a9bccc2c8a05b392a8bf (commit)
       via  f6a4c0af7740b348ea34d2e4d091940c4302c93f (commit)
       via  440c0c8b9587707e85c87f1cd606d2feeba84260 (commit)
       via  05b39338cc4460b2b699876c314f20b1f0a4e203 (commit)
      from  d1c5a9ada4697a3014ccb150ae3480dce52ee689 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog         |    6 ++++++
 pyhoca/wxgui/__init__.py |    2 +-
 setup.py                 |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index e7fa888..c7060e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyhoca-gui (0.4.0.1-0~x2go1) unstable; urgency=low
+
+  * Fix image installation in setup.py. Thanks to Orion Poplawski for spotting.
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Wed, 13 Feb 2013 12:50:40 +0100
+
 pyhoca-gui (0.4.0.0-0~x2go1) unstable; urgency=low
 
   [ Orion Poplawski ]
diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py
index 2391726..016bae2 100644
--- a/pyhoca/wxgui/__init__.py
+++ b/pyhoca/wxgui/__init__.py
@@ -18,6 +18,6 @@
 # Free Software Foundation, Inc.,
 # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
-__VERSION__ = '0.4.0.0'
+__VERSION__ = '0.4.0.1'
 
 from frontend import *
diff --git a/setup.py b/setup.py
index c4d045f..eabb468 100755
--- a/setup.py
+++ b/setup.py
@@ -173,7 +173,7 @@ elif platform.system() == 'Linux':
     )
 
     icon_files = datafilelist('{prefix}/share/icons/PyHoca'.format(prefix=sys.prefix), r'icons_symlinked/PyHoca')
-    img_files = [("{prefix}/share/img".format(prefix=sys.prefix), glob(r'img\\*.*'))]
+    img_files = [("{prefix}/share/pyhoca/img".format(prefix=sys.prefix), glob('img/*.*'))]
     desktop_files = [
         ('{prefix}/share/applications'.format(prefix=sys.prefix), glob('desktop/*')),
         ('{prefix}/share/pixmaps'.format(prefix=sys.prefix), glob('pixmaps/*.svg')),


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