diff --git a/srcpkgs/deepin-terminal/template b/srcpkgs/deepin-terminal/template index 57feb0bd3f8..ac614fcfc2b 100644 --- a/srcpkgs/deepin-terminal/template +++ b/srcpkgs/deepin-terminal/template @@ -3,6 +3,7 @@ pkgname=deepin-terminal version=5.0.0 revision=2 build_style=cmake +build_helper="gir" configure_args="-DTEST_BUILD=OFF -DUSE_VENDOR_LIB=OFF" hostmakedepends="glib-devel gobject-introspection gperf intltool pkg-config vala" @@ -16,7 +17,6 @@ homepage="https://github.com/linuxdeepin/deepin-terminal" changelog="https://github.com/linuxdeepin/deepin-terminal/blob/master/CHANGELOG.md" distfiles="https://github.com/linuxdeepin/deepin-terminal/archive/${version}.tar.gz" checksum=fc0586a48f85a8151602c205004118429f22c504cd25881eecfd553849fe35f2 -nocross=yes case $XBPS_TARGET_MACHINE in *-musl) CFLAGS="-DREG_NOERROR=REG_OK"