From a291e7fcf041607b48acaaf7d50b938c0fbbee1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 2 Jun 2020 21:29:23 +0200 Subject: [PATCH] ibus-anthy: needs gettext in hostmakedepends --- srcpkgs/ibus-anthy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ibus-anthy/template b/srcpkgs/ibus-anthy/template index d975b44e85..d9d0f92e56 100644 --- a/srcpkgs/ibus-anthy/template +++ b/srcpkgs/ibus-anthy/template @@ -4,8 +4,8 @@ version=1.5.11 revision=1 build_style=gnu-configure configure_args="--libexec=/usr/lib/ibus $(vopt_enable gir introspection)" -hostmakedepends="automake gettext-devel $(vopt_if gir gobject-introspection) libtool pkg-config swig" -makedepends="anthy-devel ibus-devel python-gobject-devel" +hostmakedepends="automake gettext $(vopt_if gir gobject-introspection) libtool pkg-config swig" +makedepends="anthy-devel gettext-devel ibus-devel python-gobject-devel" depends="ibus" short_desc="Japanese input method Anthy IMEngine for IBus Framework" maintainer="7185 <7185@free.fr>"