[gimp-macos-build/wip/lukaso/tests] package: fix name of some binary for GIMP 2.99.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-macos-build/wip/lukaso/tests] package: fix name of some binary for GIMP 2.99.
- Date: Sat, 9 Oct 2021 23:46:22 +0000 (UTC)
commit 3502e898062c2b65be6155a8c813b8604bc1ec85
Author: Jehan <jehan girinstud io>
Date: Sun Oct 10 01:45:02 2021 +0200
package: fix name of some binary for GIMP 2.99.
Should fix:
> ValueError: Cannot find source to copy: /Users/distiller/gtk/inst/bin/gimp-debug-tool-2.0
… in "Creating bundle" step of the DMG package creation.
package/gimp-2.99.bundle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/package/gimp-2.99.bundle b/package/gimp-2.99.bundle
index 3d054d2..73d0fed 100644
--- a/package/gimp-2.99.bundle
+++ b/package/gimp-2.99.bundle
@@ -51,8 +51,8 @@
</binary>
<!-- gimp additional binaries -->
<binary dest="${bundle}/Contents/MacOS">${prefix}/bin/gimp-console-2.99</binary>
- <binary dest="${bundle}/Contents/MacOS">${prefix}/bin/gimp-debug-tool-2.0</binary>
- <binary dest="${bundle}/Contents/MacOS">${prefix}/bin/gimptool-2.0</binary>
+ <binary dest="${bundle}/Contents/MacOS">${prefix}/bin/gimp-debug-tool-2.99</binary>
+ <binary dest="${bundle}/Contents/MacOS">${prefix}/bin/gimptool-2.99</binary>
<!-- Copy in Info.plist -->
<plist>${project}/info-2.99.plist</plist>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]