mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
kde-frameworks: bump to 5.39.0.
add Qt version requires.
This commit is contained in:
@@ -15,14 +15,14 @@ COPYRIGHT="2010-2017 KDE Organisation"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/KDE/kcompletion/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b6ef74f72a723a7b6615716abe4c82f2ffc7ca9bd314255664495989cc5aab88"
|
||||
CHECKSUM_SHA256="b89c942eceecda68c7d97d0e30e5406eb0836695456e88742498d3c634aa7450"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
kcompletion$secondaryArchSuffix = $portVersion
|
||||
lib:libKF5Completion$secondaryArchSuffix = $portVersion
|
||||
lib:libKF5Completion$secondaryArchSuffix = $portVersion compat >= 5
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -35,7 +35,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
kcompletion${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libKF5Completion$secondaryArchSuffix = $portVersion
|
||||
devel:libKF5Completion$secondaryArchSuffix = $portVersion compat >= 5
|
||||
"
|
||||
REQUIRES_devel="
|
||||
kcompletion$secondaryArchSuffix == $portVersion base
|
||||
@@ -46,9 +46,9 @@ BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libKF5ConfigGui$secondaryArchSuffix
|
||||
devel:libKF5WidgetsAddons$secondaryArchSuffix
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
devel:libQt5Gui$secondaryArchSuffix
|
||||
devel:libQt5Xml$secondaryArchSuffix
|
||||
devel:libQt5Core$secondaryArchSuffix >= 5.7
|
||||
devel:libQt5Gui$secondaryArchSuffix >= 5.7
|
||||
devel:libQt5Xml$secondaryArchSuffix >= 5.7
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
Reference in New Issue
Block a user