diff options
author | obache <obache@pkgsrc.org> | 2009-01-23 13:42:55 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-01-23 13:42:55 +0000 |
commit | a6360464963d9dd73670a19fe78e82f8e1b587c3 (patch) | |
tree | 0e649d330e501b6c07fa4154008f489f81860aa7 /inputmethod/uim-qt4-immodule | |
parent | 8ae9d09cdd6c701647ecd053943a399d255355fa (diff) | |
download | pkgsrc-a6360464963d9dd73670a19fe78e82f8e1b587c3.tar.gz |
Import uim-qt4-immodule-1.5.5 as inputmethod/uim-qt4-immodule.
Based on from Yamashiro, Jun in tech-pkg-ja@.
Qt4 immodule for inputmethod/uim.
Diffstat (limited to 'inputmethod/uim-qt4-immodule')
-rw-r--r-- | inputmethod/uim-qt4-immodule/DESCR | 1 | ||||
-rw-r--r-- | inputmethod/uim-qt4-immodule/Makefile | 30 | ||||
-rw-r--r-- | inputmethod/uim-qt4-immodule/PLIST | 3 |
3 files changed, 34 insertions, 0 deletions
diff --git a/inputmethod/uim-qt4-immodule/DESCR b/inputmethod/uim-qt4-immodule/DESCR new file mode 100644 index 00000000000..93da5293009 --- /dev/null +++ b/inputmethod/uim-qt4-immodule/DESCR @@ -0,0 +1 @@ +Qt4 immodule for inputmethod/uim. diff --git a/inputmethod/uim-qt4-immodule/Makefile b/inputmethod/uim-qt4-immodule/Makefile new file mode 100644 index 00000000000..3d1209b624f --- /dev/null +++ b/inputmethod/uim-qt4-immodule/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/01/23 13:42:55 obache Exp $ + +.include "../../inputmethod/uim/Makefile.common" +PKGNAME= uim-qt4-immodule-${UIM_VERSION} +CATEGORIES= inputmethod + +COMMENT= Qt4 immodule for inputmethod/uim + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_TOOLS+= gmake intltool pkg-config +USE_LANGUAGES= c c++ +GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --with-libgcroots=installed +CONFIGURE_ARGS+= --with-qt4-immodule +CONFIGURE_ARGS+= --with-libedit=no +CONFIGURE_ARGS+= --disable-emacs +INSTALL_ENV+= INSTALL_ROOT=${DESTDIR} + +INSTALL_DIRS= qt4/immodule + +do-build: + ${RUN} cd ${WRKSRC}/uim && ${BUILD_MAKE_CMD} libuim-x-util.la + ${RUN} cd ${WRKSRC}/replace && ${BUILD_MAKE_CMD} ${BUILD_TARGET} + ${RUN} cd ${WRKSRC}/qt4/immodule && ${BUILD_MAKE_CMD} ${BUILD_TARGET} + +.include "../../inputmethod/uim/buildlink3.mk" +.include "../../x11/qt4-libs/buildlink3.mk" +.include "../../x11/qt4-tools/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/uim-qt4-immodule/PLIST b/inputmethod/uim-qt4-immodule/PLIST new file mode 100644 index 00000000000..b13fac18599 --- /dev/null +++ b/inputmethod/uim-qt4-immodule/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/23 13:42:55 obache Exp $ +qt4/plugins/inputmethods/libuiminputcontextplugin.la +@comment in qt4-libs: @dirrm qt4/plugins/inputmethods |