From 4c69068a48ace4c3afee5a5a6dbc88511e7d4fcd Mon Sep 17 00:00:00 2001 From: obache Date: Thu, 19 Aug 2010 11:26:59 +0000 Subject: Update ibus-qt to 1.3.1. * Fix build error with binutils-gold * Add debian package support from Li Daoing's repository * Fix build error with cmake-2.6 * Use if(NOT ..) to replace if(NOT DEFINED ..) in CMakeLists.txt * Use memset to init memory block. * Merge remote branch 'origin/debian' * Fix background and foreground in preedit QTextCharFormat. * Added hotkeys in IBus::EngineDesc . --- inputmethod/ibus-qt/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'inputmethod/ibus-qt/Makefile') diff --git a/inputmethod/ibus-qt/Makefile b/inputmethod/ibus-qt/Makefile index 27e9a616dc1..f560c85221b 100644 --- a/inputmethod/ibus-qt/Makefile +++ b/inputmethod/ibus-qt/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 02:04:44 obache Exp $ +# $NetBSD: Makefile,v 1.2 2010/08/19 11:26:59 obache Exp $ # -DISTNAME= ibus-qt-1.3.0-Source +DISTNAME= ibus-qt-1.3.1-Source PKGNAME= ${DISTNAME:S/-Source//} -PKGREVISION= 1 CATEGORIES= inputmethod MASTER_SITES= http://ibus.googlecode.com/files/ @@ -14,8 +13,6 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= ibus>=1.2:../../inputmethod/ibus - USE_CMAKE= yes USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes @@ -25,6 +22,8 @@ USE_TOOLS+= pkg-config #BUILD_DEPENDS+= doxygen>=1.6:../../devel/doxygen TOOLS_NOOP= doxygen +BUILDLINK_API_DEPENDS.ibus+= ibus>=1.3.7 +.include "../../inputmethod/ibus/buildlink3.mk" .include "../../textproc/icu/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/qt4-libs/buildlink3.mk" -- cgit v1.2.3