diff --git a/srcpkgs/lxqt-runner/template b/srcpkgs/lxqt-runner/template index a4fb82e7ae0..4ace32c703e 100644 --- a/srcpkgs/lxqt-runner/template +++ b/srcpkgs/lxqt-runner/template @@ -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 " @@ -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" \; +}