From: Magnus Jacobsson Date: Sun, 6 Sep 2020 21:47:19 +0000 (+0200) Subject: Add rpm install of graphviz-qt to ci/install-packages.sh X-Git-Tag: 2.46.0~20^2^2~88^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21adfa1ff9bbcf597a95a542d30175d7adea1fd5;p=graphviz Add rpm install of graphviz-qt to ci/install-packages.sh Contains gvedit. --- diff --git a/ci/install-packages.sh b/ci/install-packages.sh index adc62b27a..f3d472790 100755 --- a/ci/install-packages.sh +++ b/ci/install-packages.sh @@ -27,6 +27,7 @@ else ${DIR}/os/${ARCH}/graphviz-plugins-x-${GV_VERSION}*.rpm \ ${DIR}/os/${ARCH}/graphviz-x-${GV_VERSION}*.rpm \ ${DIR}/os/${ARCH}/graphviz-gd-${GV_VERSION}*.rpm \ + ${DIR}/os/${ARCH}/graphviz-qt-${GV_VERSION}*.rpm \ ${DIR}/os/${ARCH}/graphviz-plugins-gd-${GV_VERSION}*.rpm \ ${DIR}/os/${ARCH}/graphviz-nox-${GV_VERSION}*.rpm fi