updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ibus-anthy-git / PKGBUILD
blob9a7c400bb7f41b25b158387c5d8139d29f4fd8d7
1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
2 # Contributor: Rainy <rainylau(at)gmail(dot)com>
3 # Contributor: Lee.MaRS <leemars at gmail dot com>
4 # Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
5 # Maintainer: TigerSoldier <tigersoldier@archlinux>
7 pkgname=ibus-anthy-git
8 pkgver=20110721
9 pkgrel=1
10 pkgdesc="Japanese input method Anthy IMEngine for IBus Framework"
11 arch=('i686' 'x86_64')
12 license=('LGPL')
13 url="http://ibus.googlecode.com"
14 depends=('ibus' 'anthy' 'python2')
15 makedepends=('swig' 'intltool')
16 optdepends=('kasumi: manage directories')
17 options=('!libtool')
18 conflicts=('ibus-anthy')
19 source=()
20 md5sums=()
22 _gitroot="git://github.com/fujiwarat/ibus-anthy.git"
23 _gitname="ibus-anthy"
25 build() {
26   cd $srcdir
27   msg "Connecting to the GIT server...."
28   
29   if [[ -d $srcdir/$_gitname ]] ; then
30     cd $_gitname
31     git pull origin
32     msg "The local files are updated."
33   else
34     git clone $_gitroot
35   fi
36   
37   msg "GIT checkout done"
38   msg "Starting make..."
40   cp -rf $srcdir/$_gitname $srcdir/$_gitname-build
41   cd $srcdir/$_gitname-build
43 # python2 fix
44   for file in setup/ibus-setup-anthy.in engine/ibus-engine-anthy.in; do
45     sed -i 's_exec python_exec python2_' $file
46   done
48   ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus PYTHON=/usr/bin/python2
49   make
52 package() {
53   cd "${srcdir}/$_gitname-build"
54   make DESTDIR="${pkgdir}" install