[X2go-Commits] x2gognomebindings.git - master (branch) updated: 2.0.1.3-3-g58926bc

X2go dev team git-admin at x2go.org
Fri Feb 17 07:53:45 CET 2012


The branch, master has been updated
       via  58926bcd9722efad3226994e4b0c0edcf201e932 (commit)
      from  4e859b25cb7149368f855a4d53ab614c7809cd4e (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 58926bcd9722efad3226994e4b0c0edcf201e932
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Feb 17 07:53:10 2012 +0100

    Add x2gofeature support (feature provided: X2GO_GNOME2BINDINGS).

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                                   |    1 +
 .../x2goserver-gnomebindings.features              |   19 ++++++++++++++++---
 2 files changed, 17 insertions(+), 3 deletions(-)
 copy bin/x2gosuspend-session-gnome => share/x2gofeature.d/x2goserver-gnomebindings.features (63%)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 422dc8a..4bfb1ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ x2gognomebindings (2.0.1.4-0~x2go1) UNRELEASED; urgency=low
 
   * New upstream version (2.0.1.4):
     - Apply implicit.diff patch from Jan Engelhardt (OpenSUSE).
+    - Add x2gofeature support (feature provided: X2GO_GNOME2BINDINGS).
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Thu, 13 Oct 2011 02:08:41 +0200
 
diff --git a/bin/x2gosuspend-session-gnome b/share/x2gofeature.d/x2goserver-gnomebindings.features
similarity index 63%
copy from bin/x2gosuspend-session-gnome
copy to share/x2gofeature.d/x2goserver-gnomebindings.features
index 10ae9b6..ae6dac5 100755
--- a/bin/x2gosuspend-session-gnome
+++ b/share/x2gofeature.d/x2goserver-gnomebindings.features
@@ -17,7 +17,20 @@
 # Free Software Foundation, Inc.,
 # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 #
-# Copyright (C) 2007-2011  Oleksandr Shneyder <oleksandr.shneyder at obviously-nice.de>
-# Copyright (C) 2007-2011  Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+# Copyright (C) 2011  Oleksandr Shneyder <oleksandr.shneyder at obviously-nice.de>
+# Copyright (C) 2011  Heinz-Markus Graesing <heinz-m.graesing at obviously-nice.de>
+
+X2GO_LIB_PATH=`echo -n \$(x2gobasepath)/lib/x2go`
+
+$X2GO_LIB_PATH/x2gosyslog "$0" "info" "$(basename $0) called with options: $@"
+
+X2GO_FEATURE=$1
+
+# check for X2go server core features
+case "$X2GO_FEATURE" in
+
+    "X2GO_GNOME2BINDINGS") echo "ok"; exit 0;;
+    *) exit -1;;
+
+esac
 
-x2gosuspend-session $X2GO_SESSION


hooks/post-receive
-- 
x2gognomebindings.git (GNOME bindings for X2Go)

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 "x2gognomebindings.git" (GNOME bindings for X2Go).




More information about the x2go-commits mailing list