summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Chang (Charles)2010-05-04 10:19:52 +0800
committerPeng Chang (Charles)2010-05-04 10:19:52 +0800
commitdbe9ad02457fb8dc76aff9d75a31f72b671d8f32 (patch)
tree972f0fa590f09a36a31fe6a39a4fd291263d16e6
parent4796b42467056585fb95e6df3d0214b24cf3d647 (diff)
ibus-pinyin: new spell, version 1.3.5
-rw-r--r--ChangeLog3
-rwxr-xr-xi18n/ibus-pinyin/DEPENDS1
-rwxr-xr-xi18n/ibus-pinyin/DETAILS13
-rw-r--r--i18n/ibus-pinyin/HISTORY2
4 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bea8244d79..2ddab97f3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-05-04 Peng Chang (Charles) <chp@sourcemage.org>
+ * i18n/ibus-pinyin: new spell, Chinese pinyin IM for IBus framework
+
2010-05-03 Vlad Glagolev <stealth@sourcemage.org>
* volatiles: added "/var/lib/nfs/xtab" from nfs-utils
diff --git a/i18n/ibus-pinyin/DEPENDS b/i18n/ibus-pinyin/DEPENDS
new file mode 100755
index 0000000000..62526c908f
--- /dev/null
+++ b/i18n/ibus-pinyin/DEPENDS
@@ -0,0 +1 @@
+depends ibus
diff --git a/i18n/ibus-pinyin/DETAILS b/i18n/ibus-pinyin/DETAILS
new file mode 100755
index 0000000000..e0c22e6f2c
--- /dev/null
+++ b/i18n/ibus-pinyin/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=ibus-pinyin
+ VERSION=1.3.5
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://ibus.googlecode.com/files/${SOURCE}
+ SOURCE_HASH=sha512:e042811d85a868483f83aaaebb611692fca201fdb1a52c50eb8e597fff5d7c35eb8ec8fcedf4d5f530aedb19c32f390ba21f44b22c410cca207529b656319816
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://code.google.com/p/ibus/"
+ LICENSE[0]=LGPL
+ ENTERED=20100401
+ SHORT="Pinyin input module for IBus"
+cat << EOF
+This is the Chinese Pinyin input module for IBus.
+EOF
diff --git a/i18n/ibus-pinyin/HISTORY b/i18n/ibus-pinyin/HISTORY
new file mode 100644
index 0000000000..437268a1bf
--- /dev/null
+++ b/i18n/ibus-pinyin/HISTORY
@@ -0,0 +1,2 @@
+2010-05-04 Peng Chang (Charles) <chp@sourcemage.org>
+ * DEPENDS, DETAILS: spell created