<pre style='margin:0'>
ra1nb0w (ra1nb0w) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/eab885748371cdad2c3bc3107d9581cce3997cbb">https://github.com/macports/macports-ports/commit/eab885748371cdad2c3bc3107d9581cce3997cbb</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new eab88574837 zint: fix qt application bundle
</span>eab88574837 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit eab885748371cdad2c3bc3107d9581cce3997cbb
</span>Author: Davide Gerhard <ra1nb0w@macports.org>
AuthorDate: Mon Sep 26 09:28:30 2022 +0200

<span style='display:block; white-space:pre;color:#404040;'>    zint: fix qt application bundle
</span>---
 textproc/zint/Portfile                   |  6 ++++--
 textproc/zint/files/disable_bundle.patch | 13 +++++++++++++
 2 files changed, 17 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/zint/Portfile b/textproc/zint/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0f120b74c05..f84776d8f28 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/zint/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/zint/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,7 +23,9 @@ github.setup        woo-j zint 2.11.1
</span> checksums           rmd160  cec4393c2c6c4f5c6c4e8a1e0ba7732935a968c4 \
                     sha256  42cdca488773a9e260ecfcfc7fc5b806053edf3407f4d6855604cf2a4a1382a7 \
                     size    5754960
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+patchfiles-append   disable_bundle.patch
</span> 
 #-----------------------------------------------------------------------------------------
 # Fix compile error on 10.7 buildot:
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,7 +48,7 @@ configure.args-append \
</span>     -DZINT_USE_PNG=ON \
     -DZINT_USE_QT=ON
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-app.executable zint-qt.app/Contents/MacOS/zint-qt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+app.executable zint-qt
</span> app.icon zint-qt.png
 app.retina yes
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/zint/files/disable_bundle.patch b/textproc/zint/files/disable_bundle.patch
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 00000000000..c43ff9384d4
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/zint/files/disable_bundle.patch
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,13 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+diff --git frontend_qt/CMakeLists.txt frontend_qt/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+index 04988e7..58fa1b0 100644
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- frontend_qt/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ frontend_qt/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -24,7 +24,7 @@ endif()
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ #               grpC16k.ui   grpChannel.ui  grpDBExtend.ui    grpITF14.ui     grpPDF417.ui    grpUPCEAN.ui
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ #               grpC25.ui    grpCodabar.ui  grpDM.ui          grpMaxicode.ui  grpQR.ui        grpUPNQR.ui
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-if(APPLE)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++if(FALSE)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+     # https://doc.qt.io/qt-5/appicon.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+     set(MACOSX_BUNDLE_ICON_FILE zint-qt.icns)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+     set(APP_ICON_MACOSX "${CMAKE_CURRENT_SOURCE_DIR}/zint-qt.icns")
</span></pre><pre style='margin:0'>

</pre>