From 3c02c8bcb75314d78c17233612f66e24870e98f3 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Thu, 7 Aug 2025 10:47:38 -0300 Subject: [PATCH] build/linux: Remove bogus pygimp.interp creation on Snap --- build/linux/snap/snapcraft.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build/linux/snap/snapcraft.yaml b/build/linux/snap/snapcraft.yaml index 48fb1d5b82..64029632f6 100644 --- a/build/linux/snap/snapcraft.yaml +++ b/build/linux/snap/snapcraft.yaml @@ -174,14 +174,6 @@ parts: - mypaint-brushes - poppler-data override-stage: | - # fix gimp python interpreters file - cat < ${CRAFT_PART_INSTALL}/usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}/gimp/3.0/interpreters/pygimp.interp - python=/usr/bin/python3 - python3=/usr/bin/python3 - /usr/bin/python=/usr/bin/python3 - /usr/bin/python3=/usr/bin/python3 - :Python:E::py::python3: - EOF # update gimp's plugin search path so it will pick up plugins mounted over snapd's content interface current_path=$(grep "# (plug-in-path" ${CRAFT_PART_INSTALL}/etc/gimp/3.0/gimprc | cut -d '"' -f2) echo "(plug-in-path \"${current_path}\")" >> ${CRAFT_PART_INSTALL}/etc/gimp/3.0/gimprc