You are not logged in.

#1 2016-11-04 04:06:27

codejar
Member
Registered: 2015-07-29
Posts: 1

[REQUEST] ibus-typing-booster

Introduction
Ibus-typing-booster is a completion input method to speedup typing.

The project was started in 2010 for Fedora 15. The original purpose was to make typing of Indic languages easier and faster by providing completion and spell checking suggestions.

Originally it was forked from ibus-table whose developer was Yu Yuwei acevery@gmail.com, with contributions from Caius “kaio” Chance me@kaio.net.

Since then ibus-typing-booster has been improved to support many other languages as well (most languages except Chinese and Japanese are supported).

Recently the capapility to type different languages at the same time without having to switch between languages has been added.

Website : https://mike-fabian.github.io/ibus-typing-booster/
Source : https://github.com/mike-fabian/ibus-typing-booster
RPM : https://apps.fedoraproject.org/packages … ng-booster

Its similar to google's IME tool( http://www.google.co.in/inputtools/windows/ ) that is only available to windows.

Last edited by codejar (2016-11-04 04:07:11)

Offline

#2 2016-11-04 13:13:51

metak
Member
Registered: 2009-09-27
Posts: 198

Re: [REQUEST] ibus-typing-booster

Maybe someone else can finish it?

pkgname=ibus-typing-booster
pkgver=1.5.9
pkgrel=1
pkgdesc='A typing booster engine for the IBus platform'
arch=('any')
url="https://mike-fabian.github.io/ibus-typing-booster/"
license=('GPL3')
depends=('desktop-file-utils' 'ibus' 'm17n-lib' 'python-pyenchant')
source=("https://github.com/mike-fabian/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('c78936838588d73b2659b0453f66dab56eb1cc2d9bedd941c9aa3e784e4a3f71')
 
build() {
  cd "${pkgname}-${pkgver}"
  ./configure \
    --prefix=/usr \
    --exec-prefix=/usr \
    --libdir=/usr/lib \
    --libexecdir=/usr/lib/ibus \
    --bindir=/usr/bin \
    --sbindir=/usr/bin \
    --sysconfdir=/etc \
    --disable-rpath \
    --disable-additional
  make
}
 
package() {
  cd "${pkgname}-${pkgver}"
  make NO_INDEX=true DESTDIR="$pkgdir" install
}

Offline

Board footer

Powered by FluxBB