Title: [255353] trunk/Tools
Revision
255353
Author
clo...@igalia.com
Date
2020-01-29 05:48:08 -0800 (Wed, 29 Jan 2020)

Log Message

[GTK] Extra packages needed to successfully run API tests (cups-daemon and fonts-liberation)
https://bugs.webkit.org/show_bug.cgi?id=206925

Reviewed by Carlos Garcia Campos.

Add cups-daemon to the list of packages to be installed, which is necessary to sucessfully
run the printing related GTK API tests. Add also the liberation fonts, which are needed to
run the complex text controller API tests.

* gtk/install-dependencies:
* wpe/install-dependencies: Don't add cups packages, because WPE currently doesn't run print-related API test.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (255352 => 255353)


--- trunk/Tools/ChangeLog	2020-01-29 13:46:55 UTC (rev 255352)
+++ trunk/Tools/ChangeLog	2020-01-29 13:48:08 UTC (rev 255353)
@@ -1,3 +1,17 @@
+2020-01-29  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        [GTK] Extra packages needed to successfully run API tests (cups-daemon and fonts-liberation)
+        https://bugs.webkit.org/show_bug.cgi?id=206925
+
+        Reviewed by Carlos Garcia Campos.
+
+        Add cups-daemon to the list of packages to be installed, which is necessary to sucessfully
+        run the printing related GTK API tests. Add also the liberation fonts, which are needed to
+        run the complex text controller API tests.
+
+        * gtk/install-dependencies:
+        * wpe/install-dependencies: Don't add cups packages, because WPE currently doesn't run print-related API test.
+
 2020-01-28  Tim Horton  <timothy_hor...@apple.com>
 
         macCatalyst: Right clicking on a link follows it immediately

Modified: trunk/Tools/gtk/install-dependencies (255352 => 255353)


--- trunk/Tools/gtk/install-dependencies	2020-01-29 13:46:55 UTC (rev 255352)
+++ trunk/Tools/gtk/install-dependencies	2020-01-29 13:48:08 UTC (rev 255353)
@@ -155,8 +155,10 @@
     packages="$packages \
         apache2 \
         curl \
+        cups-daemon \
         dbus-x11 \
         gdb \
+        fonts-liberation \
         hunspell \
         hunspell-en-us \
         hunspell-en-gb \
@@ -329,6 +331,7 @@
     packages="$packages \
         apache \
         curl \
+        cups \
         gdb \
         hunspell \
         hunspell-en \
@@ -341,6 +344,7 @@
         python2-psutil \
         python2-yaml \
         ruby \
+        ttf-liberation \
         weston \
         xorg-server-xvfb"
 
@@ -494,11 +498,13 @@
     # These are dependencies necessary for running tests.
     packages="$packages \
         curl \
+        cups \
         dbus-x11 \
         gdb \
         hunspell-en \
         hunspell-en-GB \
         httpd \
+        liberation-fonts \
         libgpg-error-devel \
         mod_bw \
         mod_ssl \

Modified: trunk/Tools/wpe/install-dependencies (255352 => 255353)


--- trunk/Tools/wpe/install-dependencies	2020-01-29 13:46:55 UTC (rev 255352)
+++ trunk/Tools/wpe/install-dependencies	2020-01-29 13:48:08 UTC (rev 255353)
@@ -98,6 +98,7 @@
         apache2 \
         curl \
         gdb \
+        fonts-liberation \
         libapache2-mod-bw \
         libapache2-mod-php \
         php-json \
@@ -210,7 +211,8 @@
         python2-gobject \
         python2-lxml \
         python2-psutil \
-        ruby"
+        ruby \
+        ttf-liberation"
 
     # These are dependencies necessary for building the jhbuild.
     packages="$packages \
@@ -310,6 +312,7 @@
         curl \
         gdb \
         httpd \
+        liberation-fonts \
         mod_bw \
         mod_ssl \
         perl-CGI \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to