Browse Source

Juergen Sawinski:


			
			
				rocklinux
			
			
		
Juergen "George" Sawinski 20 years ago
parent
commit
91dbb2de52
2 changed files with 110 additions and 191 deletions
  1. +107
    -188
      package/jsaw/gnomesword/glib-h-fix.patch
  2. +3
    -3
      package/jsaw/gnomesword/gnomesword.desc

+ 107
- 188
package/jsaw/gnomesword/glib-h-fix.patch

@ -1,73 +1,54 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/jsaw/gnomesword/glib-h-fix.patch
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or 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.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
diff -urN gnomesword2-2.0.0/src/backend/config.cc gnomesword2-2.0.0-my/src/backend/config.cc
--- gnomesword2-2.0.0/src/backend/config.cc 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/backend/config.cc 2004-01-09 04:21:54.000000000 +0100
@@ -44,7 +44,7 @@
diff -urN gnomesword-2.1.1/src/backend/config.cc gnomesword-2.1.1-jsaw/src/backend/config.cc
--- gnomesword-2.1.1/src/backend/config.cc 2004-05-15 17:02:56.000000000 +0200
+++ gnomesword-2.1.1-jsaw/src/backend/config.cc 2004-08-09 03:52:23.906843024 +0200
@@ -43,7 +43,7 @@
#include <stdio.h>
#include <sys/stat.h>
#ifdef USE_GNOME2
-#include <glib-2.0/glib.h>
+#include <glib.h>
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/backend/key.cc gnomesword2-2.0.0-my/src/backend/key.cc
--- gnomesword2-2.0.0/src/backend/key.cc 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/backend/key.cc 2004-01-09 04:21:54.000000000 +0100
@@ -32,7 +32,7 @@
#include <swmodule.h>
#ifdef USE_GNOME2
#include "config.hh"
#include "sword_main.hh"
diff -urN gnomesword-2.1.1/src/backend/config.hh gnomesword-2.1.1-jsaw/src/backend/config.hh
--- gnomesword-2.1.1/src/backend/config.hh 2004-03-18 21:45:40.000000000 +0100
+++ gnomesword-2.1.1-jsaw/src/backend/config.hh 2004-08-09 03:52:23.908842720 +0200
@@ -25,7 +25,7 @@
#ifdef __cplusplus
extern "C" {
#endif
-#include <glib-2.0/glib.h>
+#include <glib.h>
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/backend/sword.cpp gnomesword2-2.0.0-my/src/backend/sword.cpp
--- gnomesword2-2.0.0/src/backend/sword.cpp 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/backend/sword.cpp 2004-01-09 04:21:54.000000000 +0100
//#include "main/sword.h"
int backend_open_config_file(char *file);
diff -urN gnomesword-2.1.1/src/backend/module_manager.cc gnomesword-2.1.1-jsaw/src/backend/module_manager.cc
--- gnomesword-2.1.1/src/backend/module_manager.cc 2004-05-15 16:53:00.000000000 +0200
+++ gnomesword-2.1.1-jsaw/src/backend/module_manager.cc 2004-08-09 03:52:23.914841808 +0200
@@ -31,7 +31,7 @@
#endif
#ifdef USE_GNOME2
-#include <glib-2.0/glib.h>
+#include <glib.h>
#include <gnome.h>
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/gnome2/toolbar_nav.c gnomesword2-2.0.0-my/src/gnome2/toolbar_nav.c
--- gnomesword2-2.0.0/src/gnome2/toolbar_nav.c 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/gnome2/toolbar_nav.c 2004-01-09 04:21:55.000000000 +0100
@@ -24,7 +24,7 @@
diff -urN gnomesword-2.1.1/src/backend/sword.cpp gnomesword-2.1.1-jsaw/src/backend/sword.cpp
--- gnomesword-2.1.1/src/backend/sword.cpp 2004-07-14 16:31:50.000000000 +0200
+++ gnomesword-2.1.1-jsaw/src/backend/sword.cpp 2004-08-09 03:52:23.917841352 +0200
@@ -31,7 +31,7 @@
#endif
#include <gnome.h>
-#include <gal-2.0/gal/widgets/e-unicode.h>
+#include <gal/widgets/e-unicode.h>
#include "gui/toolbar_nav.h"
#include "gui/shortcutbar_main.h"
diff -urN gnomesword2-2.0.0/src/main/bibletext.c gnomesword2-2.0.0-my/src/main/bibletext.c
--- gnomesword2-2.0.0/src/main/bibletext.c 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/main/bibletext.c 2004-01-09 04:21:54.000000000 +0100
-#include <glib-2.0/glib.h>
+#include <glib.h>
#include <gnome.h>
#include <swmgr.h>
#include <markupfiltmgr.h>
diff -urN gnomesword-2.1.1/src/main/bibletext.c gnomesword-2.1.1-jsaw/src/main/bibletext.c
--- gnomesword-2.1.1/src/main/bibletext.c 2004-05-15 16:40:42.000000000 +0200
+++ gnomesword-2.1.1-jsaw/src/main/bibletext.c 2004-08-09 03:52:23.920840896 +0200
@@ -24,7 +24,7 @@
#endif
@ -77,21 +58,21 @@ diff -urN gnomesword2-2.0.0/src/main/bibletext.c gnomesword2-2.0.0-my/src/main/b
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/main/commentary.c gnomesword2-2.0.0-my/src/main/commentary.c
--- gnomesword2-2.0.0/src/main/commentary.c 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/main/commentary.c 2004-01-09 04:21:54.000000000 +0100
@@ -24,7 +24,7 @@
#endif
diff -urN gnomesword-2.1.1/src/main/commentary.cc gnomesword-2.1.1-jsaw/src/main/commentary.cc
--- gnomesword-2.1.1/src/main/commentary.cc 2004-04-21 22:57:50.000000000 +0200
+++ gnomesword-2.1.1-jsaw/src/main/commentary.cc 2004-08-09 03:52:23.923840440 +0200
@@ -27,7 +27,7 @@
#include <swmodule.h>
#include <swconfig.h>
#ifdef USE_GNOME2
-#include <glib-2.0/glib.h>
+#include <glib.h>
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/main/configs.c gnomesword2-2.0.0-my/src/main/configs.c
--- gnomesword2-2.0.0/src/main/configs.c 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/main/configs.c 2004-01-09 04:21:54.000000000 +0100
#include "main/commentary.h"
#include "main/settings.h"
diff -urN gnomesword-2.1.1/src/main/configs.c gnomesword-2.1.1-jsaw/src/main/configs.c
--- gnomesword-2.1.1/src/main/configs.c 2003-09-03 19:52:54.000000000 +0200
+++ gnomesword-2.1.1-jsaw/src/main/configs.c 2004-08-09 03:52:23.928839680 +0200
@@ -24,7 +24,7 @@
#endif
@ -101,21 +82,21 @@ diff -urN gnomesword2-2.0.0/src/main/configs.c gnomesword2-2.0.0-my/src/main/con
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/main/configs.h gnomesword2-2.0.0-my/src/main/configs.h
--- gnomesword2-2.0.0/src/main/configs.h 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/main/configs.h 2004-01-09 04:21:54.000000000 +0100
@@ -26,7 +26,7 @@
diff -urN gnomesword-2.1.1/src/main/configs.h gnomesword-2.1.1-jsaw/src/main/configs.h
--- gnomesword-2.1.1/src/main/configs.h 2004-03-18 21:45:41.000000000 +0100
+++ gnomesword-2.1.1-jsaw/src/main/configs.h 2004-08-09 03:52:23.930839376 +0200
@@ -25,7 +25,7 @@
#ifdef __cplusplus
extern "C" {
#endif
#ifdef USE_GNOME2
-#include <glib-2.0/glib.h>
+#include <glib.h>
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/main/dictlex.c gnomesword2-2.0.0-my/src/main/dictlex.c
--- gnomesword2-2.0.0/src/main/dictlex.c 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/main/dictlex.c 2004-01-09 04:21:54.000000000 +0100
typedef struct _mod_font MOD_FONT;
struct _mod_font {
diff -urN gnomesword-2.1.1/src/main/dictlex.c gnomesword-2.1.1-jsaw/src/main/dictlex.c
--- gnomesword-2.1.1/src/main/dictlex.c 2004-04-21 22:57:50.000000000 +0200
+++ gnomesword-2.1.1-jsaw/src/main/dictlex.c 2004-08-09 03:52:23.932839072 +0200
@@ -24,7 +24,7 @@
#endif
@ -125,97 +106,47 @@ diff -urN gnomesword2-2.0.0/src/main/dictlex.c gnomesword2-2.0.0-my/src/main/dic
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/main/gbs.c gnomesword2-2.0.0-my/src/main/gbs.c
--- gnomesword2-2.0.0/src/main/gbs.c 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/main/gbs.c 2004-01-09 04:21:54.000000000 +0100
@@ -28,7 +28,7 @@
diff -urN gnomesword-2.1.1/src/main/lists.cc gnomesword-2.1.1-jsaw/src/main/lists.cc
--- gnomesword-2.1.1/src/main/lists.cc 2004-05-15 16:53:00.000000000 +0200
+++ gnomesword-2.1.1-jsaw/src/main/lists.cc 2004-08-09 03:52:23.936838464 +0200
@@ -24,7 +24,7 @@
#endif
#ifdef USE_GNOME2
-#include <glib-2.0/glib.h>
+#include <glib.h>
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/main/key.c gnomesword2-2.0.0-my/src/main/key.c
--- gnomesword2-2.0.0/src/main/key.c 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/main/key.c 2004-01-09 04:21:54.000000000 +0100
@@ -23,7 +23,7 @@
#include <config.h>
#endif
#ifdef USE_GNOME2
#include <gnome.h>
-#include <glib-2.0/glib.h>
+#include <glib.h>
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/main/lists.c gnomesword2-2.0.0-my/src/main/lists.c
--- gnomesword2-2.0.0/src/main/lists.c 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/main/lists.c 2004-01-09 04:21:54.000000000 +0100
@@ -24,8 +24,8 @@
#endif
#include <gal/widgets/e-unicode.h>
#ifdef USE_GNOME2
-#include <glib-2.0/glib.h>
-#include <gal-2.0/gal/widgets/e-unicode.h>
+#include <glib.h>
+#include <gal/widgets/e-unicode.h>
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/main/lists.h gnomesword2-2.0.0-my/src/main/lists.h
--- gnomesword2-2.0.0/src/main/lists.h 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/main/lists.h 2004-01-09 04:21:54.000000000 +0100
#include <string.h>
diff -urN gnomesword-2.1.1/src/main/lists.h gnomesword-2.1.1-jsaw/src/main/lists.h
--- gnomesword-2.1.1/src/main/lists.h 2004-03-18 21:45:41.000000000 +0100
+++ gnomesword-2.1.1-jsaw/src/main/lists.h 2004-08-09 03:52:23.938838160 +0200
@@ -27,7 +27,7 @@
{
#endif
#ifdef USE_GNOME2
-#include <glib-2.0/glib.h>
+#include <glib.h>
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/main/module.c gnomesword2-2.0.0-my/src/main/module.c
--- gnomesword2-2.0.0/src/main/module.c 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/main/module.c 2004-01-09 04:21:54.000000000 +0100
@@ -26,7 +26,7 @@
#endif
#ifdef USE_GNOME2
-#include <glib-2.0/glib.h>
+#include <glib.h>
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/main/percomm.c gnomesword2-2.0.0-my/src/main/percomm.c
--- gnomesword2-2.0.0/src/main/percomm.c 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/main/percomm.c 2004-01-09 04:21:54.000000000 +0100
@@ -25,7 +25,7 @@
#ifdef USE_GNOME2
-#include <glib-2.0/glib.h>
+#include <glib.h>
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/main/search.c gnomesword2-2.0.0-my/src/main/search.c
--- gnomesword2-2.0.0/src/main/search.c 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/main/search.c 2004-01-09 04:21:54.000000000 +0100
typedef struct _module_lists MOD_LISTS;
struct _module_lists {
diff -urN gnomesword-2.1.1/src/main/mod_mgr.c gnomesword-2.1.1-jsaw/src/main/mod_mgr.c
--- gnomesword-2.1.1/src/main/mod_mgr.c 2004-05-14 22:27:44.000000000 +0200
+++ gnomesword-2.1.1-jsaw/src/main/mod_mgr.c 2004-08-09 03:52:23.942837552 +0200
@@ -24,7 +24,7 @@
#endif
#ifdef USE_GNOME2
-#include <glib-2.0/glib.h>
+#include <glib.h>
#include <gnome.h>
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/main/search.h gnomesword2-2.0.0-my/src/main/search.h
--- gnomesword2-2.0.0/src/main/search.h 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/main/search.h 2004-01-09 04:21:54.000000000 +0100
@@ -27,7 +27,7 @@
#endif
diff -urN gnomesword-2.1.1/src/main/percomm.c gnomesword-2.1.1-jsaw/src/main/percomm.c
--- gnomesword-2.1.1/src/main/percomm.c 2004-04-21 22:57:56.000000000 +0200
+++ gnomesword-2.1.1-jsaw/src/main/percomm.c 2004-08-09 03:52:23.945837096 +0200
@@ -25,7 +25,7 @@
#ifdef USE_GNOME2
-#include <glib-2.0/glib.h>
@ -223,34 +154,34 @@ diff -urN gnomesword2-2.0.0/src/main/search.h gnomesword2-2.0.0-my/src/main/sear
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/main/settings.c gnomesword2-2.0.0-my/src/main/settings.c
--- gnomesword2-2.0.0/src/main/settings.c 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/main/settings.c 2004-01-09 04:21:54.000000000 +0100
@@ -25,7 +25,7 @@
diff -urN gnomesword-2.1.1/src/main/search_dialog.h gnomesword-2.1.1-jsaw/src/main/search_dialog.h
--- gnomesword-2.1.1/src/main/search_dialog.h 2004-05-13 21:48:27.000000000 +0200
+++ gnomesword-2.1.1-jsaw/src/main/search_dialog.h 2004-08-09 03:52:23.947836792 +0200
@@ -26,7 +26,7 @@
extern "C" {
#endif
#ifdef USE_GNOME2
-#include <glib-2.0/glib.h>
+#include <glib.h>
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/main/shortcutbar.c gnomesword2-2.0.0-my/src/main/shortcutbar.c
--- gnomesword2-2.0.0/src/main/shortcutbar.c 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/main/shortcutbar.c 2004-01-09 04:21:54.000000000 +0100
@@ -24,7 +24,7 @@
void main_dialog_search_percent_update(char percent, void *userData);
void main_range_text_changed(GtkEditable * editable);
diff -urN gnomesword-2.1.1/src/main/search_sidebar.h gnomesword-2.1.1-jsaw/src/main/search_sidebar.h
--- gnomesword-2.1.1/src/main/search_sidebar.h 2004-04-21 22:58:01.000000000 +0200
+++ gnomesword-2.1.1-jsaw/src/main/search_sidebar.h 2004-08-09 03:52:23.949836488 +0200
@@ -26,7 +26,7 @@
extern "C" {
#endif
#ifdef USE_GNOME2
-#include <glib-2.0/glib.h>
+#include <glib.h>
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/main/shortcutbar.h gnomesword2-2.0.0-my/src/main/shortcutbar.h
--- gnomesword2-2.0.0/src/main/shortcutbar.h 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/main/shortcutbar.h 2004-01-09 04:21:54.000000000 +0100
@@ -27,7 +27,7 @@
void main_sidebar_search_percent_update(char percent, void *userData);
void main_do_sidebar_search(gpointer user_data);
diff -urN gnomesword-2.1.1/src/main/settings.c gnomesword-2.1.1-jsaw/src/main/settings.c
--- gnomesword-2.1.1/src/main/settings.c 2004-05-18 02:24:17.000000000 +0200
+++ gnomesword-2.1.1-jsaw/src/main/settings.c 2004-08-09 03:52:23.955835576 +0200
@@ -25,7 +25,7 @@
#endif
#ifdef USE_GNOME2
@ -259,9 +190,9 @@ diff -urN gnomesword2-2.0.0/src/main/shortcutbar.h gnomesword2-2.0.0-my/src/main
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/main/spell_pspell.c gnomesword2-2.0.0-my/src/main/spell_pspell.c
--- gnomesword2-2.0.0/src/main/spell_pspell.c 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/main/spell_pspell.c 2004-01-09 04:21:54.000000000 +0100
diff -urN gnomesword-2.1.1/src/main/spell_pspell.c gnomesword-2.1.1-jsaw/src/main/spell_pspell.c
--- gnomesword-2.1.1/src/main/spell_pspell.c 2003-12-08 16:43:55.000000000 +0100
+++ gnomesword-2.1.1-jsaw/src/main/spell_pspell.c 2004-08-09 03:52:23.958835120 +0200
@@ -26,7 +26,7 @@
#ifdef USE_PSPELL
@ -271,27 +202,15 @@ diff -urN gnomesword2-2.0.0/src/main/spell_pspell.c gnomesword2-2.0.0-my/src/mai
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/main/sword.c gnomesword2-2.0.0-my/src/main/sword.c
--- gnomesword2-2.0.0/src/main/sword.c 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/main/sword.c 2004-01-09 04:21:54.000000000 +0100
diff -urN gnomesword-2.1.1/src/main/xml.c gnomesword-2.1.1-jsaw/src/main/xml.c
--- gnomesword-2.1.1/src/main/xml.c 2004-05-13 17:30:33.000000000 +0200
+++ gnomesword-2.1.1-jsaw/src/main/xml.c 2004-08-09 03:52:23.968833600 +0200
@@ -24,7 +24,7 @@
#endif
#ifdef USE_GNOME2
-#include <glib-2.0/glib.h>
+#include <glib.h>
#else
#include <glib-1.2/glib.h>
#endif
diff -urN gnomesword2-2.0.0/src/main/xml.c gnomesword2-2.0.0-my/src/main/xml.c
--- gnomesword2-2.0.0/src/main/xml.c 2003-12-24 20:10:38.000000000 +0100
+++ gnomesword2-2.0.0-my/src/main/xml.c 2004-01-09 04:21:54.000000000 +0100
@@ -24,7 +24,7 @@
#endif
#ifdef USE_GNOME2
-#include <glib-2.0/glib.h>
+#include <glib.h>
#else
#include <glib-1.2/glib.h>
#endif
#include <libxml/parser.h>

+ 3
- 3
package/jsaw/gnomesword/gnomesword.desc

@ -31,13 +31,13 @@
[A] Terry Biggs <tbiggs@infinet.com>
[A] The SWORD team <sword-feedback@crosswire.org>
[M] Juergen "George" Sawinski <jsaw@gmx.net>
[M] Juergen "George" Sawinski <jsaw@rocklinux.org>
[C] extra/religion
[L] GPL
[S] Stable
[V] 2.0.0
[V] 2.1.1
[P] X -?---5---9 221.800
[D] 4105476931 gnomesword2-2.0.0.tar.gz http://dl.sourceforge.net/gnomesword/
[D] 2805300238 gnomesword-2.1.1.tar.gz http://dl.sourceforge.net/gnomesword/

Loading…
Cancel
Save