wok-4.x rev 161
Add mtPaint desktop entry file
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Jan 28 19:42:11 2008 +0100 (2008-01-28) |
parents | f596cec798d0 |
children | f23d7c05b1d8 |
files | mtpaint/receipt mtpaint/stuff/mtpaint.desktop |
line diff
1.1 --- a/mtpaint/receipt Mon Jan 28 19:25:17 2008 +0100 1.2 +++ b/mtpaint/receipt Mon Jan 28 19:42:11 2008 +0100 1.3 @@ -26,10 +26,14 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/bin $fs/usr/share/locale/fr/LC_MESSAGES \ 1.8 - $fs/usr/share/pixmaps 1.9 + mkdir -p $fs/usr/bin \ 1.10 + $fs/usr/share/locale/fr/LC_MESSAGES \ 1.11 + $fs/usr/share/applications \ 1.12 + $fs/usr/share/pixmaps 1.13 cp -a $src/src/mtpaint $fs/usr/bin 1.14 cp -a $src/po/fr.mo $fs/usr/share/locale/fr/LC_MESSAGES/mtpaint.mo 1.15 cp -a $src/src/icons1/icon.xpm $fs/usr/share/pixmaps/mtpaint.xpm 1.16 strip -s $fs/usr/bin/* 1.17 + # Desktop entry 1.18 + cp -a stuff/$PACKAGE.desktop $fs/usr/share/applications 1.19 }
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/mtpaint/stuff/mtpaint.desktop Mon Jan 28 19:42:11 2008 +0100 2.3 @@ -0,0 +1,11 @@ 2.4 +[Desktop Entry] 2.5 +Encoding=UTF-8 2.6 +Name=mtPaint 2.7 +GenericName=Images editor 2.8 +GenericName[fr]=Editeur d'images 2.9 +Comment=Creat and modify images 2.10 +Exec=mtpaint 2.11 +Icon=mtpaint.xpm 2.12 +Type=Application 2.13 +Terminal=false 2.14 +Categories=Application;Graphics;