Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7457
Added Files:
gtkhtml3.info gtkhtml3.patch
Log Message:
gtkhtml3 to crypto.
--- NEW FILE: gtkhtml3.patch ---
diff -Naur gtkhtml-3.1.17-old/components/html-editor/Makefile.in
gtkhtml-3.1.17/components/html-editor/Makefile.in
--- gtkhtml-3.1.17-old/components/html-editor/Makefile.in 2004-06-25
15:10:36.000000000 -0400
+++ gtkhtml-3.1.17/components/html-editor/Makefile.in 2004-07-06
16:03:39.000000000 -0400
@@ -192,14 +192,14 @@
IDL_GENERATED = $(IDL_GENERATED_C) $(IDL_GENERATED_H)
-SPELL_IDLS = Spell.idl
+SPELL_IDLS = SpellI.idl
SPELL_IDL_GENERATED_H = \
- Spell.h
+ SpellI.h
SPELL_IDL_GENERATED_C = \
- Spell-common.c \
- Spell-skels.c \
- Spell-stubs.c
+ SpellI-common.c \
+ SpellI-skels.c \
+ SpellI-stubs.c
SPELL_IDL_GENERATED = $(SPELL_IDL_GENERATED_C) $(SPELL_IDL_GENERATED_H)
@@ -371,7 +371,7 @@
$(am_libgnome_gtkhtml_editor_3_1_la_OBJECTS)
libgnome_gtkhtml_editor_la_LDFLAGS =
libgnome_gtkhtml_editor_la_LIBADD =
-am__objects_1 = Spell-common.lo Spell-skels.lo Spell-stubs.lo
+am__objects_1 = SpellI-common.lo SpellI-skels.lo SpellI-stubs.lo
am__objects_2 =
am__objects_3 = $(am__objects_1) $(am__objects_2)
am__objects_4 = Editor-common.lo Editor-skels.lo Editor-stubs.lo
@@ -414,9 +414,9 @@
@[EMAIL PROTECTED] = ./$(DEPDIR)/Editor-common.Plo \
@AMDEP_TRUE@ ./$(DEPDIR)/Editor-skels.Plo \
@AMDEP_TRUE@ ./$(DEPDIR)/Editor-stubs.Plo \
[EMAIL PROTECTED]@ ./$(DEPDIR)/Spell-common.Plo \
[EMAIL PROTECTED]@ ./$(DEPDIR)/Spell-skels.Plo \
[EMAIL PROTECTED]@ ./$(DEPDIR)/Spell-stubs.Plo ./$(DEPDIR)/body.Plo \
[EMAIL PROTECTED]@ ./$(DEPDIR)/SpellI-common.Plo \
[EMAIL PROTECTED]@ ./$(DEPDIR)/SpellI-skels.Plo \
[EMAIL PROTECTED]@ ./$(DEPDIR)/SpellI-stubs.Plo ./$(DEPDIR)/body.Plo \
@AMDEP_TRUE@ ./$(DEPDIR)/cell.Plo ./$(DEPDIR)/control-data.Plo \
@AMDEP_TRUE@ ./$(DEPDIR)/dialog.Plo ./$(DEPDIR)/e-html-utils.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/editor-control-factory.Plo \
@@ -559,9 +559,9 @@
@AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
@AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
@AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
[EMAIL PROTECTED]@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
[EMAIL PROTECTED]@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
[EMAIL PROTECTED]@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
[EMAIL PROTECTED]@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
[EMAIL PROTECTED]@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
[EMAIL PROTECTED]@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
@AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
@AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
@AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
@@ -864,7 +864,7 @@
$(IDL_GENERATED_C): $(IDL_GENERATED_H)
$(SPELL_IDL_GENERATED_H): $(SPELL_IDLS)
- $(ORBIT_IDL) $(BONOBO_IDL_INCLUDES) $(srcdir)/Spell.idl
+ $(ORBIT_IDL) $(BONOBO_IDL_INCLUDES) $(srcdir)/SpellI.idl
$(SPELL_IDL_GENERATED_C): $(SPELL_IDL_GENERATED_H)
%-$(EDITOR_API_VERSION).server: %.server
mv $< $@
diff -Naur gtkhtml-3.1.17-old/components/html-editor/control-data.h
gtkhtml-3.1.17/components/html-editor/control-data.h
--- gtkhtml-3.1.17-old/components/html-editor/control-data.h 2004-06-01
09:34:26.000000000 -0400
+++ gtkhtml-3.1.17/components/html-editor/control-data.h 2004-07-06
16:02:25.000000000 -0400
@@ -39,7 +39,7 @@
#include "link.h"
#include "rule.h"
#include "engine.h"
-#include "Spell.h"
+#include "SpellI.h"
struct _GtkHTMLControlData {
GtkHTML *html;
diff -Naur gtkhtml-3.1.17-old/components/html-editor/spell.h
gtkhtml-3.1.17/components/html-editor/spell.h
--- gtkhtml-3.1.17-old/components/html-editor/spell.h 2003-03-25
14:30:38.000000000 -0500
+++ gtkhtml-3.1.17/components/html-editor/spell.h 2004-07-06
16:02:25.000000000 -0400
@@ -24,7 +24,7 @@
#define _GTK_HTML_EDIT_SPELL_H_
#include <gtkhtml.h>
-#include "Spell.h"
+#include "SpellI.h"
#include "control-data.h"
GNOME_Spell_Dictionary spell_new_dictionary (void);
diff -Naur gtkhtml-3.1.17-old/po/Makefile.in.in gtkhtml-3.1.17/po/Makefile.in.in
--- gtkhtml-3.1.17-old/po/Makefile.in.in 2004-06-25 15:10:36.000000000
-0400
+++ gtkhtml-3.1.17/po/Makefile.in.in 2004-07-06 16:02:25.000000000 -0400
@@ -28,7 +28,7 @@
exec_prefix = @exec_prefix@
datadir = @datadir@
libdir = @libdir@
-localedir = $(libdir)/locale
+localedir = $(datadir)/locale
gnulocaledir = $(datadir)/locale
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
subdir = po
--- NEW FILE: gtkhtml3.info ---
Package: gtkhtml3
Version: 3.2.1
Revision: 1
Depends: %N-shlibs (= %v-%r), libsoup-ssl-shlibs (>= 2.2.1-2), gail17 (>=
1.6.6-7), gettext, glib2 (>= 2.4.6-7), gtk+2 (>= 2.4.9-8), gal199-shlibs (>=
2.1.13-22), libart2-shlibs (>= 2.3.16-2), libgnomeui2-shlibs (>= 2.6.1.1-9),
libgnomecanvas2 (>= 2.6.1.1-7), libiconv, libxml2-shlibs (>= 2.6.1-1),
pango1-xft2 (>= 1.6.0-1)
BuildDepends: automake1.9, libtool14 (>= 1.5.8-1), libjpeg, audiofile, esound,
libsoup-ssl (>= 2.2.1-2), glib2-dev (>= 2.4.6-7), atk1 (>= 1.6.1-3),
pango1-xft2-dev (>= 1.6.0-1), gconf2-dev (>= 2.6.3-10), gtk+2-dev (>= 2.4.9-8),
libart2 (>= 2.3.16-2), libgnome2-dev (>= 2.6.1.2-20), libgnomeui2-dev (>=
2.6.1.1-9), gnome-vfs2-dev (>= 2.6.1.1-15)| gnome-vfs2-ssl-dev (>= 2.6.1.1-15),
libgnomeprintui2.2-dev (>= 2.6.2-8), libgnomeprint2.2-dev (>= 2.6.2-9),
libbonoboui2-dev (>= 2.6.1-10), libbonobo2-dev (>= 2.6.2-9),
libgnomecanvas2-dev (>= 2.6.1.1-7), orbit2-dev (>= 2.10.3-9), libxml2 (>=
2.6.1-1), gal199-dev (>= 2.1.13-22), gail17-dev (>= 1.6.6-7), pkgconfig,
gettext-dev, gettext-bin, libiconv-dev
BuildConflicts: freetype, freetype-hinting, gal19
Source: mirror:gnome:sources/gtkhtml/3.2/gtkhtml-%v.tar.bz2
Source-MD5: 271bab24a21005537773402964e5550f
Patch: %n.patch
PatchScript: <<
mv components/html-editor/Spell.idl components/html-editor/SpellI.idl
perl -pi.bak -e 's|extern HTMLClueAlignedClass html_cluealigned_class.*||g'
src/htmlcluealigned.h
<<
SetCPPFLAGS: -no-cpp-precomp
SetCFLAGS: -O3 -funroll-loops -fstrict-aliasing -flat_namespace -undefined
suppress
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
CompileScript: perl -pi.bak -e 's,need_relink=yes,need_relink=no,g' ltmain.sh;
./configure %c; make
SplitOff: <<
Package: %N-shlibs
Depends: atk1-shlibs (>= 1.6.1-3), gail17-shlibs (>= 1.6.6-7), gettext,
glib2-shlibs (>= 2.4.6-7), gtk+2-shlibs (>= 2.4.9-8), libart2-shlibs (>=
2.3.16-2), libgnomeui2-shlibs (>= 2.6.1.1-9), libgnomecanvas2-shlibs (>=
2.6.1.1-7), libiconv, libxml2-shlibs (>= 2.6.1-1), pango1-xft2-shlibs (>=
1.6.0-1)
Files: lib/libgtkhtml*.dylib lib/gtkhtml/lib*.so
Shlibs: <<
%p/lib/libgtkhtml-3.0.4.dylib 5.0.0 %n (>= 3.2.1-1)
<<
DocFiles: AUTHORS COPYING* ChangeLog NEWS README TODO
<<
SplitOff2: <<
Package: %N-dev
Depends: %N-shlibs (= %v-%r)
Files: include lib/*.* lib/gtkhtml lib/pkgconfig
DocFiles: AUTHORS COPYING* ChangeLog NEWS README TODO
<<
DocFiles: AUTHORS COPYING* ChangeLog NEWS README TODO
Description: HTML rendering/printing/editing engine
License: GPL/LGPL
Maintainer: The Gnome Core Team <[EMAIL PROTECTED]>
Homepage: http://www.gnome.org/
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits