From 7b58120fd8f8de55f2be6d57bd5655b08bab4ff1 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Sat, 30 May 2020 12:22:35 -0400 Subject: [PATCH] ghostscript needed for ps2pdf, for pdf docs -- fix for #1719 --- ci/centos6/Dockerfile | 4 +++- ci/centos7/Dockerfile | 4 +++- ci/centos8/Dockerfile | 4 +++- ci/fedora29/Dockerfile | 4 ++-- ci/fedora30/Dockerfile | 4 ++-- ci/fedora31/Dockerfile | 4 ++-- ci/fedora32/Dockerfile | 4 ++-- ci/fedora33/Dockerfile | 4 ++-- ci/ubuntu-18.04/Dockerfile | 2 ++ ci/ubuntu-19.10/Dockerfile | 2 ++ ci/ubuntu-20.04/Dockerfile | 2 ++ 11 files changed, 25 insertions(+), 13 deletions(-) diff --git a/ci/centos6/Dockerfile b/ci/centos6/Dockerfile index a21abcc32..1ae04be77 100644 --- a/ci/centos6/Dockerfile +++ b/ci/centos6/Dockerfile @@ -25,7 +25,9 @@ ncurses-devel \ # Plugin library devil # Plugin library gd gd-devel \ -# Plugin library ghostscipt +# Documentation +ghostscript \ +# Plugin library ghostscript-devel \ # Plugin library gtk gtk2-devel \ diff --git a/ci/centos7/Dockerfile b/ci/centos7/Dockerfile index 84b0fd515..f3a8ef370 100644 --- a/ci/centos7/Dockerfile +++ b/ci/centos7/Dockerfile @@ -22,7 +22,9 @@ ncurses-devel \ # Plugin library devil # Plugin library gd gd-devel \ -# Plugin library ghostscipt +# Documentation +ghostscript \ +# Plugin library ghostscript-devel \ # Plugin library gtk gtk2-devel \ diff --git a/ci/centos8/Dockerfile b/ci/centos8/Dockerfile index 66dbdea64..734e75458 100644 --- a/ci/centos8/Dockerfile +++ b/ci/centos8/Dockerfile @@ -23,7 +23,9 @@ ncurses-devel \ # Plugin library devil # Plugin library gd gd-devel \ -# Plugin library ghostscipt +# Documentation +ghostscript \ +# Plugin library ghostscript-devel \ # Plugin library gtk gtk2-devel \ diff --git a/ci/fedora29/Dockerfile b/ci/fedora29/Dockerfile index 0352606fa..0590f0dc3 100644 --- a/ci/fedora29/Dockerfile +++ b/ci/fedora29/Dockerfile @@ -39,8 +39,8 @@ RUN yum -y install DevIL-devel # Plugin library gd RUN yum -y install gd-devel -# Plugin library ghostscipt -RUN yum -y install ghostscript-devel +# Documentation and Plugin library ghostscipt +RUN yum -y install ghostscript ghostscript-devel # Plugin library gtk RUN yum -y install gtkglext-devel diff --git a/ci/fedora30/Dockerfile b/ci/fedora30/Dockerfile index 2023e0797..be2da0fa1 100644 --- a/ci/fedora30/Dockerfile +++ b/ci/fedora30/Dockerfile @@ -39,8 +39,8 @@ RUN yum -y install DevIL-devel # Plugin library gd RUN yum -y install gd-devel -# Plugin library ghostscipt -RUN yum -y install ghostscript-devel +# Documentation and Plugin library ghostscipt +RUN yum -y install ghostscript ghostscript-devel # Plugin library gtk RUN yum -y install gtkglext-devel diff --git a/ci/fedora31/Dockerfile b/ci/fedora31/Dockerfile index 2b9b2b6bc..b23197875 100644 --- a/ci/fedora31/Dockerfile +++ b/ci/fedora31/Dockerfile @@ -39,8 +39,8 @@ RUN yum -y install DevIL-devel # Plugin library gd RUN yum -y install gd-devel -# Plugin library ghostscipt -RUN yum -y install ghostscript-devel +# Documentation and Plugin library ghostscipt +RUN yum -y install ghostscript ghostscript-devel # Plugin library gtk RUN yum -y install gtkglext-devel diff --git a/ci/fedora32/Dockerfile b/ci/fedora32/Dockerfile index 7cfa2f5c1..ce3d6163f 100644 --- a/ci/fedora32/Dockerfile +++ b/ci/fedora32/Dockerfile @@ -39,8 +39,8 @@ RUN yum -y install DevIL-devel # Plugin library gd RUN yum -y install gd-devel -# Plugin library ghostscipt -RUN yum -y install ghostscript-devel +# Documentation and Plugin library ghostscipt +RUN yum -y install ghostscript ghostscript-devel # Plugin library gtk RUN yum -y install gtkglext-devel diff --git a/ci/fedora33/Dockerfile b/ci/fedora33/Dockerfile index 4f666c1b5..4d0702904 100644 --- a/ci/fedora33/Dockerfile +++ b/ci/fedora33/Dockerfile @@ -39,8 +39,8 @@ RUN yum -y install DevIL-devel # Plugin library gd RUN yum -y install gd-devel -# Plugin library ghostscipt -RUN yum -y install ghostscript-devel +# Documentation and Plugin library ghostscipt +RUN yum -y install ghostscript ghostscript-devel # Plugin library gtk RUN yum -y install gtkglext-devel diff --git a/ci/ubuntu-18.04/Dockerfile b/ci/ubuntu-18.04/Dockerfile index 7b2143b92..5a7d62538 100644 --- a/ci/ubuntu-18.04/Dockerfile +++ b/ci/ubuntu-18.04/Dockerfile @@ -36,6 +36,8 @@ qt5-default \ libdevil-dev \ # Plugin library gd libgd-dev \ +# Documentation +ghostscript \ # Plugin library ghostscipt libgs-dev \ # Plugin library lasi diff --git a/ci/ubuntu-19.10/Dockerfile b/ci/ubuntu-19.10/Dockerfile index 1ee141348..6d9de6b8b 100644 --- a/ci/ubuntu-19.10/Dockerfile +++ b/ci/ubuntu-19.10/Dockerfile @@ -36,6 +36,8 @@ qt5-default \ libdevil-dev \ # Plugin library gd libgd-dev \ +# Documentation +ghostscript \ # Plugin library ghostscipt libgs-dev \ # Plugin library lasi diff --git a/ci/ubuntu-20.04/Dockerfile b/ci/ubuntu-20.04/Dockerfile index 6d119d768..0fb8e129d 100644 --- a/ci/ubuntu-20.04/Dockerfile +++ b/ci/ubuntu-20.04/Dockerfile @@ -37,6 +37,8 @@ qt5-default \ libdevil-dev \ # Plugin library gd libgd-dev \ +# Documentation +ghostscript \ # Plugin library ghostscipt libgs-dev \ # Plugin library lasi -- 2.50.1