Age | Commit message (Collapse) | Author | Files | Lines |
|
python3, since the default changed from python33 to python34.
I probably bumped too many. I hope I got them all.
|
|
|
|
until proven otherwise.
|
|
|
|
|
|
|
|
finddepends(1).
|
|
Fix PR pkg/48777
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
The patch for sigscheme/configure is restored.
-shared is not needed.
|
|
|
|
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.
|
|
|
|
|
|
* 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")
|
|
* 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.
|
|
Bump PKGREVISION.
|
|
|
|
|
|
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
|
|
|
|
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.
|
|
Bump PKGREVISION.
|
|
|
|
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.
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
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.
|
|
* Treat loader.scm and installed-modules.scm as CONF_FILES.
They are modified by uim-module-manager.
|
|
* Depends on mozc-renderer
|
|
* ibus is not needed for all mozc-related packages
* Add uim-mozc tarball to distinfo, it will be used 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_render and common files for mozc client.
|
|
* 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.
|