mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
qt6_webchannel: add missing provides
This commit is contained in:
@@ -8,7 +8,7 @@ COPYRIGHT="2015-2023 The Qt Company Ltd."
|
||||
LICENSE="GNU LGPL v2.1
|
||||
GNU LGPL v3
|
||||
GNU FDL v1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://download.qt.io/official_releases/qt/${portVersion%.*}/$portVersion/submodules/qtwebchannel-everywhere-src-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="fddcb38e6d5843f9c7570654f1a12aaf0086e5a01f7bf3cf170064fcc5a3f51c"
|
||||
SOURCE_DIR="qtwebchannel-everywhere-src-$portVersion"
|
||||
@@ -19,6 +19,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
PROVIDES="
|
||||
qt6_webchannel$secondaryArchSuffix = $portVersion compat >= 6
|
||||
lib:libQt6WebChannel$secondaryArchSuffix = $portVersion compat >= 6
|
||||
lib:libQt6WebChannelQuick$secondaryArchSuffix = $portVersion compat >= 6
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -37,6 +38,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
qt6_webchannel${secondaryArchSuffix}_devel = $portVersion compat >= 6
|
||||
devel:libQt6WebChannel$secondaryArchSuffix = $portVersion compat >= 6
|
||||
devel:libQt6WebChannelQuick$secondaryArchSuffix = $portVersion compat >= 6
|
||||
"
|
||||
REQUIRES_devel="
|
||||
qt6_webchannel$secondaryArchSuffix == $portVersion base
|
||||
@@ -89,7 +91,8 @@ INSTALL()
|
||||
ninja -C build install
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libQt6WebChannel
|
||||
libQt6WebChannel \
|
||||
libQt6WebChannelQuick
|
||||
|
||||
# fix pkgconfig files
|
||||
fixPkgconfig
|
||||
|
||||
Reference in New Issue
Block a user