diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-11-26 17:38:22 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-11-26 17:38:22 +0000 |
commit | 312a702b4b8c0002651616c073e67e4ef9faffc7 (patch) | |
tree | c712004ab7c143ef4ed5d367ab60f219847273d1 /textproc/uim-kde4 | |
parent | af19ab669c1c4a059660a2805952dbf6fc09aa27 (diff) |
- Update to 1.6.0.
- Add textproc/uim-kde4, KDE4 panel applet of uim input method. It is a
slave port of textproc/uim.
- Remove japanese/uim-canna and japanese/uim-prime. Now the canna and prime
modules are implemented as scheme scripts and they can be installed from
textproc/uim.
- Enable helper tools installation of textproc/uim-qt4.
- Enable sj3 support of textproc/uim.
Notes
Notes:
svn path=/head/; revision=265188
Diffstat (limited to 'textproc/uim-kde4')
-rw-r--r-- | textproc/uim-kde4/Makefile | 40 | ||||
-rw-r--r-- | textproc/uim-kde4/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/uim-kde4/pkg-plist | 2 |
3 files changed, 45 insertions, 0 deletions
diff --git a/textproc/uim-kde4/Makefile b/textproc/uim-kde4/Makefile new file mode 100644 index 000000000000..14a009b50d4e --- /dev/null +++ b/textproc/uim-kde4/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: uim-kde4 +# Date created: 26 November 2010 +# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -kde4 + +COMMENT= KDE4 panel applet of uim input method + +BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake +LIB_DEPENDS= uim.7:${PORTSDIR}/textproc/uim +RUN_DEPENDS= uim-pref-qt4:${PORTSDIR}/textproc/uim-qt + +USE_GCC= 4.2+ +USE_KDE4= kdelibs automoc4 +USE_QT_VER= 4 +QT_COMPONENTS= qmake_build moc_build qt3support uic rcc +USE_AUTOTOOLS= libtool:22 + +MASTERDIR= ${.CURDIR}/../../textproc/uim +PKGDIR= ${.CURDIR} +CONFIGURE_ARGS= --with-qt4 --enable-pref --enable-default-toolkit=qt4 \ + --enable-kde4-applet +UIM_SLAVE= yes + +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-qt4_toolbar_CMakeLists.txt + +.if defined(WITHOUT_X11) +IGNORE= requires X11 +.endif + +do-build: + (cd ${WRKSRC}/qt4/toolbar/build && ${SETENV} ${MAKE_ENV} ${GMAKE}) + +do-install: + (cd ${WRKSRC}/qt4/toolbar/build && ${SETENV} ${MAKE_ENV} ${GMAKE} install) + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/uim-kde4/pkg-descr b/textproc/uim-kde4/pkg-descr new file mode 100644 index 000000000000..4a39d31b3738 --- /dev/null +++ b/textproc/uim-kde4/pkg-descr @@ -0,0 +1,3 @@ +KDE4 panel applet of uim input method. + +WWW: http://code.google.com/p/uim/ diff --git a/textproc/uim-kde4/pkg-plist b/textproc/uim-kde4/pkg-plist new file mode 100644 index 000000000000..52a8f47a337d --- /dev/null +++ b/textproc/uim-kde4/pkg-plist @@ -0,0 +1,2 @@ +kde4/lib/kde4/plasma_applet_uim.so +kde4/share/kde4/services/plasma-applet-uim.desktop |