Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1305)

Unified Diff: src/third_party/ibus-hangul/ibus-hangul_remove_python_deps.diff

Issue 501150: Adding third_party/ibus-hangul/ to the Chromium OS build. (Closed)
Patch Set: Added a TODO comment. Removed 2 packages from package-list-prod.txt. Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/third_party/ibus-hangul/ibus-hangul_remove_python_deps.diff
diff --git a/src/third_party/ibus-hangul/ibus-hangul_remove_python_deps.diff b/src/third_party/ibus-hangul/ibus-hangul_remove_python_deps.diff
new file mode 100644
index 0000000000000000000000000000000000000000..9fc5cdb0053bd02649ebb362f651b870cdb6fa33
--- /dev/null
+++ b/src/third_party/ibus-hangul/ibus-hangul_remove_python_deps.diff
@@ -0,0 +1,14 @@
+--- ibus-hangul-1.2.0.20090617.orig/debian/rules 2009-12-21 15:10:04.000000000 +0900
++++ ibus-hangul-1.2.0.20090617/debian/rules 2009-12-21 14:43:01.805337831 +0900
+@@ -29,6 +29,11 @@
+ dh_prep
+ dh_installdirs
+ $(MAKE) DESTDIR=$(CURDIR)/debian/ibus-hangul install
++# Remove Python modules.
++# TODO(yusukes): Reimplement these modules in C++.
++ rm -rf $(CURDIR)/debian/ibus-hangul/usr/share/python-support
++ rm -rf $(CURDIR)/debian/ibus-hangul/usr/share/ibus-hangul/setup
++ rm -f $(CURDIR)/debian/ibus-hangul/usr/lib/ibus-hangul/ibus-setup-hangul
+
+ binary-indep: install
+

Powered by Google App Engine
This is Rietveld 408576698