From 777e1174fb6cc4a341a389d717fc4d2f85a427e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 7 Jan 2017 14:17:46 +0100 Subject: [PATCH] lxqt-runner: fix cross --- srcpkgs/lxqt-runner/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" \; +}