This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gognomebindings. from f1667c6 common: update copyright notices. Happy new year! new 492dd2e common: change X2go -> X2Go. Minor whitespace fixes. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/x2gonautilus | 2 +- bin/x2gosuspend-session-gnome | 2 +- debian/changelog | 4 ++++ sbin/update-gnome-menu-x2go | 10 +++++----- .../x2goserver-gnomebindings.features | 4 ++-- 5 files changed, 13 insertions(+), 9 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gognomebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gognomebindings. commit 492dd2e41ae5aab55f162a0f28877cd1761b3d09 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jan 9 04:04:30 2015 +0100 common: change X2go -> X2Go. Minor whitespace fixes. --- bin/x2gonautilus | 2 +- bin/x2gosuspend-session-gnome | 2 +- debian/changelog | 4 ++++ sbin/update-gnome-menu-x2go | 10 +++++----- .../x2goserver-gnomebindings.features | 4 ++-- 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/bin/x2gonautilus b/bin/x2gonautilus index d3944d4..4d6e98f 100755 --- a/bin/x2gonautilus +++ b/bin/x2gonautilus @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2go Project - http://wiki.x2go.org +# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/bin/x2gosuspend-session-gnome b/bin/x2gosuspend-session-gnome index 3bbf27e..df529a8 100755 --- a/bin/x2gosuspend-session-gnome +++ b/bin/x2gosuspend-session-gnome @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2go Project - http://wiki.x2go.org +# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/debian/changelog b/debian/changelog index 7f8e3f6..2d77f9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -37,6 +37,10 @@ x2gognomebindings (2.0.2.2-0~x2go2) UNRELEASED; urgency=low * New upstream version (2.0.2.2): - Translate Name= field in x2gosuspend-gnome2.desktop to Turkish. + [ Mihai Moldovan ] + * New upstream version (2.0.2.2): + - Change string "X2go" to "X2Go" where appropriate. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 18 Aug 2014 15:56:44 +0200 x2gognomebindings (2.0.2.1-0~x2go1) unstable; urgency=low diff --git a/sbin/update-gnome-menu-x2go b/sbin/update-gnome-menu-x2go index f8da6d5..fbe0b2c 100755 --- a/sbin/update-gnome-menu-x2go +++ b/sbin/update-gnome-menu-x2go @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2go Project - http://wiki.x2go.org +# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -51,13 +51,13 @@ close(FILE); my $text=join("",@ln); if( $mode eq "--remove" ) -{ +{ if($text =~ m/$menustr/) { $text =~ s/\n$menustr//; open(FILE,">$menu"); print FILE $text; - close(FILE); + close(FILE); } } else @@ -67,6 +67,6 @@ else $text =~ s/<\/Layout>/<\/Layout>\n$menustr/; open(FILE,">$menu"); print FILE $text; - close(FILE); + close(FILE); } -} \ No newline at end of file +} diff --git a/share/x2go/x2gofeature.d/x2goserver-gnomebindings.features b/share/x2go/x2gofeature.d/x2goserver-gnomebindings.features index 3cced7a..ed430b4 100755 --- a/share/x2go/x2gofeature.d/x2goserver-gnomebindings.features +++ b/share/x2go/x2gofeature.d/x2goserver-gnomebindings.features @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2go Project - http://wiki.x2go.org +# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ $X2GO_LIB_PATH/x2gosyslog "$0" "info" "$(basename $0) called with options: $@" X2GO_FEATURE=$1 -# check for X2go server core features +# check for X2Go server core features case "$X2GO_FEATURE" in "X2GO_GNOMEBINDINGS") echo "ok"; exit 0;; -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gognomebindings.git