Find desktop files

OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=326
This commit is contained in:
Dr. Werner Fink 2022-04-05 08:02:24 +00:00 committed by Git OBS Bridge
parent 80fbeb23f3
commit 846bcab814

View File

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