This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2godesktopsharing. from eb348e0 Add GenericName= field to x2godesktopsharing.desktop. new 91d44db Set Categories= field in x2godesktopsharing.desktop to Qt;KDE;Application;Network;RemoteAccess; The 1 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 | 2 ++ x2godesktopsharing.desktop | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) -- 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 91d44dbc95738176da092871c72b585d0fa91b64 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 15 09:25:13 2014 +0200 Set Categories= field in x2godesktopsharing.desktop to Qt;KDE;Application;Network;RemoteAccess; --- debian/changelog | 2 ++ x2godesktopsharing.desktop | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f132981..cd4520b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ x2godesktopsharing (3.1.1.2-0x2go1) UNRELEASED; urgency=low - Provide empty translation template for Estonian, Portuguese and Finnish. Update all .ts files. - Add GenericName= field to x2godesktopsharing.desktop. + - Set Categories= field in x2godesktopsharing.desktop to + Qt;KDE;Application;Network;RemoteAccess; * x2godesktopsharing.spec: + Adapt to building on openSUSE/SLES. + Add x2godesktopsharing-rpmlintrc. diff --git a/x2godesktopsharing.desktop b/x2godesktopsharing.desktop index 3aa8482..abea547 100644 --- a/x2godesktopsharing.desktop +++ b/x2godesktopsharing.desktop @@ -8,5 +8,5 @@ Icon=x2godesktopsharing StartupWMClass=x2godesktopsharing X-Window-Icon=x2godesktopsharing Terminal=false -Categories=Qt;KDE;Network; +Categories=Qt;KDE;Application;Network;RemoteAccess; StartupNotify=false -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git