qt: fix typos and enable cross

See if this works out and if the cross build is usable.
This commit is contained in:
Jürgen Buchmüller 2017-01-13 20:14:47 +01:00
parent 32902f1fb0
commit 9dd9669916

View file

@ -11,7 +11,6 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3, LGPL-2.1"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/${_distname}-${version}.tar.gz"
checksum=e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0
nocross=yes # WIP: next step is to remove this line
hostmakedepends="perl sqlite pkg-config"
makedepends="
@ -106,7 +105,7 @@ do_configure() {
mkdir mkspecs/${_spec}
cat > mkspecs/${_spec}/qmake.conf << _EOF
#
# qmake specification for ${XBPS_TARGET_MACHINE}-linux-gnu-c++
# qmake specification for ${_spec}
#
MAKEFILE_GENERATOR = UNIX
TARGET_PLATFORM = unix
@ -292,7 +291,6 @@ qt-designer-devel_package() {
}
}
qt-host-tools_package() {
depends"qt"
short_desc+=" - host tools"
pkg_install() {
for f in lrelease lupdate moc qdbuscpp2xml qdbusxml2cpp qt3to4 \