aboutsummaryrefslogtreecommitdiff
path: root/textproc/uim-gtk
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2021-05-01 14:14:17 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2021-05-01 14:25:40 +0000
commitdc84281c1af6a0616aa1f20a4c5b958ffeaa1ea2 (patch)
tree1974a4fbb5fb36dccce92112f66acf18efbfe06c /textproc/uim-gtk
parent067191c2d8de00f91f90d78d4cd7d54169f21cff (diff)
downloadports-dc84281c1af6a0616aa1f20a4c5b958ffeaa1ea2.tar.gz
ports-dc84281c1af6a0616aa1f20a4c5b958ffeaa1ea2.zip
textproc/uim: Update to the snapshot on 2021-01-04.
- Use GTK+ 3 as default GUI toolkit. - textproc/uim-qt5 installs KDE Plasma 5 applet. - Bump PORTREVISION of ports that depends on textproc/uim
Diffstat (limited to 'textproc/uim-gtk')
-rw-r--r--textproc/uim-gtk/Makefile18
-rw-r--r--textproc/uim-gtk/pkg-plist3
2 files changed, 5 insertions, 16 deletions
diff --git a/textproc/uim-gtk/Makefile b/textproc/uim-gtk/Makefile
index f1db6ba907b5..1e4b8c10dc1a 100644
--- a/textproc/uim-gtk/Makefile
+++ b/textproc/uim-gtk/Makefile
@@ -15,29 +15,15 @@ CONFIGURE_ARGS= --with-gtk2 --enable-pref
UIM_SLAVE= yes
-EXTRA_PATCHES= ${PATCHDIR}/extra-patch-gtk2_immodule_Makefile.in \
- ${PATCHDIR}/extra-patch-gtk2_pad_Makefile.in \
- ${PATCHDIR}/extra-patch-gtk2_pref_Makefile.in \
- ${PATCHDIR}/extra-patch-gtk2_switcher_Makefile.in \
- ${PATCHDIR}/extra-patch-gtk2_toolbar_Makefile.in
-
.if defined(WITHOUT_X11)
IGNORE= requires X11
.endif
do-build:
(cd ${WRKSRC}/uim && ${MAKE_CMD} libuim-x-util.la libuim-counted-init.la)
- (cd ${WRKSRC}/gtk2/immodule && ${MAKE_CMD})
- (cd ${WRKSRC}/gtk2/pad && ${MAKE_CMD})
- (cd ${WRKSRC}/gtk2/pref && ${MAKE_CMD})
- (cd ${WRKSRC}/gtk2/switcher && ${MAKE_CMD})
- (cd ${WRKSRC}/gtk2/toolbar && ${MAKE_CMD})
+ (cd ${WRKSRC}/gtk2 && ${MAKE_CMD})
do-install:
- (cd ${WRKSRC}/gtk2/immodule && ${MAKE_CMD} DESTDIR=${STAGEDIR} install)
- (cd ${WRKSRC}/gtk2/pad && ${MAKE_CMD} DESTDIR=${STAGEDIR} install)
- (cd ${WRKSRC}/gtk2/pref && ${MAKE_CMD} DESTDIR=${STAGEDIR} install)
- (cd ${WRKSRC}/gtk2/switcher && ${MAKE_CMD} DESTDIR=${STAGEDIR} install)
- (cd ${WRKSRC}/gtk2/toolbar && ${MAKE_CMD} DESTDIR=${STAGEDIR} install)
+ (cd ${WRKSRC}/gtk2 && ${MAKE_CMD} DESTDIR=${STAGEDIR} install)
.include "${MASTERDIR}/Makefile"
diff --git a/textproc/uim-gtk/pkg-plist b/textproc/uim-gtk/pkg-plist
index 8336f64cefac..1a2e1d2daee2 100644
--- a/textproc/uim-gtk/pkg-plist
+++ b/textproc/uim-gtk/pkg-plist
@@ -4,5 +4,8 @@ bin/uim-pref-gtk
bin/uim-toolbar-gtk
bin/uim-toolbar-gtk-systray
lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-uim.so
+libexec/uim-candwin-gtk
+libexec/uim-candwin-horizontal-gtk
+libexec/uim-candwin-tbl-gtk
@postexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache
@postunexec %%LOCALBASE%%/bin/gtk-query-immodules-2.0 --update-cache