forked from pool/libreoffice
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:
commit
7bb9e666a4
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libreoffice-branding-upstream
|
Name: libreoffice-branding-upstream
|
||||||
Version: 3.6.3.2.4
|
Version: 3.6.3.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libreoffice-help-en-US
|
Name: libreoffice-help-en-US
|
||||||
###################################################################
|
###################################################################
|
||||||
## DO NOT EDIT THIS SPEC FILE
|
## DO NOT EDIT THIS SPEC FILE
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libreoffice-help-group1
|
Name: libreoffice-help-group1
|
||||||
###################################################################
|
###################################################################
|
||||||
## DO NOT EDIT THIS SPEC FILE
|
## DO NOT EDIT THIS SPEC FILE
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libreoffice-help-group2
|
Name: libreoffice-help-group2
|
||||||
###################################################################
|
###################################################################
|
||||||
## DO NOT EDIT THIS SPEC FILE
|
## DO NOT EDIT THIS SPEC FILE
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libreoffice-help-group3
|
Name: libreoffice-help-group3
|
||||||
###################################################################
|
###################################################################
|
||||||
## DO NOT EDIT THIS SPEC FILE
|
## DO NOT EDIT THIS SPEC FILE
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libreoffice-help-group4
|
Name: libreoffice-help-group4
|
||||||
###################################################################
|
###################################################################
|
||||||
## DO NOT EDIT THIS SPEC FILE
|
## DO NOT EDIT THIS SPEC FILE
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libreoffice-help-group5
|
Name: libreoffice-help-group5
|
||||||
###################################################################
|
###################################################################
|
||||||
## DO NOT EDIT THIS SPEC FILE
|
## DO NOT EDIT THIS SPEC FILE
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libreoffice-icon-themes
|
Name: libreoffice-icon-themes
|
||||||
Version: 3.6.3.2.4
|
Version: 3.6.3.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libreoffice-l10n
|
Name: libreoffice-l10n
|
||||||
Version: 3.6.3.2.4
|
Version: 3.6.3.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
|
@ -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
|
Fri Jan 25 10:17:26 UTC 2013 - pmladek@suse.com
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libreoffice
|
Name: libreoffice
|
||||||
BuildRequires: ImageMagick
|
BuildRequires: ImageMagick
|
||||||
BuildRequires: ant
|
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
|
sed -i -e "s|%_datadir/applications/$desktop|%_datadir/applications/$desktop_new|" $builddir/file-lists/*.txt
|
||||||
# finally, create the right link
|
# finally, create the right link
|
||||||
ln -sf $relative_target $desktop_new
|
ln -sf $relative_target $desktop_new
|
||||||
|
# enable startup notification (bnc#796875)
|
||||||
|
grep -q "NoDisplay=true" $desktop_new || echo "StartupNotify=true" >>$desktop_new
|
||||||
# suse_update
|
# suse_update
|
||||||
app=`echo $desktop_new | sed "s/.desktop//"`
|
app=`echo $desktop_new | sed "s/.desktop//"`
|
||||||
%suse_update_desktop_file $app
|
%suse_update_desktop_file $app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user