Sat May 31 14:24:23 2014 UTC ()
Switch to use UIM module framework.

Bump PKGREVISION.


(obache)
diff -r1.2 -r0 pkgsrc/inputmethod/uim-mozc/DEINSTALL
diff -r1.1 -r0 pkgsrc/inputmethod/uim-mozc/INSTALL
diff -r1.2 -r1.3 pkgsrc/inputmethod/uim-mozc/Makefile

File Deleted: pkgsrc/inputmethod/uim-mozc/Attic/DEINSTALL

File Deleted: pkgsrc/inputmethod/uim-mozc/Attic/INSTALL

cvs diff -r1.2 -r1.3 pkgsrc/inputmethod/uim-mozc/Makefile (expand / switch to unified diff)

--- pkgsrc/inputmethod/uim-mozc/Makefile 2014/02/12 23:18:05 1.2
+++ pkgsrc/inputmethod/uim-mozc/Makefile 2014/05/31 14:24:23 1.3
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.2 2014/02/12 23:18:05 tron Exp $ 1# $NetBSD: Makefile,v 1.3 2014/05/31 14:24:23 obache Exp $
2 2
3PKGNAME= uim-${DISTNAME} 3PKGNAME= uim-${DISTNAME}
4PKGREVISION= 1 4PKGREVISION= 2
5 5
6DISTFILES= ${DISTNAME}${EXTRACT_SUFX} uim-mozc-331.tar.xz 6DISTFILES= ${DISTNAME}${EXTRACT_SUFX} uim-mozc-331.tar.xz
7SITES.uim-mozc-331.tar.xz= ${MASTER_SITE_SOURCEFORGE:=pnsft-aur/} 7SITES.uim-mozc-331.tar.xz= ${MASTER_SITE_SOURCEFORGE:=pnsft-aur/}
8 8
9CONFLICTS+= ibus-mozc<=1.13.1651.102 9CONFLICTS+= ibus-mozc<=1.13.1651.102
10 10
11INSTALLATION_DIRS+= lib/uim/plugin share/uim/pixmaps 11INSTALLATION_DIRS+= lib/uim/plugin share/uim/pixmaps
12 12
13DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils 13DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
14DEPENDS+= mozc-renderer-[0-9]*:../../inputmethod/mozc-renderer 14DEPENDS+= mozc-renderer-[0-9]*:../../inputmethod/mozc-renderer
15DEPENDS+= mozc-server-[0-9]*:../../inputmethod/mozc-server 15DEPENDS+= mozc-server-[0-9]*:../../inputmethod/mozc-server
16DEPENDS+= mozc-tool-[0-9]*:../../inputmethod/mozc-tool 16DEPENDS+= mozc-tool-[0-9]*:../../inputmethod/mozc-tool
17 17
@@ -39,15 +39,18 @@ do-install: @@ -39,15 +39,18 @@ do-install:
39 ${INSTALL_DATA} ${WRKSRC}/data/images/unix/ui-tool.png \ 39 ${INSTALL_DATA} ${WRKSRC}/data/images/unix/ui-tool.png \
40 ${DESTDIR}${PREFIX}/share/uim/pixmaps/mozc_tool_selector.png 40 ${DESTDIR}${PREFIX}/share/uim/pixmaps/mozc_tool_selector.png
41 ${INSTALL_DATA} ${WRKSRC}/data/images/unix/ui-properties.png \ 41 ${INSTALL_DATA} ${WRKSRC}/data/images/unix/ui-properties.png \
42 ${DESTDIR}${PREFIX}/share/uim/pixmaps/mozc_tool_config_dialog.png 42 ${DESTDIR}${PREFIX}/share/uim/pixmaps/mozc_tool_config_dialog.png
43 ${INSTALL_DATA} ${WRKSRC}/data/images/unix/ui-dictionary.png \ 43 ${INSTALL_DATA} ${WRKSRC}/data/images/unix/ui-dictionary.png \
44 ${DESTDIR}${PREFIX}/share/uim/pixmaps/mozc_tool_dictionary_tool.png 44 ${DESTDIR}${PREFIX}/share/uim/pixmaps/mozc_tool_dictionary_tool.png
45 ${INSTALL_DATA} ${WRKSRC}/scm/mozc-custom.scm \ 45 ${INSTALL_DATA} ${WRKSRC}/scm/mozc-custom.scm \
46 ${DESTDIR}${PREFIX}/share/uim 46 ${DESTDIR}${PREFIX}/share/uim
47 ${INSTALL_DATA} ${WRKSRC}/scm/mozc-key-custom.scm \ 47 ${INSTALL_DATA} ${WRKSRC}/scm/mozc-key-custom.scm \
48 ${DESTDIR}${PREFIX}/share/uim 48 ${DESTDIR}${PREFIX}/share/uim
49 ${INSTALL_DATA} ${WRKSRC}/scm/mozc.scm \ 49 ${INSTALL_DATA} ${WRKSRC}/scm/mozc.scm \
50 ${DESTDIR}${PREFIX}/share/uim 50 ${DESTDIR}${PREFIX}/share/uim
51 51
 52UIM_MODULES= mozc
 53.include "../../inputmethod/uim/modules.mk"
 54
52.include "../../inputmethod/uim/buildlink3.mk" 55.include "../../inputmethod/uim/buildlink3.mk"
53.include "../../inputmethod/mozc-server/Makefile.common" 56.include "../../inputmethod/mozc-server/Makefile.common"