wok diff nanochess/receipt @ rev 21717

updated protobuf, protobuf-dev and protobuf-python again (2.4.1 -> 3.8.0)
author Hans-G?nter Theisgen
date Wed Jun 12 13:36:14 2019 +0100 (2019-06-12)
parents ebb57f2c0d8a
children 73f36875e5a7
line diff
     1.1 --- a/nanochess/receipt	Sun Jul 12 18:00:01 2015 +0200
     1.2 +++ b/nanochess/receipt	Wed Jun 12 13:36:14 2019 +0100
     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