diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-20 17:51:09 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-20 17:51:09 +0000 |
commit | 8537a949d6f7d66e6dab1c6b51093b260fa41b18 (patch) | |
tree | 92965e7044ac7dbae561df510aaad91c76a01f55 /www/libgtkhtml | |
parent | 522e2a0309512570c8b4fe777e190c31d5a11e83 (diff) | |
download | ports-8537a949d6f7d66e6dab1c6b51093b260fa41b18.tar.gz ports-8537a949d6f7d66e6dab1c6b51093b260fa41b18.zip |
Notes
Diffstat (limited to 'www/libgtkhtml')
-rw-r--r-- | www/libgtkhtml/Makefile | 27 | ||||
-rw-r--r-- | www/libgtkhtml/distinfo | 2 | ||||
-rw-r--r-- | www/libgtkhtml/files/patch-aa | 14 | ||||
-rw-r--r-- | www/libgtkhtml/files/patch-ad | 7 | ||||
-rw-r--r-- | www/libgtkhtml/files/patch-af | 15 | ||||
-rw-r--r-- | www/libgtkhtml/files/patch-capplet::Makefile.in | 32 | ||||
-rw-r--r-- | www/libgtkhtml/files/patch-components::http-storage-module::Makefile.in | 14 | ||||
-rw-r--r-- | www/libgtkhtml/files/patch-doc::Makefile.in | 14 | ||||
-rw-r--r-- | www/libgtkhtml/files/patch-po::Makefile.in.in | 14 | ||||
-rw-r--r-- | www/libgtkhtml/pkg-plist | 271 |
10 files changed, 106 insertions, 304 deletions
diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile index 81bc13ca4246..3e2cd0464897 100644 --- a/www/libgtkhtml/Makefile +++ b/www/libgtkhtml/Makefile @@ -1,32 +1,31 @@ -# New ports collection makefile for: gtkhtml +# New ports collection makefile for: libgtkhtml # Date created: 2nd June 2000 # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= gtkhtml -PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTNAME= libgtkhtml +PORTVERSION= 1.99.7 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= unstable/sources/gtkhtml -DIST_SUBDIR= gnome +MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta5 +DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= glibwww.1:${PORTSDIR}/www/glibwww \ - pspell.4:${PORTSDIR}/textproc/pspell \ - gal.19:${PORTSDIR}/x11-toolkits/gal \ - ghttp.1:${PORTSDIR}/www/libghttp +LIB_DEPENDS= xslt.1:${PORTSDIR}/textproc/libxslt \ + gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2 \ + gailutil.13:${PORTSDIR}/x11-toolkits/gail USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOMECTRL= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-gconf=yes \ +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome \ + --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" @@ -37,6 +36,8 @@ pre-patch: s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + s|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g ; \ + s|\$\(libdir\)/bonobo/servers|\$\(prefix\)/libdata/bonobo/servers|g' .include <bsd.port.mk> diff --git a/www/libgtkhtml/distinfo b/www/libgtkhtml/distinfo index 3ab24d7437bb..d21b1400134f 100644 --- a/www/libgtkhtml/distinfo +++ b/www/libgtkhtml/distinfo @@ -1 +1 @@ -MD5 (gnome/gtkhtml-1.0.2.tar.bz2) = 2220ffd7834c52177708599579531c23 +MD5 (gnome2/libgtkhtml-1.99.7.tar.bz2) = 3dd0a733c35c132020921e94d7522c9d diff --git a/www/libgtkhtml/files/patch-aa b/www/libgtkhtml/files/patch-aa deleted file mode 100644 index d810dfeba569..000000000000 --- a/www/libgtkhtml/files/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Tue Dec 4 17:05:01 2001 -+++ Makefile.in Wed Dec 5 11:05:52 2001 -@@ -151,7 +151,7 @@ - @BONOBO_TRUE@DIR_COMPONENTS = components - @BONOBO_FALSE@DIR_COMPONENTS = - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gtkhtmlConf.sh - - SUBDIRS = intl macros src capplet doc art $(DIR_COMPONENTS) po diff --git a/www/libgtkhtml/files/patch-ad b/www/libgtkhtml/files/patch-ad deleted file mode 100644 index 5ef7772b0a97..000000000000 --- a/www/libgtkhtml/files/patch-ad +++ /dev/null @@ -1,7 +0,0 @@ ---- src/gtkhtml.c.orig Thu Oct 19 04:04:22 2000 -+++ src/gtkhtml.c Fri Oct 20 10:40:47 2000 -@@ -2625,3 +2625,3 @@ - -- rcfile = g_strconcat ((from_share ? PREFIX "/share/gtkhtml/" : gnome_util_user_home ()), -+ rcfile = g_strconcat ((from_share ? PREFIX "/share/gnome/gtkhtml/" : gnome_util_user_home ()), - (from_share ? "" : "/.gnome/"), name, NULL); diff --git a/www/libgtkhtml/files/patch-af b/www/libgtkhtml/files/patch-af index fee4a53519fc..de57871ffe2f 100644 --- a/www/libgtkhtml/files/patch-af +++ b/www/libgtkhtml/files/patch-af @@ -1,9 +1,9 @@ $FreeBSD$ ---- configure.orig Mon Apr 15 19:37:22 2002 -+++ configure Wed May 1 12:17:00 2002 -@@ -7025,6 +7025,7 @@ +--- configure.orig Fri May 17 13:34:46 2002 ++++ configure Fri May 17 13:37:13 2002 +@@ -6567,6 +6567,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -11,12 +11,3 @@ $FreeBSD$ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -9334,7 +9335,7 @@ - - if test "x$enable_xim" = "xyes"; then - BACKUP_LDFLAGS=$LDFLAGS -- LDFLAGS="$LDFLAGS `gtk-config --libs`" -+ LDFLAGS="$LDFLAGS `$GTK_CONFIG --libs`" - echo "$as_me:9338: checking for gdk_im_begin" >&5 - echo $ECHO_N "checking for gdk_im_begin... $ECHO_C" >&6 - if test "${ac_cv_func_gdk_im_begin+set}" = set; then diff --git a/www/libgtkhtml/files/patch-capplet::Makefile.in b/www/libgtkhtml/files/patch-capplet::Makefile.in deleted file mode 100644 index 192479a0fa87..000000000000 --- a/www/libgtkhtml/files/patch-capplet::Makefile.in +++ /dev/null @@ -1,32 +0,0 @@ - -$FreeBSD$ - ---- capplet/Makefile.in 2001/12/12 21:45:18 1.1 -+++ capplet/Makefile.in 2001/12/12 21:49:47 -@@ -193,7 +193,7 @@ - LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - CCLD = $(CC) - LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ --DATA = $(desk_DATA) $(glade_DATA) $(newsys_DATA) $(sys_DATA) -+DATA = $(desk_DATA) $(glade_DATA) $(sys_DATA) - - DIST_COMMON = ChangeLog Makefile.am Makefile.in - -@@ -421,7 +421,7 @@ - install-exec-am: install-binPROGRAMS - install-exec: install-exec-am - --install-data-am: install-deskDATA install-gladeDATA install-newsysDATA \ -+install-data-am: install-deskDATA install-gladeDATA \ - install-sysDATA - install-data: install-data-am - -@@ -438,7 +438,7 @@ - $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install - installdirs: - $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(deskdir) \ -- $(DESTDIR)$(gladedir) $(DESTDIR)$(newsysdir) \ -+ $(DESTDIR)$(gladedir) \ - $(DESTDIR)$(sysdir) - - diff --git a/www/libgtkhtml/files/patch-components::http-storage-module::Makefile.in b/www/libgtkhtml/files/patch-components::http-storage-module::Makefile.in deleted file mode 100644 index 6f238102e76a..000000000000 --- a/www/libgtkhtml/files/patch-components::http-storage-module::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- components/http-storage-module/Makefile.in 2002/01/22 14:05:48 1.1 -+++ components/http-storage-module/Makefile.in 2002/01/22 14:06:05 -@@ -154,7 +154,7 @@ - INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -DPLUGIN_DIR=\""$(PLUGIN_DIR)"\" -I$(includedir) $(EXTRA_GNOME_CFLAGS) - - --common_ldflags = -avoid-version -+common_ldflags = -avoid-version -module - - bonobo_plugindir = $(PLUGIN_DIR) - bonobo_plugin_LTLIBRARIES = libstorage_http.la diff --git a/www/libgtkhtml/files/patch-doc::Makefile.in b/www/libgtkhtml/files/patch-doc::Makefile.in deleted file mode 100644 index 575490af80ea..000000000000 --- a/www/libgtkhtml/files/patch-doc::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/Makefile.in 2002/05/01 09:15:00 1.1 -+++ doc/Makefile.in 2002/05/01 09:16:10 -@@ -151,7 +151,7 @@ - CFLAGS = @CFLAGS@ $(EXTRA_GNOME_CFLAGS) - LDFLAGS = @LDFLAGS@ $(EXTRA_GNOME_LIBS) - --HTML_DIR = $(datadir)/html -+HTML_DIR = $(prefix)/share/doc/gtkhtml - - TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) - diff --git a/www/libgtkhtml/files/patch-po::Makefile.in.in b/www/libgtkhtml/files/patch-po::Makefile.in.in deleted file mode 100644 index 42f683d3e699..000000000000 --- a/www/libgtkhtml/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2002/03/25 14:35:10 1.1 -+++ po/Makefile.in.in 2002/03/25 14:35:35 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/www/libgtkhtml/pkg-plist b/www/libgtkhtml/pkg-plist index d1b7072f5918..8f41dde64d7f 100644 --- a/www/libgtkhtml/pkg-plist +++ b/www/libgtkhtml/pkg-plist @@ -1,183 +1,88 @@ -bin/ebrowser -bin/gnome-gtkhtml-editor -bin/gtkhtml-properties-capplet -etc/CORBA/servers/html-component.gnorba -etc/gtkhtmlConf.sh -include/gtkhtml/gtkhtml-compat.h -include/gtkhtml/gtkhtml-embedded.h -include/gtkhtml/gtkhtml-enums.h -include/gtkhtml/gtkhtml-im.h -include/gtkhtml/gtkhtml-keybinding.h -include/gtkhtml/gtkhtml-private.h -include/gtkhtml/gtkhtml-properties.h -include/gtkhtml/gtkhtml-search.h -include/gtkhtml/gtkhtml-stream.h -include/gtkhtml/gtkhtml-types.h -include/gtkhtml/gtkhtml.h -include/gtkhtml/gtkhtmldebug.h -include/gtkhtml/gtkhtmlfontstyle.h -include/gtkhtml/htmlanchor.h -include/gtkhtml/htmlbutton.h -include/gtkhtml/htmlcheckbox.h -include/gtkhtml/htmlclue.h -include/gtkhtml/htmlcluealigned.h -include/gtkhtml/htmlclueflow.h -include/gtkhtml/htmlclueh.h -include/gtkhtml/htmlcluev.h -include/gtkhtml/htmlcolor.h -include/gtkhtml/htmlcolorset.h -include/gtkhtml/htmlcursor.h -include/gtkhtml/htmldrawqueue.h -include/gtkhtml/htmlembedded.h -include/gtkhtml/htmlengine-edit-clueflowstyle.h -include/gtkhtml/htmlengine-edit-cursor.h -include/gtkhtml/htmlengine-edit-cut-and-paste.h -include/gtkhtml/htmlengine-edit-fontstyle.h -include/gtkhtml/htmlengine-edit-images.c -include/gtkhtml/htmlengine-edit-images.h -include/gtkhtml/htmlengine-edit-movement.h -include/gtkhtml/htmlengine-edit-rule.h -include/gtkhtml/htmlengine-edit-selection-updater.h -include/gtkhtml/htmlengine-edit-table.h -include/gtkhtml/htmlengine-edit-tablecell.h -include/gtkhtml/htmlengine-edit-text.h -include/gtkhtml/htmlengine-edit.h -include/gtkhtml/htmlengine-print.h -include/gtkhtml/htmlengine-save.h -include/gtkhtml/htmlengine-search.h -include/gtkhtml/htmlengine.h -include/gtkhtml/htmlentity.h -include/gtkhtml/htmlenums.h -include/gtkhtml/htmlenumutils.h -include/gtkhtml/htmlfontmanager.h -include/gtkhtml/htmlform.h -include/gtkhtml/htmlframe.h -include/gtkhtml/htmlframeset.h -include/gtkhtml/htmlgdkpainter.h -include/gtkhtml/htmlhidden.h -include/gtkhtml/htmlhspace.h -include/gtkhtml/htmliframe.h -include/gtkhtml/htmlimage.h -include/gtkhtml/htmlimageinput.h -include/gtkhtml/htmlinterval.h -include/gtkhtml/htmllinktext.h -include/gtkhtml/htmllist.h -include/gtkhtml/htmlmap.h -include/gtkhtml/htmlobject.h -include/gtkhtml/htmlpainter.h -include/gtkhtml/htmlplainpainter.h -include/gtkhtml/htmlprinter.h -include/gtkhtml/htmlradio.h -include/gtkhtml/htmlreplace.h -include/gtkhtml/htmlrule.h -include/gtkhtml/htmlsearch.h -include/gtkhtml/htmlselect.h -include/gtkhtml/htmlselection.h -include/gtkhtml/htmlsettings.h -include/gtkhtml/htmlshape.h -include/gtkhtml/htmlstack.h -include/gtkhtml/htmlstringtokenizer.h -include/gtkhtml/htmltable.h -include/gtkhtml/htmltablecell.h -include/gtkhtml/htmltablepriv.h -include/gtkhtml/htmltext.h -include/gtkhtml/htmltextarea.h -include/gtkhtml/htmltextinput.h -include/gtkhtml/htmltextslave.h -include/gtkhtml/htmltokenizer.h -include/gtkhtml/htmltype.h -include/gtkhtml/htmltypes.h -include/gtkhtml/htmlundo-action.h -include/gtkhtml/htmlundo.h -include/gtkhtml/htmlvspace.h -lib/bonobo/plugin/libstorage_http.so -lib/libgtkhtml.a -lib/libgtkhtml.so -lib/libgtkhtml.so.21 -share/doc/gtkhtml/gtkhtml-decl.txt -share/doc/gtkhtml/gtkhtml-sections.txt -share/doc/gtkhtml/gtkhtml.hierarchy -share/doc/gtkhtml/gtkhtml.sgml -share/doc/gtkhtml/gtkhtml.types -share/gnome/apps/Settings/Documents/gtkhtml-properties.desktop -share/gnome/control-center/Documents/gtkhtml-properties.desktop -share/gnome/gtkhtml/Editor.idl -share/gnome/gtkhtml/gtkhtml-capplet.glade -share/gnome/gtkhtml/gtkhtml-editor-properties.glade -share/gnome/gtkhtml/icons/16_copy.png -share/gnome/gtkhtml/icons/16_cut.png -share/gnome/gtkhtml/icons/16_paste.png -share/gnome/gtkhtml/icons/24_copy.png -share/gnome/gtkhtml/icons/24_cut.png -share/gnome/gtkhtml/icons/24_paste.png -share/gnome/gtkhtml/icons/bulb.png -share/gnome/gtkhtml/icons/empty_image.png -share/gnome/gtkhtml/icons/flowers.png -share/gnome/gtkhtml/icons/html-viewer.png -share/gnome/gtkhtml/icons/insert-image-16.png -share/gnome/gtkhtml/icons/insert-image-24.png -share/gnome/gtkhtml/icons/insert-link-16.png -share/gnome/gtkhtml/icons/insert-link-24.png -share/gnome/gtkhtml/icons/insert-object-16.png -share/gnome/gtkhtml/icons/insert-object-24.png -share/gnome/gtkhtml/icons/insert-rule-16.png -share/gnome/gtkhtml/icons/insert-rule-24.png -share/gnome/gtkhtml/icons/insert-table-16.png -share/gnome/gtkhtml/icons/insert-table-24.png -share/gnome/gtkhtml/icons/properties-16.png -share/gnome/gtkhtml/icons/redo-16.png -share/gnome/gtkhtml/icons/redo-24.png -share/gnome/gtkhtml/icons/rule-blue-center.png -share/gnome/gtkhtml/icons/rule-blue-left.png -share/gnome/gtkhtml/icons/rule-blue-right.png -share/gnome/gtkhtml/icons/rule-yellow-flowers-center.png -share/gnome/gtkhtml/icons/rule-yellow-flowers-left.png -share/gnome/gtkhtml/icons/rule-yellow-flowers-right.png -share/gnome/gtkhtml/icons/search-16.png -share/gnome/gtkhtml/icons/search-24.png -share/gnome/gtkhtml/icons/search-and-replace-16.png -share/gnome/gtkhtml/icons/search-and-replace-24.png -share/gnome/gtkhtml/icons/transparent.png -share/gnome/gtkhtml/icons/undo-16.png -share/gnome/gtkhtml/icons/undo-24.png -share/gnome/gtkhtml/keybindingsrc.emacs -share/gnome/gtkhtml/keybindingsrc.ms -share/gnome/gtkhtml/keybindingsrc.xemacs -share/gnome/oaf/GNOME_GtkHTML_EBrowser.oaf -share/gnome/oaf/GNOME_GtkHTML_Editor.oaf -share/gnome/ui/GNOME_GtkHTML_Editor.xml -share/locale/az/LC_MESSAGES/gtkhtml.mo -share/locale/cs/LC_MESSAGES/gtkhtml.mo -share/locale/da/LC_MESSAGES/gtkhtml.mo -share/locale/de/LC_MESSAGES/gtkhtml.mo -share/locale/el/LC_MESSAGES/gtkhtml.mo -share/locale/es/LC_MESSAGES/gtkhtml.mo -share/locale/eu/LC_MESSAGES/gtkhtml.mo -share/locale/fi/LC_MESSAGES/gtkhtml.mo -share/locale/fr/LC_MESSAGES/gtkhtml.mo -share/locale/gl/LC_MESSAGES/gtkhtml.mo -share/locale/hu/LC_MESSAGES/gtkhtml.mo -share/locale/it/LC_MESSAGES/gtkhtml.mo -share/locale/ja/LC_MESSAGES/gtkhtml.mo -share/locale/ko/LC_MESSAGES/gtkhtml.mo -share/locale/lt/LC_MESSAGES/gtkhtml.mo -share/locale/lv/LC_MESSAGES/gtkhtml.mo -share/locale/nl/LC_MESSAGES/gtkhtml.mo -share/locale/nn/LC_MESSAGES/gtkhtml.mo -share/locale/no/LC_MESSAGES/gtkhtml.mo -share/locale/pl/LC_MESSAGES/gtkhtml.mo -share/locale/pt/LC_MESSAGES/gtkhtml.mo -share/locale/pt_BR/LC_MESSAGES/gtkhtml.mo -share/locale/ru/LC_MESSAGES/gtkhtml.mo -share/locale/sk/LC_MESSAGES/gtkhtml.mo -share/locale/sl/LC_MESSAGES/gtkhtml.mo -share/locale/sv/LC_MESSAGES/gtkhtml.mo -share/locale/tr/LC_MESSAGES/gtkhtml.mo -share/locale/uk/LC_MESSAGES/gtkhtml.mo -share/locale/zh_CN/LC_MESSAGES/gtkhtml.mo -share/locale/zh_TW/LC_MESSAGES/gtkhtml.mo -@dirrm share/gnome/gtkhtml/icons -@dirrm share/gnome/gtkhtml -@dirrm share/doc/gtkhtml/gtkhtml -@dirrm share/doc/gtkhtml -@dirrm include/gtkhtml +include/gtkhtml-2.0/libgtkhtml/css/cssmatcher.h +include/gtkhtml-2.0/libgtkhtml/css/cssparser.h +include/gtkhtml-2.0/libgtkhtml/css/cssstylesheet.h +include/gtkhtml-2.0/libgtkhtml/css/cssvalue.h +include/gtkhtml-2.0/libgtkhtml/document/htmldocument.h +include/gtkhtml-2.0/libgtkhtml/document/htmlparser.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-attr.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-characterdata.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-comment.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-core-utils.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-document.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-documenttype.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-element.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-namednodemap.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-node.h +include/gtkhtml-2.0/libgtkhtml/dom/core/dom-nodelist.h +include/gtkhtml-2.0/libgtkhtml/dom/dom-types.h +include/gtkhtml-2.0/libgtkhtml/dom/events/dom-event.h +include/gtkhtml-2.0/libgtkhtml/dom/events/dom-eventlistener.h +include/gtkhtml-2.0/libgtkhtml/dom/events/dom-eventtarget.h +include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlanchorelement.h +include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlcollection.h +include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlelement.h +include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlformelement.h +include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlinputelement.h +include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlobjectelement.h +include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmloptionelement.h +include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlselectelement.h +include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmltextareaelement.h +include/gtkhtml-2.0/libgtkhtml/dom/traversal/dom-documenttraversal.h +include/gtkhtml-2.0/libgtkhtml/dom/traversal/dom-nodefilter.h +include/gtkhtml-2.0/libgtkhtml/dom/traversal/dom-nodeiterator.h +include/gtkhtml-2.0/libgtkhtml/dom/traversal/dom-traversal-utils.h +include/gtkhtml-2.0/libgtkhtml/dom/views/dom-abstractview.h +include/gtkhtml-2.0/libgtkhtml/dom/views/dom-documentview.h +include/gtkhtml-2.0/libgtkhtml/graphics/htmlcolor.h +include/gtkhtml-2.0/libgtkhtml/graphics/htmlfontspecification.h +include/gtkhtml-2.0/libgtkhtml/graphics/htmlgdkpainter.h +include/gtkhtml-2.0/libgtkhtml/graphics/htmlimage.h +include/gtkhtml-2.0/libgtkhtml/graphics/htmlimagefactory.h +include/gtkhtml-2.0/libgtkhtml/graphics/htmlpainter.h +include/gtkhtml-2.0/libgtkhtml/graphics/htmlstylepainter.h +include/gtkhtml-2.0/libgtkhtml/gtkhtml.h +include/gtkhtml-2.0/libgtkhtml/gtkhtmlcontext.h +include/gtkhtml-2.0/libgtkhtml/layout/html/htmlboxembedded.h +include/gtkhtml-2.0/libgtkhtml/layout/html/htmlboxform.h +include/gtkhtml-2.0/libgtkhtml/layout/html/htmlembedded.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlbox.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlboxblock.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlboxlistitem.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlboxroot.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtable.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtablecaption.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtablecell.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtablerow.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtablerowgroup.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtext.h +include/gtkhtml-2.0/libgtkhtml/layout/htmllinebox.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlrelayout.h +include/gtkhtml-2.0/libgtkhtml/layout/htmlstyle.h +include/gtkhtml-2.0/libgtkhtml/util/htmlatomlist.h +include/gtkhtml-2.0/libgtkhtml/util/htmlglobalatomlist.h +include/gtkhtml-2.0/libgtkhtml/util/htmlglobalatoms.h +include/gtkhtml-2.0/libgtkhtml/util/htmlstream.h +include/gtkhtml-2.0/libgtkhtml/util/htmlstreambuffer.h +include/gtkhtml-2.0/libgtkhtml/util/rfc1738.h +include/gtkhtml-2.0/libgtkhtml/view/htmlevent.h +include/gtkhtml-2.0/libgtkhtml/view/htmlselection.h +include/gtkhtml-2.0/libgtkhtml/view/htmlview.h +lib/libgtkhtml-2.a +lib/libgtkhtml-2.so +lib/libgtkhtml-2.so.0 +libdata/pkgconfig/libgtkhtml-2.0.pc +@dirrm include/gtkhtml-2.0/libgtkhtml/view +@dirrm include/gtkhtml-2.0/libgtkhtml/util +@dirrm include/gtkhtml-2.0/libgtkhtml/layout/html +@dirrm include/gtkhtml-2.0/libgtkhtml/layout +@dirrm include/gtkhtml-2.0/libgtkhtml/graphics +@dirrm include/gtkhtml-2.0/libgtkhtml/dom/views +@dirrm include/gtkhtml-2.0/libgtkhtml/dom/traversal +@dirrm include/gtkhtml-2.0/libgtkhtml/dom/html +@dirrm include/gtkhtml-2.0/libgtkhtml/dom/events +@dirrm include/gtkhtml-2.0/libgtkhtml/dom/core +@dirrm include/gtkhtml-2.0/libgtkhtml/dom +@dirrm include/gtkhtml-2.0/libgtkhtml/document +@dirrm include/gtkhtml-2.0/libgtkhtml/css +@dirrm include/gtkhtml-2.0/libgtkhtml +@dirrm include/gtkhtml-2.0 |