2012-01-26

Slitaz -- .desktop

wok

changeset 11623:af9a1b47948c tip

amule, emelfm2, fpm2, gcolor2, gftp, grisbi; grsync, htop, hydrogen, kino, lingot, listpatron, lostirc, mitter, mplayer*, notecase, obconf, osmo, sakura, sylpheed, tilda, transmission, xine-ui, xsane: install .desktop file
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 24 22:51:41 2012 +0100 (2 days ago)
parents 7fb09aed8649
children
files amule/receipt emelfm2/receipt fpm2/receipt gcolor2/receipt gftp/receipt grisbi/receipt grsync/receipt htop/receipt hydrogen/receipt kino/receipt lingot/receipt listpatron/receipt lostirc/receipt mitter/receipt mplayer-svn/receipt mplayer/receipt notecase/receipt obconf/receipt osmo/receipt sakura/receipt sylpheed/receipt tilda/receipt transmission/receipt xine-ui/receipt xsane/receipt
line diff
     1.1 --- a/amule/receipt Tue Jan 24 21:57:18 2012 +0100
     1.2 +++ b/amule/receipt Tue Jan 24 22:51:41 2012 +0100
     1.3 @@ -28,7 +28,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 - mkdir -p $fs/usr/share
     1.8 + mkdir -p $fs/usr/share/applications
     1.9 + cp -a $stuff/amule.desktop $fs/usr/share/applications
    1.10   cp -a $_pkg/usr/bin $fs/usr
    1.11   cp -a $_pkg/usr/share/amule $fs/usr/share
    1.12   # Remove unused files in this base package.
     2.1 --- a/emelfm2/receipt Tue Jan 24 21:57:18 2012 +0100
     2.2 +++ b/emelfm2/receipt Tue Jan 24 22:51:41 2012 +0100
     2.3 @@ -29,7 +29,8 @@
     2.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.5  genpkg_rules()
     2.6  {
     2.7 - mkdir -p $fs/usr/share/locale
     2.8 + mkdir -p $fs/usr/share/locale $fs/usr/share/applications
     2.9 + cp -a $stuff/emelfm2.dekstop $fs/usr/share/applications
    2.10   cp -a $_pkg/usr/bin $fs/usr
    2.11   cp -a $_pkg/usr/lib $fs/usr
    2.12   cp -a $_pkg/usr/share/pixmaps $fs/usr/share 
[..]