mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
qt6-positioning: replace qt6-location, bump version
This commit is contained in:
@@ -8,16 +8,16 @@ COPYRIGHT="2015-2021 The Qt Company Ltd."
|
||||
LICENSE="GNU LGPL v2.1
|
||||
GNU LGPL v3
|
||||
GNU FDL v1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://download.qt.io/official_releases/qt/${portVersion%.*}/$portVersion/submodules/qtlocation-everywhere-src-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="a99e92c762d45b17e14685cd8a3c1564a3da0ce1cfd1a68ffd5b3fd7c409dcad"
|
||||
SOURCE_DIR="qtlocation-everywhere-src-$portVersion"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.qt.io/official_releases/qt/${portVersion%.*}/$portVersion/submodules/qtpositioning-everywhere-src-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="26231545eae383089510b236e88bbee8a6d338c06c170b674e8f36a57a0ba09a"
|
||||
SOURCE_DIR="qtpositioning-everywhere-src-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
qt6_location$secondaryArchSuffix = $portVersion compat >= 6
|
||||
qt6_positioning$secondaryArchSuffix = $portVersion compat >= 6
|
||||
lib:libQt6Positioning$secondaryArchSuffix = $portVersion compat >= 6
|
||||
lib:libQt6PositioningQuick$secondaryArchSuffix = $portVersion compat >= 6
|
||||
"
|
||||
@@ -34,16 +34,22 @@ REQUIRES="
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
REPLACES="
|
||||
qt6_location$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
qt6_location${secondaryArchSuffix}_devel = $portVersion compat >= 6
|
||||
qt6_positioning${secondaryArchSuffix}_devel = $portVersion compat >= 6
|
||||
devel:libQt6Positioning$secondaryArchSuffix = $portVersion compat >= 6
|
||||
devel:libQt6PositioningQuick$secondaryArchSuffix = $portVersion compat >= 6
|
||||
"
|
||||
REQUIRES_devel="
|
||||
qt6_location$secondaryArchSuffix == $portVersion base
|
||||
qt6_positioning$secondaryArchSuffix == $portVersion base
|
||||
qt6_base${secondaryArchSuffix}_devel
|
||||
"
|
||||
REPLACES_devel="
|
||||
qt6_location${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
Reference in New Issue
Block a user