Tue Mar 15 20:45:39 2022 UTC ()
ibus-python: sync with ibus 1.5.26 updates.  Build test only.


(tsutsui)
diff -r1.23 -r1.24 pkgsrc/inputmethod/ibus-python/Makefile

cvs diff -r1.23 -r1.24 pkgsrc/inputmethod/ibus-python/Makefile (expand / switch to unified diff)

--- pkgsrc/inputmethod/ibus-python/Makefile 2022/01/28 14:02:33 1.23
+++ pkgsrc/inputmethod/ibus-python/Makefile 2022/03/15 20:45:39 1.24
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.23 2022/01/28 14:02:33 wiz Exp $ 1# $NetBSD: Makefile,v 1.24 2022/03/15 20:45:39 tsutsui Exp $
2 2
3PKGREVISION= 1 
4.include "../../inputmethod/ibus/Makefile.common" 3.include "../../inputmethod/ibus/Makefile.common"
5 4
6PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/ibus/ibus-python/} 5PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/ibus/ibus-python/}
7 6
8COMMENT= Python library for Intelligent Input Bus 7COMMENT= Python library for Intelligent Input Bus
9LICENSE= gnu-lgpl-v2.1 8LICENSE= gnu-lgpl-v2.1
10 9
11USE_LANGUAGES= c c++ 10USE_LANGUAGES= c c++
12USE_LIBTOOL= yes 11USE_LIBTOOL= yes
13USE_PKGLOCALEDIR= yes 12USE_PKGLOCALEDIR= yes
14USE_TOOLS+= pkg-config intltool msgfmt gmake 13USE_TOOLS+= pkg-config intltool msgfmt gmake
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16 15
@@ -19,26 +18,27 @@ DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]* @@ -19,26 +18,27 @@ DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*
19DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 18DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
20 19
21PKGCONFIG_OVERRIDE+= ibus-1.0.pc.in 20PKGCONFIG_OVERRIDE+= ibus-1.0.pc.in
22 21
23CONFIGURE_ARGS+= --disable-gtk2 22CONFIGURE_ARGS+= --disable-gtk2
24CONFIGURE_ARGS+= --disable-gtk3 23CONFIGURE_ARGS+= --disable-gtk3
25CONFIGURE_ARGS+= --disable-xim 24CONFIGURE_ARGS+= --disable-xim
26CONFIGURE_ARGS+= --disable-nls 25CONFIGURE_ARGS+= --disable-nls
27CONFIGURE_ARGS+= --disable-libnotify 26CONFIGURE_ARGS+= --disable-libnotify
28CONFIGURE_ARGS+= --disable-engine 27CONFIGURE_ARGS+= --disable-engine
29CONFIGURE_ARGS+= --disable-surround-text 28CONFIGURE_ARGS+= --disable-surround-text
30CONFIGURE_ARGS+= --disable-emoji-dict 29CONFIGURE_ARGS+= --disable-emoji-dict
31CONFIGURE_ARGS+= --disable-unicode-dict 30CONFIGURE_ARGS+= --disable-unicode-dict
 31CONFIGURE_ARGS+= --disable-systemd-services
32 32
33.include "../../mk/compiler.mk" 33.include "../../mk/compiler.mk"
34.if !empty(CC_VERSION:Mgcc-4.1.[0-9]*) 34.if !empty(CC_VERSION:Mgcc-4.1.[0-9]*)
35BUILDLINK_TRANSFORM+= rm:-Wno-unused-but-set-variable 35BUILDLINK_TRANSFORM+= rm:-Wno-unused-but-set-variable
36.endif 36.endif
37 37
38NO_BUILD= yes 38NO_BUILD= yes
39INSTALL_DIRS= bindings ibus 39INSTALL_DIRS= bindings ibus
40 40
41CONFIGURE_ARGS+= --disable-dconf 41CONFIGURE_ARGS+= --disable-dconf
42CONFIGURE_ARGS+= --enable-python-library 42CONFIGURE_ARGS+= --enable-python-library
43CONFIGURE_ENV+= PYTHON2=${PYTHONBIN} 43CONFIGURE_ENV+= PYTHON2=${PYTHONBIN}
44 44