Wed Oct 23 12:47:33 2013 UTC ()
Switch to use gtk3, same as bumped ibus-1.5.

Bump PKGREVISION.


(obache)
diff -r1.22 -r1.23 pkgsrc/inputmethod/ibus-unikey/Makefile

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

--- pkgsrc/inputmethod/ibus-unikey/Makefile 2013/10/10 14:42:18 1.22
+++ pkgsrc/inputmethod/ibus-unikey/Makefile 2013/10/23 12:47:33 1.23
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.22 2013/10/10 14:42:18 ryoon Exp $ 1# $NetBSD: Makefile,v 1.23 2013/10/23 12:47:33 obache Exp $
2# 2#
3 3
4DISTNAME= ibus-unikey-0.6.1 4DISTNAME= ibus-unikey-0.6.1
5PKGREVISION= 10 5PKGREVISION= 11
6CATEGORIES= inputmethod 6CATEGORIES= inputmethod
7MASTER_SITES= http://ibus-unikey.googlecode.com/files/ 7MASTER_SITES= http://ibus-unikey.googlecode.com/files/
8 8
9MAINTAINER= obache@NetBSD.org 9MAINTAINER= obache@NetBSD.org
10HOMEPAGE= http://code.google.com/p/ibus-unikey/ 10HOMEPAGE= http://code.google.com/p/ibus-unikey/
11COMMENT= Vietnamese Input Method Engine for IBUS using Unikey IME 11COMMENT= Vietnamese Input Method Engine for IBUS using Unikey IME
12LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
18USE_TOOLS+= gmake pkg-config intltool msgfmt 18USE_TOOLS+= gmake pkg-config intltool msgfmt
19 19
20CONFIGURE_ARGS+= --with-gtk-version=2 20CONFIGURE_ARGS+= --with-gtk-version=3
21 21
22.include "../../inputmethod/ibus/buildlink3.mk" 22.include "../../inputmethod/ibus/buildlink3.mk"
23BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0 23BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
24.include "../../x11/gtk2/buildlink3.mk" 24.include "../../x11/gtk3/buildlink3.mk"
25.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"