From 467d02a08756db31bc27903251238fb78fd442ce Mon Sep 17 00:00:00 2001 From: Rene Wagner Date: Sat, 14 Oct 2006 16:54:44 +0200 Subject: [PATCH] dillo2: adjust default dillorc to be suitable for small screen devices. Closes #1757. Signed-off-by: Rene Wagner --- .../packages/dillo/dillo2-0.6.6/dillorc | 13 +++++++------ .../packages/dillo/dillo2_0.6.6.bb | 7 ++++--- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/org.handhelds.familiar/packages/dillo/dillo2-0.6.6/dillorc b/org.handhelds.familiar/packages/dillo/dillo2-0.6.6/dillorc index fce16dd..eaec064 100644 --- a/org.handhelds.familiar/packages/dillo/dillo2-0.6.6/dillorc +++ b/org.handhelds.familiar/packages/dillo/dillo2-0.6.6/dillorc @@ -6,7 +6,7 @@ geometry=240x310 # Set the home location -home=http://www.google.com/palm/ +home=http://www.google.com/pda # Set the proxy information for http #http_proxy=http://localhost:8080/ @@ -22,7 +22,7 @@ use_oblique=YES # the hexdecimal version (in C style) # Set the background color -# bg_color=gray +bg_color=white # bg_color=0xd6d6c0 # bg_color=0xdcd1ba @@ -48,7 +48,7 @@ show_alt=YES # tiny : recommended for iPAQ (with small_icons) # medium : nice! # large : Traditional -panel_size=stack +panel_size=tiny small_icons=YES # Set this to YES, if you want to limit the word wrap width to the vieport @@ -60,10 +60,11 @@ use_dicache=YES show_back = YES show_forw = YES show_home = YES -show_save = YES +show_save = NO +show_reload = NO show_stop = YES -show_menubar = YES -show_clear_url = YES +show_menubar = NO +show_clear_url = NO show_url = YES show_progress_box = NO transient_dialogs = YES diff --git a/org.handhelds.familiar/packages/dillo/dillo2_0.6.6.bb b/org.handhelds.familiar/packages/dillo/dillo2_0.6.6.bb index 3416b01..d5b74fd 100644 --- a/org.handhelds.familiar/packages/dillo/dillo2_0.6.6.bb +++ b/org.handhelds.familiar/packages/dillo/dillo2_0.6.6.bb @@ -1,8 +1,12 @@ SECTION = "x11/network" DESCRIPTION = "Lightweight gtk+2 browser." LICENSE = "GPL" +PRIORITY = "optional" +PR = "r1" + DEPENDS = "gtk+" RDEPENDS = "gdk-pixbuf-loader-xpm" + SRC_URI="http://www.dillo.org/download/dillo-${PV}.tar.gz \ file://gtk2.patch;patch=1;pnum=1 \ file://fix_about_syntax.patch;patch=1;pnum=1 \ @@ -10,9 +14,6 @@ SRC_URI="http://www.dillo.org/download/dillo-${PV}.tar.gz \ file://dillo.png \ file://dillorc" -MAINTAINER = "Chris Lord " -PRIORITY = "optional" - S = "${WORKDIR}/dillo-${PV}/" inherit autotools pkgconfig -- 2.41.0