albert: fix cross

This commit is contained in:
Juergen Buchmueller 2016-12-02 00:29:53 +01:00
parent 14f65b7952
commit f717a62919

View file

@ -3,7 +3,8 @@ pkgname=albert
version=0.8.11
revision=2
build_style=cmake
makedepends="muparser-devel qt5-svg-devel qt5-x11extras-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
makedepends="muparser-devel qt5-svg-devel qt5-x11extras-devel qt5-plugin-mysql
qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
depends="qt5-plugin-sqlite"
short_desc="A lightweight desktop environment agnostic launcher"
maintainer="Nemh <nemh@protonmail.com>"
@ -11,3 +12,7 @@ license="GPL-3"
homepage="https://github.com/ManuelSchneid3r/albert"
distfiles="https://github.com/ManuelSchneid3r/${pkgname}/archive/v${version}.tar.gz"
checksum=7a829add4308a59204071a509487571ada1d2f42af34d799d0984e48bab2e5d3
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-svg-devel qt5-x11extras-devel"
fi