diff options
Diffstat (limited to 'inputmethod/ibus-chewing')
-rw-r--r-- | inputmethod/ibus-chewing/Makefile | 9 | ||||
-rw-r--r-- | inputmethod/ibus-chewing/distinfo | 9 | ||||
-rw-r--r-- | inputmethod/ibus-chewing/patches/patch-aa | 15 |
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 "") |