On Wed, Apr 25, 2007 at 09:47:28PM +0200, Jasper Lievisse Adriaanse wrote:
> hi,
>
> came across some unfinished update i had here.
> updates gtkhtml3 to the latest stable release.
>
> comments,ok?
>
> http://humppa.nl/~jasper/gnome/gtkhtml3.diff
here's a better diff, (depend on gtk-icon-theme).
please test and comment.
cheers,
jasper
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/gtkhtml3/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile 16 Dec 2006 12:22:35 -0000 1.8
+++ Makefile 4 May 2007 21:16:46 -0000
@@ -1,13 +1,13 @@
-# $OpenBSD: Makefile,v 1.8 2006/12/16 12:22:35 espie Exp $
+# $OpenBSD$
COMMENT= "lightweight HTML rendering/printing/editing engine"
-VERSION= 3.6.2
+VERSION= 3.14.1
+API_VERSION= 3.14
DISTNAME= gtkhtml-${VERSION}
-PKGNAME= gtkhtml3-${VERSION}p3
+PKGNAME= gtkhtml314-${VERSION}
+SHARED_LIBS += gtkhtml-3.14 0.0 # .19.0
CATEGORIES= www
-SHARED_LIBS= gtkhtml-${API_VERSION} 18.2
-MODGNU_SHARED_LIBS= gtkhtml-${API_VERSION} ''
HOMEPAGE= http://www.gnome.org/
@@ -18,26 +18,25 @@
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
-WANTLIB= ICE SM X11 Xext Xrender fontconfig freetype m z \
- ssl crypto \
- ORBit-2 ORBitCosNaming-2 audiofile esd jpeg \
- art_lgpl_2 atk-1.0 gconf-2 glade-2.0.>=0.4 \
- gnome-keyring bonobo-2 bonobo-activation bonoboui-2 \
- pango-1.0.>=600.0 pangoft2-1.0.>=600.0 cairo \
- pangocairo-1.0.>=600.0 glib-2.0 gmodule-2.0 \
- gobject-2.0 gthread-2.0 glitz png \
- gdk-x11-2.0 gdk_pixbuf-2.0 gtk-x11-2.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/}
+WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcursor Xdmcp \
+ Xext Xfixes Xi Xinerama Xrandr Xrender art_lgpl_2 atk-1.0 \
+ audiofile bonobo-2 bonobo-activation bonoboui-2 cairo \
+ crypto esd expat fontconfig freetype gconf-2 gdk-x11-2.0 \
+ gdk_pixbuf-2.0 glade-2.0 glib-2.0 glitz gmodule-2.0 \
+ gnome-2 gnome-keyring gnomecanvas-2 gnomevfs-2 gobject-2.0 \
+ gthread-2.0 gtk-x11-2.0 jpeg m pango-1.0 pangocairo-1.0 \
+ pangoft2-1.0 png popt ssl util xml2 z
+
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkhtml/3.14/}
EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext
-BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser
-LIB_DEPENDS= gailutil::x11/gnome/gail \
- gnomeprintui-2-2::x11/gnome/libgnomeprintui \
+BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser \
+ :gnome-icon-theme-*:x11/gnome/icon-theme
+LIB_DEPENDS= dbus-1::x11/dbus \
+ dbus-glib-1::x11/dbus-glib \
+ gailutil::x11/gnome/gail \
gnomeui-2::x11/gnome/libgnomeui
USE_X11= Yes
@@ -49,7 +48,8 @@
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-API_VERSION= 3.6
SUBST_VARS= API_VERSION
+
+NO_REGRESS= Yes
.include <bsd.port.mk>
Index: patches/patch-po_Makefile.in.in
===================================================================
RCS file: patches/patch-po_Makefile.in.in
diff -N patches/patch-po_Makefile.in.in
--- patches/patch-po_Makefile.in.in 24 May 2005 22:12:39 -0000 1.1.1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,10 +0,0 @@
---- 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@
Index: patches/patch-src_gtkhtml_c
===================================================================
RCS file: patches/patch-src_gtkhtml_c
diff -N patches/patch-src_gtkhtml_c
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_gtkhtml_c 4 May 2007 21:16:46 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- src/gtkhtml.c.orig Thu Apr 5 11:15:35 2007
++++ src/gtkhtml.c Wed Apr 25 21:24:00 2007
+@@ -3164,7 +3164,7 @@ gtk_html_class_init (GtkHTMLClass *klass)
+ add_bindings (klass);
+ gtk_html_accessibility_init ();
+
+- filename = g_build_filename (PREFIX, "share", GTKHTML_RELEASE_STRING,
"keybindingsrc.emacs", NULL);
++ filename = g_build_filename (PREFIX, "share/gnome",
GTKHTML_RELEASE_STRING, "keybindingsrc.emacs", NULL);
+ gtk_rc_parse (filename);
+ g_free (filename);
+ html_class->emacs_bindings = gtk_binding_set_find
("gtkhtml-bindings-emacs");
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/www/gtkhtml3/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 DESCR
--- pkg/DESCR 24 May 2005 22:12:39 -0000 1.1.1.1
+++ pkg/DESCR 4 May 2007 21:16:46 -0000
@@ -1,3 +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.
+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.
Index: pkg/PFRAG.shared
===================================================================
RCS file: /cvs/ports/www/gtkhtml3/pkg/PFRAG.shared,v
retrieving revision 1.2
diff -u -r1.2 PFRAG.shared
--- pkg/PFRAG.shared 31 Dec 2005 14:35:36 -0000 1.2
+++ pkg/PFRAG.shared 4 May 2007 21:16:46 -0000
@@ -1,4 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.2 2005/12/31 14:35:36 sturm Exp $
lib/gtkhtml/libgnome-gtkhtml-editor-${API_VERSION}.so
[EMAIL PROTECTED] XXX pkg_create does not deal with nested variables
[EMAIL PROTECTED] lib/libgtkhtml-${API_VERSION}.so.${LIBgtkhtml-3.6_VERSION}
[EMAIL PROTECTED] lib/libgtkhtml-${API_VERSION}.so.${LIBgtkhtml-3.14_VERSION}
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/gtkhtml3/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST 24 May 2005 22:12:39 -0000 1.1.1.1
+++ pkg/PLIST 4 May 2007 21:16:46 -0000
@@ -1,90 +1,16 @@
@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
@@ -101,38 +27,17 @@
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
@@ -140,28 +45,8 @@
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/
@@ -172,19 +57,24 @@
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/bn_IN/
+share/locale/bn_IN/LC_MESSAGES/
+share/locale/bn_IN/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/ca/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/cs/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
+share/locale/cy/
+share/locale/cy/LC_MESSAGES/
+share/locale/cy/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/dz/
+share/locale/dz/LC_MESSAGES/
+share/locale/dz/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/
@@ -202,8 +92,6 @@
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/
@@ -215,19 +103,35 @@
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/id/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/ka/
+share/locale/ka/LC_MESSAGES/
+share/locale/ka/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/ko/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
+share/locale/ku/
+share/locale/ku/LC_MESSAGES/
+share/locale/ku/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/mg/
+share/locale/mg/LC_MESSAGES/
+share/locale/mg/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/mn/
+share/locale/mn/LC_MESSAGES/
+share/locale/mn/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
+share/locale/mr/
+share/locale/mr/LC_MESSAGES/
+share/locale/mr/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/ms/
share/locale/ms/LC_MESSAGES/
share/locale/ms/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
@@ -237,13 +141,16 @@
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/or/
+share/locale/or/LC_MESSAGES/
+share/locale/or/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/ro/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/ru/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/rw/
share/locale/rw/LC_MESSAGES/
@@ -253,8 +160,6 @@
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/[EMAIL PROTECTED]/
share/locale/[EMAIL PROTECTED]/LC_MESSAGES/
@@ -263,14 +168,18 @@
share/locale/ta/
share/locale/ta/LC_MESSAGES/
share/locale/ta/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
+share/locale/th/
+share/locale/th/LC_MESSAGES/
+share/locale/th/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_HK/
+share/locale/zh_HK/LC_MESSAGES/
+share/locale/zh_HK/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
share/locale/zh_TW/LC_MESSAGES/gtkhtml-${API_VERSION}.mo
%%SHARED%%