From f41f69e0d2df4c92219cc6b8e8fb6fe4bd3eda97 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Sat, 25 Jan 2020 09:24:01 +0100 Subject: [PATCH] Backport PR #16308: CI: Use Ubuntu Bionic compatible package names --- .travis.yml | 4 ++-- azure-pipelines.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index eb962831546b..b51f9027d9bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,8 +36,8 @@ addons: - libgeos-dev - libgirepository1.0-dev - lmodern - - otf-freefont - - pgf + - fonts-freefont-otf + - texlive-pictures - pkg-config - qtbase5-dev - texlive-fonts-recommended diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 63ae82ca58d8..8b32707ed13d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -62,8 +62,8 @@ steps: libgeos-dev \ libgirepository-1.0.1 \ lmodern \ - otf-freefont \ - pgf \ + fonts-freefont-otf \ + texlive-pictures \ texlive-fonts-recommended \ texlive-latex-base \ texlive-latex-extra \