[X2go-Commits] x2golxdebindings.git - master (branch) updated: 1.0.1.1-2-g24c973a

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


The branch, master has been updated
       via  24c973a5f353fb839791522189d396c7f579c40a (commit)
      from  922061be485d96d9ba6be524a96eecabe42c7bd3 (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 24c973a5f353fb839791522189d396c7f579c40a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Feb 17 07:54:35 2012 +0100

    Add x2gofeature support (feature provided: X2GO_LXDEBINDINGS).

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

Summary of changes:
 debian/changelog                                   |    1 +
 .../x2gofeature.d/x2goserver-lxdebindings.features |   36 ++++++++++++++++++++
 2 files changed, 37 insertions(+), 0 deletions(-)
 create mode 100755 share/x2gofeature.d/x2goserver-lxdebindings.features

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 1c29b0f..44aaf09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ x2golxdebindings (1.0.1.2-0~x2go1) UNRELEASED; urgency=low
 
   * New upstream version (1.0.1.2:
     - Continue development...
+    - Add x2gofeature support (feature provided: X2GO_LXDEBINDINGS).
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Thu, 13 Oct 2011 02:10:21 +0200
 
diff --git a/share/x2gofeature.d/x2goserver-lxdebindings.features b/share/x2gofeature.d/x2goserver-lxdebindings.features
new file mode 100755
index 0000000..035953d
--- /dev/null
+++ b/share/x2gofeature.d/x2goserver-lxdebindings.features
@@ -0,0 +1,36 @@
+#!/bin/bash
+
+# Copyright (C) 2007-2011 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
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the
+# Free Software Foundation, Inc.,
+# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# 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_LXDEBINDINGS") echo "ok"; exit 0;;
+    *) exit -1;;
+
+esac
+


hooks/post-receive
-- 
x2golxdebindings.git (LXDE 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 "x2golxdebindings.git" (LXDE bindings for X2Go).




More information about the x2go-commits mailing list