qtwebengine_bin: conflicts instead of replace

This commit is contained in:
Jérôme Duval
2021-11-24 10:24:40 +01:00
committed by GitHub
parent 8818ecb3bc
commit 9d9377a6e9

View File

@@ -5,7 +5,7 @@ HOMEPAGE="https://www.qt.io"
COPYRIGHT="2015-2020 The Qt Company Ltd."
LICENSE="BSD (3-clause)
GNU LGPL v2.1"
REVISION="3"
REVISION="4"
SOURCE_URI="https://github.com/threedeyes/qtwebengine-haiku/releases/download/$portVersion-2/qtwebengine-$portVersion-2-x86_64.hpkg#noarchive"
CHECKSUM_SHA256="df467a8901d60fd5c15665df88a3fef4167cc8b2da414ed7559f2df97b29c254"
SOURCE_URI_2="https://github.com/threedeyes/qtwebengine-haiku/releases/download/$portVersion-2/qtwebengine_devel-$portVersion-2-x86_64.hpkg#noarchive"
@@ -66,7 +66,7 @@ REQUIRES="
lib:libwebpmux$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
REPLACES="
CONFLICTS="
qtwebengine$secondaryArchSuffix
"
@@ -82,7 +82,7 @@ REQUIRES_devel="
haiku$secondaryArchSuffix
qtwebengine_bin$secondaryArchSuffix == $portVersion base
"
REPLACES_devel="
CONFLICTS_devel="
qtwebengine${secondaryArchSuffix}_devel
"