- Remove "AudioVideo" category from .desktop files. It's not a

video player in any sane definition.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=23
This commit is contained in:
Cristian Morales Vega 2012-11-06 06:59:53 +00:00 committed by Git OBS Bridge
parent ae248c0d93
commit 1b8db37ed5
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 6 06:57:10 UTC 2012 - reddwarf@opensuse.org
- Remove "AudioVideo" category from .desktop files. It's not a
video player in any sane definition.
-------------------------------------------------------------------
Sun Nov 4 17:12:49 UTC 2012 - reddwarf@opensuse.org

View File

@ -137,6 +137,9 @@ make %{?_smp_mflags}
%install
cd build
%make_install
for FILE in %{buildroot}%{_datadir}/applications/*.desktop; do
desktop-file-edit --remove-category=AudioVideo "$FILE"
done
%post
%icon_theme_cache_post