wok rev 12005

iron: fixed icon, added description
author Samuel Trassare <samuel_trassare@yahoo.com>
date Mon Mar 05 10:38:40 2012 -0800 (2012-03-05)
parents 3308cc8c07c7
children 05dc6adaa091
files iron-linux/description.txt iron-linux/receipt iron-linux/stuff/iron-linux.desktop iron-linux/stuff/usr/share/applications/iron-linux.desktop
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/iron-linux/description.txt	Mon Mar 05 10:38:40 2012 -0800
     1.3 @@ -0,0 +1,6 @@
     1.4 +Google's Web browser Chrome thrilled with an extremely fast site rendering, a 
     1.5 +sleek design and innovative features.  But it also gets critic from data 
     1.6 +protection specialists, for reasons such as creating a unique user ID or the 
     1.7 +submission of entries to Google to generate suggestions. SRWare Iron is a real 
     1.8 +alternative. The browser is based on the Chromium-source and offers the same 
     1.9 +features as Chrome - but without the critical points that the privacy concern.
     2.1 --- a/iron-linux/receipt	Mon Mar 05 09:17:19 2012 -0800
     2.2 +++ b/iron-linux/receipt	Mon Mar 05 10:38:40 2012 -0800
     2.3 @@ -3,9 +3,9 @@
     2.4  PACKAGE="iron-linux"
     2.5  VERSION="16.0.950.0"
     2.6  CATEGORY="network"
     2.7 -SHORT_DESC="Secure web browser (Chromium source)."
     2.8 +SHORT_DESC="A secure web browser based on Chromium."
     2.9  MAINTAINER="paul@slitaz.org"
    2.10 -DEPENDS="nss-dev libfirefox GConf cups libjpeg62 libffi" # may need updating?
    2.11 +DEPENDS="nss libfirefox GConf cups libjpeg62 libffi" # may need updating?
    2.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.13  WEB_SITE="http://www.srware.net/en/software_srware_iron.php"
    2.14  WGET_URL="http://www.srware.net/downloads/$PACKAGE.tar.gz"
    2.15 @@ -20,23 +20,21 @@
    2.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.17  genpkg_rules()
    2.18  {
    2.19 -	mkdir -p $fs/usr/lib
    2.20 +	mkdir -p $fs/usr/lib $fs/usr/share/pixmaps
    2.21  	cp -a $_pkg/$PACKAGE $fs/usr/lib
    2.22 -	# Desktop file
    2.23 -	cp -a stuff/* $fs
    2.24 +	cp -a $fs/usr/lib/$PACKAGE/product_logo_48.png \
    2.25 +		$fs/usr/share/pixmaps/iron.png
    2.26  }
    2.27  
    2.28 -# Create a link to /usr/bin/iron and copy png.
    2.29 +# Create a link to /usr/bin/iron.
    2.30  post_install()
    2.31  {
    2.32 -	cp -a $1/usr/lib/iron-linux/product_logo_48.png $1/usr/share/pixmaps/iron.png
    2.33  	ln -s $1/usr/lib/iron-linux/iron $1/usr/bin/iron
    2.34  }
    2.35  
    2.36 -# Remove link and png.
    2.37 +# Remove link.
    2.38  post_remove()
    2.39  {
    2.40 -	rm -f $1/usr/bin/iron
    2.41 -	rm -f $1/usr/share/pixmaps/iron.png
    2.42 +	rm /usr/bin/iron
    2.43  }
    2.44  	
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/iron-linux/stuff/iron-linux.desktop	Mon Mar 05 10:38:40 2012 -0800
     3.3 @@ -0,0 +1,10 @@
     3.4 +[Desktop Entry]
     3.5 +Version=1.0
     3.6 +Encoding=UTF-8
     3.7 +Name=Iron Web Browser
     3.8 +Exec=iron
     3.9 +Terminal=false
    3.10 +Icon=iron
    3.11 +Type=Application
    3.12 +Categories=Application;Network;WebBrowser;
    3.13 +MimeType=text/html;text/xml;application/xhtml_xml;
     4.1 --- a/iron-linux/stuff/usr/share/applications/iron-linux.desktop	Mon Mar 05 09:17:19 2012 -0800
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,10 +0,0 @@
     4.4 -[Desktop Entry]
     4.5 -Version=1.0
     4.6 -Encoding=UTF-8
     4.7 -Name=Iron Web Browser
     4.8 -Exec=iron
     4.9 -Terminal=false
    4.10 -Icon=iron
    4.11 -Type=Application
    4.12 -Categories=Application;Network;WebBrowser;
    4.13 -MimeType=text/html;text/xml;application/xhtml_xml;