Bug 240302 - japanese/mozc-server fcitx icon path error
Summary: japanese/mozc-server fcitx icon path error
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-03 12:38 UTC by t-matubara
Modified: 2019-09-03 12:38 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (hrs)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description t-matubara 2019-09-03 12:38:00 UTC
japanese/fcitx-mozc


icon path NG.

please update

japanese/mozc-server

error file:/usr/local/share/fcitx/inputmethod/mozc.conf

IconName=/usr/local/local/share/mozc/icon/mozc.png  <--NG
IconName=/usr/local/share/fcitx/mozc/icon/mozc.png  <--OK


--- Makefile.orig       2019-09-03 20:20:54.909743000 +0900
+++ Makefile    2019-09-03 21:20:49.269690000 +0900
@@ -4,7 +4,7 @@
 PORTNAME=      mozc
 PORTVERSION=   2.23.2815.102.00
 DISTVERSIONPREFIX=     v
-PORTREVISION=  5
+PORTREVISION=  6
 CATEGORIES=    japanese
 
 MAINTAINER=    hrs@FreeBSD.org
@@ -108,7 +108,7 @@
 .if ${BUILD_MOZC_LIST:Mfcitx_mozc} == "fcitx_mozc"
        ${REINPLACE_CMD} 's,/po/mo},%po}mo,g' \
            ${BUILD_WRKSRC}/unix/fcitx/gen_fcitx_mozc_i18n.sh
-       ${REINPLACE_CMD} "s,/usr,${LOCALBASE:Q}," \
+       ${REINPLACE_CMD} "s,share,share/fcitx," \
            ${BUILD_WRKSRC}/unix/fcitx/mozc.conf
 .endif