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
This commit is contained in:
Tomáš Chvátal 2014-03-28 11:29:11 +00:00 committed by Git OBS Bridge
parent 4f030522f0
commit 3ef484c576
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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