Add uim-gtk3, GTK+ 3.x modules of uim input method.
This commit is contained in:
parent
2f1a549933
commit
c54e6efca6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279023
@ -1335,6 +1335,7 @@
|
||||
SUBDIR += uim-el-xemacs21-mule
|
||||
SUBDIR += uim-gnome
|
||||
SUBDIR += uim-gtk
|
||||
SUBDIR += uim-gtk3
|
||||
SUBDIR += uim-kde
|
||||
SUBDIR += uim-kde4
|
||||
SUBDIR += uim-m17nlib
|
||||
|
40
textproc/uim-gtk3/Makefile
Normal file
40
textproc/uim-gtk3/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: uim-gtk3
|
||||
# Date created: 6 August 2011
|
||||
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMESUFFIX= -gtk3
|
||||
|
||||
COMMENT= GTK+ 3.x modules of uim input method
|
||||
|
||||
USE_GNOME= gtk30
|
||||
LIB_DEPENDS= uim.8:${PORTSDIR}/textproc/uim
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../textproc/uim
|
||||
PKGDIR= ${.CURDIR}
|
||||
CONFIGURE_ARGS= --with-gtk3 --enable-pref --enable-default-toolkit=gtk3
|
||||
|
||||
UIM_SLAVE= yes
|
||||
|
||||
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-gtk3_candwin_Makefile.in \
|
||||
${PATCHDIR}/extra-patch-gtk3_dict_Makefile.in \
|
||||
${PATCHDIR}/extra-patch-gtk3_immodule_Makefile.in \
|
||||
${PATCHDIR}/extra-patch-gtk3_pad_Makefile.in \
|
||||
${PATCHDIR}/extra-patch-gtk3_pref_Makefile.in \
|
||||
${PATCHDIR}/extra-patch-gtk3_switcher_Makefile.in \
|
||||
${PATCHDIR}/extra-patch-gtk3_toolbar_Makefile.in
|
||||
|
||||
.if defined(WITHOUT_X11)
|
||||
IGNORE= requires X11
|
||||
.endif
|
||||
|
||||
do-build:
|
||||
(cd ${WRKSRC}/uim && ${GMAKE} libuim-x-util.la libuim-counted-init.la)
|
||||
(cd ${WRKSRC}/gtk3 && ${GMAKE})
|
||||
|
||||
do-install:
|
||||
(cd ${WRKSRC}/gtk3 && ${GMAKE} install)
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
textproc/uim-gtk3/pkg-descr
Normal file
3
textproc/uim-gtk3/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
GTK+ 3.x modules of uim input method.
|
||||
|
||||
WWW: http://code.google.com/p/uim/
|
12
textproc/uim-gtk3/pkg-plist
Normal file
12
textproc/uim-gtk3/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
bin/uim-im-switcher-gtk3
|
||||
bin/uim-input-pad-ja-gtk3
|
||||
bin/uim-pref-gtk3
|
||||
bin/uim-toolbar-gtk3
|
||||
bin/uim-toolbar-gtk3-systray
|
||||
lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-uim.a
|
||||
lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-uim.la
|
||||
lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-uim.so
|
||||
libexec/uim-candwin-gtk3
|
||||
libexec/uim-candwin-tbl-gtk3
|
||||
@exec gtk-query-immodules-3.0 > %D/etc/gtk-3.0/gtk.immodules
|
||||
@unexec gtk-query-immodules-3.0 > %D/etc/gtk-3.0/gtk.immodules
|
Loading…
Reference in New Issue
Block a user