This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch cvix/2.x in repository pyhoca-gui. commit f292200c69cbdd7240d7be700ef6fc37a9bda6e3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 20 23:03:59 2014 +0100 CVix: use already available code for gsprint support --- CVix_nsis_template.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/CVix_nsis_template.py b/CVix_nsis_template.py index ce078ec..d6f80b3 100644 --- a/CVix_nsis_template.py +++ b/CVix_nsis_template.py @@ -159,6 +159,7 @@ var REQUIRED var DESKTOP_LINKS var STARTMENU_LINKS var WITHOUT_PULSEAUDIO +var GSPRINT Function .onInit @@ -264,15 +265,10 @@ Section "{program_name} ($REQUIRED)" SectionEnd -Section "Ghostscript (9.10)" +Section "$GSPRINT" File "ghostscript\\gs910w32.exe" ExecWait "ghostscript\\gs910w32.exe /S" - -SectionEnd - -Section "GSView (5.0)" - File "gsview\\setup.exe" ExecWait "gsview\\setup.exe" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git