summaryrefslogtreecommitdiff
path: root/inputmethod/ibus-qt/Makefile
diff options
context:
space:
mode:
authorobache <obache>2010-08-19 11:26:59 +0000
committerobache <obache>2010-08-19 11:26:59 +0000
commit4c69068a48ace4c3afee5a5a6dbc88511e7d4fcd (patch)
treeceeec11731389151d3edd4084255cd11ae1df50e /inputmethod/ibus-qt/Makefile
parent639441461baf8f8a17cf2cdc47a712ffe655f295 (diff)
downloadpkgsrc-4c69068a48ace4c3afee5a5a6dbc88511e7d4fcd.tar.gz
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 .
Diffstat (limited to 'inputmethod/ibus-qt/Makefile')
-rw-r--r--inputmethod/ibus-qt/Makefile9
1 files changed, 4 insertions, 5 deletions
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"