lxqt-notificationd: fix cross
This commit is contained in:
parent
5a02b3db5c
commit
0a77f16133
|
@ -4,7 +4,7 @@ version=0.11.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DPULL_TRANSLATIONS=0"
|
configure_args="-DPULL_TRANSLATIONS=0"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config qt5-host-tools liblxqt-devel"
|
||||||
makedepends="liblxqt-devel"
|
makedepends="liblxqt-devel"
|
||||||
short_desc="LXQt notification daemon"
|
short_desc="LXQt notification daemon"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -12,3 +12,7 @@ license="LGPL-2.1"
|
||||||
homepage="http://lxqt.org/"
|
homepage="http://lxqt.org/"
|
||||||
distfiles="https://github.com/lxde/lxqt-notificationd/releases/download/${version}/lxqt-notificationd-${version}.tar.xz"
|
distfiles="https://github.com/lxde/lxqt-notificationd/releases/download/${version}/lxqt-notificationd-${version}.tar.xz"
|
||||||
checksum=6fc78558c030703bfd84682f4687fa3aec0a9b569991f2767b542de2f8eb4e75
|
checksum=6fc78558c030703bfd84682f4687fa3aec0a9b569991f2767b542de2f8eb4e75
|
||||||
|
|
||||||
|
post_configure() {
|
||||||
|
find -name flags.make -exec sed -i "{}" -e"s;-isystem;-I;g" \;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue