From 9dd9669916aca2bf7ca3d0f41dd4ee1f917db571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 13 Jan 2017 20:14:47 +0100 Subject: [PATCH] qt: fix typos and enable cross See if this works out and if the cross build is usable. --- srcpkgs/qt/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/qt/template b/srcpkgs/qt/template index 94e7e6ba81..ab14463465 100644 --- a/srcpkgs/qt/template +++ b/srcpkgs/qt/template @@ -11,7 +11,6 @@ maintainer="Juan RP " 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 \