--- ibus-1.2.0.20090927.orig/setup/ibus-setup.desktop.in +++ ibus-1.2.0.20090927/setup/ibus-setup.desktop.in @@ -1,8 +1,8 @@ [Desktop Entry] Encoding=UTF-8 -_Name=IBus Preferences -_GenericName=IBus Preferences -_Comment=IBus Preferences +_Name=IBus Input Method +_GenericName=IBus Input Method +_Comment=IBus Input Method Exec=ibus-setup Icon=ibus-setup Terminal=false --- ibus-1.2.0.20090927.orig/debian/ibus.manpages +++ ibus-1.2.0.20090927/debian/ibus.manpages @@ -0,0 +1,6 @@ +debian/ibus-x11.1 +debian/ibus-setup.1 +debian/ibus-gconf.1 +debian/ibus-daemon.1 +debian/ibus.1 +debian/ibus-ui-gtk.1 --- ibus-1.2.0.20090927.orig/debian/rules +++ ibus-1.2.0.20090927/debian/rules @@ -0,0 +1,115 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. +# +# Modified to make a template file for a multi-binary package with separated +# build-arch and build-indep targets by Bill Allombert 2001 + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This has to be exported to make some magic below work. +export DH_OPTIONS + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) +CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +else +CROSS= --build $(DEB_BUILD_GNU_TYPE) +endif + +config.status: configure + dh_testdir + # Add here commands to configure the package. +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + ln -sf /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + ln -sf /usr/share/misc/config.guess config.guess +endif + dh_auto_configure -- --enable-static LDFLAGS="-Wl,--as-needed" + + +#Architecture +build: build-stamp +build-stamp: config.status + $(MAKE) + cd po; make ibus.pot + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-arch-stamp build-indep-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + rm -rf $(CURDIR)/debian/tmp/usr/lib/libibus.la \ + $(CURDIR)/debian/tmp/usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.a \ + $(CURDIR)/debian/tmp/usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.la \ + $(CURDIR)/debian/tmp/etc/xdg \ + $(CURDIR)/debian/tmp/usr/share/applications/ibus.desktop + dh_install --list-missing --fail-missing + +binary-indep: install + dh_testdir -i + dh_testroot -i + dh_installchangelogs -i + dh_installdocs -i + dh_installexamples -i + dh_installman -i + dh_gconf -i + dh_link -i + dh_strip -i + dh_compress -i + dh_fixperms -i + dh_makeshlibs -Nibus-gtk -i + dh_pysupport -i + dh_installdeb -i + dh_shlibdeps -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i +# Build architecture independant packages using the common target. +binary-arch: install + dh_testdir -s + dh_testroot -s + dh_installchangelogs -s + dh_installdocs -s + dh_installexamples -s + dh_installman -s + dh_gconf -s + LD_LIBRARY_PATH=debian/libibus1/usr/lib:$(LD_LIBRARY_PATH) \ + dh_gtkmodules -p ibus-gtk -s + dh_link -s + dh_strip -s + dh_compress -s + dh_fixperms -s + dh_makeshlibs -Nibus-gtk -s + dh_pysupport -s + dh_installdeb -s + dh_shlibdeps -s + dh_gencontrol -s + dh_md5sums -s + dh_builddeb -s + +binary: binary-indep binary-arch + +.PHONY: build clean binary-indep binary-arch binary install \ + install-indep install-arch --- ibus-1.2.0.20090927.orig/debian/pyversions +++ ibus-1.2.0.20090927/debian/pyversions @@ -0,0 +1 @@ +2.5- --- ibus-1.2.0.20090927.orig/debian/ibus.prerm +++ ibus-1.2.0.20090927/debian/ibus.prerm @@ -0,0 +1,30 @@ +#!/bin/sh +set -e + +ua_remove () { + update-alternatives \ + --remove xinput-$1 \ + /etc/X11/xinit/xinput.d/$2 ; +} + +case "$1" in + remove|upgrade|deconfigure) + ua_remove all_ALL ibus + ua_remove ja_JP ibus + ua_remove ko_KR ibus + ua_remove zh_CN ibus + ua_remove zh_TW ibus + ua_remove zh_HK ibus + ua_remove zh_SG ibus + ;; + failed-upgrade) + ;; + *) + echo "prerm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 --- ibus-1.2.0.20090927.orig/debian/libibus1.symbols +++ ibus-1.2.0.20090927/debian/libibus1.symbols @@ -0,0 +1,329 @@ +libibus.so.1 libibus1 #MINVER# + ibus_attr_background_new@Base 1.2.0.20090617 + ibus_attr_foreground_new@Base 1.2.0.20090617 + ibus_attr_list_append@Base 1.2.0.20090617 + ibus_attr_list_get@Base 1.2.0.20090617 + ibus_attr_list_get_type@Base 1.2.0.20090617 + ibus_attr_list_new@Base 1.2.0.20090617 + ibus_attr_type_get_type@Base 1.2.0.20090617 + ibus_attr_underline_get_type@Base 1.2.0.20090617 + ibus_attr_underline_new@Base 1.2.0.20090617 + ibus_attribute_get_type@Base 1.2.0.20090617 + ibus_attribute_new@Base 1.2.0.20090617 + ibus_bus_add_match@Base 1.2.0.20090617 + ibus_bus_create_input_context@Base 1.2.0.20090617 + ibus_bus_exit@Base 1.2.0.20090617 + ibus_bus_get_config@Base 1.2.0.20090617 + ibus_bus_get_connection@Base 1.2.0.20090617 + ibus_bus_get_name_owner@Base 1.2.0.20090617 + ibus_bus_get_type@Base 1.2.0.20090617 + ibus_bus_hello@Base 1.2.0.20090617 + ibus_bus_is_connected@Base 1.2.0.20090617 + ibus_bus_list_active_engines@Base 1.2.0.20090617 + ibus_bus_list_engines@Base 1.2.0.20090617 + ibus_bus_list_names@Base 1.2.0.20090617 + ibus_bus_name_has_owner@Base 1.2.0.20090617 + ibus_bus_new@Base 1.2.0.20090617 + ibus_bus_register_component@Base 1.2.0.20090617 + ibus_bus_release_name@Base 1.2.0.20090617 + ibus_bus_remove_match@Base 1.2.0.20090617 + ibus_bus_request_name@Base 1.2.0.20090617 + ibus_bus_set_watch_dbus_signal@Base 1.2.0.20090617 + ibus_capabilite_get_type@Base 1.2.0.20090617 + ibus_component_add_engine@Base 1.2.0.20090617 + ibus_component_add_observed_path@Base 1.2.0.20090617 + ibus_component_check_modification@Base 1.2.0.20090617 + ibus_component_get_engines@Base 1.2.0.20090617 + ibus_component_get_from_engine@Base 1.2.0.20090617 + ibus_component_get_type@Base 1.2.0.20090617 + ibus_component_is_running@Base 1.2.0.20090617 + ibus_component_new@Base 1.2.0.20090617 + ibus_component_new_from_file@Base 1.2.0.20090617 + ibus_component_new_from_xml_node@Base 1.2.0.20090617 + ibus_component_output@Base 1.2.0.20090617 + ibus_component_output_engines@Base 1.2.0.20090617 + ibus_component_start@Base 1.2.0.20090617 + ibus_component_stop@Base 1.2.0.20090617 + ibus_config_get_type@Base 1.2.0.20090617 + ibus_config_get_value@Base 1.2.0.20090617 + ibus_config_new@Base 1.2.0.20090617 + ibus_config_service_get_type@Base 1.2.0.20090617 + ibus_config_service_new@Base 1.2.0.20090617 + ibus_config_service_value_changed@Base 1.2.0.20090617 + ibus_config_set_value@Base 1.2.0.20090617 + ibus_connection_call@Base 1.2.0.20090617 + ibus_connection_close@Base 1.2.0.20090617 + ibus_connection_flush@Base 1.2.0.20090617 + ibus_connection_get_connection@Base 1.2.0.20090617 + ibus_connection_get_type@Base 1.2.0.20090617 + ibus_connection_get_unix_user@Base 1.2.0.20090617 + ibus_connection_is_authenticated@Base 1.2.0.20090617 + ibus_connection_is_connected@Base 1.2.0.20090617 + ibus_connection_new@Base 1.2.0.20090617 + ibus_connection_open@Base 1.2.0.20090617 + ibus_connection_open_private@Base 1.2.0.20090617 + ibus_connection_read_write_dispatch@Base 1.2.0.20090617 + ibus_connection_register_object_path@Base 1.2.0.20090617 + ibus_connection_send@Base 1.2.0.20090617 + ibus_connection_send_signal@Base 1.2.0.20090617 + ibus_connection_send_signal_valist@Base 1.2.0.20090617 + ibus_connection_send_valist@Base 1.2.0.20090617 + ibus_connection_send_with_reply@Base 1.2.0.20090617 + ibus_connection_send_with_reply_and_block@Base 1.2.0.20090617 + ibus_connection_set_connection@Base 1.2.0.20090617 + ibus_connection_unregister_object_path@Base 1.2.0.20090617 + ibus_dbus_connection_setup@Base 1.2.0.20090617 + ibus_dbus_server_setup@Base 1.2.0.20090617 + ibus_engine_commit_text@Base 1.2.0.20090617 + ibus_engine_desc_get_type@Base 1.2.0.20090617 + ibus_engine_desc_new@Base 1.2.0.20090617 + ibus_engine_desc_new_from_xml_node@Base 1.2.0.20090617 + ibus_engine_desc_output@Base 1.2.0.20090617 + ibus_engine_forward_key_event@Base 1.2.0.20090617 + ibus_engine_get_name@Base 1.2.0.20090617 + ibus_engine_get_type@Base 1.2.0.20090617 + ibus_engine_hide_auxiliary_text@Base 1.2.0.20090617 + ibus_engine_hide_lookup_table@Base 1.2.0.20090617 + ibus_engine_hide_preedit_text@Base 1.2.0.20090617 + ibus_engine_new@Base 1.2.0.20090617 + ibus_engine_register_properties@Base 1.2.0.20090617 + ibus_engine_show_auxiliary_text@Base 1.2.0.20090617 + ibus_engine_show_lookup_table@Base 1.2.0.20090617 + ibus_engine_show_preedit_text@Base 1.2.0.20090617 + ibus_engine_update_auxiliary_text@Base 1.2.0.20090617 + ibus_engine_update_lookup_table@Base 1.2.0.20090617 + ibus_engine_update_lookup_table_fast@Base 1.2.0.20090617 + ibus_engine_update_preedit_text@Base 1.2.0.20090617 + ibus_engine_update_property@Base 1.2.0.20090617 + ibus_error_free@Base 1.2.0.20090617 + ibus_error_new@Base 1.2.0.20090617 + ibus_error_new_from_message@Base 1.2.0.20090617 + ibus_error_new_from_printf@Base 1.2.0.20090617 + ibus_error_new_from_text@Base 1.2.0.20090617 + ibus_factory_add_engine@Base 1.2.0.20090617 + ibus_factory_get_type@Base 1.2.0.20090617 + ibus_factory_info_get_type@Base 1.2.0.20090617 + ibus_factory_info_new@Base 1.2.0.20090617 + ibus_factory_new@Base 1.2.0.20090617 + ibus_free_strv@Base 1.2.0.20090617 + ibus_get_address@Base 1.2.0.20090617 + ibus_get_daemon_uid@Base 1.2.0.20090617 + ibus_get_local_machine_id@Base 1.2.0.20090719 + ibus_get_session_id@Base 1.2.0.20090617 +#MISSING: 1.2.0.20090812-1# ibus_get_socket_folder@Base 1.2.0.20090617 + ibus_get_socket_path@Base 1.2.0.20090617 + ibus_get_user_name@Base 1.2.0.20090617 + ibus_hotkey_get_type@Base 1.2.0.20090617 + ibus_hotkey_profile_add_hotkey@Base 1.2.0.20090617 + ibus_hotkey_profile_add_hotkey_from_string@Base 1.2.0.20090617 + ibus_hotkey_profile_filter_key_event@Base 1.2.0.20090617 + ibus_hotkey_profile_get_type@Base 1.2.0.20090617 + ibus_hotkey_profile_new@Base 1.2.0.20090617 + ibus_hotkey_profile_remove_hotkey@Base 1.2.0.20090617 + ibus_hotkey_profile_remove_hotkey_by_event@Base 1.2.0.20090617 + ibus_init@Base 1.2.0.20090617 + ibus_input_context_cursor_down@Base 1.2.0.20090617 + ibus_input_context_cursor_up@Base 1.2.0.20090617 + ibus_input_context_disable@Base 1.2.0.20090617 + ibus_input_context_enable@Base 1.2.0.20090617 + ibus_input_context_focus_in@Base 1.2.0.20090617 + ibus_input_context_focus_out@Base 1.2.0.20090617 + ibus_input_context_get_type@Base 1.2.0.20090617 + ibus_input_context_new@Base 1.2.0.20090617 + ibus_input_context_page_down@Base 1.2.0.20090617 + ibus_input_context_page_up@Base 1.2.0.20090617 + ibus_input_context_process_key_event@Base 1.2.0.20090617 + ibus_input_context_property_activate@Base 1.2.0.20090617 + ibus_input_context_property_hide@Base 1.2.0.20090617 + ibus_input_context_property_show@Base 1.2.0.20090617 + ibus_input_context_reset@Base 1.2.0.20090617 + ibus_input_context_set_capabilities@Base 1.2.0.20090617 + ibus_input_context_set_cursor_location@Base 1.2.0.20090617 + ibus_key_event_from_string@Base 1.2.0.20090617 + ibus_key_event_to_string@Base 1.2.0.20090617 + ibus_keymap_fill@Base 1.2.0.20090617 + ibus_keymap_get_type@Base 1.2.0.20090617 + ibus_keymap_lookup_keysym@Base 1.2.0.20090617 + ibus_keymap_new@Base 1.2.0.20090617 + ibus_keyval_from_name@Base 1.2.0.20090617 + ibus_keyval_name@Base 1.2.0.20090617 + ibus_lookup_table_append_candidate@Base 1.2.0.20090617 + ibus_lookup_table_append_label@Base 1.2.0.20090617 + ibus_lookup_table_clear@Base 1.2.0.20090617 + ibus_lookup_table_cursor_down@Base 1.2.0.20090617 + ibus_lookup_table_cursor_up@Base 1.2.0.20090617 + ibus_lookup_table_get_candidate@Base 1.2.0.20090617 + ibus_lookup_table_get_cursor_in_page@Base 1.2.0.20090617 + ibus_lookup_table_get_cursor_pos@Base 1.2.0.20090617 + ibus_lookup_table_get_label@Base 1.2.0.20090617 + ibus_lookup_table_get_page_size@Base 1.2.0.20090617 + ibus_lookup_table_get_type@Base 1.2.0.20090617 + ibus_lookup_table_is_cursor_visible@Base 1.2.0.20090617 + ibus_lookup_table_new@Base 1.2.0.20090617 + ibus_lookup_table_page_down@Base 1.2.0.20090617 + ibus_lookup_table_page_up@Base 1.2.0.20090617 + ibus_lookup_table_set_cursor_pos@Base 1.2.0.20090617 + ibus_lookup_table_set_cursor_visible@Base 1.2.0.20090617 + ibus_lookup_table_set_page_size@Base 1.2.0.20090617 + ibus_main@Base 1.2.0.20090617 + ibus_mainloop_setup@Base 1.2.0.20090617 + ibus_marshal_BOOLEAN__POINTER@Base 1.2.0.20090617 + ibus_marshal_BOOLEAN__POINTER_POINTER@Base 1.2.0.20090617 + ibus_marshal_BOOLEAN__UINT_UINT@Base 1.2.0.20090617 + ibus_marshal_BOOLEAN__UINT_UINT_UINT@Base 1.2.0.20090617 + ibus_marshal_BOOLEAN__ULONG@Base 1.2.0.20090617 + ibus_marshal_VOID__BOXED_BOOLEAN@Base 1.2.0.20090617 + ibus_marshal_VOID__INT_INT_INT_INT@Base 1.2.0.20090617 + ibus_marshal_VOID__OBJECT_BOOLEAN@Base 1.2.0.20090617 + ibus_marshal_VOID__OBJECT_UINT_BOOLEAN@Base 1.2.0.20090617 + ibus_marshal_VOID__STRING_INT@Base 1.2.0.20090617 + ibus_marshal_VOID__STRING_STRING_BOXED@Base 1.2.0.20090617 + ibus_marshal_VOID__STRING_STRING_STRING@Base 1.2.0.20090617 + ibus_marshal_VOID__STRING_UINT@Base 1.2.0.20090617 + ibus_marshal_VOID__UINT_UINT@Base 1.2.0.20090617 + ibus_marshal_VOID__UINT_UINT_UINT@Base 1.2.0.20090617 + ibus_message_append_args@Base 1.2.0.20090617 + ibus_message_append_args_valist@Base 1.2.0.20090617 + ibus_message_get_args@Base 1.2.0.20090617 + ibus_message_get_args_valist@Base 1.2.0.20090617 + ibus_message_get_destination@Base 1.2.0.20090617 + ibus_message_get_error_message@Base 1.2.0.20090617 + ibus_message_get_error_name@Base 1.2.0.20090617 + ibus_message_get_interface@Base 1.2.0.20090617 + ibus_message_get_member@Base 1.2.0.20090617 + ibus_message_get_no_reply@Base 1.2.0.20090617 + ibus_message_get_path@Base 1.2.0.20090617 + ibus_message_get_reply_serial@Base 1.2.0.20090617 + ibus_message_get_sender@Base 1.2.0.20090617 + ibus_message_get_serial@Base 1.2.0.20090617 + ibus_message_get_type@Base 1.2.0.20090617 + ibus_message_is_error@Base 1.2.0.20090617 + ibus_message_is_method_call@Base 1.2.0.20090617 + ibus_message_is_signal@Base 1.2.0.20090617 + ibus_message_iter_append@Base 1.2.0.20090617 + ibus_message_iter_close_container@Base 1.2.0.20090617 + ibus_message_iter_copy_data@Base 1.2.0.20090719 + ibus_message_iter_get@Base 1.2.0.20090617 + ibus_message_iter_get_arg_type@Base 1.2.0.20090617 + ibus_message_iter_get_basic@Base 1.2.0.20090617 + ibus_message_iter_get_element_type@Base 1.2.0.20090617 + ibus_message_iter_has_next@Base 1.2.0.20090617 + ibus_message_iter_init@Base 1.2.0.20090617 + ibus_message_iter_init_append@Base 1.2.0.20090617 + ibus_message_iter_next@Base 1.2.0.20090617 + ibus_message_iter_open_container@Base 1.2.0.20090617 +#MISSING: 1.2.0.20090719-1# ibus_message_iter_peek@Base 1.2.0.20090617 + ibus_message_iter_recurse@Base 1.2.0.20090617 + ibus_message_new@Base 1.2.0.20090617 + ibus_message_new_error@Base 1.2.0.20090617 + ibus_message_new_error_printf@Base 1.2.0.20090617 + ibus_message_new_method_call@Base 1.2.0.20090617 + ibus_message_new_method_return@Base 1.2.0.20090617 + ibus_message_new_signal@Base 1.2.0.20090617 + ibus_message_ref@Base 1.2.0.20090617 + ibus_message_set_destination@Base 1.2.0.20090617 + ibus_message_set_error_name@Base 1.2.0.20090617 + ibus_message_set_interface@Base 1.2.0.20090617 + ibus_message_set_member@Base 1.2.0.20090617 + ibus_message_set_no_reply@Base 1.2.0.20090617 + ibus_message_set_path@Base 1.2.0.20090617 + ibus_message_set_reply_serial@Base 1.2.0.20090617 + ibus_message_set_sender@Base 1.2.0.20090617 + ibus_message_to_string@Base 1.2.0.20090617 + ibus_message_unref@Base 1.2.0.20090617 + ibus_modifier_type_get_type@Base 1.2.0.20090617 + ibus_object_destroy@Base 1.2.0.20090617 + ibus_object_flags_get_type@Base 1.2.0.20090617 + ibus_object_get_type@Base 1.2.0.20090617 + ibus_object_new@Base 1.2.0.20090617 + ibus_observed_path_check_modification@Base 1.2.0.20090617 + ibus_observed_path_get_type@Base 1.2.0.20090617 + ibus_observed_path_new@Base 1.2.0.20090617 + ibus_observed_path_new_from_xml_node@Base 1.2.0.20090617 + ibus_observed_path_output@Base 1.2.0.20090617 + ibus_observed_path_traverse@Base 1.2.0.20090617 + ibus_pending_call_allocate_data_slot@Base 1.2.0.20090617 + ibus_pending_call_block@Base 1.2.0.20090617 + ibus_pending_call_cancel@Base 1.2.0.20090617 + ibus_pending_call_free_data_slot@Base 1.2.0.20090617 + ibus_pending_call_get_completed@Base 1.2.0.20090617 + ibus_pending_call_get_data@Base 1.2.0.20090617 + ibus_pending_call_ref@Base 1.2.0.20090617 + ibus_pending_call_set_data@Base 1.2.0.20090617 + ibus_pending_call_set_notify@Base 1.2.0.20090617 + ibus_pending_call_steal_reply@Base 1.2.0.20090617 + ibus_pending_call_unref@Base 1.2.0.20090617 + ibus_pending_call_wait@Base 1.2.0.20090617 + ibus_prop_list_append@Base 1.2.0.20090617 + ibus_prop_list_get@Base 1.2.0.20090617 + ibus_prop_list_get_type@Base 1.2.0.20090617 + ibus_prop_list_new@Base 1.2.0.20090617 + ibus_prop_list_update_property@Base 1.2.0.20090617 + ibus_prop_state_get_type@Base 1.2.0.20090617 + ibus_prop_type_get_type@Base 1.2.0.20090617 + ibus_property_get_type@Base 1.2.0.20090617 + ibus_property_new@Base 1.2.0.20090617 + ibus_property_set_icon@Base 1.2.0.20090828 + ibus_property_set_label@Base 1.2.0.20090617 + ibus_property_set_sensitive@Base 1.2.0.20090828 + ibus_property_set_state@Base 1.2.0.20090828 + ibus_property_set_sub_props@Base 1.2.0.20090617 + ibus_property_set_tooltip@Base 1.2.0.20090828 + ibus_property_set_visible@Base 1.2.0.20090617 + ibus_property_update@Base 1.2.0.20090617 + ibus_proxy_call@Base 1.2.0.20090617 + ibus_proxy_call_with_reply@Base 1.2.0.20090617 + ibus_proxy_call_with_reply_and_block@Base 1.2.0.20090617 + ibus_proxy_get_connection@Base 1.2.0.20090617 + ibus_proxy_get_interface@Base 1.2.0.20090617 + ibus_proxy_get_name@Base 1.2.0.20090617 + ibus_proxy_get_path@Base 1.2.0.20090617 + ibus_proxy_get_type@Base 1.2.0.20090617 + ibus_proxy_get_unique_name@Base 1.2.0.20090617 + ibus_proxy_handle_signal@Base 1.2.0.20090617 + ibus_proxy_new@Base 1.2.0.20090617 + ibus_proxy_send@Base 1.2.0.20090617 + ibus_quit@Base 1.2.0.20090617 + ibus_serializable_copy@Base 1.2.0.20090617 + ibus_serializable_deserialize@Base 1.2.0.20090617 + ibus_serializable_get_qattachment@Base 1.2.0.20090617 + ibus_serializable_get_type@Base 1.2.0.20090617 + ibus_serializable_new@Base 1.2.0.20090617 + ibus_serializable_remove_qattachment@Base 1.2.0.20090617 + ibus_serializable_serialize@Base 1.2.0.20090617 + ibus_serializable_set_qattachment@Base 1.2.0.20090617 + ibus_server_disconnect@Base 1.2.0.20090617 + ibus_server_get_address@Base 1.2.0.20090617 + ibus_server_get_id@Base 1.2.0.20090617 + ibus_server_get_type@Base 1.2.0.20090617 + ibus_server_is_connected@Base 1.2.0.20090617 + ibus_server_listen@Base 1.2.0.20090617 + ibus_server_new@Base 1.2.0.20090617 + ibus_server_set_auth_mechanisms@Base 1.2.0.20090617 + ibus_service_add_to_connection@Base 1.2.0.20090617 + ibus_service_get_connections@Base 1.2.0.20090617 + ibus_service_get_path@Base 1.2.0.20090617 + ibus_service_get_type@Base 1.2.0.20090617 + ibus_service_handle_message@Base 1.2.0.20090617 + ibus_service_new@Base 1.2.0.20090617 + ibus_service_remove_from_all_connections@Base 1.2.0.20090617 + ibus_service_remove_from_connection@Base 1.2.0.20090617 + ibus_service_send_signal@Base 1.2.0.20090617 + ibus_set_display@Base 1.2.0.20090617 + ibus_text_append_attribute@Base 1.2.0.20090617 + ibus_text_get_length@Base 1.2.0.20090617 + ibus_text_get_type@Base 1.2.0.20090617 + ibus_text_new_from_printf@Base 1.2.0.20090617 + ibus_text_new_from_static_string@Base 1.2.0.20090617 + ibus_text_new_from_string@Base 1.2.0.20090617 + ibus_text_new_from_ucs4@Base 1.2.0.20090617 + ibus_text_new_from_unichar@Base 1.2.0.20090617 + ibus_type_get_array@Base 1.2.0.20090617 + ibus_type_get_dict_entry@Base 1.2.0.20090617 + ibus_type_get_object_path@Base 1.2.0.20090617 + ibus_type_get_struct@Base 1.2.0.20090617 + ibus_type_get_variant@Base 1.2.0.20090617 + ibus_write_address@Base 1.2.0.20090719 + ibus_xml_free@Base 1.2.0.20090617 + ibus_xml_parse_buffer@Base 1.2.0.20090617 + ibus_xml_parse_file@Base 1.2.0.20090617 --- ibus-1.2.0.20090927.orig/debian/python-ibus.install +++ ibus-1.2.0.20090927/debian/python-ibus.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/python*/* --- ibus-1.2.0.20090927.orig/debian/libibus-dev.install +++ ibus-1.2.0.20090927/debian/libibus-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/libibus.so +debian/tmp/usr/lib/libibus.a +debian/tmp/usr/lib/pkgconfig/* --- ibus-1.2.0.20090927.orig/debian/libibus1.install +++ ibus-1.2.0.20090927/debian/libibus1.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libibus.so.1* --- ibus-1.2.0.20090927.orig/debian/ibus-x11.1 +++ ibus-1.2.0.20090927/debian/ibus-x11.1 @@ -0,0 +1 @@ +.so man1/ibus.1 --- ibus-1.2.0.20090927.orig/debian/ibus-gconf.1 +++ ibus-1.2.0.20090927/debian/ibus-gconf.1 @@ -0,0 +1 @@ +.so man1/ibus.1 --- ibus-1.2.0.20090927.orig/debian/ibus.postinst +++ ibus-1.2.0.20090927/debian/ibus.postinst @@ -0,0 +1,34 @@ +#!/bin/sh +set -e + +ua_inst () { + update-alternatives \ + --install /etc/X11/xinit/xinput.d/$1 xinput-$1 \ + /etc/X11/xinit/xinput.d/$2 $3 ; +} + +case "$1" in + configure) + #ua_inst all_ALL ibus 0 + ua_inst ja_JP ibus 60 + ua_inst ko_KR ibus 60 + ua_inst zh_CN ibus 60 + ua_inst zh_TW ibus 60 + ua_inst zh_HK ibus 60 + ua_inst zh_SG ibus 60 + rm -f /etc/xdg/autostart/ibus.desktop + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + + --- ibus-1.2.0.20090927.orig/debian/ibus-ui-gtk.1 +++ ibus-1.2.0.20090927/debian/ibus-ui-gtk.1 @@ -0,0 +1 @@ +.so man1/ibus.1 --- ibus-1.2.0.20090927.orig/debian/clean +++ ibus-1.2.0.20090927/debian/clean @@ -0,0 +1,3 @@ +config.guess +config.sub +po/ibus.pot --- ibus-1.2.0.20090927.orig/debian/ibus-setup.1 +++ ibus-1.2.0.20090927/debian/ibus-setup.1 @@ -0,0 +1,26 @@ +.\" This file is distributed under the same license as the ibus +.\" package. +.\" Copyright (C) LI Daobing , 2008. +.\" +.TH "IBUS-SETUP" 1 "2008-11-08" "" "" +.SH NAME +ibus-setup \- configuration program for ibus + +.SH "SYNOPSIS" +.B ibus-setup + +.SH "DESCRIPTION" + +.PP +IBus is an Intelligent Input Bus. It is a new input framework for Linux +OS. It provides full featured and user friendly input method user +interface. It also may help developers to develop input method easily. + +.PP +ibus-setup is the configuration program for IBus. + +.PP +Homepage: http://code.google.com/p/ibus/ + +.SH "SEE ALSO" +.BR ibus (1) --- ibus-1.2.0.20090927.orig/debian/control +++ ibus-1.2.0.20090927/debian/control @@ -0,0 +1,84 @@ +Source: ibus +Section: utils +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: LI Daobing +Uploaders: Zhengpeng Hou +Build-Depends: debhelper (>= 7), + autotools-dev, + autoconf, + automake, + libtool, + python-support (>= 0.6), + libgtk2.0-dev, + libdbus-glib-1-dev, + python-dev, + iso-codes, + python-gobject-dev, + libgconf2-dev, + python-dbus (>= 0.83.0), + intltool (>= 0.40.0) +Standards-Version: 3.8.3 +Homepage: http://code.google.com/p/ibus/ +Vcs-Bzr: lp:~lidaobing/ibus/ibus +Vcs-Browser: https://code.launchpad.net/~lidaobing/ibus/ibus + +Package: ibus +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-glade2, + im-switch, python-ibus (= ${source:Version}), python-xdg, python-rsvg +Recommends: ibus-gtk | ibus-qt4 +Conflicts: ibus-anthy (< 1.2), + ibus-table (< 1.2), + ibus-pinyin (< 1.2), + ibus-m17n (< 1.2), + ibus-hangul (< 1.2), + ibus-chewing (< 1.2) +Description: New input method framework using dbus + IBus is an Intelligent Input Bus. It is a new input framework for Linux + OS. It provides full featured and user friendly input method user interface. + It also may help developers to develop input method easily. + +Package: libibus1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: New input method framework using dbus + IBus is an Intelligent Input Bus. It is a new input framework for Linux + OS. It provides full featured and user friendly input method user interface. + It also may help developers to develop input method easily. + . + libibus1 is the library of ibus. + +Package: libibus-dev +Section: libdevel +Architecture: any +Depends: libibus1 (= ${binary:Version}), libglib2.0-dev, libdbus-1-dev, ${shlibs:Depends}, ${misc:Depends} +Description: New input method framework using dbus + IBus is an Intelligent Input Bus. It is a new input framework for Linux + OS. It provides full featured and user friendly input method user interface. + It also may help developers to develop input method easily. + . + This package contains the header files and static libraries which is + needed for developing the IBus applications. + +Package: ibus-gtk +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: New input method framework using dbus + IBus is an Intelligent Input Bus. It is a new input framework for Linux + OS. It provides full featured and user friendly input method user interface. + It also may help developers to develop input method easily. + . + ibus-gtk is the GTK+ client of ibus, it provide a gtk-immodule for ibus. + +Package: python-ibus +Section: python +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-dbus (>= 0.83.0), iso-codes +Description: New input method framework using dbus + IBus is an Intelligent Input Bus. It is a new input framework for Linux + OS. It provides full featured and user friendly input method user interface. + It also may help developers to develop input method easily. + . + python-ibus is the Python binding of ibus. --- ibus-1.2.0.20090927.orig/debian/docs +++ ibus-1.2.0.20090927/debian/docs @@ -0,0 +1,2 @@ +AUTHORS +README --- ibus-1.2.0.20090927.orig/debian/changelog +++ ibus-1.2.0.20090927/debian/changelog @@ -0,0 +1,250 @@ +ibus (1.2.0.20090927-2ubuntu2) karmic; urgency=low + + * updated menu name to "IBus Input Method". (LP: #429986) + + -- Frank Cheung Fri, 06 Nov 2009 01:55:57 +0000 + +ibus (1.2.0.20090927-2ubuntu1) karmic; urgency=low + + * debian/control: Turn ANDed ibus-{gtk,qt4} dependency into an OR, to avoid + installing both. (LP: #449966) + + -- Martin Pitt Tue, 13 Oct 2009 21:57:21 +0200 + +ibus (1.2.0.20090927-2) unstable; urgency=low + + * create po template when build (LP: #188690) + - debian/rules: updated. + - debian/clean: remove pot file when clean. + * debian/control: build depends on python-rsvg (LP: #432375) + + -- LI Daobing Mon, 05 Oct 2009 20:45:18 +0800 + +ibus (1.2.0.20090927-1) unstable; urgency=low + + * new upstream release. + + -- LI Daobing Tue, 29 Sep 2009 20:28:59 +0800 + +ibus (1.2.0.20090915-1) unstable; urgency=low + + * new upstream release. + + -- LI Daobing Tue, 15 Sep 2009 19:30:53 +0800 + +ibus (1.2.0.20090904-1) unstable; urgency=low + + * new upstream release. + * debian/rules: remove ibus.desktop (LP: #420282) + + -- LI Daobing Sat, 05 Sep 2009 12:17:53 +0800 + +ibus (1.2.0.20090828-1) unstable; urgency=low + + * new upstream release. + * debian/control: bump standards version to 3.8.3. + * debian/libibus1.symbols: updated. + + -- LI Daobing Sun, 30 Aug 2009 12:37:45 +0800 + +ibus (1.2.0.20090812-1) unstable; urgency=low + + * new upstream release. + * debian/libibus1.symbols: updated. + + -- LI Daobing Wed, 12 Aug 2009 20:41:02 +0800 + +ibus (1.2.0.20090810-1) unstable; urgency=low + + * new upstream release. + + -- LI Daobing Mon, 10 Aug 2009 19:15:15 +0800 + +ibus (1.2.0.20090807-1) unstable; urgency=low + + * new upstream release. + * suggest qt4: + - debian/control: add recommends for ibus-qt4 + - debian/xinput/ibus: detect ibus-qt4 + + -- LI Daobing Sun, 09 Aug 2009 15:27:19 +0800 + +ibus (1.2.0.20090806-1) unstable; urgency=low + + * new upstream release. + + -- LI Daobing Thu, 06 Aug 2009 22:00:41 +0800 + +ibus (1.2.0.20090723-1) unstable; urgency=low + + * new upstream release. + + -- LI Daobing Thu, 23 Jul 2009 20:22:09 +0800 + +ibus (1.2.0.20090719-2) unstable; urgency=low + + * Fix "Cannot find libibus.so and fail to launch ibus", change it to + libibus.so.1 (Closes: #537685) + + -- LI Daobing Mon, 20 Jul 2009 21:33:29 +0800 + +ibus (1.2.0.20090719-1) unstable; urgency=low + + * new upstream release. + * debian/libibus1.symbols: updated. + * debian/control: change url of vcs-bzr + + -- LI Daobing Sun, 19 Jul 2009 16:00:48 +0800 + +ibus (1.2.0.20090617-2) unstable; urgency=low + + * Fix "ibus' autostart in xdg folder breaks im-switch and other input + method" (Closes: #537217) + - debian/ibus.install: remove the autostart file. + - debian/rules: remove /etc/xdg after install. + - debian/ibus.postinst: remove the autostart file. + + -- LI Daobing Thu, 16 Jul 2009 20:41:18 +0800 + +ibus (1.2.0.20090617-1) unstable; urgency=low + + * new upstream release. + * libibus0 -> libibus1: + - debian/control: rename the package. + - debian/libibus0.install: removed + - debian/libibus0.symbols: removed + - debian/libibus1.install: added + - debian/libibus1.symbols: added + - debian/rules: change script of dh_gtkmodules + * debian/ibus-gtk.install: updated. + * debian/control: + - ibus conflicts the ibus modules with low version. + - bump policy version to 3.8.2. + + -- LI Daobing Fri, 26 Jun 2009 22:47:52 +0800 + +ibus (1.1.0.20090612-1) unstable; urgency=low + + * new upstream release. + * Fix "python-ibus should depends on iso-codes" (Closes: #532163) + * debian/libibus0.symbols: update symbols + + -- LI Daobing Sat, 13 Jun 2009 11:39:05 +0800 + +ibus (1.1.0.20090531-1) unstable; urgency=low + + * new upstream release. + + -- LI Daobing Mon, 01 Jun 2009 20:57:27 +0800 + +ibus (1.1.0.20090508-1) unstable; urgency=low + + * new upstream release. + * merge ubuntu changelog. + * debian/control: + - depends of ibus: add python-xdg (closes: #529055) + + -- LI Daobing Sun, 17 May 2009 22:19:38 +0800 + +ibus (1.1.0.20090508-0ubuntu1) karmic; urgency=low + + * new upstream release (LP: #373976) + * debian/libibus0.symbols: update symbols + + -- LI Daobing Sat, 09 May 2009 13:52:29 +0800 + +ibus (1.1.0.20090423-0ubuntu1) karmic; urgency=low + + * new upstream release (LP: #325740) + * debian/patches/01_typo_in_Makefile_am.dpatch: merged by upstream, removed. + * no patch needed, remove dpatch from debian/* + * debian/rules: + - add "--list-missing --fail-missing" to dh_install, refactor other to make + this works. + * debian/xinput/ibus: change XIM_PROGRAM from ibus to ibus-daemon, add + "--xim" to XIM_ARGS + * debian/xinput/ibus-qt4: removed. + * debian/ibus.install: install gconf schemas, lib and autostart. + * debian/rules: add dh_gconf + * debian/control: + - build depends: add intltool, python-dbus, python-gobject-dev, + libgconf2-dev. remove libqt4-dev, dpatch. + - package libibus-gtk0 renamed to libibus0. + - change maintainer's email. + - bump standards version to 3.8.1. + - use simple depends on python-dbus. + - depends of ibus: add python-xdg. + - package ibus-qt4 removed. (no longer supported) + - new package libibus-dev. + * debian/libibus0.symbols: update symbols + * debian/docs: added + + -- LI Daobing Fri, 01 May 2009 10:41:09 +0800 + +ibus (1.1.0.20090417-1) unstable; urgency=low + + * initial release to Debian (closes: #501106) + * new upstream release (LP: #325740) + - package libibus-gtk0 renamed to libibus0. + - package ibus-qt4 removed. (no longer supported) + - new package libibus-dev. + - debian/control: add intltool to build depends. + * debian/patches/01_typo_in_Makefile_am.dpatch: merged by upstream, removed. + * no patch needed, remove dpatch from debian/* + * debian/rules: + - add "--list-missing --fail-missing" to dh_install, refactor other to make + this works. + * debian/xinput/ibus: change XIM_PROGRAM from ibus to ibus-daemon, add + "--xim" to XIM_ARGS + * debian/xinput/ibus-qt4: removed. + * debian/ibus.install: install gconf schemas + * debian/rules: add dh_gconf + * debian/control: + - build depends on python-dbus. + - change maintainer's email. + - bump standards version to 3.8.1. + - use simple depends on python-dbus. + * debian/libibus0.symbols: update symbols + * debian/docs: added + + -- LI Daobing Wed, 22 Apr 2009 21:28:45 +0800 + +ibus (0.1.1.20081023-0ubuntu5) jaunty; urgency=low + + * debian/control: Add depends on python-gconf as ibus needs this to run + correctly. (LP: #358770) + + -- LI Daobing Sun, 12 Apr 2009 10:58:27 +0800 + +ibus (0.1.1.20081023-0ubuntu4) jaunty; urgency=low + + * port to python2.6 (LP: #336525) + - debian/pyversions: change from "2.5" to "2.5-" + - debian/rules: fix dh_pysupport + * debian/rules: change "dh_clean -k" to "dh_prep" + + -- LI Daobing Mon, 02 Mar 2009 13:03:03 +0800 + +ibus (0.1.1.20081023-0ubuntu3) jaunty; urgency=low + + * debian/rules: add dh_gtkmodules (LP: #314375) + * debian/control: depends on ${misc:Depends} + + -- LI Daobing Tue, 06 Jan 2009 22:29:46 +0800 + +ibus (0.1.1.20081023-0ubuntu2) jaunty; urgency=low + + * ibus should depends on python-ibus (LP: #312428) + + -- LI Daobing Tue, 30 Dec 2008 21:26:16 +0800 + +ibus (0.1.1.20081023-0ubuntu1) jaunty; urgency=low + + [ LI Daobing ] + * Initial release (LP: #292616) + + [ Zhengpeng Hou ] + * Add myself as an uploader. :) + * Add im-switch's support, stole it from scim-bridge. :) + + -- Zhengpeng Hou Sun, 30 Nov 2008 10:41:05 +0000 --- ibus-1.2.0.20090927.orig/debian/ibus.install +++ ibus-1.2.0.20090927/debian/ibus.install @@ -0,0 +1,5 @@ +debian/tmp/etc/gconf/schemas/* +debian/tmp/usr/bin/* +debian/tmp/usr/share/* +debian/tmp/usr/lib/ibus/* +debian/xinput/* etc/X11/xinit/xinput.d --- ibus-1.2.0.20090927.orig/debian/watch +++ ibus-1.2.0.20090927/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://code.google.com/p/ibus/downloads/list \ +http://ibus.googlecode.com/files/ibus-([0-9].*)\.tar\.gz --- ibus-1.2.0.20090927.orig/debian/ibus-gtk.install +++ ibus-1.2.0.20090927/debian/ibus-gtk.install @@ -0,0 +1 @@ +usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so --- ibus-1.2.0.20090927.orig/debian/compat +++ ibus-1.2.0.20090927/debian/compat @@ -0,0 +1 @@ +7 --- ibus-1.2.0.20090927.orig/debian/copyright +++ ibus-1.2.0.20090927/debian/copyright @@ -0,0 +1,260 @@ +This package was debianized by LI Daobing on +Sat, 04 Oct 2008 15:30:08 +0800. + +It was downloaded from http://code.google.com/p/ibus/ + +Upstream Author: + + Huang Peng + +Copyright: + + Copyright (C) 2007,2008 Huang Peng + +License: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + +The Debian packaging is (C) 2008, LI Daobing and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + +some files belong to different copyright holder or in a different +license, following is the list of the files and licenses. + +------------------------------------------------------------------------------- + +ibus/keysyms.py: LGPL (v2.1 or later) + Copyright: 1998-2003 James Henstridge + +------------------------------------------------------------------------------- + +util/gconf/gconf-fixes.c: LGPL (v2 or later) + Copyright: 2002 Johan Dahlin + +------------------------------------------------------------------------------- + +util/gconf/gconf-types.c, util/gconf/gconf-types.h: LGPL (v2.1 or later) + [Copyright: 2005 Red Hat, Inc] + +------------------------------------------------------------------------------- + +util/IMdkit/FrameMgr.c, util/IMdkit/FrameMgr.h: + +/****************************************************************** +Copyright 1993, 1994 by Digital Equipment Corporation, Maynard, Massachusetts, + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the names of Digital or MIT not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR +ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + + Author: Hiroyuki Miyamoto Digital Equipment Corporation + miyamoto@jrd.dec.com + + This version tidied and debugged by Steve Underwood May 1999 + +******************************************************************/ + +---------------------------------------------------------------------------- + +util/IMdkit/i18nAttr.c, +util/IMdkit/i18nClbk.c, +util/IMdkit/i18nIc.c, +util/IMdkit/i18nMethod.c, +util/IMdkit/i18nPtHdr.c, +util/IMdkit/i18nUtil.c, +util/IMdkit/i18nX.c, +util/IMdkit/IMConn.c, +util/IMdkit/IMdkit.h, +util/IMdkit/IMMethod.c, +util/IMdkit/IMValues.c, +util/IMdkit/Xi18n.h, +util/IMdkit/Xi18nX.h, +util/IMdkit/XimFunc.h: + +/****************************************************************** + + Copyright 1994, 1995 by Sun Microsystems, Inc. + Copyright 1993, 1994 by Hewlett-Packard Company + +Permission to use, copy, modify, distribute, and sell this software +and its documentation for any purpose is hereby granted without fee, +provided that the above copyright notice appear in all copies and +that both that copyright notice and this permission notice appear +in supporting documentation, and that the name of Sun Microsystems, Inc. +and Hewlett-Packard not be used in advertising or publicity pertaining to +distribution of the software without specific, written prior permission. +Sun Microsystems, Inc. and Hewlett-Packard make no representations about +the suitability of this software for any purpose. It is provided "as is" +without express or implied warranty. + +SUN MICROSYSTEMS INC. AND HEWLETT-PACKARD COMPANY DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +SUN MICROSYSTEMS, INC. AND HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY +SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF +CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + Author: Hidetoshi Tajima(tajima@Eng.Sun.COM) Sun Microsystems, Inc. + + This version tidied and debugged by Steve Underwood May 1999 + +******************************************************************/ + +-------------------------------------------------------------------------- + +util/IMdkit/i18nIMProro.c: + +/****************************************************************** +Copyright 1993, 1994 by Digital Equipment Corporation, Maynard, Massachusetts, +Copyright 1993, 1994 by Hewlett-Packard Company + +Copyright 1994, 1995 by Sun Microsystems, Inc. + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the names of Digital or MIT not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +DIGITAL AND HEWLETT-PACKARD COMPANY DISCLAIMS ALL WARRANTIES WITH REGARD +TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS, IN NO EVENT SHALL DIGITAL AND HEWLETT-PACKARD COMPANY BE LIABLE +FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF +CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + Author: Hiroyuki Miyamoto Digital Equipment Corporation + miyamoto@jrd.dec.com + Hidetoshi Tajima(tajima@Eng.Sun.COM) Sun Microsystems, Inc. + + This version tidied and debugged by Steve Underwood May 1999 + +******************************************************************/ + +-------------------------------------------------------------------- + +util/IMdkit/XimProto.h: + +/****************************************************************** + + Copyright 1992, 1993, 1994 by FUJITSU LIMITED + +Permission to use, copy, modify, distribute, and sell this software +and its documentation for any purpose is hereby granted without fee, +provided that the above copyright notice appear in all copies and +that both that copyright notice and this permission notice appear +in supporting documentation, and that the name of FUJITSU LIMITED +not be used in advertising or publicity pertaining to distribution +of the software without specific, written prior permission. +FUJITSU LIMITED makes no representations about the suitability of +this software for any purpose. +It is provided "as is" without express or implied warranty. + +FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL FUJITSU LIMITED BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF +USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + Author: Takashi Fujiwara FUJITSU LIMITED + fujiwara@a80.tech.yk.fujitsu.co.jp + + This version tidied and debugged by Steve Underwood May 1999 + +******************************************************************/ + +------------------------------------------------------------------------ + +util/IMdkit/Xtrans.h + +/* + +Copyright (c) 1993, 1994 X Consortium + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of the X Consortium shall +not be used in advertising or otherwise to promote the sale, use or +other dealings in this Software without prior written authorization +from the X Consortium. + +*/ + +/* Copyright (c) 1993, 1994 NCR Corporation - Dayton, Ohio, USA + * + * All Rights Reserved + * + * Permission to use, copy, modify, and distribute this software and its + * documentation for any purpose and without fee is hereby granted, provided + * that the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the name NCR not be used in advertising + * or publicity pertaining to distribution of the software without specific, + * written prior permission. NCR makes no representations about the + * suitability of this software for any purpose. It is provided "as is" + * without express or implied warranty. + * + * NCR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN + * NO EVENT SHALL NCR BE LIABLE FOR ANY SPECIAL, INDIRECT OR + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS + * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, + * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + --- ibus-1.2.0.20090927.orig/debian/ibus.1 +++ ibus-1.2.0.20090927/debian/ibus.1 @@ -0,0 +1,27 @@ +.\" This file is distributed under the same license as the ibus +.\" package. +.\" Copyright (C) LI Daobing , 2008. +.\" +.TH "IBUS" 1 "2008-11-08" "" "" +.SH NAME +ibus \- Intelligent Input Bus for Linux / Unix OS + +.SH "SYNOPSIS" +.B ibus + +.SH "DESCRIPTION" + +.PP +IBus is an Intelligent Input Bus. It is a new input framework for Linux +OS. It provides full featured and user friendly input method user +interface. It also may help developers to develop input method easily. + +.PP +ibus will launch ibus-daemon, ibus-gconf, ibus-ui-gtk and ibus-x11. + +.PP +Homepage: http://code.google.com/p/ibus/ + +.SH "SEE ALSO" +.BR scim (1), +.BR fcitx (1) --- ibus-1.2.0.20090927.orig/debian/ibus-daemon.1 +++ ibus-1.2.0.20090927/debian/ibus-daemon.1 @@ -0,0 +1 @@ +.so man1/ibus.1 --- ibus-1.2.0.20090927.orig/debian/xinput/ibus +++ ibus-1.2.0.20090927/debian/xinput/ibus @@ -0,0 +1,16 @@ +XIM=ibus +XIM_PROGRAM=/usr/bin/ibus-daemon +XIM_ARGS="--xim" +if [ -e /usr/lib/gtk-2.0/*/immodules/im-ibus.so ]; then + GTK_IM_MODULE=ibus +else + GTK_IM_MODULE=xim +fi + +if [ -e /usr/lib/qt4/plugins/inputmethods/libqtim-ibus.so ]; then + QT_IM_MODULE=ibus +else + QT_IM_MODULE=xim +fi +DEPENDS="ibus, ibus-gtk, ibus-qt4" +# vim:ft=sh: