pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/ibus fixes mis-handling of gtk3 immodule.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3beaa30a205c
branches:  trunk
changeset: 632766:3beaa30a205c
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Apr 06 01:49:12 2014 +0000

description:
fixes mis-handling of gtk3 immodule.

Bump PKGREVISION.

diffstat:

 inputmethod/ibus/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 9523a165e971 -r 3beaa30a205c inputmethod/ibus/Makefile
--- a/inputmethod/ibus/Makefile Sat Apr 05 23:57:08 2014 +0000
+++ b/inputmethod/ibus/Makefile Sun Apr 06 01:49:12 2014 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.35 2014/01/25 10:30:11 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2014/04/06 01:49:12 obache Exp $
 
 PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of 1.5.4
 
 .include "Makefile.common"
 
+PKGREVISION=   1
 COMMENT=       Intelligent Input Bus
 
 DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
@@ -63,6 +64,7 @@
 .include "../../textproc/iso-codes/buildlink3.mk"
 GTK2_IMMODULES=        yes
 .include "../../x11/gtk2/modules.mk"
+GTK3_IMMODULES=        yes
 .include "../../x11/gtk3/modules.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index