actiona: fix cross
This commit is contained in:
parent
626c022709
commit
52695c003c
|
@ -15,6 +15,11 @@ homepage="https://actiona.tools/"
|
|||
distfiles="https://github.com/Jmgr/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=91b6a0bbe92cc6776faba8fa726cbd7cf4efb1ae3134739c7bcec5b37b8571c0
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-devel qt5-multimedia-devel qt5-script-devel"
|
||||
hostmakedepends+=" qt5-tools-devel qt5-x11extras-devel qt5-xmlpatterns-devel"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/applications
|
||||
vinstall ${FILESDIR}/actiona.desktop 644 usr/share/applications
|
||||
|
|
Loading…
Reference in New Issue
Block a user