This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2godesktopsharing. from 55bcd09 x2godesktopsharing.spec: Always set BuildRoot: parameter. new 029bc9d x2godesktopsharing.desktop: Remove obsolete field Encoding=UTF-8. new 5577f99 x2godesktopsharing.desktop: Add Keywords= field. new d7835d4 x2godesktopsharing.desktop: Remove obsolete key Application from Categories= field. new 4dbfdd0 x2godesktopsharing.desktop: Add Version= field. The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 5 +++++ x2godesktopsharing.desktop | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit 029bc9ddad80076823e1272549ab90ac2489360b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jan 30 09:49:31 2015 +0100 x2godesktopsharing.desktop: Remove obsolete field Encoding=UTF-8. --- debian/changelog | 1 + x2godesktopsharing.desktop | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0a2c5ed..b68976f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ x2godesktopsharing (3.1.1.2-0x2go1) UNRELEASED; urgency=low This correctly sets the <client> field in the session list output for desktop sharing sessions. Use current Qt API to achieve this. + - x2godesktopsharing.desktop: Remove obsolete field Encoding=UTF-8. * debian/control: + Raise versioned D (x2godesktopsharing): x2goserver (>= 4.0.1.19). + Bump Standards: to 3.9.6. No changes needed. diff --git a/x2godesktopsharing.desktop b/x2godesktopsharing.desktop index abea547..944f398 100644 --- a/x2godesktopsharing.desktop +++ b/x2godesktopsharing.desktop @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 Type=Application Name=X2Go Desktop Sharing GenericName=Share your Desktop with X2Go -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit 5577f99e093a3a564cbd7d0c82dc364287540c67 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jan 30 09:51:29 2015 +0100 x2godesktopsharing.desktop: Add Keywords= field. --- debian/changelog | 1 + x2godesktopsharing.desktop | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index b68976f..f58575c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ x2godesktopsharing (3.1.1.2-0x2go1) UNRELEASED; urgency=low output for desktop sharing sessions. Use current Qt API to achieve this. - x2godesktopsharing.desktop: Remove obsolete field Encoding=UTF-8. + - x2godesktopsharing.desktop: Add Keywords= field. * debian/control: + Raise versioned D (x2godesktopsharing): x2goserver (>= 4.0.1.19). + Bump Standards: to 3.9.6. No changes needed. diff --git a/x2godesktopsharing.desktop b/x2godesktopsharing.desktop index 944f398..61c5dbb 100644 --- a/x2godesktopsharing.desktop +++ b/x2godesktopsharing.desktop @@ -9,3 +9,4 @@ X-Window-Icon=x2godesktopsharing Terminal=false Categories=Qt;KDE;Application;Network;RemoteAccess; StartupNotify=false +Keywords=X2Go;desktop;sharing;shadow;session;view;control;access;full; -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit d7835d4a4cf346073cd8b6f99026d1ff4151ae19 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jan 30 09:54:21 2015 +0100 x2godesktopsharing.desktop: Remove obsolete key Application from Categories= field. --- debian/changelog | 2 ++ x2godesktopsharing.desktop | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f58575c..5ba3a8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,8 @@ x2godesktopsharing (3.1.1.2-0x2go1) UNRELEASED; urgency=low achieve this. - x2godesktopsharing.desktop: Remove obsolete field Encoding=UTF-8. - x2godesktopsharing.desktop: Add Keywords= field. + - x2godesktopsharing.desktop: Remove obsolete key Application from + Categories= field. * debian/control: + Raise versioned D (x2godesktopsharing): x2goserver (>= 4.0.1.19). + Bump Standards: to 3.9.6. No changes needed. diff --git a/x2godesktopsharing.desktop b/x2godesktopsharing.desktop index 61c5dbb..7220947 100644 --- a/x2godesktopsharing.desktop +++ b/x2godesktopsharing.desktop @@ -7,6 +7,6 @@ Icon=x2godesktopsharing StartupWMClass=x2godesktopsharing X-Window-Icon=x2godesktopsharing Terminal=false -Categories=Qt;KDE;Application;Network;RemoteAccess; +Categories=Qt;KDE;Network;RemoteAccess; StartupNotify=false Keywords=X2Go;desktop;sharing;shadow;session;view;control;access;full; -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit 4dbfdd0703a801701e73d350594d9cf6953447a6 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jan 30 09:58:14 2015 +0100 x2godesktopsharing.desktop: Add Version= field. --- debian/changelog | 1 + x2godesktopsharing.desktop | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5ba3a8c..21e70f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ x2godesktopsharing (3.1.1.2-0x2go1) UNRELEASED; urgency=low - x2godesktopsharing.desktop: Add Keywords= field. - x2godesktopsharing.desktop: Remove obsolete key Application from Categories= field. + - x2godesktopsharing.desktop: Add Version= field. * debian/control: + Raise versioned D (x2godesktopsharing): x2goserver (>= 4.0.1.19). + Bump Standards: to 3.9.6. No changes needed. diff --git a/x2godesktopsharing.desktop b/x2godesktopsharing.desktop index 7220947..1f26ad8 100644 --- a/x2godesktopsharing.desktop +++ b/x2godesktopsharing.desktop @@ -1,4 +1,5 @@ [Desktop Entry] +Version=1.0 Type=Application Name=X2Go Desktop Sharing GenericName=Share your Desktop with X2Go -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git