[X2go-Commits] x2gognomebindings.git - build-main (branch) updated: 2.0.1.4
X2go dev team
git-admin at x2go.org
Wed Feb 22 14:58:04 CET 2012
The branch, build-main has been updated
via 29f9bd2fa9019212350ccb9e0dc0e8660a6d89f9 (commit)
via 362f28a7308eb31618e0fca772cf84f9ce3c456d (commit)
via 5300fd79a4a589e63f8507017cae2436feadf100 (commit)
via 58926bcd9722efad3226994e4b0c0edcf201e932 (commit)
via 4e859b25cb7149368f855a4d53ab614c7809cd4e (commit)
via 3eb7a257369717c1334d7f42fd18633d3f00f532 (commit)
from 8227f81ad06cfafd26de1fded85d355c1fefd110 (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:
VERSION.x2gognomebindings | 2 +-
debian/changelog | 8 ++++++++
extension/nautilus-x2goumount-module.c | 1 +
.../x2goserver-gnomebindings.features | 19 ++++++++++++++++---
4 files changed, 26 insertions(+), 4 deletions(-)
copy bin/x2gosuspend-session-gnome => share/x2go/x2gofeature.d/x2goserver-gnomebindings.features (63%)
The diff of changes is:
diff --git a/VERSION.x2gognomebindings b/VERSION.x2gognomebindings
index f7e7717..f9cca37 100644
--- a/VERSION.x2gognomebindings
+++ b/VERSION.x2gognomebindings
@@ -1 +1 @@
-2.0.1.3
+2.0.1.4
diff --git a/debian/changelog b/debian/changelog
index 8a9f072..f36622a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+x2gognomebindings (2.0.1.4-0~x2go1) unstable; urgency=low
+
+ * New upstream version (2.0.1.4):
+ - Apply implicit.diff patch from Jan Engelhardt (OpenSUSE).
+ - Add x2gofeature support (feature provided: X2GO_GNOMEBINDINGS).
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Wed, 22 Feb 2012 14:55:40 +0100
+
x2gognomebindings (2.0.1.3-0~x2go1) unstable; urgency=low
* New upstream version (2.0.1.3):
diff --git a/extension/nautilus-x2goumount-module.c b/extension/nautilus-x2goumount-module.c
index 87c4bde..8e75e45 100644
--- a/extension/nautilus-x2goumount-module.c
+++ b/extension/nautilus-x2goumount-module.c
@@ -19,6 +19,7 @@
*/
#include <config.h>
+#include <stdio.h>
#include <glib/gi18n-lib.h>
#include "nautilus-x2goumount.h"
void nautilus_module_initialize (GTypeModule*module)
diff --git a/bin/x2gosuspend-session-gnome b/share/x2go/x2gofeature.d/x2goserver-gnomebindings.features
similarity index 63%
copy from bin/x2gosuspend-session-gnome
copy to share/x2go/x2gofeature.d/x2goserver-gnomebindings.features
index 10ae9b6..fb25030 100755
--- a/bin/x2gosuspend-session-gnome
+++ b/share/x2go/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_GNOMEBINDINGS") 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