Title: [248465] trunk/Tools
Revision
248465
Author
[email protected]
Date
2019-08-09 07:54:33 -0700 (Fri, 09 Aug 2019)

Log Message

[GTK] Add missing spellchecking packages to dependencies script
https://bugs.webkit.org/show_bug.cgi?id=200574

Reviewed by Philippe Normand.

These are needed for the spellchecking test in WebContext API tests.

* gtk/install-dependencies:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (248464 => 248465)


--- trunk/Tools/ChangeLog	2019-08-09 09:36:45 UTC (rev 248464)
+++ trunk/Tools/ChangeLog	2019-08-09 14:54:33 UTC (rev 248465)
@@ -1,3 +1,14 @@
+2019-08-09  Claudio Saavedra  <[email protected]>
+
+        [GTK] Add missing spellchecking packages to dependencies script
+        https://bugs.webkit.org/show_bug.cgi?id=200574
+
+        Reviewed by Philippe Normand.
+
+        These are needed for the spellchecking test in WebContext API tests.
+
+        * gtk/install-dependencies:
+
 2019-08-08  Jon Lee  <[email protected]>
 
         Unreviewed. Get rid of extraneous whitespace in ChangeLog.

Modified: trunk/Tools/gtk/install-dependencies (248464 => 248465)


--- trunk/Tools/gtk/install-dependencies	2019-08-09 09:36:45 UTC (rev 248464)
+++ trunk/Tools/gtk/install-dependencies	2019-08-09 14:54:33 UTC (rev 248465)
@@ -156,6 +156,9 @@
         curl \
         dbus-x11 \
         gdb \
+        hunspell \
+        hunspell-en-us \
+        hunspell-en-gb \
         libapache2-mod-bw \
         libapache2-mod-php \
         php-json \
@@ -325,6 +328,7 @@
         gdb \
         hunspell \
         hunspell-en \
+        hunspell-en_GB \
         php-apache \
         libgpg-error \
         psmisc \
@@ -487,6 +491,7 @@
         dbus-x11 \
         gdb \
         hunspell-en \
+        hunspell-en-gb \
         httpd \
         libgpg-error-devel \
         mod_bw \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to