Codebase list mozc / 737f319
Update debian/rules and debian/control Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 13 years ago
2 changed file(s) with 40 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
44 Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~),
55 libibus-dev (>= 1.2), libcurl4-openssl-dev, pkg-config,
66 python-dev, gyp (>=0.1~svn824), protobuf-compiler, libgtest-dev,
7 libprotobuf-dev, libqt4-dev, libscim-dev
7 libprotobuf-dev, libqt4-dev, libscim-dev, libuim-dev
88 Standards-Version: 3.9.0
99 Homepage: http://code.google.com/p/mozc/
1010
4242 .
4343 This open-source project originates from Google Japanese Input.
4444
45 Package: uim-mozc
46 Architecture: any
47 Depends: ${misc:Depends}, ${shlibs:Depends}, uim, mozc-server (= ${binary:Version})
48 Description: Mozc engine for uim - Client of the Mozc input method
49 uim is a input method module library supporting various languages, which
50 become a frontend for Anthy, SKK, Canna, T-Code, TUT-Code,
51 Pinyin(Chinese input method), Hangul(Korean input method),
52 IPA(International Phonetic Alphabet) and etc....
53 Most of the functions are implemented with Scheme, so it's very simple
54 and flexible.
55 .
56 Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
57 such as Chromium OS, Windows, Mac and Linux.
58 .
59 scim-mozc provides client part of the Mozc input method.
60 .
61 This open-source project originates from Google Japanese Input.
62
4563 Package: mozc-server
4664 Architecture: any
4765 Depends: ${misc:Depends}, ${shlibs:Depends}
11 # -*- makefile -*-
22 #
33 BUILD_DIR=./out_linux
4 TARGETS=unix/ibus/ibus.gyp:ibus_mozc unix/scim/scim.gyp:scim_mozc\
5 unix/scim/scim.gyp:scim_mozc_setup server/server.gyp:mozc_server\
6 gui/gui.gyp:mozc_tool
4 TARGETS=unix/ibus/ibus.gyp:ibus_mozc \
5 unix/scim/scim.gyp:scim_mozc unix/scim/scim.gyp:scim_mozc_setup \
6 unix/uim/uim.gyp:uim-mozc \
7 server/server.gyp:mozc_server gui/gui.gyp:mozc_tool
78
89 # for architecture dependent variables and changelog vars
910 vafilt = $(subst $(2)=,,$(filter $(2)=%,$(1)))
3839 sed -e 's|/usr/libexec/ibus-engine-mozc|/usr/lib/ibus-mozc/ibus-engine-mozc|' \
3940 -e 's|0\.0\.0\.0|$(SOURCE_VERSION)|g' < $(BUILD_DIR)/Release/obj/gen/unix/ibus/mozc.xml > \
4041 $(CURDIR)/debian/ibus-mozc/usr/share/ibus/component/mozc.xml
41 install -D -m 0644 $(CURDIR)/debian/product_icon.png \
42 install -D -m 0644 $(CURDIR)/debian/images/mozc_icon.png \
4243 $(CURDIR)/debian/ibus-mozc/usr/share/ibus-mozc/product_icon.png
43 ln -s /usr/share/ibus-mozc/product_icon.png \
44 install -D -m 0644 $(CURDIR)/debian/images/mozc_tool.png \
4445 $(CURDIR)/debian/ibus-mozc/usr/share/ibus-mozc/unknown.ico
4546
4647 # scim-mozc
4849 $(CURDIR)/debian/scim-mozc/$(SCIM_MODDIR)/IMEngine/mozc.so
4950 install -D -m 0755 $(BUILD_DIR)/Release/lib.target/libscim_mozc_setup.so \
5051 $(CURDIR)/debian/scim-mozc/$(SCIM_MODDIR)/SetupUI/mozc-setup.so
51 install -D -m 0644 $(CURDIR)/debian/product_icon.png \
52 install -D -m 0644 $(CURDIR)/debian/images/mozc_icon.png \
5253 $(CURDIR)/debian/scim-mozc/usr/share/scim/icons/scim-mozc.png
53 install -D -m 0644 $(CURDIR)/debian/product_icon.png \
54 install -D -m 0644 $(CURDIR)/debian/images/mozc_tool.png \
5455 $(CURDIR)/debian/scim-mozc/usr/share/scim/icons/scim-mozc-tool.png
56 install -D -m 0644 $(CURDIR)/debian/images/mozc_dic.png \
57 $(CURDIR)/debian/scim-mozc/usr/share/scim/icons/scim-mozc-dictionary.png
58 install -D -m 0644 $(CURDIR)/debian/images/mozc_setup.png \
59 $(CURDIR)/debian/scim-mozc/usr/share/scim/icons/scim-mozc-property.png
60
61 # uim-mozc
62 install -D -m 0755 $(BUILD_DIR)/Release/libuim-mozc.so \
63 $(CURDIR)/debian/uim-mozc/usr/lib/uim/plugin/libuim-mozc.so
64 install -d $(CURDIR)/debian/uim-mozc/usr/share/uim
65 # mozc-custom.scm, mozc-key-custom.scm, mozc.scm
66 install -m 644 $(CURDIR)/unix/uim/scm/* $(CURDIR)/debian/uim-mozc/usr/share/uim/
67 install -D -m 0644 $(CURDIR)/debian/images/mozc_icon.png \
68 $(CURDIR)/debian/uim-mozc/usr/share/uim/pixmaps/mozc.png
5569
5670 # mozc-server
5771 install -D -m 0755 $(BUILD_DIR)/Release/mozc_server \