From e175a31bf4e84a85ddf1fe7ce2ef2d0a7432a86f Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 21 May 2022 10:11:29 +0200 Subject: [PATCH] Make sure there are no Gtk plugins, #145 #149 #150 #151 #152 #161 #166 --- ci/Dockerfile.x86_64 | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/Dockerfile.x86_64 b/ci/Dockerfile.x86_64 index 43476ab..89f133b 100644 --- a/ci/Dockerfile.x86_64 +++ b/ci/Dockerfile.x86_64 @@ -17,6 +17,7 @@ RUN apt-get update && \ find / -name 'libqgtk*.so' -delete ; \ find / -name 'Qt5Gui_QGtk3ThemePlugin.cmake' -delete ; \ find / -name 'libqxdgdesktopportal.so' -delete ; \ + find / -name 'Qt5Gui_QXdgDesktopPortalThemePlugin.cmake' -delete ; \ wget -qO- https://artifacts.assassinate-you.net/prebuilt-cmake/cmake-v3.22.1-ubuntu_xenial-$ARCH.tar.gz | tar xzv -C/usr --strip-components=1 COPY libgcrypt.pc /usr/lib/x86_64-linux-gnu/pkgconfig/libgcrypt.pc