Codebase list mozc / 365b025
Merge branch 'drop-handwriting' into 'debian/sid' Drop handwriting (zinnia) dependencies See merge request debian/mozc!8 Gunnar Hjalmarsson 2 years ago
2 changed file(s) with 5 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
1616 qtbase5-dev,
1717 libqwt-qt5-dev,
1818 libgwengui-qt5-dev,
19 libzinnia-dev,
2019 libuim-dev,
2120 fcitx-libs-dev,
2221 libfcitx5utils-dev,
6362 ${shlibs:Depends},
6463 mozc-data,
6564 mozc-server (= ${binary:Version}),
66 ibus (>= 1.2),
67 tegaki-zinnia-japanese
65 ibus (>= 1.2)
6866 Recommends: mozc-utils-gui (= ${binary:Version})
6967 Description: Mozc engine for IBus - Client of the Mozc input method
7068 IBus is an Intelligent Input Bus. It is a new input framework for Linux OS.
109107 fcitx-data,
110108 fcitx-modules,
111109 mozc-server (= ${binary:Version}),
112 fcitx-mozc-data,
113 tegaki-zinnia-japanese
110 fcitx-mozc-data
114111 Recommends:
115112 fcitx,
116113 mozc-utils-gui (= ${binary:Version})
200197 Depends:
201198 ${misc:Depends},
202199 ${shlibs:Depends},
203 mozc-data,
204 tegaki-zinnia-japanese
200 mozc-data
205201 Recommends: mozc-server (= ${binary:Version})
206202 Suggests: ibus-qt5
207203 Description: GUI utilities of the Mozc input method
3434 build_static_link:
3535 cd src; \
3636 sed -i -e "s@-lprotobuf@/usr/lib/$(DEB_BUILD_MULTIARCH)/libprotobuf.a -latomic@g" protobuf/protobuf.gyp; \
37 GYP_DEFINES="use_libprotobuf=1 use_libzinnia=1 use_libabseil=1" python3 build_mozc.py gyp \
37 GYP_DEFINES="use_libprotobuf=1 use_libabseil=1" python3 build_mozc.py gyp \
3838 --gypdir=/usr/bin --target_platform=Linux --verbose ; \
3939 python3 build_mozc.py build $(TARGET_STATIC) -c Release ;\
4040 mv out_linux out_linux_static
4141
4242 build_dynamic_link:
4343 cd src ; \
44 GYP_DEFINES="use_libprotobuf=1 use_libzinnia=1 use_libabseil=1" python3 build_mozc.py gyp \
44 GYP_DEFINES="use_libprotobuf=1 use_libabseil=1" python3 build_mozc.py gyp \
4545 --gypdir=/usr/bin --target_platform=Linux --verbose ; \
4646 python3 build_mozc.py build $(TARGETS) -c Release
4747 cd src ; \