From d9c51852c91a9bfc282fe0f3fcfea9e10880bfef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 29 Apr 2019 12:55:41 +0200 Subject: [PATCH] libcryptui: always enable gir --- srcpkgs/libcryptui/template | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/srcpkgs/libcryptui/template b/srcpkgs/libcryptui/template index 3b9745c6843..de4759a49c9 100644 --- a/srcpkgs/libcryptui/template +++ b/srcpkgs/libcryptui/template @@ -3,9 +3,11 @@ pkgname=libcryptui version=3.12.2 revision=2 build_style=gnu-configure +build_helper="gir" configure_args="--disable-static --disable-update-mime-database ---disable-schemas-compile" -hostmakedepends="pkg-config intltool dbus-glib-devel glib gnupg" +--disable-schemas-compile $(vopt_enable gir introspection)" +hostmakedepends="pkg-config intltool dbus-glib-devel glib gnupg + $(vopt_if gir gobject-introspection)" makedepends="libSM-devel dbus-glib-devel gtk+3-devel gpgme-devel libnotify-devel libgnome-keyring-devel" depends="hicolor-icon-theme libgnome-keyring>=3.10 gnupg" @@ -18,18 +20,7 @@ checksum=71ead1a7b496f07f6c5102ae79945dd2515b7b9342c6edefe58b47318be20866 # Package build options build_options="gir" - -# Disable gir for cross builds. -if [ -z "$CROSS_BUILD" ]; then - build_options_default="gir" -fi - -if [ "$build_option_gir" ]; then - configure_args+=" --enable-introspection" - makedepends+=" gobject-introspection" -else - configure_args+=" --disable-introspection" -fi +build_options_default="gir" libcryptui-devel_package() { depends="gtk+3-devel dbus-glib-devel ${sourcepkg}>=${version}_${revision}"