wok-next diff nanochess/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents ebb57f2c0d8a
children c4e53a39395a
line diff
     1.1 --- a/nanochess/receipt	Sun Jul 12 18:00:01 2015 +0200
     1.2 +++ b/nanochess/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -42,18 +42,5 @@
     1.4          mkdir -p $fs/var/www/chess $fs/usr/share/applications
     1.5  	cp $src/* $fs/var/www/chess
     1.6  	chown -R 80.80 $fs/var/www/chess
     1.7 -	cat > $fs/usr/share/applications/chess.desktop <<EOT
     1.8 -[Desktop Entry]
     1.9 -Type=Application
    1.10 -Name=Chess
    1.11 -Name[fr]=Echecs
    1.12 -Name[zh_CN]=国际象棋
    1.13 -Exec=sh -c "url=file:///var/www/chess/index.html ; tazweb --notoolbar \$url || browser \$url"
    1.14 -Icon=gnome-glchess
    1.15 -Terminal=false
    1.16 -Categories=Game;
    1.17 -Comment=Chess game
    1.18 -Comment[fr]=Jeu d'échecs
    1.19 -EOT
    1.20  }
    1.21