Author: goetz Date: Wed Feb 14 10:14:31 2007 New Revision: 120735 Added: packages/cooker/audacious/current/SOURCES/audacious-3974-desktopfile.patch Modified: packages/cooker/audacious/current/SPECS/audacious.spec
Log: fix error in the desktop file Added: packages/cooker/audacious/current/SOURCES/audacious-3974-desktopfile.patch ============================================================================== --- (empty file) +++ packages/cooker/audacious/current/SOURCES/audacious-3974-desktopfile.patch Wed Feb 14 10:14:31 2007 @@ -0,0 +1,13 @@ +Index: src/audacious/audacious.desktop.in +=================================================================== +--- src/audacious/audacious.desktop.in (Revision 3970) ++++ src/audacious/audacious.desktop.in (Revision 3974) +@@ -3,7 +3,7 @@ + GenericName=Audio Player + Comment=Play music + Comment[hu]=Zene lejátszása +-Exec=audacious "%U" ++Exec=audacious %U + Icon=audacious + MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/mpegurl;audio/prs.sid;audio/x-flac;audio/x-it;audio/x-mod;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-ms-wma;audio/x-musepack;audio/x-s3m;audio/x-scpls;audio/x-stm;audio/x-wav;audio/x-xm;application/ogg;audio/x-vorbis+ogg + Categories=Application;GTK;AudioVideo;Player; Modified: packages/cooker/audacious/current/SPECS/audacious.spec ============================================================================== --- packages/cooker/audacious/current/SPECS/audacious.spec (original) +++ packages/cooker/audacious/current/SPECS/audacious.spec Wed Feb 14 10:14:31 2007 @@ -2,7 +2,7 @@ %define svn 0 %define pre alpha4 %if %pre -%define release %mkrel 0.%pre.2 +%define release %mkrel 0.%pre.3 %define fname %name-%version-%pre %else %define fname %name-%version @@ -22,6 +22,8 @@ Patch1: audacious-1.3.0-alpha3-xmms-skins.patch # gw fix audacious -e Patch2: audacious-4034-relative-paths.patch +# gw fix desktop file for nautilus +Patch3: audacious-3974-desktopfile.patch License: GPL Group: Sound Url: http://audacious-media-player.org/ @@ -75,6 +77,7 @@ %endif %patch1 -p1 -b .ski %patch2 -p0 +%patch3 -p0 %if %svn sh ./autogen.sh %endif
