This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2godesktopsharing. from 4dbfdd0 x2godesktopsharing.desktop: Add Version= field. new 8eb2d9f SLE (<= 11.3) builds: Use %suse_update_desktop_file -nu <desktop-file> to mark .desktop file non-translatable and unimportant to SuSE. 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.spec | 3 +++ 2 files changed, 5 insertions(+) -- 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 8eb2d9fca06c71ca601a46cbc151c8e7f264498b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jan 30 10:49:04 2015 +0100 SLE (<= 11.3) builds: Use %suse_update_desktop_file -nu <desktop-file> to mark .desktop file non-translatable and unimportant to SuSE. --- debian/changelog | 2 ++ x2godesktopsharing.spec | 3 +++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 21e70f5..ece361d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,8 @@ x2godesktopsharing (3.1.1.2-0x2go1) UNRELEASED; urgency=low + Add x2godesktopsharing-rpmlintrc. + Own directories that we put files in. + Always set BuildRoot: parameter. + + SLE (<= 11.3) builds: Use %suse_update_desktop_file -nu <desktop-file> + to mark .desktop file non-translatable and unimportant to SuSE. [ Mark Pedersen-Cook ] * New upstream version (3.1.1.2): diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec index 7aa902b..b406e0d 100644 --- a/x2godesktopsharing.spec +++ b/x2godesktopsharing.spec @@ -80,6 +80,9 @@ make %{?_smp_mflags} mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_datadir}/{applications,x2go} cp -p %{name} %{buildroot}%{_bindir}/ desktop-file-install --dir %{buildroot}%{_datadir}/applications %{name}.desktop +%if 0%{?suse_version} && 0%{?suse_version} <= 1130 +%suse_update_desktop_file -nu %{buildroot}%{_datadir}/applications/%{name}.desktop +%endif mkdir -p %{buildroot}%{_datadir}/%{name}/icons install -p -m 644 icons/%{name}.xpm %{buildroot}%{_datadir}/%{name}/icons/%{name}.xpm mkdir -p %{buildroot}%{_datadir}/icons/hicolor/{16x16,32x32,64x64,128x128}/apps -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git