qtwebengine_bin: disable debuginfo package (issue #11037)

This commit is contained in:
Gerasim Troeglazov
2024-09-10 16:08:19 +10:00
parent bb814bc0d8
commit 3d5f2b2419

View File

@@ -5,7 +5,7 @@ HOMEPAGE="https://www.qt.io"
COPYRIGHT="2015-2024 The Qt Company Ltd."
LICENSE="BSD (3-clause)
GNU LGPL v2.1"
REVISION="1"
REVISION="2"
hpkgHOME="https://github.com/threedeyes/qtwebengine-haiku"
SOURCE_URI="$hpkgHOME/releases/download/v${portVersion}-1/qtwebengine-${portVersion}-1-x86_64.hpkg#noarchive"
CHECKSUM_SHA256="2d42a9c21d0aa5ab70123058875e21cb39094df3bddf05dc9b50079096e8eb42"
@@ -112,12 +112,12 @@ BUILD_PREREQUIRES="
cmd:cp
"
defineDebugInfoPackage qtwebengine_bin$secondaryArchSuffix \
"$libDir"/libQt5Pdf.so.$WebEngineApiVersion \
"$libDir"/libQt5PdfWidgets.so.$WebEngineApiVersion \
"$libDir"/libQt5WebEngine.so.$WebEngineApiVersion \
"$libDir"/libQt5WebEngineCore.so.$WebEngineApiVersion \
"$libDir"/libQt5WebEngineWidgets.so.$WebEngineApiVersion
#defineDebugInfoPackage qtwebengine_bin$secondaryArchSuffix \
# "$libDir"/libQt5Pdf.so.$WebEngineApiVersion \
# "$libDir"/libQt5PdfWidgets.so.$WebEngineApiVersion \
# "$libDir"/libQt5WebEngine.so.$WebEngineApiVersion \
# "$libDir"/libQt5WebEngineCore.so.$WebEngineApiVersion \
# "$libDir"/libQt5WebEngineWidgets.so.$WebEngineApiVersion
BUILD()
{