Accepting request 228067 from LibreOffice:Factory
- Switch Libreoffice Math .desktop to NoDisplay=true [bnc#869648] (forwarded request 228066 from fcrozat) OBS-URL: https://build.opensuse.org/request/show/228067 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreoffice?expand=0&rev=62
This commit is contained in:
commit
6cb3bd7696
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user