Import gtkhtml3 the third generation of gtkhtml/libgtkhtml.

This commit is contained in:
marcm 2005-05-24 22:12:39 +00:00
parent 89f6de7204
commit 4a3d01c929
7 changed files with 416 additions and 0 deletions

50
www/gtkhtml3/Makefile Normal file
View File

@ -0,0 +1,50 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/05/24 22:12:39 marcm Exp $
COMMENT= "lightweight HTML rendering/printing/editing engine"
VERSION= 3.6.2
DISTNAME= gtkhtml-${VERSION}
PKGNAME= gtkhtml3-${VERSION}
CATEGORIES= www
HOMEPAGE= http://www.gnome.org/
MAINTAINER= Marc Matteo <marcm@openbsd.org>
# GPL/LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xft Xrender \
fontconfig freetype m z \
ORBit-2 art_lgpl_2 atk-1.0.0.0 gconf-2 glade-2.0.0.4 \
bonobo-2 bonobo-activation bonoboui-2 \
glib-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 gthread-2.0.0.0 \
pango-1.0.600.0 pangoft2-1.0.600.0 pangox-1.0.600.0 pangoxft-1.0.600.0 \
gdk-x11-2.0.0.0 gdk_pixbuf-2.0.0.0 gtk-x11-2.0.0.0 \
gnome-2.800.0 gnomecanvas-2.800.0 gnomeprint-2-2.1.0 gnomevfs-2.800.2 \
popt xml2
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkhtml/3.6/}
EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
:p5-XML-Parser-*:textproc/p5-XML-Parser
LIB_DEPENDS= gailutil::x11/gnome/gail \
gnomeprintui-2-2::x11/gnome/libgnomeprintui \
gnomeui-2::x11/gnome/libgnomeui
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
API_VERSION= 3.6
SUBST_VARS= API_VERSION
.include <bsd.port.mk>

4
www/gtkhtml3/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (gtkhtml-3.6.2.tar.bz2) = 37465fde0f1e1d7ba2284c5a4fd06fe7
RMD160 (gtkhtml-3.6.2.tar.bz2) = 5428cab4c27b1197537b34fb5c798d0aa223f29a
SHA1 (gtkhtml-3.6.2.tar.bz2) = 3f502be2fa30b346a8f1c658e48e2a57827482e8
SIZE (gtkhtml-3.6.2.tar.bz2) = 1416041

View File

@ -0,0 +1,70 @@
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2005/05/24 22:12:39 marcm Exp $
--- ltmain.sh.orig Fri Oct 1 16:15:46 2004
+++ ltmain.sh Tue Apr 5 23:05:13 2005
@@ -1975,9 +1975,12 @@ EOF
if test "$linkmode,$pass" = "prog,link"; then
compile_deplibs="$deplib $compile_deplibs"
finalize_deplibs="$deplib $finalize_deplibs"
- else
- deplibs="$deplib $deplibs"
+ continue
fi
+ if test "$linkmode" = "lib"; then
+ newdependency_libs="$deplib $newdependency_libs"
+ fi
+ deplibs="$deplib $deplibs"
continue
;;
-l*)
@@ -2414,10 +2417,6 @@ EOF
link_static=no # Whether the deplib will be linked statically
if test -n "$library_names" &&
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
- if test "$installed" = no; then
- notinst_deplibs="$notinst_deplibs $lib"
- need_relink=yes
- fi
# This is a shared library
# Warn about portability, can't link against -module's on
@@ -5804,40 +5803,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = : && exit $EXIT_SUCCESS
- $echo "----------------------------------------------------------------------"
- $echo "Libraries have been installed in:"
- for libdir in $libdirs; do
- $echo " $libdir"
- done
- $echo
- $echo "If you ever happen to want to link against installed libraries"
- $echo "in a given directory, LIBDIR, you must either use libtool, and"
- $echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
- $echo "flag during linking and do at least one of the following:"
- if test -n "$shlibpath_var"; then
- $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- $echo " during execution"
- fi
- if test -n "$runpath_var"; then
- $echo " - add LIBDIR to the \`$runpath_var' environment variable"
- $echo " during linking"
- fi
- if test -n "$hardcode_libdir_flag_spec"; then
- libdir=LIBDIR
- eval flag=\"$hardcode_libdir_flag_spec\"
-
- $echo " - use the \`$flag' linker flag"
- fi
- if test -n "$admincmds"; then
- $echo " - have your system administrator run these commands:$admincmds"
- fi
- if test -f /etc/ld.so.conf; then
- $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
- fi
- $echo
- $echo "See any operating system documentation about shared libraries for"
- $echo "more information, such as the ld(1) and ld.so(8) manual pages."
- $echo "----------------------------------------------------------------------"
exit $EXIT_SUCCESS
;;

View File

@ -0,0 +1,10 @@
--- po/Makefile.in.in.orig Tue Nov 23 17:53:53 2004
+++ po/Makefile.in.in Tue Nov 23 17:58:38 2004
@@ -31,6 +31,7 @@
localedir = $(libdir)/locale
gnulocaledir = $(datadir)/locale
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
subdir = po
INSTALL = @INSTALL@

3
www/gtkhtml3/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
GtkHTML is a lightweight HTML rendering/printing/editing engine.
It was originally based on KHTMLW, part of the KDE project, but is
now being developed independently.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2005/05/24 22:12:39 marcm Exp $
lib/gtkhtml/libgnome-gtkhtml-editor-${API_VERSION}.so
@lib lib/libgtkhtml-${API_VERSION}.so.18.2

276
www/gtkhtml3/pkg/PLIST Normal file
View File

@ -0,0 +1,276 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/05/24 22:12:39 marcm Exp $
include/libgtkhtml-${API_VERSION}/
include/libgtkhtml-${API_VERSION}/gtkhtml/
include/libgtkhtml-${API_VERSION}/gtkhtml/gtkhtml-compat.h
include/libgtkhtml-${API_VERSION}/gtkhtml/gtkhtml-embedded.h
include/libgtkhtml-${API_VERSION}/gtkhtml/gtkhtml-enums.h
include/libgtkhtml-${API_VERSION}/gtkhtml/gtkhtml-keybinding.h
include/libgtkhtml-${API_VERSION}/gtkhtml/gtkhtml-private.h
include/libgtkhtml-${API_VERSION}/gtkhtml/gtkhtml-properties.h
include/libgtkhtml-${API_VERSION}/gtkhtml/gtkhtml-search.h
include/libgtkhtml-${API_VERSION}/gtkhtml/gtkhtml-stream.h
include/libgtkhtml-${API_VERSION}/gtkhtml/gtkhtml-types.h
include/libgtkhtml-${API_VERSION}/gtkhtml/gtkhtml.h
include/libgtkhtml-${API_VERSION}/gtkhtml/gtkhtmldebug.h
include/libgtkhtml-${API_VERSION}/gtkhtml/gtkhtmlfontstyle.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlanchor.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlbutton.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlcheckbox.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlclue.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlcluealigned.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlclueflow.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlclueh.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlcluev.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlcolor.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlcolorset.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlcursor.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmldrawqueue.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlembedded.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlengine-edit-clueflowstyle.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlengine-edit-cursor.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlengine-edit-cut-and-paste.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlengine-edit-fontstyle.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlengine-edit-images.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlengine-edit-movement.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlengine-edit-rule.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlengine-edit-selection-updater.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlengine-edit-table.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlengine-edit-tablecell.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlengine-edit-text.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlengine-edit.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlengine-print.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlengine-save.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlengine-search.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlengine.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlentity.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlenums.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlenumutils.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlfontmanager.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlform.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlframe.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlframeset.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlgdkpainter.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlhidden.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmliframe.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlimage.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlimageinput.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlinterval.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmllist.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlmap.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlmarshal.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlobject.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlpainter.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlplainpainter.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlprinter.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlradio.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlreplace.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlrule.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlsearch.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlselect.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlselection.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlsettings.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlshape.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlstack.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlstringtokenizer.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlstyle.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmltable.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmltablecell.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmltablepriv.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmltext.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmltextarea.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmltextinput.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmltextslave.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmltokenizer.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmltype.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmltypes.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlundo-action.h
include/libgtkhtml-${API_VERSION}/gtkhtml/htmlundo.h
lib/bonobo/
lib/bonobo/servers/
lib/bonobo/servers/GNOME_GtkHTML_Editor-${API_VERSION}.server
lib/gtkhtml/
lib/gtkhtml/libgnome-gtkhtml-editor-${API_VERSION}.a
lib/gtkhtml/libgnome-gtkhtml-editor-${API_VERSION}.la
lib/libgtkhtml-${API_VERSION}.a
lib/libgtkhtml-${API_VERSION}.la
lib/pkgconfig/
lib/pkgconfig/libgtkhtml-${API_VERSION}.pc
share/gtkhtml-${API_VERSION}/
share/gtkhtml-${API_VERSION}/Editor.idl
share/gtkhtml-${API_VERSION}/GNOME_GtkHTML_Editor-emacs.xml
share/gtkhtml-${API_VERSION}/GNOME_GtkHTML_Editor.xml
share/gtkhtml-${API_VERSION}/gtkhtml-editor-properties.glade
share/gtkhtml-${API_VERSION}/icons/
share/gtkhtml-${API_VERSION}/icons/16_copy.png
share/gtkhtml-${API_VERSION}/icons/16_cut.png
share/gtkhtml-${API_VERSION}/icons/16_paste.png
share/gtkhtml-${API_VERSION}/icons/24_copy.png
share/gtkhtml-${API_VERSION}/icons/24_cut.png
share/gtkhtml-${API_VERSION}/icons/24_paste.png
share/gtkhtml-${API_VERSION}/icons/bulb.png
share/gtkhtml-${API_VERSION}/icons/confidential-stamp.jpg
share/gtkhtml-${API_VERSION}/icons/draft-paper.png
share/gtkhtml-${API_VERSION}/icons/draft-stamp.jpg
share/gtkhtml-${API_VERSION}/icons/empty_image.png
share/gtkhtml-${API_VERSION}/icons/flowers.png
share/gtkhtml-${API_VERSION}/icons/font-tt-16.png
share/gtkhtml-${API_VERSION}/icons/font-tt-24.png
share/gtkhtml-${API_VERSION}/icons/html-viewer.png
share/gtkhtml-${API_VERSION}/icons/info_bulb.png
share/gtkhtml-${API_VERSION}/icons/insert-image-16.png
share/gtkhtml-${API_VERSION}/icons/insert-image-24.png
share/gtkhtml-${API_VERSION}/icons/insert-link-16.png
share/gtkhtml-${API_VERSION}/icons/insert-link-24.png
share/gtkhtml-${API_VERSION}/icons/insert-object-16.png
share/gtkhtml-${API_VERSION}/icons/insert-object-24.png
share/gtkhtml-${API_VERSION}/icons/insert-rule-16.png
share/gtkhtml-${API_VERSION}/icons/insert-rule-24.png
share/gtkhtml-${API_VERSION}/icons/insert-table-16.png
share/gtkhtml-${API_VERSION}/icons/insert-table-24.png
share/gtkhtml-${API_VERSION}/icons/midnight-stars.jpg
share/gtkhtml-${API_VERSION}/icons/paper.png
share/gtkhtml-${API_VERSION}/icons/properties-16.png
share/gtkhtml-${API_VERSION}/icons/rect.png
share/gtkhtml-${API_VERSION}/icons/redo-16.png
share/gtkhtml-${API_VERSION}/icons/redo-24.png
share/gtkhtml-${API_VERSION}/icons/ribbon.jpg
share/gtkhtml-${API_VERSION}/icons/rule-blue-center.png
share/gtkhtml-${API_VERSION}/icons/rule-blue-left.png
share/gtkhtml-${API_VERSION}/icons/rule-blue-right.png
share/gtkhtml-${API_VERSION}/icons/rule-yellow-flowers-center.png
share/gtkhtml-${API_VERSION}/icons/rule-yellow-flowers-left.png
share/gtkhtml-${API_VERSION}/icons/rule-yellow-flowers-right.png
share/gtkhtml-${API_VERSION}/icons/search-16.png
share/gtkhtml-${API_VERSION}/icons/search-24.png
share/gtkhtml-${API_VERSION}/icons/search-and-replace-16.png
share/gtkhtml-${API_VERSION}/icons/search-and-replace-24.png
share/gtkhtml-${API_VERSION}/icons/smiley-1.png
share/gtkhtml-${API_VERSION}/icons/smiley-10.png
share/gtkhtml-${API_VERSION}/icons/smiley-11.png
share/gtkhtml-${API_VERSION}/icons/smiley-12.png
share/gtkhtml-${API_VERSION}/icons/smiley-2.png
share/gtkhtml-${API_VERSION}/icons/smiley-3.png
share/gtkhtml-${API_VERSION}/icons/smiley-4.png
share/gtkhtml-${API_VERSION}/icons/smiley-5.png
share/gtkhtml-${API_VERSION}/icons/smiley-6.png
share/gtkhtml-${API_VERSION}/icons/smiley-8.png
share/gtkhtml-${API_VERSION}/icons/smiley-9.png
share/gtkhtml-${API_VERSION}/icons/table-column-16.png
share/gtkhtml-${API_VERSION}/icons/table-row-16.png
share/gtkhtml-${API_VERSION}/icons/table-table-16.png
share/gtkhtml-${API_VERSION}/icons/texture.png
share/gtkhtml-${API_VERSION}/icons/transparent.png
share/gtkhtml-${API_VERSION}/icons/undo-16.png
share/gtkhtml-${API_VERSION}/icons/undo-24.png
share/gtkhtml-${API_VERSION}/keybindingsrc.emacs
share/locale/am/
share/locale/am/LC_MESSAGES/
share/locale/am/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/ar/
share/locale/ar/LC_MESSAGES/
share/locale/ar/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/az/
share/locale/az/LC_MESSAGES/
share/locale/az/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/be/
share/locale/be/LC_MESSAGES/
share/locale/be/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/bg/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/bn/
share/locale/bn/LC_MESSAGES/
share/locale/bn/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/ca/
share/locale/ca/LC_MESSAGES/
share/locale/ca/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/cs/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/da/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/de/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/el/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/en_CA/
share/locale/en_CA/LC_MESSAGES/
share/locale/en_CA/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/en_GB/
share/locale/en_GB/LC_MESSAGES/
share/locale/en_GB/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/es/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/et/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/eu/
share/locale/eu/LC_MESSAGES/
share/locale/eu/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/fa/
share/locale/fa/LC_MESSAGES/
share/locale/fa/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/fi/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/fr/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/ga/
share/locale/ga/LC_MESSAGES/
share/locale/ga/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/gl/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/gu/
share/locale/gu/LC_MESSAGES/
share/locale/gu/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/he/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/hi/
share/locale/hi/LC_MESSAGES/
share/locale/hi/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/hr/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/hu/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/it/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/ja/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/ko/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/lt/
share/locale/lt/LC_MESSAGES/
share/locale/lt/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/lv/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/mk/
share/locale/mk/LC_MESSAGES/
share/locale/mk/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/ml/
share/locale/ml/LC_MESSAGES/
share/locale/ml/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/ms/
share/locale/ms/LC_MESSAGES/
share/locale/ms/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/nb/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/ne/
share/locale/ne/LC_MESSAGES/
share/locale/ne/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/nl/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/nn/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/no/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/pa/
share/locale/pa/LC_MESSAGES/
share/locale/pa/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/pl/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/pt/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/pt_BR/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/ru/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/rw/
share/locale/rw/LC_MESSAGES/
share/locale/rw/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/sk/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/sl/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/sq/
share/locale/sq/LC_MESSAGES/
share/locale/sq/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/sr/
share/locale/sr/LC_MESSAGES/
share/locale/sr/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/sr@Latn/
share/locale/sr@Latn/LC_MESSAGES/
share/locale/sr@Latn/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/sv/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/ta/
share/locale/ta/LC_MESSAGES/
share/locale/ta/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/tr/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/uk/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/vi/
share/locale/vi/LC_MESSAGES/
share/locale/vi/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/xh/
share/locale/xh/LC_MESSAGES/
share/locale/xh/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/zh_CN/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/zh_TW/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
%%SHARED%%