summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-12-04 12:40:42 +0000
committerobache <obache@pkgsrc.org>2011-12-04 12:40:42 +0000
commit664969c83af969ac5088fc259ee9b56ff7cc787f (patch)
treef77097b066c36d44adee3c451693779d328791c6
parentb47ccc4e9fdf35616b3097e3472097b493f8e70a (diff)
downloadpkgsrc-664969c83af969ac5088fc259ee9b56ff7cc787f.tar.gz
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.
-rw-r--r--inputmethod/ibus-chewing/Makefile9
-rw-r--r--inputmethod/ibus-chewing/distinfo9
-rw-r--r--inputmethod/ibus-chewing/patches/patch-aa15
3 files changed, 10 insertions, 23 deletions
diff --git a/inputmethod/ibus-chewing/Makefile b/inputmethod/ibus-chewing/Makefile
index a05d265a8b3..a4a281ff7ad 100644
--- a/inputmethod/ibus-chewing/Makefile
+++ b/inputmethod/ibus-chewing/Makefile
@@ -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"
diff --git a/inputmethod/ibus-chewing/distinfo b/inputmethod/ibus-chewing/distinfo
index 3c0d7c7deee..d5d98a92f1e 100644
--- a/inputmethod/ibus-chewing/distinfo
+++ b/inputmethod/ibus-chewing/distinfo
@@ -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
diff --git a/inputmethod/ibus-chewing/patches/patch-aa b/inputmethod/ibus-chewing/patches/patch-aa
deleted file mode 100644
index 80b06e7b7a9..00000000000
--- a/inputmethod/ibus-chewing/patches/patch-aa
+++ /dev/null
@@ -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 "")