Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 398016 Details for
Bug 542070
app-i18n/mozc-2.16.2037.102: Add fcitx USE flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mozc-2.16.2037.102-fcitx.patch
mozc-2.16.2037.102-fcitx.patch (text/plain), 1.51 KB, created by
hrnr
on 2015-03-04 10:41:10 UTC
(
hide
)
Description:
mozc-2.16.2037.102-fcitx.patch
Filename:
MIME Type:
Creator:
hrnr
Created:
2015-03-04 10:41:10 UTC
Size:
1.51 KB
patch
obsolete
>--- /usr/portage/app-i18n/mozc/mozc-2.16.2037.102.ebuild 2015-02-25 16:27:12.000000000 +0900 >+++ mozc-2.16.2037.102.ebuild 2015-03-04 16:59:36.660069428 +0900 >@@ -24,0 +25,2 @@ >+FCITX_PATCH_VER="2" >+FCITX_PATCH_URL="http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${PV}.${FCITX_PATCH_VER}.patch" >@@ -25,0 +28 @@ >+ fcitx? ( ${FCITX_PATCH_URL} ) >@@ -31 +34 @@ >-IUSE="emacs +ibus +qt4 renderer test" >+IUSE="emacs +ibus +qt4 renderer test fcitx" >@@ -36,0 +40 @@ >+ fcitx? ( app-i18n/fcitx ) >@@ -89,0 +94,5 @@ >+ if use fcitx; then >+ #EPATCH_OPTS="-p2" epatch "${FILESDIR}/fcitx-mozc-${PV}.${FCITX_PATCH_VER}.patch" >+ EPATCH_OPTS="-p2" epatch "${DISTDIR}/fcitx-mozc-${PV}.${FCITX_PATCH_VER}.patch" >+ fi >+ >@@ -124,0 +134,4 @@ >+ if use fcitx ; then >+ "${PYTHON}" build_mozc.py build -v -c "${BUILDTYPE}" "unix/fcitx/fcitx.gyp:fcitx-mozc" ${myjobs} || die >+ fi >+ >@@ -135,0 +149,24 @@ >+ if use fcitx; then >+ exeinto /usr/$(get_libdir)/fcitx >+ doexe "out_linux/${BUILDTYPE}/fcitx-mozc.so" >+ insinto /usr/share/fcitx/addon >+ doins "unix/fcitx/fcitx-mozc.conf" >+ insinto /usr/share/fcitx/inputmethod >+ doins "unix/fcitx/mozc.conf" >+ insinto /usr/share/fcitx/mozc/icon >+ ( >+ cd data/images >+ newins product_icon_32bpp-128.png mozc.png >+ cd unix >+ for f in ui-* ; do >+ newins ${f} mozc-${f/ui-} >+ done >+ ) >+ for mofile in out_linux/${BUILDTYPE}/gen/unix/fcitx/po/*.mo ; do >+ filename=$(basename ${mofile}) >+ lang=${filename/.mo/} >+ insinto "/usr/share/locale/${lang}/LC_MESSAGES/" >+ newins ${mofile} fcitx-mozc.mo >+ done >+ fi >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 542070
: 398016