Browse Source
- Add japanese/uim-anthy-unicode port that supports Anthy Unicode (japanese/anthy-unicode) - Bump PORTREVISION of the ports that depend on textproc/uim portoverlay

14 changed files with 74 additions and 21 deletions
@ -0,0 +1,45 @@ |
|||
CATEGORIES= japanese |
|||
.if defined(WITHOUT_X11) |
|||
PKGNAMESUFFIX= -anthy-unicode-nox11 |
|||
.else |
|||
PKGNAMESUFFIX= -anthy-unicode |
|||
.endif |
|||
|
|||
COMMENT= Uim plugin using Anthy Unicode input method |
|||
|
|||
.if !defined(WITHOUT_X11) |
|||
USE_GNOME= cairo gdkpixbuf gtk30 |
|||
.endif |
|||
|
|||
LIB_DEPENDS= libanthy-unicode.so:japanese/anthy-unicode \
|
|||
libfreetype.so:print/freetype2 \
|
|||
libuim.so:textproc/uim \
|
|||
libfontconfig.so:x11-fonts/fontconfig \
|
|||
libharfbuzz.so:print/harfbuzz |
|||
|
|||
MASTERDIR= ${.CURDIR}/../../textproc/uim |
|||
PKGDIR= ${.CURDIR} |
|||
CONFIGURE_ARGS= --with-anthy-utf8 |
|||
|
|||
.if !defined(WITHOUT_X11) |
|||
CONFIGURE_ARGS+= --with-gtk3 --enable-dict |
|||
.endif |
|||
|
|||
CONFLICTS_INSTALL= ja-uim-anthy |
|||
|
|||
UIM_SLAVE= yes |
|||
|
|||
do-build: |
|||
(cd ${WRKSRC}/uim && ${MAKE_CMD} libuim-anthy-utf8.la) |
|||
.if !defined(WITHOUT_X11) |
|||
(cd ${WRKSRC}/gtk3/dict && ${MAKE_CMD} uim-dict-gtk3) |
|||
.endif |
|||
|
|||
do-install: |
|||
(cd ${WRKSRC}/uim && \
|
|||
${MAKE_CMD} DESTDIR=${STAGEDIR} uim_plugin_LTLIBRARIES=libuim-anthy-utf8.la INSTALL_STRIP_FLAG=-s install-uim_pluginLTLIBRARIES) |
|||
.if !defined(WITHOUT_X11) |
|||
(cd ${WRKSRC}/gtk3/dict && ${MAKE_CMD} DESTDIR=${STAGEDIR} bin_PROGRAMS=uim-dict-gtk3 INSTALL_STRIP_FLAG=-s install-binPROGRAMS install-uim_dict_uiDATA) |
|||
.endif |
|||
|
|||
.include "${MASTERDIR}/Makefile" |
@ -0,0 +1 @@ |
|||
uim plugin using Anthy Unicode input method. |
@ -0,0 +1,5 @@ |
|||
%%X11%%bin/uim-dict-gtk3 |
|||
lib/uim/plugin/libuim-anthy-utf8.so |
|||
%%X11%%%%DATADIR%%/helperdata/uim-dict-ui.xml |
|||
@postexec uim-module-manager --register anthy-utf8 |
|||
@preunexec uim-module-manager --unregister anthy-utf8 |
@ -1,3 +1,3 @@ |
|||
TIMESTAMP = 1740307779 |
|||
SHA256 (uim-uim-1.9.0_GH0.tar.gz) = e1fb10b1e2b8bf633f69f5f681b4398e10129e912ed204c6af74405c27da6045 |
|||
SIZE (uim-uim-1.9.0_GH0.tar.gz) = 4050531 |
|||
TIMESTAMP = 1745067376 |
|||
SHA256 (uim-uim-1.9.1_GH0.tar.gz) = a0af856130a0da6e3b42304a55c59f4acb5f8ad88d6886111241c36951b1be0e |
|||
SIZE (uim-uim-1.9.1_GH0.tar.gz) = 4050008 |
|||
|
Loading…
Reference in new issue