From 1a478727103345f3a83dd14a19c3d6c212584849 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Mon, 27 Dec 2021 11:44:47 +0300 Subject: graphics/gimp-app: fixes gimptool to install plugins into the actual plugin-directory PR: 240154 With hat: desktop Sponsored by: Netzkommune GmbH --- graphics/gimp-app/files/patch-tools_gimptool.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 graphics/gimp-app/files/patch-tools_gimptool.c (limited to 'graphics/gimp-app/files/patch-tools_gimptool.c') diff --git a/graphics/gimp-app/files/patch-tools_gimptool.c b/graphics/gimp-app/files/patch-tools_gimptool.c new file mode 100644 index 000000000000..06092bd9ee02 --- /dev/null +++ b/graphics/gimp-app/files/patch-tools_gimptool.c @@ -0,0 +1,13 @@ +--- tools/gimptool.c.orig 2021-09-14 15:53:10 UTC ++++ tools/gimptool.c +@@ -748,9 +748,7 @@ get_sys_plugin_dir (gboolean forward_slashes) + g_free (rprefix); + #else + dir = g_build_path (forward_slashes ? "/" : G_DIR_SEPARATOR_S, +- LIBDIR, +- "gimp", +- GIMP_PLUGIN_VERSION, ++ GIMPPLUGINDIR, + "plug-ins", + NULL); + #endif -- cgit v1.2.3