# HG changeset patch # User Samuel Trassare # Date 1329957693 28800 # Node ID c2f103586eb53bb4e9d77ee0c0a66909ed20ee3a # Parent bf26d17362ffb45fb57df907087710a6dacc8123 up dillo (3.0.2) and removed extension from desktop file diff -r bf26d17362ff -r c2f103586eb5 boinc/receipt --- a/boinc/receipt Wed Feb 22 15:03:23 2012 -0800 +++ b/boinc/receipt Wed Feb 22 16:41:33 2012 -0800 @@ -10,9 +10,9 @@ WEB_SITE="http://boinc.berkeley.edu/" WGET_URL="svn|http://boinc.berkeley.edu/svn/tags/boinc_core_release_${SVN_TAG}" -DEPENDS="openssl libcurl wxWidgets" +DEPENDS="openssl libcurl wxWidgets libnotify" BUILD_DEPENDS="subversion openssl-dev autoconf automake curl-dev \ -wxWidgets-dev" +wxWidgets-dev libnotify-dev" # Rules to configure and make the package. compile_rules() diff -r bf26d17362ff -r c2f103586eb5 dillo/description.txt --- a/dillo/description.txt Wed Feb 22 15:03:23 2012 -0800 +++ b/dillo/description.txt Wed Feb 22 16:41:33 2012 -0800 @@ -1,16 +1,6 @@ -What is Dillo? - Dillo is a multi-platform graphical web browser known for its speed and - small footprint. - - Dillo is written in C and C++. - - Dillo is based on FLTK, the Fast Light Toolkit (statically-linked by - default!). - - Dillo is free software made available under the terms of the GNU General - Public License (GPLv3). - - Dillo strives to be friendly both to users and developers. - - Dillo helps web authors to comply with web standards by using the bug meter. - +Dillo is a minimalistic web browser particularly intended for older or slower +computers and embedded systems. It supports only plain HTML/XHTML (with basic +CSS rendering) and images over HTTP; scripting is ignored entirely. Due to its +small size, it is the browser of choice in several space-conscious Linux +distributions. + diff -r bf26d17362ff -r c2f103586eb5 dillo/receipt --- a/dillo/receipt Wed Feb 22 15:03:23 2012 -0800 +++ b/dillo/receipt Wed Feb 22 16:41:33 2012 -0800 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dillo" -VERSION="3.0.1" +VERSION="3.0.2" CATEGORY="network" SHORT_DESC="Light and fast web browse using FLTK." MAINTAINER="pankso@slitaz.org" @@ -35,6 +35,6 @@ chmod +x $fs/usr/bin/* # Config files with custom dillorc to have webhomepage. cp -a $_pkg/etc $fs - cp -a stuff/dillorc $fs/etc/dillo + cp -a $stuff/dillorc $fs/etc/dillo chown -R root.root $fs } diff -r bf26d17362ff -r c2f103586eb5 dillo/stuff/dillo.desktop --- a/dillo/stuff/dillo.desktop Wed Feb 22 15:03:23 2012 -0800 +++ b/dillo/stuff/dillo.desktop Wed Feb 22 16:41:33 2012 -0800 @@ -7,5 +7,5 @@ Categories=Network; MimeType=text/html;application/xhtml+xml; Exec=dillo %u -Icon=dillo.png +Icon=dillo Terminal=false