lxqt-runner: fix cross

This commit is contained in:
Jürgen Buchmüller 2017-01-07 14:17:46 +01:00
parent b110363822
commit 777e1174fb
1 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version=0.11.1
revision=1
build_style=cmake
configure_args="-DPULL_TRANSLATIONS=0"
hostmakedepends="pkg-config"
hostmakedepends="pkg-config qt5-host-tools liblxqt-devel"
makedepends="liblxqt-devel lxqt-globalkeys-devel menu-cache-devel muparser-devel"
short_desc="LXQt quick launcher"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -12,3 +12,7 @@ license="LGPL-2.1"
homepage="http://lxqt.org/"
distfiles="https://github.com/lxde/lxqt-runner/releases/download/${version}/lxqt-runner-${version}.tar.xz"
checksum=5bb46fdab14acc980e9eaca004c4e0122843f3dc567d5a681a0661974330b251
post_configure() {
find -name flags.make -exec sed -i "{}" -e"s;-isystem;-I;g" \;
}