mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
efl: don't build examples.
Avoids wasting build time. Also gate tests, since they aren't working great yet.
This commit is contained in:
parent
e2d287ae63
commit
b6a7217185
1 changed files with 9 additions and 0 deletions
|
@ -4,6 +4,7 @@ version=1.24.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="
|
configure_args="
|
||||||
|
-Dbuild-examples=false
|
||||||
-Dembedded-lz4=false
|
-Dembedded-lz4=false
|
||||||
-Dcrypto=openssl
|
-Dcrypto=openssl
|
||||||
-Dnetwork-backend=none
|
-Dnetwork-backend=none
|
||||||
|
@ -46,6 +47,7 @@ makedepends="
|
||||||
$(vopt_if pulseaudio pulseaudio-devel)
|
$(vopt_if pulseaudio pulseaudio-devel)
|
||||||
$(vopt_if lottie rlottie-devel)
|
$(vopt_if lottie rlottie-devel)
|
||||||
$(vopt_if ibus ibus-devel)"
|
$(vopt_if ibus ibus-devel)"
|
||||||
|
checkdepends="dbus xvfb-run"
|
||||||
short_desc="Enlightenment Foundation Libraries"
|
short_desc="Enlightenment Foundation Libraries"
|
||||||
maintainer="q66 <daniel@octaforge.org>"
|
maintainer="q66 <daniel@octaforge.org>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-only"
|
||||||
|
@ -104,6 +106,13 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
if [ "$XBPS_CHECK_PKGS" = full ]; then
|
||||||
|
# FIXME: tests fail in weird places
|
||||||
|
xvfb-run dbus-run-session ninja -C build test
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# don't want service file junk
|
# don't want service file junk
|
||||||
rm -rf ${DESTDIR}/usr/lib/systemd
|
rm -rf ${DESTDIR}/usr/lib/systemd
|
||||||
|
|
Loading…
Add table
Reference in a new issue