wok-undigest rev 569

pysdm: add desktop entry (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 18 15:20:37 2011 +0100 (2011-11-18)
parents e83050ff4d47
children 46e589838607
files pysdm/receipt
line diff
     1.1 --- a/pysdm/receipt	Fri Nov 18 13:42:47 2011 +0100
     1.2 +++ b/pysdm/receipt	Fri Nov 18 15:20:37 2011 +0100
     1.3 @@ -27,11 +27,12 @@
     1.4  {
     1.5  	mkdir -p $fs/usr/share/applications
     1.6  	cp -a $_pkg/usr $fs
     1.7 -	cat > $fs/usr/share/applications <<EOT
     1.8 +	cat > $fs/usr/share/applications/pysdm.desktop <<EOT
     1.9  [Desktop Entry]
    1.10  Name=Storage Device Manager
    1.11  Comment=$SHORT_DESC
    1.12  Categories=GNOME;Application;System;
    1.13 +Icon=harddrive.png
    1.14  Exec=pysdm
    1.15  Type=Application
    1.16  StartupNotify=true