[X2go-Commits] x2golxdebindings.git - build-main (branch) updated: 1.0.1.2

X2go dev team git-admin at x2go.org
Wed Feb 22 14:54:27 CET 2012


The branch, build-main has been updated
       via  664dd319b029f4f781e341a002f10f84e7677f0d (commit)
       via  0e922cbcfe214e5bba3a272fbf95884c6a410baf (commit)
       via  3b90061afd411baf6dc570de15b3338147182dae (commit)
       via  7996595327eb35e013c9c6ff264da6d41bd5f5fe (commit)
       via  24c973a5f353fb839791522189d396c7f579c40a (commit)
       via  922061be485d96d9ba6be524a96eecabe42c7bd3 (commit)
      from  d79df479360ecfbb3fc2d58dc6f8d6d0382ed0ce (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.x2golxdebindings                           |    2 +-
 debian/changelog                                   |    8 ++++
 .../x2gofeature.d/x2goserver-lxdebindings.features |   36 ++++++++++++++++++++
 3 files changed, 45 insertions(+), 1 deletions(-)
 create mode 100755 share/x2go/x2gofeature.d/x2goserver-lxdebindings.features

The diff of changes is:
diff --git a/VERSION.x2golxdebindings b/VERSION.x2golxdebindings
index 8e3158a..5e75843 100644
--- a/VERSION.x2golxdebindings
+++ b/VERSION.x2golxdebindings
@@ -1 +1 @@
-1.0.1.1
+1.0.1.2
diff --git a/debian/changelog b/debian/changelog
index 168fbaa..17fb343 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+x2golxdebindings (1.0.1.2-0~x2go1) unstable; 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>  Wed, 22 Feb 2012 14:53:41 +0100
+
 x2golxdebindings (1.0.1.1-0~x2go1) unstable; urgency=low
 
   [ Mike Gabriel ]
diff --git a/share/x2go/x2gofeature.d/x2goserver-lxdebindings.features b/share/x2go/x2gofeature.d/x2goserver-lxdebindings.features
new file mode 100755
index 0000000..035953d
--- /dev/null
+++ b/share/x2go/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