The branch, master has been updated via 05cbc6bb0f576863a72cfbd0e6ffa6601e29890c (commit) from bd30c195b3b7dea414453908ebabf8a73c2ba48e (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 05cbc6bb0f576863a72cfbd0e6ffa6601e29890c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Sep 26 00:30:41 2011 +0200 Use desktop icon names that contain the name of the desktop session. Depend on x2goserver (>=3.0.99.6). ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ debian/control | 2 +- share/mime/packages/sshfs-x2go-gnome.xml | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index cabf5a9..7f43b69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,12 +8,14 @@ x2gognomebindings (2.0.1.3-0~x2go1) UNRELEASED; urgency=low - Place x2go-suspend.desktop icon in GNOME Network submenu. - Define unique MIME name spaces for X2go SSHFS GNOME icons. - Rename sshfs.xml to sshfs-x2go-gnome.xml. + - Use desktop icon names that contain the name of the desktop session. * Add gnome-menus as dependency. * Now fully use debhelper for packaging. Reduced linitian issues nearly completely (still open: old-format-menu-file /usr/share/menu/x2gognomebindings). * Use source format 3.0 (native). * Add linitian-overrides an man pages to package. + * Depend on x2goserver (>=3.0.99.6). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 24 Sep 2011 03:06:58 +0200 diff --git a/debian/control b/debian/control index 6f55d7d..f711407 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Package: x2gognomebindings Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - x2goserver, + x2goserver (>=3.0.99.6), zenity, gnome-menus, gnome-colors-common diff --git a/share/mime/packages/sshfs-x2go-gnome.xml b/share/mime/packages/sshfs-x2go-gnome.xml index 5c8b19e..949eafb 100644 --- a/share/mime/packages/sshfs-x2go-gnome.xml +++ b/share/mime/packages/sshfs-x2go-gnome.xml @@ -3,16 +3,16 @@ <mime-type type="application/sshfscdrom-x2go-gnome"> <comment>SSHFS CDROM</comment> <comment xml:lang="de">SSHFS CDROM</comment> - <glob pattern="*(sshfs-cdrom)"/> + <glob pattern="* (sshfs-cdrom/GNOME)"/> </mime-type> <mime-type type="application/sshfsdisk-x2go-gnome"> <comment>SSHFS Disk</comment> <comment xml:lang="de">SSHFS Freigabe</comment> - <glob pattern="*(sshfs-disk)"/> + <glob pattern="* (sshfs-disk/GNOME)"/> </mime-type> <mime-type type="application/sshfsremovable-x2go-gnome"> <comment>SSHFS Removable</comment> <comment xml:lang="de">SSHFS Gerät</comment> - <glob pattern="*(sshfs-removable)"/> + <glob pattern="* (sshfs-removable/GNOME)"/> </mime-type> </mime-info> hooks/post-receive -- x2gognomebindings.git (X2go bindings for GNOME) 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" (X2go bindings for GNOME).