Accepting request 858648 from home:ykurlaev:branches:mumble

Don't edit categories of .desktop files. Fixes https://bugzilla.opensuse.org/show_bug.cgi?id=1180068
It looks like it doesn't need to use X-SuSE-Core-Game which isn't used anywhere else.

OBS-URL: https://build.opensuse.org/request/show/858648
OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=128
This commit is contained in:
Ferdinand Thiessen 2020-12-27 15:43:06 +00:00 committed by Git OBS Bridge
parent 69de16f7fa
commit 83368dc2fd

View File

@ -296,13 +296,10 @@ for i in log lib run; do
done
#
install -d %{buildroot}/%{_datadir}/applications
install -m 644 scripts/mumble.desktop %{buildroot}/%{_datadir}/applications/mumble.desktop
%if 0%{?suse_version}
sed 's/^Categories.*/Categories=X-SuSE-Core-Game;/' \
< scripts/mumble.desktop \
> %{buildroot}/%{_datadir}/applications/mumble.desktop
%suse_update_desktop_file mumble
%else
install -m 644 scripts/mumble.desktop %{buildroot}/%{_datadir}/applications/mumble.desktop
%endif
mkdir -p %{buildroot}%{_docdir}/%{name}