From b3f6439571a053b22ebf37eea3ef337b4befeaea Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 26 Jan 2022 18:16:55 +0100 Subject: [PATCH 1/2] ibus: disable python2 support --- srcpkgs/ibus/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template index 49675ff3d6a5..f12d7ec92ed0 100644 --- a/srcpkgs/ibus/template +++ b/srcpkgs/ibus/template @@ -1,16 +1,16 @@ # Template file for 'ibus' pkgname=ibus version=1.5.23 -revision=3 +revision=4 build_style=gnu-configure build_helper="gir" configure_args="--enable-ui --enable-gtk3 --disable-tests --disable-schemas-compile --enable-memconf --enable-dconf - --enable-wayland --enable-python2 --with-python=/usr/bin/python3 + --enable-wayland --with-python=/usr/bin/python3 $(vopt_enable dicts emoji-dict) $(vopt_enable dicts unicode-dict) --enable-introspection --enable-vala $(vopt_enable ibus_setup setup)" hostmakedepends="automake gettext-devel libtool pkg-config intltool dconf - python3 python glib-devel $(vopt_if vala vala) python-gobject-devel + python3 glib-devel $(vopt_if vala vala) $(vopt_if dicts 'cldr-emoji-annotation unicode-character-database unicode-emoji')" makedepends="dconf-devel gtk+-devel hicolor-icon-theme iso-codes json-glib-devel libnotify-devel librsvg-devel python3-xdg From 632ffa978e02b6964d8a723f57ae99a0074f049c Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 26 Jan 2022 18:16:57 +0100 Subject: [PATCH 2/2] ibus-hangul: remove an unnecessary build dep --- srcpkgs/ibus-hangul/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ibus-hangul/template b/srcpkgs/ibus-hangul/template index c8d2d96993fc..66f1dd552788 100644 --- a/srcpkgs/ibus-hangul/template +++ b/srcpkgs/ibus-hangul/template @@ -5,7 +5,7 @@ revision=1 build_style=gnu-configure configure_args="--libexec=/usr/lib/ibus --with-python=/usr/bin/python3" hostmakedepends="gettext libtool pkg-config swig" -makedepends="ibus-devel libhangul-devel python-gobject-devel" +makedepends="ibus-devel libhangul-devel" depends="ibus librsvg python3-gobject" short_desc="Korean input engine for IBus" maintainer="Michael Aldridge "