From f96441b9faf769c9ecdd4d338b605ea3d0cc4010 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 9 Nov 2004 00:36:47 +0000 Subject: Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches. BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA --- dillo/dillo2-0.6.6/dillo.desktop | 9 + dillo/dillo2-0.6.6/fix_about_syntax.patch | 174 + dillo/dillo2-0.6.6/gtk2.patch | 23878 ++++++++++++++++++++++++++++ 3 files changed, 24061 insertions(+) (limited to 'dillo') diff --git a/dillo/dillo2-0.6.6/dillo.desktop b/dillo/dillo2-0.6.6/dillo.desktop index e69de29bb2..6c5f994da4 100644 --- a/dillo/dillo2-0.6.6/dillo.desktop +++ b/dillo/dillo2-0.6.6/dillo.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Web browser +Comment=Dillo +Exec=dillo +Terminal=0 +Type=Application +Icon=dillo.png +Categories=Application;PIM;GPE +StartupNotify=True diff --git a/dillo/dillo2-0.6.6/fix_about_syntax.patch b/dillo/dillo2-0.6.6/fix_about_syntax.patch index e69de29bb2..06b4d09614 100644 --- a/dillo/dillo2-0.6.6/fix_about_syntax.patch +++ b/dillo/dillo2-0.6.6/fix_about_syntax.patch @@ -0,0 +1,174 @@ +diff -urNd ../dillo2-0.6.6-r0/dillo2-0.6.6/src/IO/about.c dillo2-0.6.6/src/IO/about.c +--- ../dillo2-0.6.6-r0/dillo2-0.6.6/src/IO/about.c 2003-04-21 19:36:31.000000000 +0100 ++++ dillo2-0.6.6/src/IO/about.c 2004-09-11 10:58:48.000000000 +0100 +@@ -28,88 +28,88 @@ + * HTML text for startup screen + */ + static char *Splash= +-"Content-type: text/html +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-
+-
+- Help
+- Home Page
+- +- Full ChangeLog
+- Google
+-
+-
+-

Dillo 0.6.7-pre

+- +-
+-

Dillo project
+-

Version 0.6.7-pre
(this is alpha code)

+-

License:

+-

+- This program is free software; you can redistribute it and/or modify +- it under the terms of the GNU General Public License as published by +- the Free Software Foundation; either version 2 of the License, or +- (at your option) any later version. +-

+- This program is distributed in the hope that it will be useful, +- but WITHOUT ANY WARRANTY; without even the implied warranty of +- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +- GNU General Public License for more details. +- +-


+-

Release overview:

+-
+- [...] +-
+- Remember that dillo project uses a release model where every new +-browser shall be better than the former. +-Keep up with the latest one! +-
+-
+-

NOTES:

+-

+-

    +-
  • There's a dillorc (readable config) file within the +-tarball; It is well commented and has plenty of options to customize dillo, +-so copy it to your ~/.dillo/ directory, +-and modify to your taste. +-
  • There's documentation for developers in the /doc +-dir within the tarball; +-you can find directions on everything else at the home page.
  • +-
  • Dillo has context sensitive menus on the right-mouse-button +- (pages, links, Back and Forward buttons)
  • +-
  • Dillo behaves very nice when browsing local files, images, and HTML. +-It's also very good for Internet searching (try Google!).
  • +-
  • This release is mainly intended for developers +-and advanced users
  • +-
+-
+-

Notes to Xfce users:

+-

Please bear in mind that dillo is alpha code; it is not ready for +-end users yet. Anyway, local browsing (files and local HTTP) is quite stable +-and chances are you'll not be disappointed. +-

Tip: if you set BROWSER=dillo, Xfce's help will be a sweet tour! +-

TABLES are a work in progress. +-

FRAMES, Java, and Javascript are not supported. +-


+-
+- +-
+- +- ++"Content-type: text/html \ ++ \ ++ \ ++ \ ++ \ ++ \ ++ \ ++ \ ++ \ ++ \ ++ \ ++ \ ++ \ ++ \ ++ \ ++
\ ++
\ ++ Help
\ ++ Home Page
\ ++ \ ++ Full ChangeLog
\ ++ Google
\ ++
\ ++
\ ++

Dillo 0.6.7-pre

\ ++ \ ++
\ ++

Dillo project
\ ++

Version 0.6.7-pre
(this is alpha code)

\ ++

License:

\ ++

\ ++ This program is free software; you can redistribute it and/or modify \ ++ it under the terms of the GNU General Public License as published by \ ++ the Free Software Foundation; either version 2 of the License, or \ ++ (at your option) any later version. \ ++

\ ++ This program is distributed in the hope that it will be useful, \ ++ but WITHOUT ANY WARRANTY; without even the implied warranty of \ ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \ ++ GNU General Public License for more details. \ ++ \ ++


\ ++

Release overview:

\ ++
\ ++ [...] \ ++
\ ++ Remember that dillo project uses a release model where every new \ ++browser shall be better than the former. \ ++Keep up with the latest one! \ ++
\ ++
\ ++

NOTES:

\ ++

\ ++

    \ ++
  • There's a dillorc (readable config) file within the \ ++tarball; It is well commented and has plenty of options to customize dillo, \ ++so copy it to your ~/.dillo/ directory, \ ++and modify to your taste. \ ++
  • There's documentation for developers in the /doc \ ++dir within the tarball; \ ++you can find directions on everything else at the home page.
  • \ ++
  • Dillo has context sensitive menus on the right-mouse-button \ ++ (pages, links, Back and Forward buttons)
  • \ ++
  • Dillo behaves very nice when browsing local files, images, and HTML. \ ++It's also very good for Internet searching (try Google!).
  • \ ++
  • This release is mainly intended for developers \ ++and advanced users
  • \ ++
\ ++
\ ++

Notes to Xfce users:

\ ++

Please bear in mind that dillo is alpha code; it is not ready for \ ++end users yet. Anyway, local browsing (files and local HTTP) is quite stable \ ++and chances are you'll not be disappointed. \ ++

Tip: if you set BROWSER=dillo, Xfce's help will be a sweet tour! \ ++

TABLES are a work in progress. \ ++

FRAMES, Java, and Javascript are not supported. \ ++


\ ++
\ ++ \ ++
\ ++ \ ++ \ + "; + + diff --git a/dillo/dillo2-0.6.6/gtk2.patch b/dillo/dillo2-0.6.6/gtk2.patch index e69de29bb2..9f6d8acdda 100644 --- a/dillo/dillo2-0.6.6/gtk2.patch +++ b/dillo/dillo2-0.6.6/gtk2.patch @@ -0,0 +1,23878 @@ +diff -urN dillo-0.6.6/AUTHORS dillo2-0.6.6/AUTHORS +--- dillo-0.6.6/AUTHORS 2002-05-29 15:26:51.000000000 -0600 ++++ dillo2-0.6.6/AUTHORS 2003-04-21 12:35:02.000000000 -0600 +@@ -25,10 +25,10 @@ + Patches: + * Sam Dennis + * Andrew McPherson +- * Andreas Schweitzer + * Sean 'Shaleh' Perry + * Marcos Ramírez + * Adam Sampson ++ * Andreas Schweitzer + * Dominic Wong + _________________________________________________________________ + +diff -urN dillo-0.6.6/ChangeLog dillo2-0.6.6/ChangeLog +--- dillo-0.6.6/ChangeLog 2002-05-29 15:20:44.000000000 -0600 ++++ dillo2-0.6.6/ChangeLog 2003-04-21 12:35:02.000000000 -0600 +@@ -3,6 +3,27 @@ + ============================================================================= + + ++dillo-0.6.7 [?, 2002] ++ ++ - * Added code so that tooltips stay within the screen. ++ Patch: Pekka Lampila, Sebastian Geerken ++ - * Fixed a problem occurring when scrolling with the "b" key. ++ Patch: Livio Baldini ++ - * Fixed a memory leak in DwAlignedPage. ++ Patch: Jörgen Viksell, Sebastian Geerken ++ - * Fixed a bug in DwPage ("height" argument). ++ Patch: Pekka Lampila ++ - * Removed space around tables. ++ * Implemented the