diff --git a/qmmp.changes b/qmmp.changes index 6c6c72d..7406315 100644 --- a/qmmp.changes +++ b/qmmp.changes @@ -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 diff --git a/qmmp.spec b/qmmp.spec index f533520..4f094b0 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -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