kdesignerplugin: broken until qt5 >= 5.9.0

This commit is contained in:
Jürgen Buchmüller 2018-01-27 15:40:22 +01:00
parent bd7ff1a7a6
commit 984de436b3
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ homepage="https://projects.kde.org/projects/frameworks/kdesignerplugin"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=66c5119cb2687df988e21999b1600282005e1bfa899e5e4c2325c9e982ea8a00 checksum=66c5119cb2687df988e21999b1600282005e1bfa899e5e4c2325c9e982ea8a00
broken="kdewebkit requires qt5 >= 5.9.0"
if [ -n "$CROSS_BUILD" ]; then if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools python kdoctools" hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools python kdoctools"
configure_args+=" -DMEINPROC5_EXECUTABLE=/usr/bin/meinproc5" configure_args+=" -DMEINPROC5_EXECUTABLE=/usr/bin/meinproc5"