lxqt-config: fix cross

This commit is contained in:
Jürgen Buchmüller 2017-01-07 13:57:04 +01:00
parent a05d02081a
commit 9900244211

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 qt5-svg-devel liblxqt-devel"
makedepends="liblxqt-devel libXcursor-devel libkscreen-devel qt5-svg-devel"
short_desc="LXQt System Settings"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -12,3 +12,7 @@ license="LGPL-2.1"
homepage="http://lxqt.org/"
distfiles="https://github.com/lxde/lxqt-config/releases/download/${version}/lxqt-config-${version}.tar.xz"
checksum=65899ba616a637a8abf88889285aed400046064c85fc29393522782bf557425b
post_configure() {
find -name flags.make -exec sed -i "{}" -e"s;-isystem;-I;g" \;
}