# HG changeset patch # User Samuel Trassare # Date 1330972720 28800 # Node ID 19d0f8eab6b6fffa50e7a68fccef1936cd8bc7c8 # Parent 3308cc8c07c73c91cb74b397ca606de61325d9c0 iron: fixed icon, added description diff -r 3308cc8c07c7 -r 19d0f8eab6b6 iron-linux/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iron-linux/description.txt Mon Mar 05 10:38:40 2012 -0800 @@ -0,0 +1,6 @@ +Google's Web browser Chrome thrilled with an extremely fast site rendering, a +sleek design and innovative features. But it also gets critic from data +protection specialists, for reasons such as creating a unique user ID or the +submission of entries to Google to generate suggestions. SRWare Iron is a real +alternative. The browser is based on the Chromium-source and offers the same +features as Chrome - but without the critical points that the privacy concern. diff -r 3308cc8c07c7 -r 19d0f8eab6b6 iron-linux/receipt --- a/iron-linux/receipt Mon Mar 05 09:17:19 2012 -0800 +++ b/iron-linux/receipt Mon Mar 05 10:38:40 2012 -0800 @@ -3,9 +3,9 @@ PACKAGE="iron-linux" VERSION="16.0.950.0" CATEGORY="network" -SHORT_DESC="Secure web browser (Chromium source)." +SHORT_DESC="A secure web browser based on Chromium." MAINTAINER="paul@slitaz.org" -DEPENDS="nss-dev libfirefox GConf cups libjpeg62 libffi" # may need updating? +DEPENDS="nss libfirefox GConf cups libjpeg62 libffi" # may need updating? TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.srware.net/en/software_srware_iron.php" WGET_URL="http://www.srware.net/downloads/$PACKAGE.tar.gz" @@ -20,23 +20,21 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib + mkdir -p $fs/usr/lib $fs/usr/share/pixmaps cp -a $_pkg/$PACKAGE $fs/usr/lib - # Desktop file - cp -a stuff/* $fs + cp -a $fs/usr/lib/$PACKAGE/product_logo_48.png \ + $fs/usr/share/pixmaps/iron.png } -# Create a link to /usr/bin/iron and copy png. +# Create a link to /usr/bin/iron. post_install() { - cp -a $1/usr/lib/iron-linux/product_logo_48.png $1/usr/share/pixmaps/iron.png ln -s $1/usr/lib/iron-linux/iron $1/usr/bin/iron } -# Remove link and png. +# Remove link. post_remove() { - rm -f $1/usr/bin/iron - rm -f $1/usr/share/pixmaps/iron.png + rm /usr/bin/iron } diff -r 3308cc8c07c7 -r 19d0f8eab6b6 iron-linux/stuff/iron-linux.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iron-linux/stuff/iron-linux.desktop Mon Mar 05 10:38:40 2012 -0800 @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Name=Iron Web Browser +Exec=iron +Terminal=false +Icon=iron +Type=Application +Categories=Application;Network;WebBrowser; +MimeType=text/html;text/xml;application/xhtml_xml; diff -r 3308cc8c07c7 -r 19d0f8eab6b6 iron-linux/stuff/usr/share/applications/iron-linux.desktop --- a/iron-linux/stuff/usr/share/applications/iron-linux.desktop Mon Mar 05 09:17:19 2012 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -[Desktop Entry] -Version=1.0 -Encoding=UTF-8 -Name=Iron Web Browser -Exec=iron -Terminal=false -Icon=iron -Type=Application -Categories=Application;Network;WebBrowser; -MimeType=text/html;text/xml;application/xhtml_xml;