From 50f9c800b46802f8607f26b7b7f6569f6d3ee249 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 02:02:54 +0000 Subject: automatic import of gedit --- python3-install-path-fix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 python3-install-path-fix.patch (limited to 'python3-install-path-fix.patch') diff --git a/python3-install-path-fix.patch b/python3-install-path-fix.patch new file mode 100644 index 0000000..b9d65cf --- /dev/null +++ b/python3-install-path-fix.patch @@ -0,0 +1,11 @@ +diff -ru ../gedit-3.37.2.orig/gedit/meson.build ./gedit/meson.build +--- ../gedit-3.37.2.orig/gedit/meson.build 2020-05-29 07:52:21.783929300 -0500 ++++ ./gedit/meson.build 2020-08-05 13:16:53.212282203 -0500 +@@ -199,6 +199,7 @@ + + python3.install_sources( + 'Gedit.py', ++ pure: false, + subdir: 'gi/overrides', + ) + -- cgit v1.2.3