--- ibus-chewing-1.2.0.20090624.orig/ChangeLog +++ ibus-chewing-1.2.0.20090624/ChangeLog @@ -1,4 +1,4 @@ -* Wed Jun 24 2009 - Ding-Yi Chen - 1.2.0.20090624 +* Fri Jun 26 2009 - Ding-Yi Chen - 1.2.0.20090624 - Lookup table now shows the selection key. * Mon Jun 22 2009 - Ding-Yi Chen - 1.2.0.20090622 --- ibus-chewing-1.2.0.20090624.orig/debian/compat +++ ibus-chewing-1.2.0.20090624/debian/compat @@ -0,0 +1 @@ +7 --- ibus-chewing-1.2.0.20090624.orig/debian/clean +++ ibus-chewing-1.2.0.20090624/debian/clean @@ -0,0 +1,11 @@ +CMakeCache.txt +CPackConfig.cmake +CPackSourceConfig.cmake +Makefile +cmake_install.cmake +cmake_uninstall.cmake +install_manifest.txt +SPECS/ibus-chewing.spec +po/Makefile +po/cmake_install.cmake +data/chewing.xml --- ibus-chewing-1.2.0.20090624.orig/debian/watch +++ ibus-chewing-1.2.0.20090624/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://code.google.com/p/ibus/downloads/list \ +http://ibus.googlecode.com/files/ibus-chewing-([0-9].*)-Source\.tar\.gz --- ibus-chewing-1.2.0.20090624.orig/debian/docs +++ ibus-chewing-1.2.0.20090624/debian/docs @@ -0,0 +1,3 @@ +AUTHORS +NEWS +README --- ibus-chewing-1.2.0.20090624.orig/debian/copyright +++ ibus-chewing-1.2.0.20090624/debian/copyright @@ -0,0 +1,43 @@ +This package was debianized by: + + LI Daobing on Wed, 31 Dec 2008 20:40:56 +0800 + +It was downloaded from: + + http://code.google.com/p/ibus/downloads/list + +Upstream Authors: + + Ding-Yi Chen + Huang Peng + +Copyright: + + Copyright © 2007-2008 Huang Peng + Copyright © 2009 Ding-Yi Chen + Copyright © 2009 Red Hat, Inc. + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU 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 General Public License for more details. + + You should have received a copy of the GNU 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 General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is: + + Copyright © 2008, LI Daobing + +and is licensed under the GPL, see above. --- ibus-chewing-1.2.0.20090624.orig/debian/control +++ ibus-chewing-1.2.0.20090624/debian/control @@ -0,0 +1,27 @@ +Source: ibus-chewing +Section: utils +Priority: optional +Maintainer: LI Daobing +Build-Depends: debhelper (>= 7), + cmake, + gob2, + pkg-config, + libchewing3-dev (>= 0.3.2), + libgconf2-dev, + libibus-dev (>= 1.2), + libgtk2.0-dev, + libxtst-dev +Standards-Version: 3.8.2 +Homepage: http://code.google.com/p/ibus +Vcs-Bzr: lp:~lidaobing/+junk/ibus-chewing +Vcs-Browser: https://code.launchpad.net/~lidaobing/+junk/ibus-chewing + +Package: ibus-chewing +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ibus (>= 1.2) +Description: chewing input engine for IBus + 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-chewing is a IM Engine for Traditional Chinese, based on IBus. --- ibus-chewing-1.2.0.20090624.orig/debian/changelog +++ ibus-chewing-1.2.0.20090624/debian/changelog @@ -0,0 +1,38 @@ +ibus-chewing (1.2.0.20090624-1) unstable; urgency=low + + * new upstream release. + * debian/control: + - build-depends: libibus-dev >= 1.2 + - depends: ibus >= 1.2 + - bump standards version to 3.8.2 + * debian/clean: updated + * debian/rules: update clean rule. + + -- LI Daobing Fri, 26 Jun 2009 23:41:31 +0800 + +ibus-chewing (1.0.10.20090523-1) unstable; urgency=low + + * new upstream release. + * debian/rules: use "dh clean" + * debian/clean: added. + * debian/copyright: (C) -> © + + -- LI Daobing Sat, 30 May 2009 13:20:34 +0800 + +ibus-chewing (1.0.9.20090508-0ubuntu1) karmic; urgency=low + + * new upstream release (LP: #375505) + + -- LI Daobing Wed, 13 May 2009 21:52:49 +0800 + +ibus-chewing (1.0.8.20090428-0ubuntu1) karmic; urgency=low + + * Initial release (LP: #312694) + + -- LI Daobing Thu, 23 Apr 2009 20:08:05 +0800 + +ibus-chewing (1.0.7.20090414-1) unstable; urgency=low + + * Initial release (closes: #521629) + + -- LI Daobing Thu, 23 Apr 2009 20:08:05 +0800 --- ibus-chewing-1.2.0.20090624.orig/debian/rules +++ ibus-chewing-1.2.0.20090624/debian/rules @@ -0,0 +1,30 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_SKIP_RPATH=ON . + dh build + touch $@ + +clean: + dh clean + rm -rf CMakeFiles bin po/CMakeFiles + +install: build install-stamp +install-stamp: + dh install --before dh_gconf + mkdir -p $(CURDIR)/debian/ibus-chewing/usr/lib/ibus-chewing/ + mv $(CURDIR)/debian/ibus-chewing/usr/libexec/* \ + $(CURDIR)/debian/ibus-chewing/usr/lib/ibus-chewing/ + rm -rf $(CURDIR)/debian/ibus-chewing/usr/libexec/ + sed -i -e 's|libexec|lib/ibus-chewing|' $(CURDIR)/debian/ibus-chewing/usr/share/ibus/component/chewing.xml + dh install --remaining + touch install-stamp + +binary-arch: install + dh binary-arch + +binary-indep: install + dh binary-indep + +binary: binary-arch binary-indep --- ibus-chewing-1.2.0.20090624.orig/data/ibus-chewing.schemas +++ ibus-chewing-1.2.0.20090624/data/ibus-chewing.schemas @@ -0,0 +1,366 @@ + + + + /schemas/desktop/ibus/engine/Chewing/KBType + /desktop/ibus/engine/Chewing/KBType + ibus-chewing + string + default + + Keyboard Type + + Select keyboard layout of Zhuyin symbols. + + + + Keyboard Type + + Select keyboard layout of Zhuyin symbols. + + + + Keyboard Type + + Select keyboard layout of Zhuyin symbols. + + + + + /schemas/desktop/ibus/engine/Chewing/selKeys + /desktop/ibus/engine/Chewing/selKeys + ibus-chewing + string + 1234567890 + + Selection keys + + Keys used to select candidate. For example "asdfghjkl;", press 'a' to select the 1st candidate, 's' for 2nd, and so on. + + + + Selection keys + + Keys used to select candidate. For example "asdfghjkl;", press 'a' to select the 1st candidate, 's' for 2nd, and so on. + + + + Selection keys + + Keys used to select candidate. For example "asdfghjkl;", press 'a' to select the 1st candidate, 's' for 2nd, and so on. + + + + + /schemas/desktop/ibus/engine/Chewing/hsuSelKeyType + /desktop/ibus/engine/Chewing/hsuSelKeyType + ibus-chewing + int + 1 + + Hsu's selection key + + Hsu's keyboard selection keys, 1 for asdfjkl789, 2 for asdfzxcv89 . + + + + Hsu's selection key + + Hsu's keyboard selection keys, 1 for asdfjkl789, 2 for asdfzxcv89 . + + + + Hsu's selection key + + Hsu's keyboard selection keys, 1 for asdfjkl789, 2 for asdfzxcv89 . + + + + + /schemas/desktop/ibus/engine/Chewing/autoShiftCur + /desktop/ibus/engine/Chewing/autoShiftCur + ibus-chewing + bool + 0 + + Auto move cursor + + Automatically move cursor to next character. + + + + Auto move cursor + + Automatically move cursor to next character. + + + + Auto move cursor + + Automatically move cursor to next character. + + + + + /schemas/desktop/ibus/engine/Chewing/addPhraseDirection + /desktop/ibus/engine/Chewing/addPhraseDirection + ibus-chewing + bool + 0 + + Add phrases in front + + Adding phrases in the front. + + + + Add phrases in front + + Adding phrases in the front. + + + + Add phrases in front + + Adding phrases in the front. + + + + + /schemas/desktop/ibus/engine/Chewing/easySymbolInput + /desktop/ibus/engine/Chewing/easySymbolInput + ibus-chewing + bool + 1 + + Easy symbol input + + Easy symbol input. + + + + Easy symbol input + + Easy symbol input. + + + + Easy symbol input + + Easy symbol input. + + + + + /schemas/desktop/ibus/engine/Chewing/escCleanAllBuf + /desktop/ibus/engine/Chewing/escCleanAllBuf + ibus-chewing + bool + 0 + + Esc clean all buffer + + Escape key cleans the text in pre-edit-buffer. + + + + Esc clean all buffer + + Escape key cleans the text in pre-edit-buffer. + + + + Esc clean all buffer + + Escape key cleans the text in pre-edit-buffer. + + + + + /schemas/desktop/ibus/engine/Chewing/maxChiSymbolLen + /desktop/ibus/engine/Chewing/maxChiSymbolLen + ibus-chewing + int + 20 + + Maximum Chinese characters + + Maximum Chinese characters in pre-edit buffer, including inputing Zhuyin symbols + + + + Maximum Chinese characters + + Maximum Chinese characters in pre-edit buffer, including inputing Zhuyin symbols + + + + Maximum Chinese characters + + Maximum Chinese characters in pre-edit buffer, including inputing Zhuyin symbols + + + + + /schemas/desktop/ibus/engine/Chewing/forceLowercaseEnglish + /desktop/ibus/engine/Chewing/forceLowercaseEnglish + ibus-chewing + bool + 0 + + Force lowercase in En mode + + Ignore CapsLock status and input lowercase by default. + It is handy if you wish to enter lowercase by default. Uppercase can still be inputted with Shift. + + + + Force lowercase in En mode + + Ignore CapsLock status and input lowercase by default. + It is handy if you wish to enter lowercase by default. Uppercase can still be inputted with Shift. + + + + Force lowercase in En mode + + Ignore CapsLock status and input lowercase by default. + It is handy if you wish to enter lowercase by default. Uppercase can still be inputted with Shift. + + + + + /schemas/desktop/ibus/engine/Chewing/syncCapsLockLocal + /desktop/ibus/engine/Chewing/syncCapsLockLocal + ibus-chewing + string + keyboard + + Sync between CapsLock and IM + + Occasionally, the CapsLock status does not match the IM, this option determines how these status be synchronized. Valid values: + "disable": Do nothing. + "keyboard": IM status follows keyboard status. + "im": Keyboard status follows IM status. + + + + Sync between CapsLock and IM + + Occasionally, the CapsLock status does not match the IM, this option determines how these status be synchronized. Valid values: + "disable": Do nothing. + "keyboard": IM status follows keyboard status. + "im": Keyboard status follows IM status. + + + + Sync between CapsLock and IM + + Occasionally, the CapsLock status does not match the IM, this option determines how these status be synchronized. Valid values: + "disable": Do nothing. + "keyboard": IM status follows keyboard status. + "im": Keyboard status follows IM status. + + + + + /schemas/desktop/ibus/engine/Chewing/plainZhuyin + /desktop/ibus/engine/Chewing/plainZhuyin + ibus-chewing + bool + 0 + + Plain Zhuyin mode + + In plain Zhuyin mode, automatic candidate selection and related options are disabled or ignored. + + + + Plain Zhuyin mode + + In plain Zhuyin mode, automatic candidate selection and related options are disabled or ignored. + + + + Plain Zhuyin mode + + In plain Zhuyin mode, automatic candidate selection and related options are disabled or ignored. + + + + + /schemas/desktop/ibus/engine/Chewing/candPerPage + /desktop/ibus/engine/Chewing/candPerPage + ibus-chewing + int + 10 + + Candidate per page + + Number of selection candidate per page. + + + + Candidate per page + + Number of selection candidate per page. + + + + Candidate per page + + Number of selection candidate per page. + + + + + /schemas/desktop/ibus/engine/Chewing/phraseChoiceRearward + /desktop/ibus/engine/Chewing/phraseChoiceRearward + ibus-chewing + bool + 1 + + Choose phrases from backward + + Choose phrases from backward. + + + + Choose phrases from backward + + Choose phrases from backward. + + + + Choose phrases from backward + + Choose phrases from backward. + + + + + /schemas/desktop/ibus/engine/Chewing/spaceAsSelection + /desktop/ibus/engine/Chewing/spaceAsSelection + ibus-chewing + bool + 1 + + Space to select + + Press Space to select the candidate. + + + + Space to select + + Press Space to select the candidate. + + + + Space to select + + Press Space to select the candidate. + + + + + --- ibus-chewing-1.2.0.20090624.orig/SPECS/RPM-ChangeLog +++ ibus-chewing-1.2.0.20090624/SPECS/RPM-ChangeLog @@ -1,4 +1,4 @@ -* Wed Jun 24 2009 Ding-Yi Chen - 1.2.0.20090624-1 +* Fri Jun 26 2009 Ding-Yi Chen - 1.2.0.20090624-1 - Lookup table now shows the selection key. * Mon Jun 22 2009 Peng Huang - 1.2.0.20090622-1