Update ibus-chewing to 1.3.10.

[Changes]
- Fixed Bug 726335 (Google issue 1281)- [abrt] ibus-chewing-1.3.9.2-3.fc15: g_atomic_int_get:
  Process /usr/libexec/ibus-engine-chewing was killed by signal 11 (SIGSEGV) using patch from Scott Tsai
- Fixed Bug 727018 - ibus compose file needs a symbol tag for gnome-shell
- Fixed characters duplication problem (Google issue 1245, GitHub ibus-chewing issue 2)
- Fixed KP-Enter not been able to commit preedit buffer. (Google issue 1303, GitHub ibus-chewing issue 4)
- Depends on cmake-fedora now.
- Fixed issue 1274, which is addressed by yusake's comments on d9009bf.
- Add compile flag for GNOME3.
- Add command line option: showFlags
- ibus-gnome special symbol
- Thanks Fred Chien's patch against that candidate window cannot be closed
  with escape key since selected tone.
- Thanks Fourdollar's patch for Fix plain zhuyin with space as selection problem.
- Remove support for ibus-1.2 and prior.
This commit is contained in:
obache 2011-12-04 12:40:42 +00:00
parent b47ccc4e9f
commit 664969c83a
3 changed files with 10 additions and 23 deletions

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.9 2011/11/01 06:01:51 sbd Exp $
# $NetBSD: Makefile,v 1.10 2011/12/04 12:40:42 obache Exp $
#
DISTNAME= ibus-chewing-1.3.9.2-Source
DISTNAME= ibus-chewing-1.3.10-Source
PKGNAME= ${DISTNAME:S/-Source//}
PKGREVISION= 3
CATEGORIES= inputmethod chinese
MASTER_SITES= http://ibus.googlecode.com/files/
@ -14,6 +13,7 @@ LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DEPENDS+= cmake-fedora-[0-9]*:../../devel/cmake-fedora
BUILD_DEPENDS+= gob2-[0-9]*:../../devel/gob2
USE_CMAKE= yes
@ -31,6 +31,9 @@ STRIP_CMD.no= ${CAT}
GCONF_SCHEMAS= ibus-chewing.schemas
CMAKE_ARGS+= -DGCONF_SCHEMAS_INSTALLED_DIR=${GCONF_SCHEMAS_DIR}
post-extract:
find ${WRKDIR} -type d -name PaxHeader | xargs rm -rf
.include "../../devel/GConf/schemas.mk"
.include "../../inputmethod/ibus/buildlink3.mk"
.include "../../inputmethod/libchewing/buildlink3.mk"

View file

@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.4 2010/12/24 12:32:05 obache Exp $
$NetBSD: distinfo,v 1.5 2011/12/04 12:40:42 obache Exp $
SHA1 (ibus-chewing-1.3.9.2-Source.tar.gz) = 4cc1479e4055b217cfa28a009f9f92de41d95295
RMD160 (ibus-chewing-1.3.9.2-Source.tar.gz) = 0f762ad5057f305fefcf29f82632148b0ee49694
Size (ibus-chewing-1.3.9.2-Source.tar.gz) = 79340 bytes
SHA1 (patch-aa) = feb1531c9cb2915d5384cf0d3357fac218fd501b
SHA1 (ibus-chewing-1.3.10-Source.tar.gz) = e9f92370c1ad99d5076b4e288704fadb759928be
RMD160 (ibus-chewing-1.3.10-Source.tar.gz) = 84d4167a0d2c4019f165280cabea2afeaaee4464
Size (ibus-chewing-1.3.10-Source.tar.gz) = 75365 bytes

View file

@ -1,15 +0,0 @@
$NetBSD: patch-aa,v 1.1 2010/12/24 12:32:05 obache Exp $
"-m" option for grep is not portable.
--- Modules/ManageVersion.cmake.orig 2010-11-19 02:41:24.000000000 +0000
+++ Modules/ManageVersion.cmake
@@ -31,7 +31,7 @@ IF(NOT DEFINED _MANAGE_VERSION_CMAKE_)
INCLUDE(ManageVariable)
MACRO(LOAD_RELEASE_FILE releaseFile)
- COMMAND_OUTPUT_TO_VARIABLE(_grep_line grep -F "[Changes]" -n -m 1 ${releaseFile})
+ COMMAND_OUTPUT_TO_VARIABLE(_grep_line grep -F "[Changes]" -n ${releaseFile})
SET(RELEASE_FILE ${releaseFile})
#MESSAGE("_grep_line=|${_grep_line}|")
IF("${_grep_line}" STREQUAL "")