summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-11-25 10:55:43 +0000
committerobache <obache@pkgsrc.org>2010-11-25 10:55:43 +0000
commit90913c378eb28cd0a8b7d2a0ee7a58b2655329c9 (patch)
treeb9e47061fecc9937e9aa76a0e162e8e48796722a /inputmethod
parenta4a8ba27f3c8b558c31d485c2ba3ba490f7ec0a8 (diff)
downloadpkgsrc-90913c378eb28cd0a8b7d2a0ee7a58b2655329c9.tar.gz
Update ibus to 1.3.9.
Changes: * Fix compatible issues with gnome-do and chromium-browser. * Fix XIM compatible issue in ppc64 platform. * Fix some build problems with gtk3 * Sort input method in setup with strcoll * Fix some problem in Makefile for NteBSD
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus/Makefile17
-rw-r--r--inputmethod/ibus/distinfo8
2 files changed, 11 insertions, 14 deletions
diff --git a/inputmethod/ibus/Makefile b/inputmethod/ibus/Makefile
index 68f7dd8a73a..2d05e497e13 100644
--- a/inputmethod/ibus/Makefile
+++ b/inputmethod/ibus/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2010/11/15 22:57:32 abs Exp $
+# $NetBSD: Makefile,v 1.7 2010/11/25 10:55:43 obache Exp $
#
-DISTNAME= ibus-1.3.8
-PKGREVISION= 1
+DISTNAME= ibus-1.3.9
CATEGORIES= inputmethod
MASTER_SITES= http://ibus.googlecode.com/files/
@@ -27,6 +26,8 @@ PKGCONFIG_OVERRIDE+= ibus-1.0.pc.in
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
+CONFIGURE_ARGS+= --enable-gtk2
+CONFIGURE_ARGS+= --disable-gtk3
BUILD_DEFS+= PKG_SYSCONFBASE
@@ -38,15 +39,11 @@ MAKE_DIRS+= ${PKG_SYSCONFBASE}/xdg/autostart
CONF_FILES+= ${EXAMPLESDIR}/xdg/autostart/ibus.desktop \
${PKG_SYSCONFBASE}/xdg/autostart/ibus.desktop
-SUBST_CLASSES+= epython
-SUBST_STAGE.epython= pre-configure
-SUBST_FILES.epython= setup/ibus-setup.in ui/gtk/ibus-ui-gtk.in
-SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g'
-
-.include "bad-env-usage.mk"
-
+BUILDLINK_API_DEPENDS.GConf+= GConf>=2.12
.include "../../devel/GConf/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.18
+.include "../../devel/glib2/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
PY_PATCHPLIST= yes
.include "../../lang/python/extension.mk"
diff --git a/inputmethod/ibus/distinfo b/inputmethod/ibus/distinfo
index a5b81b16841..7d5dfce2cf7 100644
--- a/inputmethod/ibus/distinfo
+++ b/inputmethod/ibus/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2010/10/22 11:28:38 obache Exp $
+$NetBSD: distinfo,v 1.3 2010/11/25 10:55:43 obache Exp $
-SHA1 (ibus-1.3.8.tar.gz) = c1cf1c897bd24f8becfa52127d058eabbb199b8e
-RMD160 (ibus-1.3.8.tar.gz) = c9a0d159d8810327666ddd2da18c19ef24c91106
-Size (ibus-1.3.8.tar.gz) = 1379038 bytes
+SHA1 (ibus-1.3.9.tar.gz) = 3eaa95bd2a86c9fae23fdc80dd70d27f0efb7138
+RMD160 (ibus-1.3.9.tar.gz) = 8cf8712d29369bb1934c0d9d66ce5f15953a60d0
+Size (ibus-1.3.9.tar.gz) = 1380081 bytes