mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
lxqt-policykit: fix cross
This commit is contained in:
parent
946cc3414a
commit
e6883cd77a
1 changed files with 5 additions and 1 deletions
|
@ -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 polkit-qt5-devel liblxqt-devel"
|
||||||
makedepends="liblxqt-devel polkit-qt5-devel"
|
makedepends="liblxqt-devel polkit-qt5-devel"
|
||||||
short_desc="LXQt PolicyKit agent"
|
short_desc="LXQt PolicyKit agent"
|
||||||
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-policykit/releases/download/${version}/lxqt-policykit-${version}.tar.xz"
|
distfiles="https://github.com/lxde/lxqt-policykit/releases/download/${version}/lxqt-policykit-${version}.tar.xz"
|
||||||
checksum=0d94ccb8afd21ae1afc50fd67cbd3928631aaaba446ec74540c8a74ffb66f76e
|
checksum=0d94ccb8afd21ae1afc50fd67cbd3928631aaaba446ec74540c8a74ffb66f76e
|
||||||
|
|
||||||
|
post_configure() {
|
||||||
|
find -name flags.make -exec sed -i "{}" -e"s;-isystem;-I;g" \;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue