Dear ,

Scim-fcitx is a very nice input method,but it is not in arch repo
now,here is a PKGBUILD.

----
# Contributer: crazythink
pkgname=scim-fcitx
pkgver=cvs
pkgrel=1
pkgdesc="fcitx onto scim"
url="http://www.scim-im.org";
license=""
depends=('x-server' 'scim')
makedepends=('scim' 'cvs')
source=()
md5sums=()

build() {
  cd $startdir/src
  cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/scim co -P fcitx
  cd fcitx
  ./bootstrap
  ./configure --prefix=/usr
  cd tools
  make || return 1
  cd ..
  make || return 1
  make DESTDIR=$startdir/pkg install
}


-----
wd <wd#caphbook.com>
2005-9-12 10:20:12

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to