wok rev 11764

up dillo (3.0.2) and removed extension from desktop file
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 22 16:41:33 2012 -0800 (2012-02-22)
parents bf26d17362ff
children 9e7f44e2a0e9
files boinc/receipt dillo/description.txt dillo/receipt dillo/stuff/dillo.desktop
line diff
     1.1 --- a/boinc/receipt	Wed Feb 22 15:03:23 2012 -0800
     1.2 +++ b/boinc/receipt	Wed Feb 22 16:41:33 2012 -0800
     1.3 @@ -10,9 +10,9 @@
     1.4  WEB_SITE="http://boinc.berkeley.edu/"
     1.5  WGET_URL="svn|http://boinc.berkeley.edu/svn/tags/boinc_core_release_${SVN_TAG}"
     1.6  
     1.7 -DEPENDS="openssl libcurl wxWidgets"
     1.8 +DEPENDS="openssl libcurl wxWidgets libnotify"
     1.9  BUILD_DEPENDS="subversion openssl-dev autoconf automake curl-dev \
    1.10 -wxWidgets-dev"
    1.11 +wxWidgets-dev libnotify-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
     2.1 --- a/dillo/description.txt	Wed Feb 22 15:03:23 2012 -0800
     2.2 +++ b/dillo/description.txt	Wed Feb 22 16:41:33 2012 -0800
     2.3 @@ -1,16 +1,6 @@
     2.4 -What is Dillo?
     2.5 -    Dillo is a multi-platform graphical web browser known for its speed and 
     2.6 -    small footprint.
     2.7 -    
     2.8 -    Dillo is written in C and C++.
     2.9 -    
    2.10 -    Dillo is based on FLTK, the Fast Light Toolkit (statically-linked by 
    2.11 -    default!).
    2.12 -    
    2.13 -    Dillo is free software made available under the terms of the GNU General 
    2.14 -    Public License (GPLv3).
    2.15 -    
    2.16 -    Dillo strives to be friendly both to users and developers.
    2.17 -    
    2.18 -    Dillo helps web authors to comply with web standards by using the bug meter.
    2.19 -                        
    2.20 +Dillo is a minimalistic web browser particularly intended for older or slower 
    2.21 +computers and embedded systems. It supports only plain HTML/XHTML (with basic 
    2.22 +CSS rendering) and images over HTTP; scripting is ignored entirely. Due to its 
    2.23 +small size, it is the browser of choice in several space-conscious Linux 
    2.24 +distributions.
    2.25 +
     3.1 --- a/dillo/receipt	Wed Feb 22 15:03:23 2012 -0800
     3.2 +++ b/dillo/receipt	Wed Feb 22 16:41:33 2012 -0800
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="dillo"
     3.7 -VERSION="3.0.1"
     3.8 +VERSION="3.0.2"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="Light and fast web browse using FLTK."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12 @@ -35,6 +35,6 @@
    3.13  	chmod +x $fs/usr/bin/*
    3.14  	# Config files with custom dillorc to have webhomepage.
    3.15  	cp -a $_pkg/etc $fs
    3.16 -	cp -a stuff/dillorc $fs/etc/dillo
    3.17 +	cp -a $stuff/dillorc $fs/etc/dillo
    3.18  	chown -R root.root $fs
    3.19  }
     4.1 --- a/dillo/stuff/dillo.desktop	Wed Feb 22 15:03:23 2012 -0800
     4.2 +++ b/dillo/stuff/dillo.desktop	Wed Feb 22 16:41:33 2012 -0800
     4.3 @@ -7,5 +7,5 @@
     4.4  Categories=Network;
     4.5  MimeType=text/html;application/xhtml+xml;
     4.6  Exec=dillo %u
     4.7 -Icon=dillo.png
     4.8 +Icon=dillo
     4.9  Terminal=false