mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
qt: fix typos and enable cross
See if this works out and if the cross build is usable.
This commit is contained in:
parent
32902f1fb0
commit
9dd9669916
1 changed files with 1 additions and 3 deletions
|
@ -11,7 +11,6 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3, LGPL-2.1"
|
license="GPL-3, LGPL-2.1"
|
||||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/${_distname}-${version}.tar.gz"
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/${_distname}-${version}.tar.gz"
|
||||||
checksum=e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0
|
checksum=e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0
|
||||||
nocross=yes # WIP: next step is to remove this line
|
|
||||||
|
|
||||||
hostmakedepends="perl sqlite pkg-config"
|
hostmakedepends="perl sqlite pkg-config"
|
||||||
makedepends="
|
makedepends="
|
||||||
|
@ -106,7 +105,7 @@ do_configure() {
|
||||||
mkdir mkspecs/${_spec}
|
mkdir mkspecs/${_spec}
|
||||||
cat > mkspecs/${_spec}/qmake.conf << _EOF
|
cat > mkspecs/${_spec}/qmake.conf << _EOF
|
||||||
#
|
#
|
||||||
# qmake specification for ${XBPS_TARGET_MACHINE}-linux-gnu-c++
|
# qmake specification for ${_spec}
|
||||||
#
|
#
|
||||||
MAKEFILE_GENERATOR = UNIX
|
MAKEFILE_GENERATOR = UNIX
|
||||||
TARGET_PLATFORM = unix
|
TARGET_PLATFORM = unix
|
||||||
|
@ -292,7 +291,6 @@ qt-designer-devel_package() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
qt-host-tools_package() {
|
qt-host-tools_package() {
|
||||||
depends"qt"
|
|
||||||
short_desc+=" - host tools"
|
short_desc+=" - host tools"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
for f in lrelease lupdate moc qdbuscpp2xml qdbusxml2cpp qt3to4 \
|
for f in lrelease lupdate moc qdbuscpp2xml qdbusxml2cpp qt3to4 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue