From 7ffef73639a8541a1ac2437d62ca6ba1163621b4 Mon Sep 17 00:00:00 2001 From: Pascal Obry Date: Tue, 4 Jan 2022 22:59:02 +0100 Subject: [PATCH] revert: packaging/macosx/gtk-mac-bundler-0.7.4.patch --- packaging/macosx/gtk-mac-bundler-0.7.4.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/macosx/gtk-mac-bundler-0.7.4.patch b/packaging/macosx/gtk-mac-bundler-0.7.4.patch index 43049824efc6..b03e37eb3de8 100644 --- a/packaging/macosx/gtk-mac-bundler-0.7.4.patch +++ b/packaging/macosx/gtk-mac-bundler-0.7.4.patch @@ -21,7 +21,7 @@ diff -uNr gtk-mac-bundler-0.7.4-orig/bundler/bundler.py gtk-mac-bundler-0.7.4/bu def name_filter(filename): @@ -585,14 +587,21 @@ if program.name == "" or program.name == None: - raise "No program name to translate!" + raise "No program name to tranlate!" + p = re.compile("^\${prefix(:.*?)?}/") + m = p.match(program.source)