From 3ef484c576e87efa159fcf32b9844518359554804959faaac07f0e051b6054af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 28 Mar 2014 11:29:11 +0000 Subject: [PATCH] Accepting request 228066 from home:fcrozat:branches:LibreOffice:Factory - Switch Libreoffice Math .desktop to NoDisplay=true [bnc#869648] OBS-URL: https://build.opensuse.org/request/show/228066 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=127 --- libreoffice.changes | 5 +++++ libreoffice.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libreoffice.changes b/libreoffice.changes index f1d48df..cb532f6 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 28 12:23:02 CET 2014 - fcrozat@suse.com + +- Switch Libreoffice Math .desktop to NoDisplay=true [bnc#869648] + ------------------------------------------------------------------- Thu Mar 27 08:59:41 UTC 2014 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index 83ca1c8..d120abb 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1003,8 +1003,8 @@ for desktop in * ; do app=`echo $desktop_new | sed "s/.desktop//"` %suse_update_desktop_file $app done -# FIXED: 4.3 branch -sed -i -e 's:Office;:Office;Spreadsheet;:g' %{buildroot}/%{_datadir}/applications/math.desktop +# FIXED: (only the first sed part) 4.3 branch +sed -i -e 's:Office;:Office;Spreadsheet;:g' -e 's:NoDisplay=false:NoDisplay=true:g' %{buildroot}/%{_datadir}/applications/math.desktop cd - ################ # compat stuff for noarch packages