aashiks writes: > Hi, Hi, > If you can share the PKGBUILD it will be helpful. My problem issue ( inputting > Malayalam ) was solved because there was a scim-tables version of the specific > inpput scheme i was looking for. I had to get the latest scim-tables ( 0.5.8 ) > for it to work. I had to create a patch due to a bug , but i now have a > working package now. I am attaching the patch and PKGBUILD for scim-tables > 0.5.8 with this. please do check Please checkout the attached PKGBUILD scripts. In case you use Emacs (CVS) from Arch's repos and having problem rendering Indic scripts, I've created a custom PKGBUILD for that too. > Regards, > Ashik S HTH -- Ashish SHUKLA
Attachment:
pgpBkoo7DXAdb.pgp
Description: PGP signature
# $Id: PKGBUILD 9021 2008-08-17 02:49:51Z eric $ # Contributor: Camille Moncelier <pix@xxxxxxxxxxx> pkgname=m17n-lib pkgver=1.5.3 pkgrel=1 pkgdesc="A multilingual text processing library (runtimes)" arch=(i686 x86_64) url="http://www.m17n.org/m17n-lib/" license=("GPL") depends=('libxft' 'libxaw' 'm17n-db>=1.5.3' 'fribidi' 'libxml2' 'gd' 'ispell' 'anthy' 'libotf') options=('!libtool') source=(http://www.m17n.org/m17n-lib-download/$pkgname-$pkgver.tar.gz m17n-lib-1.3.1-fPIC.patch) md5sums=('6c6c243a14305fee373283b553226215' 'a4f06321702ba7c97ba537e12c27d147') build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr make make DESTDIR=$startdir/pkg install } #The m17n library is configured with these external libraries. # fribidi freetype xft2 fontconfig gdlib xml2 anthy ispell
# $Id: PKGBUILD 8939 2008-08-17 01:09:10Z eric $ # Maintainer: damir <damir@xxxxxxxxxxxxx> # Contributor: Camille Moncelier <pix@xxxxxxxxxxx> pkgname=m17n-db pkgver=1.5.3 pkgrel=1 pkgdesc="A multilingual text processing library (database)" arch=(i686 x86_64) url="http://www.m17n.org/m17n-lib/" license=GPL depends=('glibc') # not because of compiling, but because of /usr/share/i18n/charmaps/ files that glibc provides source=(http://www.m17n.org/m17n-lib-download/$pkgname-$pkgver.tar.gz) md5sums=('0fdf4582389bb8de75de88caffdd0776') build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr make || return 1 make DESTDIR=$startdir/pkg install }