wok diff SkypeFreak/receipt @ rev 16783

Dear Hg! Please, don't ignore any files with "taz" inside name! ;)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 23 13:51:00 2014 +0300 (2014-06-23)
parents 5c073a09ca07
children 25f8eb393142
line diff
     1.1 --- a/SkypeFreak/receipt	Sat Apr 19 13:18:04 2014 +0300
     1.2 +++ b/SkypeFreak/receipt	Mon Jun 23 13:51:00 2014 +0300
     1.3 @@ -17,8 +17,9 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/bin
     1.8 +	mkdir -p $fs/usr/bin $fs/usr/share/applications
     1.9  	cp -a $src/source/SkypeFreak.py $fs/usr/bin
    1.10 +	cp -a $stuff/*.desktop $fs/usr/share/applications
    1.11  
    1.12  	# fix bug with unicode strings (I'm not a pythonist, sorry)
    1.13  	sed -i 's|str(|unicode(|g' $fs/usr/bin/SkypeFreak.py