diff options
author | Ismael Luceno | 2010-03-31 12:03:48 -0300 |
---|---|---|
committer | Ismael Luceno | 2010-03-31 12:05:20 -0300 |
commit | 0ee2e17a9095e0ddff866447d172f6a9467a046d (patch) | |
tree | 241099c1243e0665b2fc0b493fe8d74fdb371efc /i18n | |
parent | bce9ddd62184f9f58b37c2d00ab7ead038843575 (diff) |
i18n/ibus: new spell, IBus input framework
Diffstat (limited to 'i18n')
-rwxr-xr-x | i18n/ibus/DEPENDS | 5 | ||||
-rwxr-xr-x | i18n/ibus/DETAILS | 14 | ||||
-rw-r--r-- | i18n/ibus/HISTORY | 3 |
3 files changed, 22 insertions, 0 deletions
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 + |