diff options
author | Laurent Montel <lmontel@mandriva.org> | 2004-09-09 10:27:42 +0000 |
---|---|---|
committer | Laurent Montel <lmontel@mandriva.org> | 2004-09-09 10:27:42 +0000 |
commit | a72102ae411e5c41bb2c13efd1a4e7c82198a4f2 (patch) | |
tree | 0d603789717865005d1c7de1e82db4149263f16b | |
parent | 8cb416ef53a86b2983f0d268a089329c814009f9 (diff) | |
download | common-data-a72102ae411e5c41bb2c13efd1a4e7c82198a4f2.tar common-data-a72102ae411e5c41bb2c13efd1a4e7c82198a4f2.tar.gz common-data-a72102ae411e5c41bb2c13efd1a4e7c82198a4f2.tar.bz2 common-data-a72102ae411e5c41bb2c13efd1a4e7c82198a4f2.tar.xz common-data-a72102ae411e5c41bb2c13efd1a4e7c82198a4f2.zip |
Update last changes
-rw-r--r-- | mandrake_desk.spec | 5 | ||||
-rw-r--r-- | menu/mandrake_desk | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/mandrake_desk.spec b/mandrake_desk.spec index 7c5ac75..91b2baa 100644 --- a/mandrake_desk.spec +++ b/mandrake_desk.spec @@ -1,7 +1,7 @@ Summary: The Desktop configuration files for Mandrakelinux Name: mandrake_desk Version: 10.1 -Release: 6mdk +Release: 7mdk License: GPL URL: http://www.mandrakelinux.com/ Group: System/Configuration/Other @@ -144,6 +144,9 @@ rm -fr %buildroot %changelog +* Wed Sep 01 2004 Laurent MONTEL <lmontel@mandrakesoft.com> 10.1-7mdk +- Fix capitalization in simplified menu + * Tue Aug 31 2004 Frederic Lepied <flepied@mandrakesoft.com> 10.1-6mdk - added the script www-browser diff --git a/menu/mandrake_desk b/menu/mandrake_desk index 1dae8bf..a4f0cd3 100644 --- a/menu/mandrake_desk +++ b/menu/mandrake_desk @@ -118,7 +118,7 @@ ?package(gnome-media): needs="gnome" section="Enjoy Music and Video" title="Listen to Audio CDs" icon="/usr/share/pixmaps/gnome-cd.png" command="gnome-cd" # Listen to Music Files -?package(amarok): needs="kde" kde_filename="amarok" section="Enjoy music and video" title="Listen to Music Files" icon="amarok.png" command="amarok" kde_command="amarok %U" kde_mimetype="application/x-ogg;audio/x-vorbis;audio/basic;audio/x-mod;audio/x-mp3;audio/x-scpls;audio/x-mpegurl;audio/x-sid;audio/x-wav" kde_opt="\\nVersion=0.9.4\\nEncoding=UTF-8\\nGenericName=Audio Player\\nDocPath=amarok/index.html\\nTerminal=false\\nActions=Enqueue;\\nX-KDE-StartupNotify=false\\n[Desktop Action Enqueue]\\nExec=amarok -e %U\\nInitialPreference=15" +?package(amarok): needs="kde" kde_filename="amarok" section="Enjoy Music and Video" title="Listen to Music Files" icon="amarok.png" command="amarok" kde_command="amarok %U" kde_mimetype="application/x-ogg;audio/x-vorbis;audio/basic;audio/x-mod;audio/x-mp3;audio/x-scpls;audio/x-mpegurl;audio/x-sid;audio/x-wav" kde_opt="\\nVersion=0.9.4\\nEncoding=UTF-8\\nGenericName=Audio Player\\nDocPath=amarok/index.html\\nTerminal=false\\nActions=Enqueue;\\nX-KDE-StartupNotify=false\\n[Desktop Action Enqueue]\\nExec=amarok -e %U\\nInitialPreference=15" ?package(rhythmbox): needs="gnome" section="Enjoy Music and Video" title="Listen to Music Files" icon="rhythmbox.png" command="rhythmbox" startup_notify="true" |