From 5be3342856fe5c936a1d0153cd5de1747279732c Mon Sep 17 00:00:00 2001 From: Eric Sandall Date: Tue, 16 Oct 2012 17:26:38 -0700 Subject: ibus-pinyin: Updated to 1.4.0 boost is optional Optionally depends on LUA Disable -Wl,--as-needed in LDFLAGS, breaks linking lua --- i18n/ibus-pinyin/BUILD | 2 ++ i18n/ibus-pinyin/DEPENDS | 13 +++++++++++-- i18n/ibus-pinyin/DETAILS | 5 +++-- i18n/ibus-pinyin/HISTORY | 6 ++++++ i18n/ibus-pinyin/ibus-pinyin-1.4.0.tar.gz.sig | Bin 0 -> 287 bytes 5 files changed, 22 insertions(+), 4 deletions(-) create mode 100755 i18n/ibus-pinyin/BUILD create mode 100644 i18n/ibus-pinyin/ibus-pinyin-1.4.0.tar.gz.sig (limited to 'i18n') diff --git a/i18n/ibus-pinyin/BUILD b/i18n/ibus-pinyin/BUILD new file mode 100755 index 0000000000..b4832e17bc --- /dev/null +++ b/i18n/ibus-pinyin/BUILD @@ -0,0 +1,2 @@ +LDFLAGS="${LDFLAGS/-Wl,--as-needed/}" && +default_build diff --git a/i18n/ibus-pinyin/DEPENDS b/i18n/ibus-pinyin/DEPENDS index 27ea310c70..0e8ca36714 100755 --- a/i18n/ibus-pinyin/DEPENDS +++ b/i18n/ibus-pinyin/DEPENDS @@ -1,2 +1,11 @@ -depends ibus && -depends boost +depends ibus && + +optional_depends boost \ + '--enable-boost' \ + '--disable-boost' \ + 'to replace stdc++0x with the version from boost' && + +optional_depends LUA \ + '--enable-lua-extension' \ + '--disable-lua-extension' \ + 'for lua scripting extension' diff --git a/i18n/ibus-pinyin/DETAILS b/i18n/ibus-pinyin/DETAILS index 7b0e3243e1..543aa5401d 100755 --- a/i18n/ibus-pinyin/DETAILS +++ b/i18n/ibus-pinyin/DETAILS @@ -1,8 +1,9 @@ SPELL=ibus-pinyin - VERSION=1.3.11 + VERSION=1.4.0 SOURCE="${SPELL}-${VERSION}.tar.gz" + SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME" +# SOURCE_HASH=sha512:0a5276edc68d86ca82592a96b7526cc40c24559235d69ae90dd2c2c3dbed1bcc03f21b2af8e4f79d553ee31e1c0e5d945a14433f20ae4562b8c24b0b8e622e4c SOURCE_URL[0]=http://ibus.googlecode.com/files/${SOURCE} - SOURCE_HASH=sha512:0a5276edc68d86ca82592a96b7526cc40c24559235d69ae90dd2c2c3dbed1bcc03f21b2af8e4f79d553ee31e1c0e5d945a14433f20ae4562b8c24b0b8e622e4c SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" WEB_SITE="http://code.google.com/p/ibus/" LICENSE[0]=LGPL diff --git a/i18n/ibus-pinyin/HISTORY b/i18n/ibus-pinyin/HISTORY index 4d0a77be15..0a9d219d22 100644 --- a/i18n/ibus-pinyin/HISTORY +++ b/i18n/ibus-pinyin/HISTORY @@ -1,3 +1,9 @@ +2012-10-16 Eric Sandall + * DETAILS: Updated to 1.4.0 + * DEPENDS: boost is optional + Optionally depends on LUA + * BUILD: Disable -Wl,--as-needed in LDFLAGS, breaks linking lua + 2010-11-02 Peng Chang (Charles) * DETAILS: updated spell to 1.3.11 diff --git a/i18n/ibus-pinyin/ibus-pinyin-1.4.0.tar.gz.sig b/i18n/ibus-pinyin/ibus-pinyin-1.4.0.tar.gz.sig new file mode 100644 index 0000000000..9a53536351 Binary files /dev/null and b/i18n/ibus-pinyin/ibus-pinyin-1.4.0.tar.gz.sig differ -- cgit v1.2.3