updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gnome-shell-extensions-ibus-gnome3 / PKGBUILD
blob705e3dba6b672a9d86a70754342109018efd3022
1 # Maintainer : dongfengweixiao <adaptee [at] gmail [dot] com>
3 pkgname=gnome-shell-extensions-ibus-gnome3
4 pkgver=3.2.1.20111104
5 pkgrel=1
6 pkgdesc="GNOME-Shell GJS Plugin for IBus"
7 arch=('i686' 'x86_64')
8 license=('LGPL')
9 url="http://ibus.googlecode.com"
10 depends=( 'ibus' 'gnome-shell' 'gjs' )
11 makedepends=('intltool')
12 source=('ibus-gjs-3.2.1.20111104.tar.gz')
13 md5sums=('d49a93c05a69bcdd65a839381d9fbaa1')
14 conflicts=('ibus-gjs-git')
15 build() {
16   cd ${srcdir}/ibus-gjs-3.2.1.20111104
17   ./autogen.sh 
18   ./configure --prefix=/usr 
19   make 
22 package() {
23   cd ${srcdir}/ibus-gjs-3.2.1.20111104
24   make DESTDIR=${pkgdir} install