Accepting request 155135 from LibreOffice:Factory

- enable startup notification (bnc#796875)

OBS-URL: https://build.opensuse.org/request/show/155135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreoffice?expand=0&rev=43
This commit is contained in:
Stephan Kulow 2013-02-12 11:51:59 +00:00 committed by Git OBS Bridge
commit 7bb9e666a4
11 changed files with 7 additions and 10 deletions

View File

@ -16,7 +16,6 @@
#
Name: libreoffice-branding-upstream
Version: 3.6.3.2.4
Release: 0

View File

@ -16,7 +16,6 @@
#
Name: libreoffice-help-en-US
###################################################################
## DO NOT EDIT THIS SPEC FILE

View File

@ -16,7 +16,6 @@
#
Name: libreoffice-help-group1
###################################################################
## DO NOT EDIT THIS SPEC FILE

View File

@ -16,7 +16,6 @@
#
Name: libreoffice-help-group2
###################################################################
## DO NOT EDIT THIS SPEC FILE

View File

@ -16,7 +16,6 @@
#
Name: libreoffice-help-group3
###################################################################
## DO NOT EDIT THIS SPEC FILE

View File

@ -16,7 +16,6 @@
#
Name: libreoffice-help-group4
###################################################################
## DO NOT EDIT THIS SPEC FILE

View File

@ -16,7 +16,6 @@
#
Name: libreoffice-help-group5
###################################################################
## DO NOT EDIT THIS SPEC FILE

View File

@ -16,7 +16,6 @@
#
Name: libreoffice-icon-themes
Version: 3.6.3.2.4
Release: 0

View File

@ -16,7 +16,6 @@
#
Name: libreoffice-l10n
Version: 3.6.3.2.4
Release: 0

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 11 16:49:30 UTC 2013 - pmladek@suse.com
- enable startup notification (bnc#796875)
-------------------------------------------------------------------
Fri Jan 25 10:17:26 UTC 2013 - pmladek@suse.com

View File

@ -16,7 +16,6 @@
#
Name: libreoffice
BuildRequires: ImageMagick
BuildRequires: ant
@ -1636,6 +1635,8 @@ for desktop in * ; do
sed -i -e "s|%_datadir/applications/$desktop|%_datadir/applications/$desktop_new|" $builddir/file-lists/*.txt
# finally, create the right link
ln -sf $relative_target $desktop_new
# enable startup notification (bnc#796875)
grep -q "NoDisplay=true" $desktop_new || echo "StartupNotify=true" >>$desktop_new
# suse_update
app=`echo $desktop_new | sed "s/.desktop//"`
%suse_update_desktop_file $app