From 1805bdcec3ebc8f8d4c60b51c5072893fc184170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 29 Apr 2019 15:40:42 +0200 Subject: [PATCH] libkeybinder3: always enable gir --- srcpkgs/libkeybinder3/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libkeybinder3/template b/srcpkgs/libkeybinder3/template index 5f13b9b42b6..16fd5f2e74a 100644 --- a/srcpkgs/libkeybinder3/template +++ b/srcpkgs/libkeybinder3/template @@ -1,9 +1,10 @@ # Template file for 'libkeybinder3' pkgname=libkeybinder3 version=0.3.2 -revision=1 +revision=2 wrksrc="keybinder-keybinder-3.0-v${version}" build_style=gnu-configure +build_helper="gir" configure_args="$(vopt_enable gir introspection)" hostmakedepends="gnome-common gtk-doc libtool pkg-config $(vopt_if gir gobject-introspection)" makedepends="gtk+3-devel" @@ -15,9 +16,7 @@ distfiles="https://github.com/engla/keybinder/archive/keybinder-3.0-v${version}. checksum=2eec50be6dfafa672d719e719f639df10403f270b2473e60deb2fb8455d13c51 build_options="gir" -if [ -z "$CROSS_BUILD" ]; then - build_options_default="gir" -fi +build_options_default="gir" pre_configure() { NOCONFIGURE=1 ./autogen.sh