diff options
Diffstat (limited to 'misc/xiphos/files')
-rw-r--r-- | misc/xiphos/files/patch-Makefile.in | 30 | ||||
-rw-r--r-- | misc/xiphos/files/patch-configure | 60 | ||||
-rw-r--r-- | misc/xiphos/files/patch-src-backend-sword_main.diff | 13 | ||||
-rw-r--r-- | misc/xiphos/files/patch-src::gnome2::editor_menu.c | 49 | ||||
-rw-r--r-- | misc/xiphos/files/patch-src::gnome2::mod_mgr.c | 12 | ||||
-rw-r--r-- | misc/xiphos/files/patch-src::gnome2::note_editor.c | 49 | ||||
-rw-r--r-- | misc/xiphos/files/patch-src::gnome2::note_toolbar_style.c | 16 | ||||
-rw-r--r-- | misc/xiphos/files/patch-src::gnome2::tabbed_browser.c | 17 | ||||
-rw-r--r-- | misc/xiphos/files/patch-src::gnome2::toolbar_style.c | 16 |
9 files changed, 0 insertions, 262 deletions
diff --git a/misc/xiphos/files/patch-Makefile.in b/misc/xiphos/files/patch-Makefile.in deleted file mode 100644 index b629c1eae92d..000000000000 --- a/misc/xiphos/files/patch-Makefile.in +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.in.orig Wed Jul 14 23:34:10 2004 -+++ Makefile.in Sat Aug 21 16:34:24 2004 -@@ -61,7 +61,7 @@ - install-recursive installcheck-recursive installdirs-recursive \ - pdf-recursive ps-recursive uninstall-info-recursive \ - uninstall-recursive --am__installdirs = "$(DESTDIR)$(gnomemenudir)" "$(DESTDIR)$(gnomesworddocdir)" -+am__installdirs = "$(DESTDIR)$(gnomemenudir)" - gnomemenuDATA_INSTALL = $(INSTALL_DATA) - gnomesworddocDATA_INSTALL = $(INSTALL_DATA) - DATA = $(gnomemenu_DATA) $(gnomesworddoc_DATA) -@@ -627,7 +627,7 @@ - all-am: Makefile $(DATA) config.h - installdirs: installdirs-recursive - installdirs-am: -- for dir in "$(DESTDIR)$(gnomemenudir)" "$(DESTDIR)$(gnomesworddocdir)"; do \ -+ for dir in "$(DESTDIR)$(gnomemenudir)"; do \ - test -z "$$dir" || $(mkdir_p) "$$dir"; \ - done - install: install-recursive -@@ -674,8 +674,7 @@ - - info-am: - --install-data-am: install-data-local install-gnomemenuDATA \ -- install-gnomesworddocDATA -+install-data-am: install-data-local install-gnomemenuDATA - - install-exec-am: - diff --git a/misc/xiphos/files/patch-configure b/misc/xiphos/files/patch-configure deleted file mode 100644 index 57de0a0ae95a..000000000000 --- a/misc/xiphos/files/patch-configure +++ /dev/null @@ -1,60 +0,0 @@ ---- configure.orig Wed Jul 14 09:34:14 2004 -+++ configure Thu Feb 17 15:43:03 2005 -@@ -2033,35 +2033,35 @@ - echo "*** to the full path to pkg-config." - echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." - else - PKG_CONFIG_MIN_VERSION=0.9.0 - if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then -- echo "$as_me:$LINENO: checking for libgnomeui-2.0 gtk+-2.0 libgtkhtml-3.0 gal-2.0 libxml-2.0 sword" >&5 --echo $ECHO_N "checking for libgnomeui-2.0 gtk+-2.0 libgtkhtml-3.0 gal-2.0 libxml-2.0 sword... $ECHO_C" >&6 -+ echo "$as_me:$LINENO: checking for libgnomeui-2.0 gtk+-2.0 libgtkhtml-3.6 gal-2.4 libxml-2.0 sword" >&5 -+echo $ECHO_N "checking for libgnomeui-2.0 gtk+-2.0 libgtkhtml-3.6 gal-2.4 libxml-2.0 sword... $ECHO_C" >&6 - -- if $PKG_CONFIG --exists "libgnomeui-2.0 gtk+-2.0 libgtkhtml-3.0 gal-2.0 libxml-2.0 sword" ; then -+ if $PKG_CONFIG --exists "libgnomeui-2.0 gtk+-2.0 libgtkhtml-3.6 gal-2.4 libxml-2.0 sword" ; then - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - succeeded=yes - - echo "$as_me:$LINENO: checking GNOME_CFLAGS" >&5 - echo $ECHO_N "checking GNOME_CFLAGS... $ECHO_C" >&6 -- GNOME_CFLAGS=`$PKG_CONFIG --cflags "libgnomeui-2.0 gtk+-2.0 libgtkhtml-3.0 gal-2.0 libxml-2.0 sword"` -+ GNOME_CFLAGS=`$PKG_CONFIG --cflags "libgnomeui-2.0 gtk+-2.0 libgtkhtml-3.6 gal-2.4 libxml-2.0 sword"` - echo "$as_me:$LINENO: result: $GNOME_CFLAGS" >&5 - echo "${ECHO_T}$GNOME_CFLAGS" >&6 - - echo "$as_me:$LINENO: checking GNOME_LIBS" >&5 - echo $ECHO_N "checking GNOME_LIBS... $ECHO_C" >&6 -- GNOME_LIBS=`$PKG_CONFIG --libs "libgnomeui-2.0 gtk+-2.0 libgtkhtml-3.0 gal-2.0 libxml-2.0 sword"` -+ GNOME_LIBS=`$PKG_CONFIG --libs "libgnomeui-2.0 gtk+-2.0 libgtkhtml-3.6 gal-2.4 libxml-2.0 sword"` - echo "$as_me:$LINENO: result: $GNOME_LIBS" >&5 - echo "${ECHO_T}$GNOME_LIBS" >&6 - else - GNOME_CFLAGS="" - GNOME_LIBS="" - ## If we have a custom action on failure, don't print errors, but - ## do set a variable so people can do so. -- GNOME_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeui-2.0 gtk+-2.0 libgtkhtml-3.0 gal-2.0 libxml-2.0 sword"` -+ GNOME_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeui-2.0 gtk+-2.0 libgtkhtml-3.6 gal-2.4 libxml-2.0 sword"` - - fi - - - -@@ -23854,13 +23854,13 @@ - fi - - packagedatadir=share/${PACKAGE} - packagedocdir=share/doc/${PACKAGE} - --packagepixmapsdir=share/pixmaps/${PACKAGE} -+packagepixmapsdir=share/gnome/pixmaps/${PACKAGE} - packagehelpdir=share/gnome/help/${PACKAGE} --packagemenudir=share/applications -+packagemenudir=share/gnome/applications - - NO_PREFIX_PACKAGE_DATA_DIR="${packagedatadir}" - - PACKAGE_DATA_DIR="${packageprefix}/${packagedatadir}" - diff --git a/misc/xiphos/files/patch-src-backend-sword_main.diff b/misc/xiphos/files/patch-src-backend-sword_main.diff deleted file mode 100644 index 35e1cb29d547..000000000000 --- a/misc/xiphos/files/patch-src-backend-sword_main.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- src/backend/sword_main.cc.orig Thu Jul 1 15:45:30 2004 -+++ src/backend/sword_main.cc Thu Jun 2 16:47:23 2005 -@@ -190,8 +190,8 @@ - VerseKey key; - GList *retlist = NULL; - char *book = NULL; -- unsigned int bytes_read; -- unsigned int bytes_written; -+ gsize bytes_read; -+ gsize bytes_written; - GError *error; - int i = 0, j = 0, x = 2; - diff --git a/misc/xiphos/files/patch-src::gnome2::editor_menu.c b/misc/xiphos/files/patch-src::gnome2::editor_menu.c deleted file mode 100644 index 5ca9a49a6be1..000000000000 --- a/misc/xiphos/files/patch-src::gnome2::editor_menu.c +++ /dev/null @@ -1,49 +0,0 @@ ---- src/gnome2/editor_menu.c.orig Fri Apr 2 17:28:07 2004 -+++ src/gnome2/editor_menu.c Mon Feb 14 15:08:42 2005 -@@ -29,11 +29,11 @@ - #include <gtkhtml/htmlform.h> - #include <gtkhtml/htmlenums.h> - #include <gtkhtml/htmlsettings.h> - #include <gtkhtml/htmlcolor.h> - #include <gtkhtml/htmlcolorset.h> --#include <gtkhtml/htmllinktext.h> -+//#include <gtkhtml/htmllinktext.h> - #include <gtkhtml/htmlengine-edit.h> - #include <gtkhtml/htmlengine-edit-fontstyle.h> - #include <gtkhtml/htmlengine-edit-cut-and-paste.h> - #include <gtkhtml/htmlselection.h> - #include <gtkhtml/htmlengine-search.h> -@@ -491,17 +491,33 @@ - target = strchr(url, '#'); - url_copy = - target ? g_strndup(url, - target - url) : g_strdup(url); - new_link = -+ html_text_new(text, -+ GTK_HTML_FONT_STYLE_DEFAULT, -+ html_colorset_get_color(e-> -+ settings-> -+ color_set, -+ HTMLLinkColor)); -+ new_link = -+ html_object_set_link(new_link, -+ html_colorset_get_color(e-> -+ settings-> -+ color_set, -+ HTMLLinkColor), -+ url_copy, target); -+/* -+ new_link = - html_link_text_new(text, - GTK_HTML_FONT_STYLE_DEFAULT, - html_colorset_get_color(e-> - settings-> - color_set, - HTMLLinkColor), - url_copy, target); -+*/ - html_engine_paste_object(e, new_link, - g_utf8_strlen(text, -1)); - g_free(url_copy); - } - } diff --git a/misc/xiphos/files/patch-src::gnome2::mod_mgr.c b/misc/xiphos/files/patch-src::gnome2::mod_mgr.c deleted file mode 100644 index 15d85dbfb7b7..000000000000 --- a/misc/xiphos/files/patch-src::gnome2::mod_mgr.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/gnome2/mod_mgr.c.orig Sun Mar 28 04:39:23 2004 -+++ src/gnome2/mod_mgr.c Sat Aug 21 15:56:12 2004 -@@ -1910,8 +1910,7 @@ - - GtkTreeModel *model; - GError *error = NULL; -- GtkTooltips *tooltips; -- tooltips = gtk_tooltips_new(); -+ GtkTooltips *tooltips = gtk_tooltips_new(); - GString *str = g_string_new(NULL); - GtkCellRenderer *renderer; - GtkTreeViewColumn *column; diff --git a/misc/xiphos/files/patch-src::gnome2::note_editor.c b/misc/xiphos/files/patch-src::gnome2::note_editor.c deleted file mode 100644 index 298dd5532e6f..000000000000 --- a/misc/xiphos/files/patch-src::gnome2::note_editor.c +++ /dev/null @@ -1,49 +0,0 @@ ---- src/gnome2/note_editor.c.orig Thu May 6 19:10:00 2004 -+++ src/gnome2/note_editor.c Mon Feb 14 15:12:22 2005 -@@ -29,11 +29,11 @@ - #include <gtkhtml/htmlform.h> - #include <gtkhtml/htmlenums.h> - #include <gtkhtml/htmlsettings.h> - #include <gtkhtml/htmlcolor.h> - #include <gtkhtml/htmlcolorset.h> --#include <gtkhtml/htmllinktext.h> -+//#include <gtkhtml/htmllinktext.h> - #include <gtkhtml/htmlengine-edit.h> - #include <gtkhtml/htmlengine-edit-fontstyle.h> - #include <gtkhtml/htmlengine-edit-cut-and-paste.h> - #include <gtkhtml/htmlselection.h> - #include <gtkhtml/htmlengine-search.h> -@@ -1185,17 +1185,33 @@ - target = strchr(url, '#'); - url_copy = - target ? g_strndup(url, - target - url) : g_strdup(url); - new_link = -+ html_text_new(text, -+ GTK_HTML_FONT_STYLE_DEFAULT, -+ html_colorset_get_color(e-> -+ settings-> -+ color_set, -+ HTMLLinkColor)); -+ new_link = -+ html_object_set_link(new_link, -+ html_colorset_get_color(e-> -+ settings-> -+ color_set, -+ HTMLLinkColor), -+ url_copy, target); -+/* -+ new_link = - html_link_text_new(text, - GTK_HTML_FONT_STYLE_DEFAULT, - html_colorset_get_color(e-> - settings-> - color_set, - HTMLLinkColor), - url_copy, target); -+*/ - html_engine_paste_object(e, new_link, - g_utf8_strlen(text, -1)); - g_free(url_copy); - } - } diff --git a/misc/xiphos/files/patch-src::gnome2::note_toolbar_style.c b/misc/xiphos/files/patch-src::gnome2::note_toolbar_style.c deleted file mode 100644 index 014a022c06c0..000000000000 --- a/misc/xiphos/files/patch-src::gnome2::note_toolbar_style.c +++ /dev/null @@ -1,16 +0,0 @@ ---- src/gnome2/note_toolbar_style.c.orig Thu Apr 22 14:12:43 2004 -+++ src/gnome2/note_toolbar_style.c Mon Feb 14 15:20:54 2005 -@@ -469,11 +469,12 @@ - DIALOG_DATA * d) - { - GSHTMLEditorControlData *cd = d->editor; - color_combo_set_color(COLOR_COMBO(cd->combo), - &html_colorset_get_color_allocated -- (html->engine->painter, -+ (cd->html->engine->settings->color_set, -+ html->engine->painter, - HTMLTextColor)->color); - - } - - /****************************************************************************** diff --git a/misc/xiphos/files/patch-src::gnome2::tabbed_browser.c b/misc/xiphos/files/patch-src::gnome2::tabbed_browser.c deleted file mode 100644 index 52dd1d8f7527..000000000000 --- a/misc/xiphos/files/patch-src::gnome2::tabbed_browser.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/gnome2/tabbed_browser.c.orig Thu Jun 17 04:53:24 2004 -+++ src/gnome2/tabbed_browser.c Sat Aug 21 15:59:13 2004 -@@ -664,11 +664,13 @@ - */ - void gui_close_passage_tab(gint pagenum) - { -+ PASSAGE_TAB_INFO *pt; -+ - if (-1 == pagenum) - pagenum = gtk_notebook_get_current_page(GTK_NOTEBOOK(widgets.notebook_main)); - if (1 == gtk_notebook_get_n_pages(GTK_NOTEBOOK(widgets.notebook_main))) - return; -- PASSAGE_TAB_INFO *pt = (PASSAGE_TAB_INFO*)g_list_nth_data(passage_list, (guint)pagenum); -+ pt = (PASSAGE_TAB_INFO*)g_list_nth_data(passage_list, (guint)pagenum); - passage_list = g_list_remove(passage_list, pt); - if(pt->text_mod) g_free(pt->text_mod); - if(pt->commentary_mod) g_free(pt->commentary_mod); diff --git a/misc/xiphos/files/patch-src::gnome2::toolbar_style.c b/misc/xiphos/files/patch-src::gnome2::toolbar_style.c deleted file mode 100644 index ae8c6cd1c6c3..000000000000 --- a/misc/xiphos/files/patch-src::gnome2::toolbar_style.c +++ /dev/null @@ -1,16 +0,0 @@ ---- src/gnome2/toolbar_style.c.orig Thu Apr 22 14:12:43 2004 -+++ src/gnome2/toolbar_style.c Mon Feb 14 15:23:28 2005 -@@ -460,11 +460,12 @@ - static void set_color_combo(GtkHTML * html, - GSHTMLEditorControlData * cd) - { - color_combo_set_color(COLOR_COMBO(cd->combo), - &html_colorset_get_color_allocated -- (html->engine->painter, -+ (cd->html->engine->settings->color_set, -+ html->engine->painter, - HTMLTextColor)->color); - - } - - /****************************************************************************** |