Commit graph

1446 commits

Author SHA1 Message Date
ryoon
bb54a5fbc4 Recursive revbump from libxklavier-5.4 2016-03-12 11:28:36 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ryoon
18f58ece20 ibus, ibus-python: Update to 1.5.13
* Buildlink libX11 to ibus-python to fix build

Changelog:
1.5.13
    src: Use cache file for compose table for launching time 7241f66 d5bf50c 706ba01 97e28cc
    Add SetCursorLocationRelative D-Bus method (Daiki Ueno) (Rui Matos) b51c620

1.5.12
    check for x11 for the ui too (Marc-Antoine Perennou) c0ced65
    ibus-daemon update user cache when user observed path is updated 1d67867
    panel: Constrain the candidate area to the current monitor bounds (Alexey Kotlyarov) 4a8024b
    panel: Fix the default position of property panel with dual monitors 3ebeb65
    setup: Fix PyGIWarning: GdkX11 was imported without specifying a version 49f3a73
    engine: Change language code from ISO 639-2 to ISO 639-1 in simple.xml 3af58fa
2016-03-02 22:59:00 +00:00
jperkin
c323102697 Remove --version-script argument on Darwin too. 2016-02-26 12:16:38 +00:00
jperkin
6672c3b915 Use OPSYSVARS. 2016-02-25 13:37:46 +00:00
jperkin
ec1cd47ca0 Remove manual OPSYSVARS additions which are now part of the default set. 2016-02-25 08:27:02 +00:00
mef
ff93b7d829 - Update HOMEPAGE and MASTER_SITES based on PR pkg/50592 Thanks Takanori Ishihara
(That includes Githubify).
2015-12-26 02:13:46 +00:00
joerg
77a9e9223e Fix macro conflict between X and Qt5 header. Drop cmake file no longer
installed.
2015-12-23 12:40:37 +00:00
tsutsui
60fb8c7a27 Remove useless "MAKE_JOBS_SAFE=no" definition.
Anyway, the actual problem seems fixed in the latest mozc-2.17.2116.102
(error is not reproducible on my environment).  See also PR/50281.
2015-12-13 16:13:01 +00:00
adam
7f3b4730ad Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
jperkin
8d04ae4456 Remove mk/find-prefix.mk usage from the inputmethod category.
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.

Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure.  Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.

Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-25 12:50:57 +00:00
ryoon
b33059afe1 Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
agc
efd9ad4549 Remove duplicate SHA512 digests that crept in. 2015-11-04 17:41:15 +00:00
agc
5fb7ef9693 Add SHA512 digests for distfiles for inputmethod category
Problems found locating distfiles:
	Package anthy: missing distfile 2ch.t
	Package anthy: missing distfile okinawa-20090801.t

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 22:13:34 +00:00
tnn
84cec8799b Don't litter /tmp with 200MB of debug logs after build. 2015-10-30 12:21:17 +00:00
tsutsui
b94e40f091 Pull upstream fix to avoid libcanna crash triggered by set-key command.
Reported by Takeshi Nakayama in PR pkg/50368.
Also update comment in patch-lib_RK_ncache.c to mention about
the upstream fix in the same commit.

Bump PKGREVISION.
2015-10-25 12:17:36 +00:00
joerg
50784a4ec2 Don't define nullptr when using a C++11 compiler in general or clang
specifically.
2015-10-19 16:37:37 +00:00
tsutsui
fe6b648121 Apply kinput2-v3.1-canna37.diff, which enables Canna 3.7 new APIs.
Bump PKGREVISION.

Tested on NetBSD/i386 7.0 and NetBSD/luna68k 7.0.
2015-10-18 06:44:38 +00:00
tsutsui
e069d8e6c6 Update canna packages to 3.7pl3.
pkgsrc changes:
 - reorganize patch filenames for maintainability
  - patch-ac is also merged into existing patch-dic_phono_Imakefile
 - fix a missed 64 bit time_t issue in libRK
 - add a hook in cmd.tmpl to disable installation of cmd/forcpp and
   cmd/kpdic in canna-lib
 - tweak SUBDIRS patches in Makefiles to avoid unnecessary builds
   for each packages
 - pull various updates to canuum from the original FreeWnn's uum,
   including posix_openpt(3) support, and disable the default but
   obsolete libspt support
 - reorganize curses(3) ops in canuum per curses(3) documents
 - fix misc compiler warnings
 - take maintainership

Upstream changes:

 All changes are noted in ChangeLog and CHANGES.jp in distfile.
 I won't bother to quote ~1700 line ChangeLogs here,
 because this latest 3.7pl3 was released on 2004/05/20 and
 the previous 3.6pl4 was 2003/09/22.
 Highlight points are:
  - binary dictionary format is changed
  - shlib versions are bumped to 1.2 from 1.1
  - new APIs for wchar
  - experimental 64 bit architecture support
  - IPv6 support

Both server and clients (canuum and mule-1.1) are tested on
NetBSD/i386 7.0, NetBSD/amd64 7.0, and NetBSD/luna68k 7.0.
Also thanks to Nobuyoshi SATO, for his initial patch posted
to tech-pkg-ja@.
2015-10-18 03:58:31 +00:00
ryoon
f1e23b7c75 Do not depend on gcc46. Bump PKGREVISION.
Do not mix libstdc++ from gcc46-libs (libstdc++.so.6) and
NetBSD base (libstdc++.so.7) under netbsd-6.
Patch from tnozaki.
2015-10-12 07:24:50 +00:00
ryoon
d17211359d Update to 2.17.2116.102
Changelog:
Not available.
2015-10-12 00:21:48 +00:00
ryoon
b141232e29 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
joerg
5e4aff97f4 Not MAKE_JOBS_SAFE. 2015-09-23 11:53:27 +00:00
wiz
c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00
wiz
0eb141f110 Bump PKGREVISION for ncurses shlib bump. 2015-08-17 17:11:19 +00:00
joerg
f8da6254cf Not MAKE_JOBS_SAFE. 2015-08-10 19:27:48 +00:00
ryoon
3245a33694 Update mozc packages to 2.17.2106.102
Changelog:
* protobuf changes
Not available officially.
2015-07-31 13:07:05 +00:00
ryoon
b4628171b9 Update to 1.5.11
Changelog:

Release 1.5.11
    dconf: Work around using dbus development builds and /etc/machine-id (Colin Walters) 49ee54f
    Add ibus_keyval_convert_case and ibus_keyval_to_upper/lower methods (Peng Wu) 0ba6452
    Add Swedish svdvorak in simple.xml (Albert Veli) f32e98f
    Change ranks for minor keymaps in simple.xml 4a4bd5f
    I18N for engine longnames on ibus-setup 8b18759 0215603
    Put PropertyPanel at bottom right when desktop is KDE eb4ffa1
    ibus-ui-gtk3: Draw gray color on PropertyPanel handle 020bd45
    Fix compile error in client/x11/Makefile (Hodong Kim) cc88075 f6ba337
    ibus-ui-gtk3: Enable absolute path of engine icon in KDE5 35d035b
    ibus-ui-gtk3: Support language icon in KDE5. cb93cab 25593ed
    xim: use gtk3 (Marc-Antoine Perennou) 4d49a66 0f9ea3d
    Fix to show keyboard shortcuts in ibus-setup. 5d9109b
    Fix to get X11 display name on GTK3 applications in GNOME Wayland ffdcc6c
    Update xinput-ibus to check Qt5 libraries besides Qt4 ones 1a45642
    Load locale compose files dynamically. 7ae585a 85f5433 3397fca
    Set sync process_key_event in ibus-x11 b58351e
    ibus-ui-gtk3: radio and check menu items work with GTK 3.16 64b8609
    Support vertical writing with IBUS_INPUT_HINT_VERTICAL_WRITING 7fd6077
    Enable to show a property on ibus panel icon 23c45b9

Release 1.5.10
    Fix to lose a focus when move the focus from the delayed focus-in/out. f33e19b
    Fix not to SEGV ibus-ui-gtk3 with wrong 'preload-engines' value. bb818e4
    ibus-setup tries C since en_US.UTF-8 is not installed in Debian by default. by Osamu Aoki e250726
    Remove "Release" modifiers key on ibus-setup. de3541d
    Fixes ibus_engine_update_lookup_table_fast method by Peng Wu a7abce6
    Fixes ibus_keyval_name method in c++ binding by Peng Wu f69ddc3
    Carry current context content type into fake context when switching by Rui Matos 0977157
    Show language rather than layout in xkb panel icon by Doug Rintoul 8f471ce
    IMdkit: Track window property offsets correctly by Klemens Baum 576ebc3
    Increase dbus timeout to 15 seconds 1b668f6
    Run ibus_bus_preload_engines_async 30 seconds later in ibus-ui-gtk3 83451e4
    gtk clients do not lose focus when chrome popup window takes the focus 38d3c5c
    Release registry observed_paths and components if they are broken e6c8832
    Add ibus panel icon for plasma-desktop in KDE5 aab56c2

Now ibus gtk panel enables AppIndicator when the desktop is KDE.
If you use KDE4, run ./configure --disable-appindicator in the build,
or do not set XDG_CURRENT_DESKTOP=KDE in the runtime.
2015-07-31 13:03:45 +00:00
joerg
11d2712a27 Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
ryoon
b8783ba1ac Recursive revbump from pkgsrc/multimedia/libvpx (buildink3.mk). 2015-06-30 10:02:21 +00:00
ryoon
6c4d1aff4b Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
ryoon
7110bb1f60 Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN.
sourceforge.jp is renamed to osdn.jp.
However its mirror sites are not ready for osdn.jp.
2015-06-29 11:06:46 +00:00
tsutsui
0b57fc9ccc Update ja-FreeWnn-lib and ja-FreeWnn-server to 1.11alpha23,
per FreeWnn-1.1.1-a023 release.

Upstream changelog in the release note:
 http://osdn.jp/projects/freewnn/releases/63271

Basically, This alhpa version is a snapshot release.

Main changes:

 * Merge modificaion used in OpenSUSE packages by new member,
   Mitsutoshi NAKANO. Added explicit function prototype and cast in
   many places, so we reduced unpredictable effect on 64bit environment.
 * As a consequence of this change, #define of WNN_CREATE / WNN_NO_CREATE
   in jl_dic_create() is also changed. We believe no change is needed
   for client build, but please report if you have problems.
 * Exit status of jserver changed on receiving some signals (ex. SIGTERM).
   (Not well documented.)
 * Fixed problem for parallel build (ex. make -jXX) on pubdic+.
2015-06-13 20:40:30 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
tnn
9ee4b877fb Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
hiramatsu
708a5e7e00 Fix build break with gcc. 2015-04-21 13:59:31 +00:00
adam
4606c07235 Revbump after updating devel/boost-libs 2015-04-17 15:52:56 +00:00
joerg
ae8e411dff Entries in the output file are generally not correctly aligned, so tell
the compiler explicitly about this fact and use memcpy for writing the
data. Bump revision.
2015-04-14 14:38:05 +00:00
rodent
a7b568d574 Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
2015-04-13 23:12:40 +00:00
adam
9071d6b787 Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
joerg
9fcd65d743 Has race conditions. 2015-03-31 15:41:41 +00:00
hiramatsu
6993205d2d Set MAINTAINER to pkgsrc-users. 2015-03-15 21:10:07 +00:00
hiramatsu
6bb4a7cd07 Set MAINTAINER to pkgsrc-users. 2015-03-15 19:57:40 +00:00
hiramatsu
763c1e9995 Set MAINTAINER to pkgsrc-users. 2015-03-15 19:51:07 +00:00
hiramatsu
d9f661035e Set MAINTAINER to pkgsrc-users. 2015-03-15 19:42:33 +00:00
hiramatsu
955f857a1c Set MAINTAINER to pkgsrc-users. 2015-03-15 19:31:44 +00:00
hiramatsu
82d5d251a8 Set MAINTAINER to pkgsrc-users. 2015-03-15 19:11:21 +00:00
hiramatsu
63b4ef6006 Set MAINTAINER to pkgsrc-users. 2015-03-15 18:46:55 +00:00
hiramatsu
333d96379d Set MAINTAINER to pkgsrc-users. 2015-03-15 18:31:52 +00:00
hiramatsu
bb2e62806b Set MAINTAINER to pkgsrc-users. 2015-03-15 17:56:15 +00:00
hiramatsu
b15b9512b8 Set MAINTAINER to pkgsrc-users. 2015-03-15 17:41:58 +00:00
hiramatsu
80b88da227 Set MAINTAINER to pkgsrc-users. 2015-03-15 17:30:24 +00:00
hiramatsu
7c6162994d Set MAINTAINER to pkgsrc-users. 2015-03-15 17:20:19 +00:00
hiramatsu
4028688eb8 Set MAINTAINER to pkgsrc-users. 2015-03-15 17:09:00 +00:00
hiramatsu
ce855df990 Set MAINTAINER to pkgsrc-users. 2015-03-15 17:00:29 +00:00
hiramatsu
26305b1f4b Set MAINTAINER to pkgsrc-users. 2015-03-15 16:56:49 +00:00
taca
97379d958e This package supports ruby18 only. 2015-03-10 16:15:58 +00:00
ryoon
981bbcf88e Update to 2.16.2037.102
Changelog:
r510 2015-01-25 2.16.2037.102 - r494 2015-01-24 2.16.2021.102
Summary of changes between 2.16.2021.102 (r494) and 2.16.2037.102 (r510).

    DEPS changes:
        none
    Build related changes:
        libc++ is used by default to build Android target binaries.
        Clang 3.5 is now required to build Mozc for Android, NaCl, and Linux. See  Issue 276  for the motivation behind this change.
        Visual C++ 2013 is required to build Mozc for Windows.
    Major changes:
        Mozc for Windows now requires Windows Vista SP2 and later. Mozc 2.16.2034.102 (r507) is the last version that can run on Windows XP and Windows 2003 Server. See  Issue 277 .
    Known issues:
        Voiced sound marks on the key pad is not placed at correct position in Android (Issue 263)
        Compilation errors in Android arm64 and mips64 build (Issue 273)
    Fixed issues:
        FIX: Inconsistency between suggestion candidates and conversion candidates ( Issue 274 )
        FIX: Learning algorithm is sometimes too aggressive when punctuation is committed ( Issue 275 )
        FIX: Require Clang to build Linux host binaries ( Issue 276 )
        FIX: Discontinue the support of Windows XP / 2003 Server ( Issue 277 )
    Commit summary:
        r510: Remove a workaround code for Visual C++ 2010 (KB813540)
        r509: Require Visual C++ 2013 to build Mozc for Windows
        r508: Require Windows Vista SP2 or later
        r507: Remove build_tools command from build_mozc.py
        r506: Require Clang to build Linux host binaries
        r505: Switch from stlport to libcxx in Android build
        r504: Remove mozc::DetachedThread as it is no longer used
        r503: Fix build failur of unit tests when libcxx is used on Android
        r502: Fix test failure in release build with Visual C++ 2013
        r501: Make the conditions to learn candidates with a punctuation mark more strict
        r500: Apply the same hack as conversion to prediction for transition cost from history node
        r499: Remove an unused member field
        r498: As-is import of NaCl Mozc for Chromium OS
        r497: Remove platform-dependent mozc::Encryptor part 3
        r496: Fix style violations in header include guards part 4
        r495: Remove unused variables
        r494: Fix a typo in reading strings of Unicode Emoji data

r486 2015-01-18 2.16.2020.102 - r474 2015-01-01 2.16.2008.102
Summary of changes between 2.16.2008.102 (r474) and 2.16.2020.102 (r486).

    DEPS changes:
        protobuf: bba83652e1be610bdb7ee1566ad18346d98b843c -> 172019c40bf548908ab09bfd276074c929d48415 (downgrading)
    Build related changes:
        Ubuntu 14.04 is used as the reference build/test environment for Android, NaCl, and Linux. Hereafter we will not make sure that Mozc can be built on Ubuntu 12.04.
    Known issues:
        Voiced sound marks on the key pad is not placed at correct position in Android (Issue 263)
        Compilation errors in Android arm64 and mips64 build (Issue 273)
    Fixed issues:
        FIX: All resources are not released in Service.onDestory ( Issue 265 )
        FIX: Many emojis are suggested from space ( Issue 266 )
        FIX: Noisy candidate "itsumo" due to language aware conversion ( Issue 267 )
        FIX: BuildInDocker fails when building for Android ( Issue 269 )
        FIX: Runtime CHECK failure on Windows: protobuf/src/google/protobuf/descriptor.cc:1018 ( Issue 271 )
        FIX: AssertionError in gen_zip_code_seed.py ( Issue 272 )
    Commit summary:
        r486: Unsupport Ubuntu 12.04 as a build environment
        r485: Update copyright year in source header comments
        r484: Update copyright year in the about dialog to 2015
        r483: Update special rules for KEN_ALL.CSV
        r482: Revert r438 "Update Protocol Buffers to 2.6.1" and r444 "Suppress compiler warnings for Protocol Buffers 2.6.1"
        r481: Revert r477 "Revert r247 "Explicity invoke bash for make-standalone-toolchain.sh""
        r480: Call CalculatorInterface::CalculateString even for x86 Android testing
        r479: Suppress LangAwareRewriter to suggest the raw text if the query is in the dictionary as a key
        r478: Handle emojis that have multiple readings correctly
        r477: Revert r247 "Explicity invoke bash for make-standalone-toolchain.sh"
        r476: Several coding style fixes
        r475: Improve classic skins for Android
        r474: Fix resource leak on onDestroy
2015-02-17 23:55:58 +00:00
jperkin
5eb5815c96 Avoid GNU ld --version-script argument on SunOS. 2015-02-13 17:16:18 +00:00
joerg
4d75b5bf63 autoconf processing needs libintl source, so depend on full gettext. 2015-02-10 19:27:53 +00:00
obache
6cfa0f9abd reported to upstream 2015-01-29 11:45:25 +00:00
joerg
cc9e665e61 Don't declare a function non-void if it never returns a value and no
return value is expected.
2015-01-25 13:12:02 +00:00
joerg
4ccb4de994 Installs cmake file now. Bump revision. 2015-01-25 13:10:19 +00:00
obache
16f3047cbd Update ibus-array to 0.1.0.
Version 0.1.0
	* Fixed the configuration UI (because ibus config API is changed)
	* Add support for gettext (now only zh_TW.po is available)

Version 0.0.4
	* Update the tables supporting Unicode 5.3
	* show hints in the aux window when pressing 'w'

Version 0.0.3
	* ibus 1.4 support
	* Fix mess when inputing a wrong root sequence
	* remove embedded sqlite dependency
2015-01-20 11:24:33 +00:00
obache
f79cea7f45 Update ibus-table-others to 1.3.7.
* Use F1,F2,F3,F4,F5,F6,F7,F8,F9 as select keys for the latex table
* Make rusle agree with http://ru.pc-history.com/wp-content/uploads/ok-keyboard_xt-at1.jpg
2015-01-14 09:24:42 +00:00
obache
b094e4d3b0 Update ibus-table to 1.9.2.
* Use directories according to theXDG Base Directory Specification
* Resolves: rhbz#1172524 https://bugzilla.redhat.com/show_bug.cgi?id=1172524
* When a leading invalid character is passed through, it needs to be remembered
  in self._prev_char
2015-01-11 09:09:28 +00:00
ryoon
ca2dccc29d Update to 2.16.2007.102
Changelog:
Summary of changes between 2.16.2004.102 (r467) and 2.16.2007.102 (r470).

    DEPS changes:
        fontTools: initial import as of 5ba7d98a4153fad57258fca23b0bcb238717aec3
    Build related changes:
        Android build requires Android-21 SDK
    Major changes:
        Enable Material Theme on Android
        Support floating window and floating mode indicator on Android 5.0 and later when physical keyboard is attached
        Improve accessibility support on Android
    Known issues:
        Voiced sound marks on the key pad is not placed at correct position in Android (Issue 263)


Summary of changes between 2.16.1918.102 (r377) and 2.16.2003.102 (r463).

    DEPS changes:
        gtest: r692 -> r700
        gmock: r485 -> r501
        gyp: r1987 -> r2012
        protobuf: 172019c40bf548908ab09bfd276074c929d48415 -> bba83652e1be610bdb7ee1566ad18346d98b843c
    Build related changes:
        Android build requires NDK r10d
        Android build supports arm64/mips64/x86-64 ( Issue 259 )
        Android build supports Clang 3.5 and libc++ ( Issue 260 )
        Versioning scheme for Android is changed. See r439 for details.
        Build time dependency on libzinnia-dev is removed from Android and NaCl builds
    Major changes:
        Android 2.1 - Android 3.2 are no longer supported
        armeabi-v7a is always enabled in arm 32-bit build for Android
        Updated main dictionary, Emoji dictionary, emoticon dictionary, and single kanji dictionary
    Fixed issues:
        FIX: IME crashes when using US International hardware keyboard ( Issue 248 )
        FIX: ibus-mozc + XIM: preedit text is not cleared after preedit commit triggered by focus change ( Issue 255 )
        FIX: Entering symbol view causes NPE when "Switch Access" accessibility mode is enabled ( Issue 257 )
        FIX: An empty word can be suggested in the candidate list ( Issue 261 )
2015-01-06 10:30:54 +00:00
wiz
3ec156f142 Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
2014-12-31 13:57:25 +00:00
ryoon
18fd444d1b Fix comment for consistency with GCC_REQD. 2014-12-30 21:38:08 +00:00
obache
f9ca7b53db Prepare PKG_SYSCONFSUBDIR addtion, PKG_SYCONFIDR point to uim own one.
Fixes a part of PR pkg/49504 by YAMASHIRO Jun.
2014-12-26 08:43:27 +00:00
obache
282aef6a0a m17n-contrib is merged into m17n-db-1.6.5 and later.
fixes a part of PR pkg/49504 by YAMASHIRO Jun.
2014-12-26 08:37:14 +00:00
obache
37e309e2bc Update ibus-chewing to 1.4.12.
* Thu Dec 11 2014 Ding-Yi Chen <dchen at redhat.com> - 1.4.12
- Fix the GitHub download link

* Thu Dec 11 2014 Ding-Yi Chen <dchen at redhat.com> - 1.4.11.1
- Resolves Bug 1013977 - Slow focus change with ibus-chewing
- Resolves Bug 1062133 - ibus-chewing may not handle key event after focus change
- Resolves Bug 1073797 - Cannot identify input mode for Chinese IME (ibus-chewing)
- Fixed Bug 902866 - ibus-chewing uses dconf but still installs gconf schemas
  (Also listed as GitHub ibus-chewing #36)
- MakerDialog GUI is only loaded when setting dialog is invoked.
- Setting is removed from ibus-properties because it can be launched
  from either:
  + Executable ibus-setup-chewing: Usually under /usr/libexec
  + Input method preference in IBus preference.
- Fixed github issue #43: First space not able to input
    Thanks FreedomKnight.
- Fixed github issue #44: Update input-events (for libchewing-0.4.0)
    Thanks hiunnhue.
- Fixed github issue #45: Optimize properties handling.
    Thanks Ueno.
- github is now hosting the ibus-chewing tarballs.
2014-12-13 06:33:15 +00:00
obache
d1834ff643 libtool is required to build helper utiltilies.
fixes PR pkg/49321.
2014-12-07 02:29:00 +00:00
obache
8b6ce184b6 + ibus-rime 2014-12-04 13:00:55 +00:00
obache
514ec19454 Import ibus-rime-1.0 as inputmethod/ibus-rime.
ibus-rime: Rime Input Method Engine for Linux/IBus
2014-12-04 12:59:26 +00:00
obache
813b05df47 + brise 2014-12-04 12:12:15 +00:00
obache
f5b4d55d5c Import brise-0.30 as inputmethod/brise.
La brise: the official Rime schema repository.

providing:
  - default.yaml: Rime default settings
  - symbols.yaml: punctuation and special characters
  - essay: a vocabulary and language model
  - preset schemata: luna_pinyin, terra_pinyin, bopomofo, cangjie5, stroke
  - supplemental schemata: wubi86, quick5, double_pinyin, combo_pinyin,
    jyutping, wugniu, ipa_xsampa, sampheng, zyenpheng
  - extra schemata: (included in the source package but not installed)
2014-12-04 12:10:04 +00:00
obache
b9fcffb699 Add chinese to CATEGORIES 2014-12-04 12:06:58 +00:00
jnemeth
9419a9efa7 add and enable librime 2014-12-04 07:15:32 +00:00
obache
03ef220417 Import librime-1.0 as inputmethod/librime.
RIME: Rime Input Method Engine

features:
  - supporting varieties of input methods, either shape-based or phonetic-based,
    including those for Chinese dialects
  - a built-in dictionary in traditional Chinese, easily converting to
    simplified Chinese via opencc
  - a modulized, extensible input method framework to create innovative input
    schemata in YAML syntax
  - cross-platform core library in C++, built on top of open-source technologies
  - OS-specific wrappers working consistently on Windows, Linux and OS X
2014-11-29 09:31:49 +00:00
ryoon
9a30101469 Update to 15.2
Changelog:
* Improve GNU Emacs 24/25 support
* Follow NTEmacs directory structure change
* Remove obsolete functions use
* Improve annotation display
* More candidate display options
* More intelligent Kutoten handling
* Add NICOLA and Colemak keyboard supports
* Improve show-mode
* Some bugfixes
2014-11-24 02:08:51 +00:00
obache
6488858620 Update ibus-table-others to 1.3.6.
* Fix a typo in compose.txt (#12)
2014-11-22 11:54:50 +00:00
joerg
785e0d1bbf Make sure AM_GETTEXT can be resolved. 2014-11-17 19:04:49 +00:00
obache
d46f5032f4 exactly add dependency for py-gobject3, for the case ibus base package and
ibus-table is using different python version.
2014-11-09 05:15:07 +00:00
obache
9c22085d73 Update scim to 1.4.15.
* Disable key snooping by default.
* Handle special keys correctly.
* Send reedit-changed event when composing reedit string.
2014-11-09 02:46:30 +00:00
obache
f30e74b5f8 Update scim-tables to 0.5.14.1.
* allow entering of hebrew punctuation gershayim
2014-11-08 11:40:50 +00:00
ryoon
35616bf401 Remove a obsolete patch. 2014-11-07 23:31:18 +00:00
ryoon
62773ff6f5 Update to 1.15.1917.102 from 1.15.1895.102
Changelog:
r373 2014-11-03 1.15.1917.102 - r353 2014-10-17 1.15.1896.102

You can check out Mozc r373 as follows.

gclient sync --revision=373

Summary of changes between 1.15.1896.102 (r353) and 1.15.1917.102 (r373).

    Build related changes:
        Android build is now tested with NDK r10c and OpenJDK 7
    Fixed issues:
        FIX: Warning message from keymap editor should be updated ( Issue 251 )
    Commit summary:
        r373: Remove Util:ToUTF8 since it is actually a dead code
        r372: Tidy up build_mozc.py
        r371: Unsupport BuildToolsMain in build_mozc.py except for Windows
        r370: Re-enable tests for SafeStrToDouble/SafeStrToFloat on Android
        r369: Use OpenJDK 7 to build Android binaries
        r368: Swith protobuf repository from Google Code to GitHub part2
        r367: Fix several coding style issues
        r366: Sort test cases alphabetically
        r365: Merge ANDROID_VERSION_CODE into BUILD
        r364: Replace scoped_ptr with std::unique_ptr under unix/
        r363: Stop generating xcode rule to run unittest from IDE
        r362: Fix style violations in header include guards part 3
        r361: Deprecate build fravor "Optimize"
        r360: Put mozc_build_tools under output directory
        r359: Fix indentation in a python script
        r358: Roll breakpad r1375:r1391
        r357: Swith protobuf repository from Google Code to GitHub
        r356: Show the warning message when and only when keymaps for DirectInput mode are changed
        r355: Stop using non-standard default constructor of std::istream
        r354: Fix style violations in header include guards part 2
        r353: Switch to Android NDK r10c
2014-11-07 23:28:36 +00:00
adam
8e3b70e314 Revbump after updating boost 2014-11-07 19:39:24 +00:00
obache
4bb7b9c3cf Update ibus-hangul to 1.5.0.
* Add latin input mode.
  Latin input is now handled in ibus-hangul.  So you can input latin characters
  without changing input method engine.
2014-11-07 11:56:04 +00:00
obache
a66eb6923c Update ibus-table-others to 1.3.5.
* Use better localized names for the rusle table
2014-11-05 10:40:37 +00:00
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
obache
f877e00917 resolve "call of overloaded 'log(int)' is ambiguous". 2013-09-19 13:01:01 +00:00
joerg
e235bf5196 Fix implicit casts in initializers. Fix format string. Fix stream usage. 2013-09-15 12:30:23 +00:00
obache
1793380dbe + ibus-libthai 2013-09-09 11:59:28 +00:00
obache
549464bc75 Import ibus-libthai-0.1.0 as inputmethod/ibus-libthai.
IBus-LibThai is a Thai input method engine for IBus, based on the LibThai
library.

Currently, it provides 3 keyboard layouts internally:
  - Ketmanee
  - Pattachote
  - TIS-820.2538
(Thai XKB symbols are also supported.)

The input method also filters out invalid input sequences with 3 levels of
strictness:
  - Passthrough (no check)
  - Basic Check
  - Srict Check

For applications that support surrounding text retrieval/deletion,
it can also correct the invalid input sequences.
2013-09-09 11:56:57 +00:00
obache
80609554e6 Update scim-libthai to 0.1.3.
Version 0.1.3 (2012-06-09)
=============
- Migrate away deprecated GTK+ APIs, fixing FTBFS.
2013-09-08 12:40:26 +00:00
ryoon
28e7ffff7a Update to 1.11.1522.102
* Use renderer for ibus-mozc, new candidates window.

Changelog:
r171 2013-08-28 1.11.1522.102

    FIX: Safari crashes when surrounding text is requested.
    FIX: Mode symbol on the mode indicator is not rendered on Windows.
    FIX: Caret position is not updated after commit in WPF's TextBox on Windows.
    FIX: UI is not placed at proper position when HiDPI is enabled on Windows 8.1
    FIX: GDI handles are not destroyed when classic theme is selected on Windows.
    FIX: Fails to connect to mozc_renderer from explorer.exe on Windows.
    Enable Touch-optimized on-screen keyboard on Windows 8+.
    Enable a developer to configure ibus-mozc path and/or ibus-mozc icon path at build time for GNU/Linux build. See the build instruction about how to customize them. ( Issue 41 )
    Add Session command for ConvertPrevPage and ConvertNextPage ( Issue 188 )
    Remove ibus-mozc-chewing (Issue 194)
    Remove ibus-mozc-pinyin (Issue 194)
2013-09-07 18:42:14 +00:00
obache
4a646b438b recursive bump from graphics/gd shlib major bump. 2013-09-04 12:31:24 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
joerg
8eef8082af Don't try to use gethostbyname_r on NetBSD. 2013-08-30 16:58:39 +00:00