summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rwxr-xr-xi18n/ibus/DEPENDS5
-rwxr-xr-xi18n/ibus/DETAILS14
-rw-r--r--i18n/ibus/HISTORY3
4 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1e2d1c35d..f2ac1e96b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2010-03-31 Ismael Luceno <ismael@sourcemage.org>
* kernels/openfwwf: new spell, free software firmware for BCM43xx
* devel/b43-tools: new spell, development tools for BCM43xx
+ * i18n/ibus: new spell, IBus input framework
2010-03-30 Treeve Jelbert <treeve@sourcemage.org>
* dev/shiboken: new spell
diff --git a/i18n/ibus/DEPENDS b/i18n/ibus/DEPENDS
new file mode 100755
index 0000000000..6b607bc159
--- /dev/null
+++ b/i18n/ibus/DEPENDS
@@ -0,0 +1,5 @@
+depends python &&
+depends dbus-glib &&
+depends dbus-python &&
+depends notify-python &&
+depends iso-codes
diff --git a/i18n/ibus/DETAILS b/i18n/ibus/DETAILS
new file mode 100755
index 0000000000..d2398b8e1d
--- /dev/null
+++ b/i18n/ibus/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=ibus
+ VERSION=1.3.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
+ SOURCE_HASH=sha512:d30abe9a0b17249d485c32810b0b6d13fa5ce17e824cfc9e72680a2537ca5fbba0b242f75c607bcab9f3fb5ea12d0521cbd6d35b9e0a036128c2647eed5edf3e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://code.google.com/p/ibus/"
+ LICENSE[0]=LGPL
+ ENTERED=20100331
+ SHORT="Intelligent Input Bus"
+cat << EOF
+IBus (Intelligent Input Bus) is a next generation input framework for UNIX
+and UNIX-like operating systems.
+EOF
diff --git a/i18n/ibus/HISTORY b/i18n/ibus/HISTORY
new file mode 100644
index 0000000000..2c4ce321d7
--- /dev/null
+++ b/i18n/ibus/HISTORY
@@ -0,0 +1,3 @@
+2010-03-31 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+