Codebase list mozc / 2390561
Drop uim support Aron Xu 8 years ago
3 changed file(s) with 4 addition(s) and 24 deletion(s). Raw diff Collapse all Expand all
55 libibus-1.0-dev (>= 1.4.1) | libibus-dev (>= 1.4.1),
66 libssl-dev, pkg-config, libxcb-xfixes0-dev, libgtk2.0-dev,
77 python-dev, gyp (>= 0.1~svn1729-2), protobuf-compiler,
8 libprotobuf-dev (>= 2.5.0-9), libqt4-dev, libuim-dev,
8 libprotobuf-dev (>= 2.5.0-9), libqt4-dev,
99 libzinnia-dev, fcitx-libs-dev, gettext,
1010 desktop-file-utils, ninja-build
1111 Standards-Version: 3.9.5
4141 ibus-mozc provides client part of the Mozc input method.
4242 .
4343 This open-source project originates from Google Japanese Input.
44
45 Package: uim-mozc
46 Architecture: i386 amd64 armel armhf
47 Depends: ${misc:Depends}, ${shlibs:Depends}, uim-utils (>= 1:1.8.1-2),
48 mozc-data, mozc-server (= ${binary:Version})
49 Recommends: mozc-utils-gui (= ${binary:Version})
50 Multi-Arch: same
51 Description: Mozc engine for uim - Client of the Mozc input method
52 uim is an input method module library supporting various languages, which
53 become a frontend for Anthy, SKK, Canna, T-Code, TUT-Code,
54 Pinyin (Chinese input method), Hangul (Korean input method),
55 IPA (International Phonetic Alphabet), etc.
56 Most of the functions are implemented with Scheme, so it's very simple
57 and flexible.
58 .
59 Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
60 such as Chromium OS, Windows, Mac and Linux.
61 .
62 uim-mozc provides client part of the Mozc input method.
6344
6445 Package: fcitx-mozc
6546 Architecture: i386 amd64 armel armhf
0 uim-mozc.patch
0 #uim-mozc.patch
11 fcitx-mozc.patch
1414 BUILD_DIR=./out_linux
1515 TARGETS=unix/ibus/ibus.gyp:ibus_mozc \
1616 unix/emacs/emacs.gyp:mozc_emacs_helper \
17 unix/uim/uim.gyp:uim-mozc \
1817 unix/fcitx/fcitx.gyp:fcitx-mozc \
1918 server/server.gyp:mozc_server gui/gui.gyp:mozc_tool \
2019 renderer/renderer.gyp:mozc_renderer
7675 $(CURDIR)/debian/ibus-mozc/usr/share/ibus/component/mozc.xml
7776
7877 # uim-mozc
79 install -D -m 0755 $(BUILD_DIR)/Release/libuim-mozc.so \
80 $(CURDIR)/debian/uim-mozc/usr/lib/$(DEB_BUILD_MULTIARCH)/uim/plugin/libuim-mozc.so
78 #install -D -m 0755 $(BUILD_DIR)/Release/libuim-mozc.so \
79 # $(CURDIR)/debian/uim-mozc/usr/lib/$(DEB_BUILD_MULTIARCH)/uim/plugin/libuim-mozc.so
8180
8281 # fcitx-mozc
8382 install -D -m 0755 $(BUILD_DIR)/Release/fcitx-mozc.so \