Find desktop files
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=326
This commit is contained in:
parent
80fbeb23f3
commit
846bcab814
@ -686,9 +686,9 @@ for df in %{buildroot}%{_datadir}/emacs/%{version}/etc/emacs*.desktop
|
||||
do
|
||||
test -e "$df" || break
|
||||
base=${df##*/}
|
||||
mv ${base} ${base}.orig
|
||||
cp $df ${base}
|
||||
echo 'X-KDE-StartupNotify=false' >> ${base}
|
||||
mv etc/${base} etc/${base}.orig
|
||||
cp $df etc/${base}
|
||||
echo 'X-KDE-StartupNotify=false' >> etc/${base}
|
||||
rm -vf $df
|
||||
%suse_update_desktop_file -r -i ${base%%.desktop} TextEditor Utility
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user