lxqt-runner: fix cross
This commit is contained in:
parent
b110363822
commit
777e1174fb
|
@ -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" \;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue