mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
albert: fix cross
This commit is contained in:
parent
14f65b7952
commit
f717a62919
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,8 @@ pkgname=albert
|
||||||
version=0.8.11
|
version=0.8.11
|
||||||
revision=2
|
revision=2
|
||||||
build_style=cmake
|
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"
|
depends="qt5-plugin-sqlite"
|
||||||
short_desc="A lightweight desktop environment agnostic launcher"
|
short_desc="A lightweight desktop environment agnostic launcher"
|
||||||
maintainer="Nemh <nemh@protonmail.com>"
|
maintainer="Nemh <nemh@protonmail.com>"
|
||||||
|
@ -11,3 +12,7 @@ license="GPL-3"
|
||||||
homepage="https://github.com/ManuelSchneid3r/albert"
|
homepage="https://github.com/ManuelSchneid3r/albert"
|
||||||
distfiles="https://github.com/ManuelSchneid3r/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ManuelSchneid3r/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=7a829add4308a59204071a509487571ada1d2f42af34d799d0984e48bab2e5d3
|
checksum=7a829add4308a59204071a509487571ada1d2f42af34d799d0984e48bab2e5d3
|
||||||
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-host-tools qt5-svg-devel qt5-x11extras-devel"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue