From 3f59c348a8cb0b0bd7cc3b64ae34caebb46da44b Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 28 Jan 2022 14:02:33 +0000 Subject: *: switch to python 2.7 version of py-gobject3 --- inputmethod/ibus-anthy/Makefile | 4 ++-- inputmethod/ibus-array/Makefile | 6 ++++-- inputmethod/ibus-python/Makefile | 4 ++-- inputmethod/ibus/Makefile | 6 ++++-- 4 files changed, 12 insertions(+), 8 deletions(-) (limited to 'inputmethod') diff --git a/inputmethod/ibus-anthy/Makefile b/inputmethod/ibus-anthy/Makefile index 891a71e7517..258aef7082e 100644 --- a/inputmethod/ibus-anthy/Makefile +++ b/inputmethod/ibus-anthy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2022/01/28 12:49:56 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2022/01/28 14:02:33 wiz Exp $ DISTNAME= ibus-anthy-1.5.6 PKGREVISION= 4 @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= kasumi>=2.1:../../inputmethod/kasumi DEPENDS+= ibus>=1.5.4:../../inputmethod/ibus -DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 +DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject32 GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/inputmethod/ibus-array/Makefile b/inputmethod/ibus-array/Makefile index ff684c3a1d9..b0770558609 100644 --- a/inputmethod/ibus-array/Makefile +++ b/inputmethod/ibus-array/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2021/12/08 16:05:13 adam Exp $ +# $NetBSD: Makefile,v 1.41 2022/01/28 14:02:33 wiz Exp $ DISTNAME= ibus-array-0.1.0 PKGREVISION= 20 @@ -11,7 +11,9 @@ HOMEPAGE= https://code.google.com/archive/p/ibus-array/ COMMENT= Array 30 Input Method for iBus LICENSE= gnu-gpl-v3 -DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 +DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject32 + +PYTHON_VERSIONS_ACCEPTED= 27 GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/inputmethod/ibus-python/Makefile b/inputmethod/ibus-python/Makefile index ca308a570e9..8f6659179ab 100644 --- a/inputmethod/ibus-python/Makefile +++ b/inputmethod/ibus-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2021/12/08 16:05:15 adam Exp $ +# $NetBSD: Makefile,v 1.23 2022/01/28 14:02:33 wiz Exp $ PKGREVISION= 1 .include "../../inputmethod/ibus/Makefile.common" @@ -15,7 +15,7 @@ USE_TOOLS+= pkg-config intltool msgfmt gmake GNU_CONFIGURE= yes DEPENDS+= ibus>=${PKGVERSION_NOREV}:../../inputmethod/ibus -DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 +DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject32 DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 PKGCONFIG_OVERRIDE+= ibus-1.0.pc.in diff --git a/inputmethod/ibus/Makefile b/inputmethod/ibus/Makefile index a46f69f65cc..b113d219f5a 100644 --- a/inputmethod/ibus/Makefile +++ b/inputmethod/ibus/Makefile @@ -1,15 +1,17 @@ -# $NetBSD: Makefile,v 1.81 2021/12/08 16:02:14 adam Exp $ +# $NetBSD: Makefile,v 1.82 2022/01/28 14:02:33 wiz Exp $ PKGREVISION= 2 .include "Makefile.common" COMMENT= Intelligent Input Bus -DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 +DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject32 BUILD_DEPENDS+= cldr-emoji-annotation>=37.0.13.0.0.2:../../textproc/cldr-emoji-annotation BUILD_DEPENDS+= unicode-character-database>=13.0.0:../../textproc/unicode-character-database BUILD_DEPENDS+= unicode-emoji>=13.1:../../textproc/unicode-emoji +PYTHON_VERSIONS_ACCEPTED= 27 + GNU_CONFIGURE= yes USE_LIBTOOL= yes # XXX fails without GNU msgfmt -- cgit v1.2.3