Commit graph

1255 commits

Author SHA1 Message Date
obache
5a4c73abdb Update ibus-table to 1.9.1.
* Use proper fallback when reading the localized table name
* Show pinyin mode as well in the input mode indicator
2014-11-05 10:35:00 +00:00
prlw1
ea8985031e Remove libgee0.8.
libgee now contains the most recent version of libgee, which follows
the 0.8 API. If in the future, that API changes, we can copy libgee
back to libgee0.8, and carry on updating libgee.
2014-11-03 18:45:42 +00:00
obache
53779d4829 Update ibus-table to 1.9.0.
Release 1.9.0

Redesign the property menus, use sub-menus instead of toggles

The toogles are very confusing, one cannot easily see to which
mode one will switch when a toggle is clicked. When the floating panel
is shown, tooltips explain to which mode will switch. But the floating
panel is never shown in Gnome3, so this does not help for Gnome3.

User feedback also shows that many users are confused whether the
currently visible menu entry in case of a toggles shows the state
which is currently used or the state one will switch to when that
toggle is clicked.

For toggles which have more than 2 values, for example the Chinese mode:

    0 means to show simplified Chinese only
    1 means to show traditional Chinese only
    2 means to show all characters but show simplified Chinese first
    3 means to show all characters but show traditional Chinese first
    4 means to show all characters

it is tedious to change from mode 0 to mode 4 for example:

   Open the menu, click on the toggle, menu closes and one has
   changed to mode 1. Repeat 3 more times to get to mode 4.

The new system to use sub-menus instead of toogles also agrees better
with:

https://wiki.gnome.org/AllanDay/IMEGuidelines

> Avoid mutable menu items (menu items whose label changes after it has
> been selected). Instead, consider providing two adjacent menu items
> for the commands. Then make the items sensitive or insensitive as the
> situation demands.
>
> Do not use mutable menu items to toggle a two-state setting (for
> example, Show and Hide). Use a check box or radio buttons instead.
2014-11-03 09:00:32 +00:00
obache
6292c47390 Update ibus-anthy to 1.5.6.
* Fixed deprecated GtkHBox, GtkVBox and GtkStock since GTK+ 3.10.
* Fixed deprecated warnings with python3-gobject 3.13.3.
* Set max-width-chars property in ibus-anthy-setup wrapped GtkLabel.
* Set a parent window from 'IBUS_SETUP_XID' environment variable in setup.
* Replare FileNotFoundError with IOError for python2 compatibility. (#1736)
* Changed fequency 500 to 0.
* Added Emoji dictionary.
* Set preview_lines to -1 in zip code.
* Added search entry in view dictionary dialog.
* Fixed Gtk.SearchEntry.search-changed signal for gtk 3.8.
2014-11-03 08:53:53 +00:00
obache
6b5147fc75 Update ibus to 1.5.9.
* Enable preedit color on external preedit window with x11 applications. 2e8de03
* Do not fail ibus-setup when en_US.UTF-8 is not installed. a78c0b8
* Fix compose keys in French layout bepo variant. 6dcb2dd
2014-11-03 08:47:15 +00:00
obache
8cd413565f Update ibus-table-others to 1.3.4.
* Make status prompts and symbols more consistent
2014-11-03 08:42:18 +00:00
obache
f79caa2556 Update ibus-table to 1.8.11.
* fix Python backtrace when the dconf key
  /desktop/ibus/engine/table/wubi-jidian86/onechar is not set
2014-11-03 08:40:23 +00:00
ryoon
a0624c63b0 Update to 1.15.1895.102 from 1.15.1834.102
Changelog:
r350 2014-10-12 1.15.1895.102 - r323 2014-08-24 1.15.1869.102

You can check out Mozc r350 as follows.

gclient sync --revision=350

Summary of changes between 1.15.1869.102 (r323) and 1.15.1895.102 (r350).

    Build related changes:
        Android build is now tested with NDK r10b only
        Ubuntu 14.04 is now experimentally supported as a build environment. See mozc/docker/ubuntu14.04/Dockerfile.
    Fixed issues:
        FIX: Partial suggestion for numbers are not annotated by <部分確定> ( Issue 250 )
        FIX: Meaningless candidates are displayed on the Start Screen in Windows 8 and later ( Issue 249 )
    Commit summary:
        r350: Use StringPiece to avoid unnecessary instantiation of std::string
        r349: Introduce Util::ConcatStrings to reduce string copy
        r348: Do not make the destructor virtual unless it is necessary part 2
        r347: Do nothing if the key string passed to the converter is empty
        r346: Fix Year 2038 Problem in UserHistoryStorage
        r345: Do not make the destructor virtual unless it is necessary
        r344: Add supportedOS GUID for Windows 10
        r343: Use apt command instead of apt-get command in Ubuntu 14.04
        r342: Tidy up UserHistoryPredictor::InsertHistory
        r341: Reorder logical AND conditions just for readability
        r340: Remove a redundant length check
        r339: Roll jsoncpp 4b687640cbc197e8:11086dd6a7eba042
        r338: Roll gyp r1972:r1987
        r337: Roll breakpad r1354:r1374
        r336: Use Util::EndsWith when appropriate
        r335: Stop unnecessarily using uint64 variable for uint32 data part 2
        r334: Stop unnecessarily using uint64 variable for uint32 data
        r333: Fix a typo in a test name
        r332: Fix style violations in header include guards
        r331: Propagate information of partial suggestion in the number rewriter
        r330: Add an all-in-one Dockerfile to build Mozc for Android and Linux desktop (Ubuntu 14.04 edition)
        r329: Disable ITfFnSearchCandidateProvider until ITfIntegratableCandidateListUIElement is implemented
        r328: Use Android NDK r10b in the reference build environment part 2
        r327: Use Android NDK r10b in the reference build environment
        r326: Make sure to use correct 'NM' and 'READELF' in cross build
        r325: Roll gyp r1958:r1971
        r324: Update copyright year notice in the about dialog
        r323: Update line number attributes in Qt message files

r318 2014-08-17 1.15.1868.102 - r307 2014-08-03 1.15.1857.102

You can check out Mozc r318 as follows.

gclient sync --revision=318

Summary of changes between 1.15.1868.102 (r318) and 1.15.1857.102 (r307).

    Build related changes:
        Visual C++ 2013 is now supported to build Mozc binaries. ( Issue 244 )
    Fixed issues:
        FIX: Support Visual C++ 2013 ( Issue 244 )
        FIX: 'Set input mode to X' commands do not work while input mode is set to "Direct Input" ( Issue 246 )
        FIX: Remove shortcut keys for Japanese IME for intra IME mode switching (Issue chromium:310698)
    Commit summary:
        r318: Fix a typo in a build rule for OS X
        r317: Introduce a new keymap for Chromium OS device
        r316: Move GetDefaultKeyMap from keymap::KeyMapManager to config::ConfigHandler
        r315: Support 'Set input mode to X' in DirectInput mode on Linux, NaCl and Android
        r314: Enable Ninja's console pool feature for 'ant' tasks in Android build
        r313: Suppress build time message for the clean build log, especially when being built with Ninja
        r312: Update symbol dictionary
        r311: Roll protobuf r489:r512
        r310: Include Visual C++ 2013 merge modules when necessary
        r309: Use the workaroud for KB 813540 only for Visual C++ 2010
        r308: Remove an unnesesary blank line
        r307: Roll WTL r460:r587 part 2

r303 2014-08-03 1.15.1856.102 - r282 2014-07-20 1.15.1835.102

You can check out Mozc r303 as follows.

gclient sync --revision=303

Summary of changes between 1.15.1856.102 (r303) and 1.15.1835.102 (r282).

    Build related changes:
        Android build is now tested with NDK r10 only
        OS X 10.5/10.6 are no longer supported as the target platform. ( Issue 242 )
        OS X build now uses libc++ instead of libstdc++.
    Fixed issues:
        FIX: mozc.el should conform Emacs Lisp library header conventions ( Issue 213 )
        FIX: GetMachPortName fails on OS X 10.10 Yosemite ( Issue 241 )
        FIX: Discontinue the support of OS X 10.5/10.6 ( Issue 242 )
    Commit summary:
        r303: Remove an unnecessary directry search rule
        r302: Switch to libc++ for better C++11 support
        r301: Change the minimum supported OS X version to 10.7
        r300: Rely on predictable Mach port name for OS X
        r299: Change the group ID of the installed files from admin(80) to wheel(0) for Mac OS X
        r298: Fix missing copyright notice and license notice at the top of the file
        r297: Simplify build rules for Mac
        r296: Use Android NDK r10
        r295: Remove unused function in auto-generated code
        r294: Fix code signing error on Mac OS X Marveriks
        r293: Remove a workaround against copy-on-write implementation of std::string
        r292: Use C++11 auto keyword
        r291: Roll WTL r460:r587
        r290: Roll protobuf r463:r488
        r289: Roll jsoncpp ea0797351fbabd3e:3a0c4fcc82d25d18
        r288: Roll gyp r1949:r1957
        r287: Roll gtest r682:r692 and gmock r472:r485
        r286: Roll breakpad r1239:r1353
        r285: Better conforms to the emacs library standard
        r284: Adds autoload magic comments
        r283: Use more appropriate and descriptive constant for OK/Cancel dialog
        r282: Include twelvekeys_toggle_flick_alphabet_scenario.txt in the test scenario list
2014-10-25 21:03:30 +00:00
alnsn
bdc6025cdf Revbump after lang/lua51 update. 2014-10-19 22:27:43 +00:00
adam
243c29c4cc Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
jperkin
148c027c4b USE_TOOLS+=xgettext and work around broken configure test for strcasecmp
on SunOS.
2014-09-24 12:24:40 +00:00
obache
ad9634dcc3 Update ibus-skk to 1.4.2.
Noteworthy changes in version 1.4.2 (2014-09-09)
------------------------------------------------

 * Migrate to libgee 0.8 from 0.6 (libskk Issue#29).
 * Optimize property registration upon focus change.
 * PageUp/PageDown/Up/Down keys on candidate window now work.
 * Install ibus-setup-skk.desktop.
2014-09-10 09:46:00 +00:00
obache
679a6b1fc6 Bump API, for libgee dependency change. 2014-09-10 09:45:31 +00:00
obache
b91213616b Update libskk to 1.0.2 (and introduce introspection support).
Noteworthy changes in version 1.0.2 (2014-09-09)
------------------------------------------------

 * Migrate to libgee 0.8 from 0.6 (Issue#29).
 * rules: new ACT09 rule contributed by Naoki Mizuno (Issue#28).
 * Consume key event for "commit" command (Issue#26).  Use
   "commit-unhandled" for the previous behavior.
 * Comsume C-j in abbrev mode (Issue#24).
2014-09-10 09:34:45 +00:00
joerg
912dba1e85 Follow rename of ninja to ninja-build. 2014-09-05 14:52:13 +00:00
obache
b8ff87cf00 Update ibus-table to 1.8.10.
* Disable auto_commit option for tables which do not have RULES
* Resolves: rhbz#1135759 https://bugzilla.redhat.com/show_bug.cgi?id=1135759
* Disable hotkey to switch Chinese mode if database is not Chinese
* Disable "onechar" (Phrase mode/Single char mode) option for non-CJK databases
2014-09-05 11:43:01 +00:00
obache
542ac1f110 Update ibus-table-others to 1.3.3.
* Change MAX_KEY_LENGTH from 2 to 1 for the rusle, rustrad, thai, and yawerty tables
* Delete the RULES from the emoji-table
2014-09-05 11:38:58 +00:00
obache
386e18f0fa Bump ABI to 1.8.0 for database format change. 2014-09-05 11:35:29 +00:00
obache
4ddd998d24 revert unwanted commmit. 2014-08-28 11:43:05 +00:00
obache
8d67d1e120 Update ibus-handwrite to 3.0.0.
since all 2.x software bump to 3.0 when they ported to gtk3, same rules apply
to ibus-handwrite!
2014-08-28 10:27:28 +00:00
obache
d5c76600e3 Update ibus-table to 1.8.9.
* Move some options into a new tab "Details"
* Ignore Shift+Space hotkey to switch fullwidth/halfwidth if the database is
  not for CJK
* Resolves: rhbz#1133422
* Pass IBus.KEY_KP_Enter to the application if the preedit is empty
* Resolves: rhbz#1133424
2014-08-28 09:43:06 +00:00
obache
384a04c262 *** empty log message *** 2014-08-28 09:35:56 +00:00
obache
91d4bbbe39 Update ibus-table-others to 1.3.2.
Release 1.3.2

    * Make default options of rusle.txt the same as in rustrad.txt

    * Add Russian Legacy layout

    * Add "\circ ∘ U+2218 RING OPERATOR" back to the latex table

    Release 1.3.1

    * Add _ and ^ to the start characters for the LaTeX table

    * Updates and bugfixes for the LaTeX table by Giuseppe Castagna (original author of the LaTeX table)

    * ibus-table requires Python3 now, require it here as well

    Release 1.3.0.20140707

    * Use SELECT_KEYS = F1,F2,F3,F4,F5,F6,F7,F8,F9 for ipa-x-sampa

    * Add single and multi wildcard options to all tables

    * Use AUTO_WILDCARD = TRUE for all tables

    * Don't force "us" layout for cns11643, compose, ipa-x-sampa, viqr, emoji, mathwriter-ibus, translit-ua, and translit

    * Keep forcing "us" layout only for "rustrad", "yawerty", and "thai".

    * Don't force "us" layout for the latex input method

    * The "latex" table uses "\" as a startchar

    * includes "Set symbols to be displayed in IM switchers" by Sean Burke
...
2014-08-24 06:59:54 +00:00
obache
5646b24e8e Update ibus-table-chinese to 1.8.2.
* Tue Jun 10 2014 Ding-Yi Chen <dchen@redhat.com> - 1.8.2
- Built for ibus-table-1.8.1

* Sun Jun 08 2014 Ding-Yi Chen <dchen@redhat.com> - 1.8.1
- Add summary and description translation back.

* Sun Jun 08 2014 Ding-Yi Chen <dchen@redhat.com> - 1.8.0
- Update for ibus-table-1.8.0
- Fixed Bug 1099380 - The stroke5 table should not use
  "AUTO_SELECT = TRUE" but "AUTO_SELECT = FALSE"
2014-08-24 06:46:24 +00:00
obache
4199874cb8 Update ibus-table to 1.8.8.
many fixes and improvements.
2014-08-24 06:41:32 +00:00
wiz
ae075e6d55 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
obache
93aa133203 Update ibus-kkc to 1.5.21.
Drop support for libkkc <= 0.3.3

    setup: Check if the existing shortcut key is non-null, when removing

    setup: Set the "label" attribute properly when adding a shortcut

    Port to libgee 0.8 API

    Don't send update-property signal until properties are registered
    To reduce the number of D-Bus signals sent on focus-in.

    Update translations
2014-08-10 02:30:00 +00:00
obache
bceb547e8c remove unwanted comment. 2014-08-10 02:15:25 +00:00
obache
47035dfca8 Use ${SETENV} instead of bare `env'. 2014-08-07 03:03:32 +00:00
obache
9bd09a8e09 Update ibus-chewing to 1.4.10.1.
PRJ_VER=1.4.10.1
SUMMARY=Resolves Bug 1054937
REDHAT_BUGZILLA=1054937
[Changes]
- Resolves Bug 1054937 - Broken %defattr in ibus-chewing
2014-08-04 09:11:23 +00:00
obache
ab038dd34d Bump PKGREVISION from libchewing, new dependency on sqlite3. 2014-08-02 04:56:25 +00:00
obache
162707259c Update libchewing to 0.4.0.
What's New in libchewing 0.4.0 (Apr 11, 2014)
---------------------------------------------------------
* Add the following APIs:
  - Userphrase manipulation
    - chewing_userphrase_enumerate
    - chewing_userphrase_has_next
    - chewing_userphrase_get
    - chewing_userphrase_add
    - chewing_userphrase_remove
    - chewing_userphrase_lookup
  - Keyboardless action
    - chewing_cand_open
    - chewing_cand_close
    - chewing_cand_string_by_index_static
    - chewing_cand_choose_by_index
    - chewing_cand_list_first
    - chewing_cand_list_last
    - chewing_cand_list_has_next
    - chewing_cand_list_has_prev
    - chewing_cand_list_next
    - chewing_cand_list_prev
    - chewing_commit_preedit_buf
    - chewing_clean_preedit_buf
    - chewing_clean_bopomofo_buf
  - Bopomofo buffer
    - chewing_bopomofo_Check
    - chewing_bopomofo_String_static
  - Static API
    - chewing_aux_String_static
    - chewing_buffer_String_static
    - chewing_cand_String_static
    - chewing_commit_String_static
    - chewing_kbtype_String_static
  - Misc
    - chewing_new2
* Dictionary format:
  - Remove text data support
  - Introduce platform independent binary data representation
  - Move binary data to share/libchewing/*
* Userphrase format:
  - Support SQLite-based user phrase storage and manipulation
* New coding style:
  - Use scripts/indent.sh to change coding style
* Bug fixed:
  - Fix chewing_zuin_Check wrong return value #62
  - Fix numlock key cannot output number #45
  - Fix negative frequency problem #75
  - Fix cannot select candidate when symbol exists #79
  - Avoid clearing the buffer when Up arrow key is pressed and escCleanAllBuf is 1.
  - Fix cannot handle numlock 9 correctly #88
  - Fix invalid characters are committed when pre-edit buffer is full
  - Fix AutoLearnPhrase cannot fill correct wordSeq #108
  - Fix wrong auto learn when symbol in between #112
  - Fix missing rpl_malloc for cross compilation #118
  - Fix '\n' appear in symbol table #126
  - Reopen candidate list for symbols with down key #127 #135
  - Let up key close candidate list of symbols #131 #138
* Misc:
  - Add `make check' in cmake build
  - Change MAX_UTF8_SIZE to 4
  - Update official website URL
  - Use CreateFileA() instead of CreateFile() to stick with the ANSI API
  - Do not check phrase longer than MAX_PHRASE_LEN
  - Implement dynamic programming phrasing algorithm #73
  - Clean bopomofo buffer when mode change to English mode #89 #97
  - Update README to GFM.
  - Replace 'INCLUDE' with 'AM_CPPFLAGS' #68 #114 #116
  - Use [Shift]+[-] to input EM DASH (u+2014) as default #113 #124
  - Use Backspace to close candidate window #128
  - Use PgUp/PgDn to turn pages of candidates #129
  - Update Windows default search path #78
  - The word "zuin", "Zhuyin" are obsolete terms for "Bopomofo"
  - Add const whenever possible in several APIs
  - Toggle shape mode with shift-space #141 #142
* Successful stories:
  - chewing-windows-tsf project provides Text Services Framework
    support for Microsoft Windows.
2014-08-02 04:54:07 +00:00
obache
a7d395ae64 Update ibus to 1.5.8.
* Set max-width-chars property in ibus-setup wrapped GtkLabel. 0be4664
   * Add German (nodeadkeys) keymap in simple.xml. 318836a
   * Delete Korean keymap. 386bafb
   * Let ibus-ui-gtk3 not to show zero-lenght preedit text. 3469285
   * Fix many memory leaks provided by Christophe Fergeau. 87fb61f
     f3e8aaf 18687d7 d0aaf77 ca8cac8 f4d7cea 70ddaf1 0d15329 167d1d7
     5d887bd b07dedf 6291feb
   * Add Polish (qwertz) keymap in simple.xml ee4c5ec
   * Fix escape key with Ctrl+Shift+U ISO 14755. 9bad0c9
   * Update ibuscomposetable.h for pt-br. b6afffb
   * Set up ibus engines when users log into the session for the first
     time. 38fa3e8
   * Do not sort ibus engines when they are saved by ibus-setup. a530075
   * Update IBusKeymap jp. 8ef258e
   * Run xmodmap after run setxkbmap -l layout. 14bd938
   * Add ibus reset-config and read-config sub-commands. 3dcf247 9e5a2bd
   * Fix ibus-setup SEGV in enginetreeview.py 10483bf
   * Fix deprecated warnings with python3-gobject 3.13.3. a17dc8e
   * Export the 'IBUS_SETUP_XID' environment variable for each engine
     setup. b1b4e29
   * Fix deprecated gtk3 GtkMisc, GtkAlignment and vala Gdk.X11Display 130d310
   * Enhance UI to add engines on ibus-setup 3e6178c
2014-07-31 10:03:14 +00:00
ryoon
b21591e929 Update to 1.15.1785.102
* devel/ninja is required to build.

Changelog:
r271 2014-07-13 1.15.1834.102 - r265 2014-07-06 1.15.1828.102

You can check out Mozc r271 as follows.

gclient sync --revision=271

Summary of changes between 1.15.1834.102 (r271) and 1.15.1828.102 (r265).

    Build related changes:
        Ninja and GYP r1948 are now required to build Mozc for Android, NaCl, or Linux desktop. Note that you don't need to install Ninja manually, since depot_tools maintains pre-built Ninja binaries.
        A sample Dockerfile is now available at mozc/docker/ubuntu12.04/Dockerfile. It provides a reference build environment of Mozc for Android, NaCl, and Linux desktop. See BuildInDocker for details.
    Fixed issues:
        FIX: Use ninja on Linux ( Issue 222 )
        FIX: Inconsistency between visible candidate and actual commit in suggestion ( Issue 239 )
        FIX: Provide a Dockerfile to set up build environment for Android, NaCl, and Linux desktop ( Issue 240 )
    Commit summary:
        r271: Add an all-in-one Dockerfile to build Mozc for Android, NaCl, and Linux desktop (Ubuntu 12.04 edition)
        r270: Minor clean up in gyp file
        r269: Zero query suggestion shouldn't be triggered when committing with key event
        r268: Use Ninja to build Android, NaCl, and Linux Desktop binaries part 3
        r267: Use Ninja to build Android, NaCl, and Linux Desktop binaries part 2
        r266: Use Ninja to build Android, NaCl, and Linux Desktop binaries
        r265: Pull GYP r1948

r253 2014-07-06 1.15.1827.102 - r241 2014-06-28 1.15.1815.102

You can check out Mozc r253 as follows.

gclient sync --revision=253

Summary of changes between 1.15.1827.102 (r253) and 1.15.1815.102 (r241).

    Fixed issues:
        FIX: Menu item for MozcTool lacks text label in ibus-mozc ( Issue 233 )
        FIX: Explorer crashes when tsf-mozc is enabled on Windows 8.1 update1 ( Issue 236 )
    Commit summary:
        r253: Specify the absolute path of the project root directory for include directories
        r252: Disable ITfFnGetLinguisticAlternates until the root cause of Explorer crashes is addressed
        r251: Specify text label for the menu item of MozcTool in ibus-mozc
        r250: Do not pass incomplete types to STL containers
        r249: Explicitly include <unistd.h> for OSX
        r248: Stop using template to implement BasicCodeGenByteArrayStreamBuf
        r247: Explicity invoke bash for make-standalone-toolchain.sh
        r246: Make config_file_stream_test.cc more robust
        r245: Replace NULL with nullptr in mozc::NumberUtil
        r244: Enable Unicode 6 Emoji conversion by default for desktop (part 4)
        r243: Unify nested preprocessor conditions into one line (part 3)
        r242: Minor style fixes
        r241: Unify nested preprocessor conditions into one line (part 2)

r234 2014-06-22 1.15.1814.102 - r206 2014-05-24 1.15.1786.102

You can check out Mozc r234 as follows.

gclient sync --revision=234

Summary of changes between 1.15.1814.102 (r234) and 1.15.1786.102 (r206).

    Build related changes:
        'build_mozc.py build_tools' is deprecated. Mozc no longer requires 2-pass build. ( Issue 223 )
    Fixed issues:
        FIX: Wrong key mapping for Numpad-End in mozc.el ( Issue 170 )
        FIX: mozc::converter::CandidateFilter drops candidates unexpectedly ( Issue 220 )
        FIX: Preceding text is not correctly extracted in ibus-mozc ( Issue 226 )
        FIX: Undo-Commit is not functional in ibus-mozc ( Issue 227 )
        FIX: NaCl-Mozc uses wrong version for downloadable dictionary
    Commit summary:
        r234: Ensure that the IPC client is configured before it is used in ibus-mozc
        r233: Teach ibus-mozc about the correct substring position when extracting surrounding text (part 2)
        r232: Teach ibus-mozc about the correct substring position when extracting surrounding text (part 1)
        r231: Enable Unicode 6 Emoji conversion by default for desktop (part 3)
        r230: Enable Unicode 6 Emoji conversion by default for desktop (part 2)
        r229: Enable Unicode 6 Emoji conversion by default for desktop
        r228: Unify nested preprocessor conditions into one line
        r227: Strictly check the range of the operands for integer operations performed in NumberUtil
        r226: Simplify test cases for SafeStrToDouble/SafeStrToFloat
        r225: Remove a redundant constant definition
        r224: UtilTest::StripWhiteSpaces should work with a single letter text.
        r223: Use different internal namespace for gflags
        r222: Fix the version check logic of the downloadable dictionary for NaCl-Mozc.
        r221: Do not use shell syntax in gyp (part 2)
        r220: Do not use shell syntax in gyp (part 1)
        r219: Use absolute path to teach the linker about a file location
        r218: Add a missing build dependency
        r217: Fix wrong reading for U+1F3C4
        r216: Fix key mapping for Numpad-End in mozc.el
        r215: Remove a redundant NULL initialization of unique_ptr
        r214: Stop using 2-pass build on OS X
        r213: Minor style fixes
        r212: Manage the root directory of protobuf for Java source in gyp rather than ant
        r211: Stop using 2-pass build except for OS X
        r210: Remove execute bit from files that shouldn't have it
        r209: Remove platform-dependent mozc::Encryptor part 2
        r208: Remove platform-dependent mozc::Encryptor
        r207: Fix the bug that Top_cost + cost_offset exceeds INT_MAX when lid is first/last name
        r206: Remove an obsolete directory that is no longer used
2014-07-19 09:03:04 +00:00
obache
7e67f6b593 Note that imcompatibility with python26 came from py-gobject3. 2014-07-12 12:24:29 +00:00
obache
256c2c23da exactly tell PYTHON2 too, to avoid unwanted detection of builtin `python2'. 2014-07-12 12:22:22 +00:00
ryoon
0eea9d7b64 Reset PKGREVISION
This is forgotten during laste mozc update.
2014-06-17 13:16:09 +00:00
ryoon
a49a35a99c Update to 1.15.1785.102
* Based on PR pkg/48837 from tsutsui@, thank you.

The most important change for Japanese ibus-mozc users is:
>> FIX: The initial mode of ibus-mozc shouldn't be Hiragana with IBus 1.5+
>> (Issue 201)

Changelog:
r192 2014-05-16 1.15.1785.102

    Build related changes:
        Removed an undocumented option --channel_dev from build_mozc.py gyp
        Removed runtime dependency on OpenSSL on NaCl, Mac, and Linux ( Issue 215 ).
        Android build is now only tested with NDK r9d
        Debug_Android and Release_Android are deprecated. You can simply specify Debug and Android, respectively.
        Removed base/base.h. ( Issue 218 )
    New features and improvement for Android:
        Add Unicode 6 Emoji support with EmojiCapable annotation
        Add a menu item for Voice input in the input options menu
        User dictionary is now exportable
        Improved accessibility support
        Improved hardware keyboard support
        Use optimized layouts for:
            TYPE_TEXT_VARIATION_URI
            TYPE_TEXT_VARIATION_EMAIL_ADDRESS
            TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS
        Long pressable UI elements now have three dots marker
    New features and improvement for Windows:
        Enable DirectWrite on Windows 7 and later
        Enable Color Emoji rendering on Windows 8.1 and later
        Implement more TSF interfaces
            ITfCandidateList
            ITfFnGetLinguisticAlternates
            ITfFnSearchCandidateProvider
            ITfFnReconversion
    Fixed issues:
        FIX: TF_E_NOLAYOUT is ignored in tsf-mozc on Windows
        FIX: Candidate window never disappears when TSF-aware Firefox loses keyboard focus
        FIX: Wrong event handling for special events in emacs-mozc
        FIX: Better support LEIM and fix document links in emacs-mozc
        FIX: Top of suggest/candidate item is displayed right behind preedit text ( Issue 147 )
        FIX: Candidates in overlay style are displayed sideways if header-line-format is non-nil ( Issue 196 )
        FIX: The initial mode of ibus-mozc shouldn't be Hiragana with IBus 1.5+ ( Issue 201 )
        FIX: Compilation error due to text encoding with Visual C++ ( Issue 206 )
        FIX: Input methods are unavailable when guest-login (Chromium Issue 339318)
        FIX: Eisu Kana keys are not behaving properly (Chromium Issue 340194)
2014-06-15 13:08:34 +00:00
ryoon
31da25953c Recursive revbump from pulseaudio-5.0 2014-06-09 14:18:04 +00:00
obache
4263963eea sort 2014-06-05 05:04:38 +00:00
obache
00069b7c81 + ibus-libpinyin 2014-06-01 13:31:21 +00:00
obache
fa75131c99 Import ibus-libpinyin-1.6.92 as inputmethod/ibus-libpinyin.
This package includes a Chinese Pinyin input method and a Chinese ZhuYin
(Bopomofo) input method based on libpinyin for IBus.
2014-06-01 13:30:35 +00:00
obache
0aa4aa67f2 Add chinese to CATEGORIES 2014-06-01 11:18:32 +00:00
ryoon
992060ba8f Bump PKGREVISION
Load init files from etc/ first.
Noted by obache@
2014-05-31 22:41:32 +00:00
obache
094e108af4 + uim-chewing 2014-05-31 14:27:28 +00:00
obache
734e03e780 Import uim-chewing-0.1.0 as inputmethod/uim-chewing.
Chewing IM for uim.
2014-05-31 14:26:24 +00:00
obache
88e193d400 Switch to use UIM module framework.
Bump PKGREVISION.
2014-05-31 14:24:23 +00:00
obache
8dfbed79b8 Introduce UIM module handling framework.
Switch to use it even on UIM base package.

Bump PKGREVISION.
2014-05-31 14:22:38 +00:00
jnemeth
b783e565d1 sort 2014-05-30 01:25:27 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
obache
01e39b54e7 With ibus-1.5 and later, ibus-python module is in separate package.
Bump PKGREVISION.
2014-05-25 08:43:04 +00:00
obache
ccf7ef634a Update dconf database.
Bump PKGREVISION.
2014-05-25 06:07:34 +00:00
obache
3eda66927b + ibus-kkc 2014-05-24 13:25:11 +00:00
obache
8677c042d5 Import ibus-kkc-1.5.20 as inputmethod/ibus-kkc.
ibus-kkc -- a Japanese Kana Kanji input engine for IBus
2014-05-24 13:24:32 +00:00
obache
c0a0c90fb9 fixes icon path for ibus-mozc with ibus-1.5. 2014-05-18 07:42:24 +00:00
wiz
3faf991a33 Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.

I probably bumped too many. I hope I got them all.
2014-05-17 16:10:41 +00:00
adam
28bb94d01f Revbump after updating graphics/giflib 2014-05-15 14:41:45 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
obache
d884781757 Note/Update comments for patches. 2014-05-05 06:26:53 +00:00
obache
6916fc88df Note comment. 2014-05-05 06:11:16 +00:00
obache
e2b0cf7c08 missing recursive bump from pixman. 2014-05-05 02:54:50 +00:00
obache
af068f02a5 Exactly buildlink with gtk2 and gtk3, modules.mk will not prepared by finddepends(1). 2014-05-05 02:53:26 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
alnsn
aedfc77e1e Revbump for Lua multiversion support. 2014-05-03 13:14:36 +00:00
obache
0f63ff8f65 Update ibus to 1.5.7.
* Add Czech (qwerty) keymap.
* Update supported vala version to 0.20.
* Send panel input purpose.
* Keep track of content-type change after focus-in
* Fix leak in ibus_get_local_machine_id()
* Do not show property panel by default.
* Do not move property panel with focus-in in case panel is always shown.
2014-05-03 09:52:24 +00:00
obache
e943c0f888 Fixes python full path with upstream acceptable way. 2014-05-02 11:26:52 +00:00
obache
d31a49e4d3 shared_ptr renaming is not required now. 2014-05-02 11:17:08 +00:00
obache
2f0e1aa2a0 Note upstream pull request. 2014-05-01 10:28:30 +00:00
obache
78ac2cdb72 Note upstream commit. 2014-05-01 09:55:19 +00:00
obache
950c7cfe3b Note upstream commit (and remove garbage hunk). 2014-05-01 09:52:03 +00:00
obache
3df45ea26c Note upstream Bug#8. 2014-05-01 09:42:42 +00:00
obache
9d6521e60b Note upstream pull request. 2014-05-01 09:19:35 +00:00
obache
079b2ee716 Upstream Issue#20 2014-05-01 07:48:51 +00:00
obache
61b25acb0c upsteam Issue#1706. 2014-04-30 06:53:18 +00:00
obache
cbfb63f230 Update ibus-qt to 1.3.3.
* Enable dead_belowdot with de layout.
* Fixed installed but unpackaged files with rpm-build 4.11.1 and %doc.
* Proof of concept implementation for delete-surrounding-text.
* Finish the surrounding text implementation
2014-04-30 06:27:06 +00:00
ryoon
dfc71ed9fb Fix build under SunOS
The patch for sigscheme/configure is restored.
-shared is not needed.
2014-04-20 14:51:41 +00:00
ryoon
ccf2ca6c4c Fix checksum 2014-04-20 10:45:48 +00:00
ryoon
6450a704a9 Bump PKGREVISION
Use loader.scm and installed-modules.scm from ${PREFIX}/etc/uim

They are changed by uim-module-manager during installation.
They should not be in ${PREFIX}/share.

I have changed hack for SunOS. My change may break SunOS build.
I will fix the breakage.
2014-04-20 06:40:00 +00:00
obache
1335204923 recursive bump from ilmbase shlib version change. 2014-04-10 06:21:18 +00:00
obache
d8fc20e0b0 recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
obache
489922cd04 Update ibus-anthy to 1.5.5.
* Fixed IOError in print sys.stderr when the parent process exits.
* Added python3.
* Launched an error dialog when .anthy/last-record2_default.utf8 is broken.

Wile here, expressly configure as default-layout=default (instead of default "jp")
2014-04-06 04:24:19 +00:00
obache
20a5d11bec Update ibus to 1.5.6.
* data/dconf: Don't run "dconf update" if $(DESTDIR) is set
* Support python3 [1]
* Fix to show Property Panel when the mode is auto hide.
* Do not let property panel follow cursor when it's always shown.
* Fix a build error of Gdk.EventKey with vala 0.23.2
* Use XKB layout string instead of ibus-keyboard icon on panel.
2014-04-06 02:48:03 +00:00
obache
9f4558037f fixes mis-handling of gtk3 immodule.
Bump PKGREVISION.
2014-04-06 01:49:12 +00:00
ryoon
8b85c5d85c Add used by 2014-03-27 19:28:33 +00:00
obache
919a9d5201 fixes missing include of string.h for strcat(3) and strcpy(3). 2014-03-26 12:13:17 +00:00
jperkin
45bc40abb4 Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
2014-03-11 14:04:57 +00:00
obache
e5e245fc3a recursive bump from libdatrie shlib major bump. 2014-02-27 12:50:47 +00:00
obache
367a11624f Update ibus-libthai to 0.1.2.
Version 0.1.2 (2013-10-31)
=============
- Fix keyboard shortcuts & Thai accelerators problems with iBus 1.5.
- Allow typing Thai digits using numpad with CapsLock or level 3.

Version 0.1.1 (2013-07-11)
=============
- Map keyboard scan codes directly instead of relying on XKB key symbols,
  to avoid unexpected double-mapping on ASCII characters in Thai layouts.
2014-02-27 12:48:53 +00:00
obache
54635dc97c enable GTK3 immodule too.
Bump PKGREVISION.
2014-02-27 12:47:45 +00:00
ryoon
323458d7d6 Remove unnecessary distinfo 2014-02-27 09:20:25 +00:00
jperkin
56cb9a056e GCC_REQD should be appended to, not set.
Fixes issues where a newer GCC has been chosen by the user but the GCC_REQD
was forcing an older (and broken) one to be pulled regardless.
2014-02-19 09:44:56 +00:00
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
ryoon
20c9de221f Recursive revbump from libxkbcommon 0.4.0 update 2014-02-03 16:17:12 +00:00
obache
305f9ed16a fixes build with NetBSD-6 curses. 2014-02-02 10:47:24 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
ryoon
6428676726 Bump PKGREVISION
Implement proper module handling. This idea is provided by obache@.

* Remove all modules when uim is deinstalled, and register installed
  modules when uim is installed. This actions are needed when
  the modules that are provided by uim are changed.
2014-01-20 13:26:54 +00:00
ryoon
0af8bc0286 Fix typo 2014-01-20 12:32:49 +00:00
ryoon
4a7be9ab10 Add uim-mozc 2014-01-20 10:46:30 +00:00
ryoon
ae2664cdf7 Import uim-mozc-1.13.1651.102 as inputmethod/uim-mozc.
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.

This package provides mozc module for uim inputmethod.
2014-01-20 10:45:57 +00:00
ryoon
3a5fa7e538 Bump PKGREVISION
* Treat loader.scm and installed-modules.scm as CONF_FILES.
  They are modified by uim-module-manager.
2014-01-20 10:45:03 +00:00
ryoon
6764311ab3 Bump PKGREVISION
* Depends on mozc-renderer
2014-01-20 10:40:36 +00:00
ryoon
83428fd925 Bump PKGREVISION
* ibus is not needed for all mozc-related packages
* Add uim-mozc tarball to distinfo, it will be used uim-mozc
2014-01-20 10:39:29 +00:00
ryoon
6bd3104a88 Add mozc-renderer 2014-01-20 10:36:14 +00:00
ryoon
f9abd5707e Import mozc-renderer-1.13.1651.102 as inputmethod/mozc-renderer.
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.

This package provides mozc_render and common files for mozc client.
2014-01-20 10:35:43 +00:00
ryoon
3823a3ac63 Update to 1.13.1651.102
* This version requires -std=c++11, then set GCC_REQD=4.7

Changelog:
r185 2014-01-06 1.13.1651.102

    FIX: Refactor placeholder management ( Issue 147 )
    FIX: Specify _NET_WM_WINDOW_TYPE to mozc_renderer ( Issue 195 )
    FIX: header-line-format breaks candidate window on Emacs 24 ( Issue 196 )
    Support Android NDK r9b.
2014-01-19 01:18:50 +00:00
obache
3ac387c4d4 Update ibus-chewing to 1.4.7.
* Fri Jan 17 2014 Ding-Yi Chen <dchen at redhat.com> - 1.4.7
- Target "translation" is built separately with all,
  in order to tame multiple job make.

* Thu Jan 16 2014 Ding-Yi Chen <dchen at redhat.com> - 1.4.6
- Fixed Build for RHEL7
2014-01-17 07:54:54 +00:00
obache
9a286c4c2c Update ibus-chewing to 1.4.5.
* Thu Jan 16 2014 Ding-Yi Chen <dchen at redhat.com> - 1.4.5
- Resolves Bug 1013977 - ibus-chewing needs to have ibus write-cache --system in %post and %postun
- Resolves Bug 1027031 - CVE-2013-4509 ibus-chewing: ibus: visible password entry flaw [rhel-7.0]
- Resolves Bug 1028911 - [zh_TW]'Chinese<->English' switch does not work when clicking on the Chewing menu list.
- Resolves Bug 1045868 - ibus-chewing *again* not built with $RPM_OPT_FLAGS
- Option "Sync between caps lock and IM":
  + Default of  is changed to "disable",  because the previous default
    "keyboard" cause bug 1028911 for GNOME Shell.
  + Now Sync from "input method" can control Caps LED in GNOME shell.
- Translation added: de_DE, es_ES, it_IT, pt_BR, uk_UA
2014-01-16 11:14:51 +00:00
obache
02f28ca5c4 Update ibus to 1.5.5.
* Add french layout variant oss to simple engine
* Replace datadir/man with mandir.
* Implement lookup-table-orientation in ibus-ui-gtk3.
* Always save the content-type cache for gnome-shell password.
* Update en-us compose table and add locale tables for xkb engines.
* Wayland: Fix Small typo
* Fix gir annotations.
* simple.xml.in: add Slovak qwerty layout variant
* Delete the up/down button message on ibus-setup.
* Fix candidate panel not to be out of screen.
* Update translations.
* Remove -Werror in autogen.sh since the build still have errors.
* Add Property Panel to show IME properties.
2014-01-16 11:04:26 +00:00
wiz
e03c03b6dc Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
obache
89831307fe Update ibus-input-pad to 1.4.2.
* Removed shared_type tag in input-pad.xml, which is not upstreamed.
2013-12-29 06:45:14 +00:00
obache
2da433785b \U is not usable with UCS2 (python in pkgsrc). 2013-12-28 09:02:31 +00:00
obache
086e110f4e Update ibus-chewing to 1.4.4.
PRJ_VER=1.4.4
SUMMARY=Fixed RHBZ 842856, 1027030; Added translations:fr_FR, ja_JP, ko_KR
REDHAT_BUGZILLA=842856, 1027030
[Changes]
- Resolves Bug 842856 - ibus-chewing 1.4.3-1 not built with $RPM_OPT_FLAGS
- Resolves Bug 1027030 - CVE-2013-4509 ibus-chewing: ibus: visible
  password entry flaw [fedora-all]
  Thanks czchen for the GitHub pull request 39.
- Added translations: fr_FR, ja_JP, ko_KR
- Adopt cmake-fedora-1.2.0
2013-12-28 04:59:36 +00:00
joerg
e649d248e6 LC_CTYPE needs <clocale> 2013-12-15 19:38:33 +00:00
ryoon
7cb4a99875 Revbump from qt5* updates 2013-12-15 09:43:58 +00:00
ryoon
3f5d71ca8a Add qt5-uim 2013-12-13 14:39:43 +00:00
ryoon
5419c535dc Import Qt5 5.2.0rc1 packages and qt5 input module from uim
Only tested on NetBSD/amd64 6.99.28.

ToDo:
* inputmethod/qt5-ibus from Qt5 should be created
2013-12-13 14:38:34 +00:00
jperkin
72a7a0ef97 py-gobject3 no longer supports Python 2.6, fix dependency fallout. 2013-12-10 11:15:26 +00:00
obache
d4183401f7 require py-gobject3.
Bump PKGREVISION.
2013-12-08 07:34:21 +00:00
obache
900c49d7b2 Update ibus-input-pad to 1.4.1.
* Updated translations.
* Enabled GTK3 by default.
* Enabled maintainer-mode in configure.ac.
* Added ibus-setup-input-pad.desktop
2013-12-07 11:41:09 +00:00
obache
c3fa92ad5a Update input-pad to 1.0.3.
* Added the man of input-pad
* Updated translations.
* Fixed an error with gcc -Wformat -Werror=format-security
* Enabled GTK3 by default.
* Enalbed XTEST because glib2 uses XI2.
* Enabled maintainer-mode in configure.ac.
* Added data for Old English and Middle English.
* Some unofficial IPA, labial-velars, laterals, nasal releases,
  More obsolete IPA, fixed output for wedge; added a precise, unofficial symbol   for the alveolar flap.
2013-12-07 11:32:31 +00:00
obache
70bf2b96bf py-gobject3 is required, and gobject-introspection is just required to build.
Bump PKGREVISION.
2013-11-26 11:22:15 +00:00
dholland
e6fb986a23 Correct
error: #pragma GCC diagnostic not allowed inside functions
errors seen in NetBSD-current.
2013-11-12 02:57:43 +00:00
joerg
942ea1a811 attribute((bound(...))) was never really documented and removed ages ago
from GCC.
2013-11-05 17:39:46 +00:00
obache
107be604d7 fixes build with lua option (and Lua-5.2 fix) 2013-10-30 11:30:36 +00:00
dholland
2d5ff4445e Bump PKGREVISION of packages whose Lua depends changed form, but whose
own PKGNAME is unchanged.
2013-10-30 06:49:53 +00:00
joerg
7bfb06918f + ibus-python 2013-10-23 20:33:23 +00:00
obache
81b17cb3a9 Bump PKGREVISION from ibus-1.5. 2013-10-23 12:57:06 +00:00
obache
4e2625cecf Bump PKGREVISION from ibus-1.5. 2013-10-23 12:50:02 +00:00
obache
988860d17e remove unwanted gtk2 related things. 2013-10-23 12:48:26 +00:00
obache
ac56a166d6 Switch to use gtk3, same as bumped ibus-1.5.
Bump PKGREVISION.
2013-10-23 12:47:33 +00:00
obache
2d2273b1c9 Catch up to split of python library from base ibus package.
Bump PKGREVISION.
2013-10-23 12:45:35 +00:00
obache
72d57a6f2b Update ibus-table to 1.5.0.
many improvements and fixes.
2013-10-23 12:43:49 +00:00
obache
f11e39b78d Update ibus-pinyin to 1.5.0.
* integrates pyzy
* add *.desktop files
* bug fixes
2013-10-23 12:39:55 +00:00
obache
dcd990a2bb Switch to use gtk3, same as eekboard, input-pad and ibus.
Bump PKGREVISION.
2013-10-23 12:33:37 +00:00
obache
4ede6cecce Update input-pad to 1.0.2.
Released 1.0.2

    Added Gothic group.
    Added Shavian data.
    Added data for IPA.
    Fix ABI breakage of eekboard 1.0.6.
    Added gobject-introspection.
    Added bold, italic and script.
2013-10-23 12:31:14 +00:00
obache
05f98da5b7 Bump PKGREVISION from ibus-1.5 2013-10-23 12:23:57 +00:00
obache
9714d2bc90 set PKGLOCALEDIR as default locale dir.
Bump PKGREVISION.
2013-10-23 12:15:20 +00:00
obache
3941cc7bf7 Bump PKGREVISION from ibus-1.5. 2013-10-23 12:12:30 +00:00
obache
1fd8409ca9 Adapt dependency with ibus-1.5.
Bump PKGREVISION.
2013-10-23 12:11:14 +00:00
obache
cfe0272a22 Update ibus-anthy to 1.5.4.
Released 1.5.4

    Removed g_type_init() calls.
    Fixed ibus-engine-anthy --xml without display
    Fixed kana_voiced_consonant_no_rule for 'bo'.
    Fixed dicts.
    Updated symbol.t with Seiza.
    Added Era dict.
    Updated source files with the latest GPL 2.0.
    Imported anthy zipcode.t into ibus-anthy.
    Added to check the input purpose for gnome-shell password dialog.
    Implemented ISO 14755 with Ctrl+Shift+u in LATIN mode.
    Extracted prefix in ANTHY_ZIPCODE_FILE for sh test.

    Released 1.5.3

    Minor release for worng configure.ac

    Released 1.5.2

    Fixed some bugs.
    Added customizable Hiragana_Katakana key.

    Released 1.5.1

    Cleaned up configure.ac and added anthy.i in tarball (#1571)
    setup: Look like a modal dialog when under gnome-control-center
    Fixed to convert yen to U+30FC in kana mode. (#1596)
    Removed deprecated GObject.
    Fixed unichr range (#957222)
    Enabled Latin mode with Shift key.
    Let Latin mode return FALSE (#1058)
    Changed GOBJECT_INTROSPECTION_CHECK to GOBJECT_INTROSPECTION_REQUIRE (#1620)
    Added Zenkaku_Hankaku to on-off keys.
    Sent IBus.PropState.UNCHECKED for ibus 1.5.

    Released 1.5.0

    Added ibus menu customization.
    Added us layout table for Kana.
    Added keyboard layout customization.
    Enabled IBusProperty.symbol with ibus 1.5 .
    Add a .desktop file for ibus-setup-anthy
    Updated configure.ac to use ibus pygobject3.
    Converted pygtk2 to gir gtk3.
2013-10-23 12:09:28 +00:00
obache
78c3688175 Import ibus-python-1.5.4 as inputmethod/ibus-python.
IBus means 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 provide Python library for IBus.
2013-10-23 11:56:21 +00:00
obache
45c5414897 patches for 1.5.4 2013-10-23 11:52:50 +00:00
obache
be6b58e93e Update ibus to 1.5.4.
News of 1.5.0
* Improve ibus performance by replace some python components with vala implementations.
* Improve IME switch UI and logic, and support shortcut customization.
Integrate IME and XKB keyboard layouts. Now ibus can manage both IME and XKB layouts.
* Improve gobject-introspection support.
* Improve vala language support.
* New functions to restrict config signal: ibus_config_watch/unwatch
* Remove gnome-icon-theme-legacy dependency.
* Add version property in IBusEngineDesc.
* Add IBusProperty.symbol for the short label.
* Support dconf 0.13.4
* Add ibus command line tool.
* Improve unit test.
* ibus-daemon now monitors .xml files by default
* "make check" does not require "make install"
* Support out-of-tree build
* pygobject override is added to help migrate from the old python binding
* Many bug fixings.
2013-10-23 11:50:04 +00:00
adam
63c018902c Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
mef
4c3c1204e0 Bump PKGREVISION to 1.
New DISTFILE announced recently as follows.
| Subject: [Freewnn-users 136]  Released 1.1.1-a022
| From: aono (at) cc.osaka-kyoiku.ac.jp (Tomoki AONO)
| Date: Mon, 5 Aug 2013 04:07:28 +0900

Our package had (all) diffs from 8 years old previous release.
  3617618 Nov 30  2005 FreeWnn-1.1.1-a021.tar.gz
  3702026 Aug  5 04:00 FreeWnn-1.1.1-a022.tar.gz

And already named following.
 PKGNAME=       ja-FreeWnn-lib-1.11alpha22

Thus this time, deleting patches and PKGREVISION= 1.
2013-10-15 06:25:37 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
wiz
6068eaecf6 recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
obache
c5f6a9ca23 better PKGLOCALEDIR handling with cmake. 2013-10-08 12:06:23 +00:00
obache
a99dfac29c fixes previous PKGLOCALEDIR support commit
* fixes missing PREFIX for PKGLOCALEDIR
* avoid regeneration of *.po file from source update
2013-09-20 12:19:02 +00:00
obache
4a35f81ff5 fixes for the case of PKGLOCALEDIR != share. 2013-09-20 11:51:43 +00:00