wok-stable rev 12045

swat: fixed desktop file and added new icon
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Mar 07 13:45:17 2012 -0800 (2012-03-07)
parents 3d13d460f4df
children 925f375988f9
files gftp/receipt swat/receipt swat/stuff/swat.desktop swat/stuff/swat.png tintin++/receipt
line diff
     1.1 --- a/gftp/receipt	Wed Mar 07 10:16:22 2012 -0800
     1.2 +++ b/gftp/receipt	Wed Mar 07 13:45:17 2012 -0800
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="gftp"
     1.5  VERSION="2.0.19"
     1.6  CATEGORY="network"
     1.7 -SHORT_DESC="Small and speed FTP client."
     1.8 +SHORT_DESC="Small and fast FTP client."
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10  DEPENDS="gtk+ xorg-libXdamage"
    1.11  BUILD_DEPENDS="pkg-config gtk+-dev gtk+"
     2.1 --- a/swat/receipt	Wed Mar 07 10:16:22 2012 -0800
     2.2 +++ b/swat/receipt	Wed Mar 07 13:45:17 2012 -0800
     2.3 @@ -14,7 +14,6 @@
     2.4  {
     2.5  	mkdir -p $fs/usr/share/samba $fs/usr/share/applications
     2.6  	cp -a $_pkg/usr/share/samba/swat $fs/usr/share/samba
     2.7 -	cp $stuff/swat.desktop $fs/usr/share/applications
     2.8  }
     2.9  
    2.10  post_install()
     3.1 --- a/swat/stuff/swat.desktop	Wed Mar 07 10:16:22 2012 -0800
     3.2 +++ b/swat/stuff/swat.desktop	Wed Mar 07 13:45:17 2012 -0800
     3.3 @@ -1,7 +1,7 @@
     3.4  [Desktop Entry]
     3.5  Encoding=UTF-8
     3.6  Name=SAMBA Administration
     3.7 -Icon=/usr/share/samba/swat/images/samba.gif
     3.8 +Icon=swat
     3.9  Exec=browser http://127.0.0.1/swat/
    3.10  Type=Application
    3.11  Categories=System;
     4.1 Binary file swat/stuff/swat.png has changed
     5.1 --- a/tintin++/receipt	Wed Mar 07 10:16:22 2012 -0800
     5.2 +++ b/tintin++/receipt	Wed Mar 07 13:45:17 2012 -0800
     5.3 @@ -23,11 +23,9 @@
     5.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     5.5  genpkg_rules()
     5.6  {
     5.7 -	mkdir -p $fs/usr/share/applications \
     5.8 +        mkdir -p $fs/usr/share/applications \
     5.9  		$fs/usr/share/pixmaps
    5.10  	cp $stuff/tintin.desktop $fs/usr/share/applications
    5.11  	cp $stuff/tintin.png $fs/usr/share/pixmaps
    5.12 -	
    5.13  	cp -a $install/* $fs
    5.14 -	
    5.15  }