mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
cutemarked: fix cross compilation
Closes: #12590 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
05315a4d89
commit
1fb89f7a11
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,6 @@ reverts="v0.11.0_1"
|
||||||
version=0.11.3
|
version=0.11.3
|
||||||
revision=5
|
revision=5
|
||||||
wrksrc="CuteMarkEd-${version}"
|
wrksrc="CuteMarkEd-${version}"
|
||||||
nocross=yes
|
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="pkg-config qt5-qmake"
|
hostmakedepends="pkg-config qt5-qmake"
|
||||||
makedepends="qt5-devel qt5-tools-devel qt5-webkit-devel discount-devel hunspell-devel"
|
makedepends="qt5-devel qt5-tools-devel qt5-webkit-devel discount-devel hunspell-devel"
|
||||||
|
@ -15,3 +14,7 @@ license="GPL-2"
|
||||||
homepage="http://cloose.github.io/CuteMarkEd/"
|
homepage="http://cloose.github.io/CuteMarkEd/"
|
||||||
distfiles="https://github.com/cloose/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/cloose/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=78a41808c2f0452375810abdff76eeaaee012f8d1368a2b8772ec6b4d2ceeec8
|
checksum=78a41808c2f0452375810abdff76eeaaee012f8d1368a2b8772ec6b4d2ceeec8
|
||||||
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-devel qt5-webkit-devel"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue