Changeset 515

Show
Ignore:
Timestamp:
05/12/08 09:12:08 (2 months ago)
Author:
free
Message:

LMMS desktop file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cdd-utils/trunk/debian/changelog

    r513 r515  
    88  * Instruct dhclient to send host-name 
    99  * Enable spamassassin cron update 
     10  * Add missing LMMS desktop file 
    1011 
    1112 -- Free Ekanayaka <free@64studio.com>  Thu, 08 May 2008 21:55:32 +0200 
  • cdd-utils/trunk/lib/menu.sh

    r499 r515  
    2121    fi 
    2222 
     23    # Add LMMS menu 
     24    cfg=/usr/share/applications/lmms.desktop 
     25    cat <<EOF > $cfg 
     26[Desktop Entry] 
     27Name=LMMS 
     28Comment=Linux Multimedia Studio 
     29Exec=/usr/bin/lmms 
     30Terminal=false 
     31Type=Application 
     32Icon= 
     33Categories=AudioVideo;Audio; 
     34EOF 
     35 
    2336    update-desktop-database 
    24  
    2537} 
    2638 
  • cdd-utils/trunk/lib/suites.sh

    r509 r515  
    5757    cdd-config services cupsys avahi-daemon 
    5858    cdd-config apt trinity hardy 
     59    cdd-config menu hardy 
    5960 
    6061    # Various updates and fixes