This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goadmincenter. from 3bbe97f x2goadmincenter.spec: Always set BuildRoot: parameter. new 7faea91 x2goadmincenter.desktop: Add GenericName= field, remove obsolete key "Application" from Categories= field. Remove conflicting key "RemoteAccess" from Categories= field. new 33d1403 On SUSE <= 11.3: Mark x2goadmincenter.desktop as non-translatable. The 2 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 | 4 ++++ x2goadmincenter.spec | 4 ++++ x2goadmincenter/desktop/x2goadmincenter.desktop | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goadmincenter.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goadmincenter. commit 7faea91d6d67e09aa8df2756e915d3c833e5efa9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jan 30 10:02:43 2015 +0100 x2goadmincenter.desktop: Add GenericName= field, remove obsolete key "Application" from Categories= field. Remove conflicting key "RemoteAccess" from Categories= field. --- debian/changelog | 3 +++ x2goadmincenter/desktop/x2goadmincenter.desktop | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 12266f1..4212420 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,9 @@ x2goadmincenter (0.0.0.1-0x2go1) UNRELEASED; urgency=low - Update qt_<lang>.qm files from Debian unstable as of today. - Update language files. Add .ts files for languages we have translators for. + - x2goadmincenter.desktop: Add GenericName= field, remove obsolete key + "Application" from Categories= field. Remove conflicting key + "RemoteAccess" from Categories= field. * debian/control: + Maintainer change in package: X2Go Developers <x2go-dev@lists.berlios.de>. + Reduce build dependencies to a minimal set of packages. diff --git a/x2goadmincenter/desktop/x2goadmincenter.desktop b/x2goadmincenter/desktop/x2goadmincenter.desktop index 3673236..cfb8890 100644 --- a/x2goadmincenter/desktop/x2goadmincenter.desktop +++ b/x2goadmincenter/desktop/x2goadmincenter.desktop @@ -2,10 +2,11 @@ Version=1.0 Type=Application Name=X2Go Admin Center +GenericName=Administrate X2Go Exec=x2goadmincenter Icon=x2goadmincenter StartupWMClass=x2goadmincenter X-Window-Icon=x2goadmincenter Terminal=false -Categories=Qt;KDE;Application;System;RemoteAccess; +Categories=Qt;KDE;System; Keywords=X2Go,Session,Administration,User,Group,Shadow,LDAP,Cipux; -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goadmincenter.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goadmincenter. commit 33d140327f8fb35eb4032f9862bd4da7dd4293ed Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jan 30 13:02:33 2015 +0100 On SUSE <= 11.3: Mark x2goadmincenter.desktop as non-translatable. --- debian/changelog | 1 + x2goadmincenter.spec | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4212420..7459774 100644 --- a/debian/changelog +++ b/debian/changelog @@ -42,6 +42,7 @@ x2goadmincenter (0.0.0.1-0x2go1) UNRELEASED; urgency=low + Make sure x2gorpcserver.cgi is executabe on SUSE systems. + Own directory %{_libdir}/cgi-bin/. + Always set BuildRoot: parameter. + + On SUSE <= 11.3: Mark x2goadmincenter.desktop as non-translatable. [ Martti Pitkanen ] * Upstream version 0.0.0.1 (initial release): diff --git a/x2goadmincenter.spec b/x2goadmincenter.spec index 0563b94..5e0591e 100644 --- a/x2goadmincenter.spec +++ b/x2goadmincenter.spec @@ -16,6 +16,9 @@ Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}. BuildRequires: desktop-file-utils %if 0%{?suse_version} BuildRequires: libqt4-devel +%if 0%{?suse_version} <= 1130 +BuildRequires: update-desktop-files +%endif %if 0%{?suse_version} >= 1310 BuildRequires: libqt4-linguist %endif @@ -103,6 +106,7 @@ make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} PREFIX=%{_prefix} desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop +%suse_update_desktop_file -n %{buildroot}%{_datadir}/applications/%{name}.desktop %post -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goadmincenter.git