1 # Maintainer: Michal Gawronski <dinth1906@gmail.com>
7 pkgdesc="Widgets and other objects used for indicators. (Ayatana Project)"
9 url="https://launchpad.net/ido"
11 # depends=('utouch-geis')
22 msg "Connecting to the server...."
24 if [ ! -d ./${_bzrmod} ]; then
25 bzr co ${_bzrbranch} ${_bzrmod}
30 msg "BZR checkout done or server timeout"
31 msg "Starting make..."
33 [ -d ./${_bzrmod}-build ] && rm -rf ./${_bzrmod}-build
34 cp -r ./${_bzrmod} ./${_bzrmod}-build
37 ./autogen.sh || return 1
38 ./configure --disable-static --prefix=/usr || return 1
39 # patch -p1 < ../fix-gio-header.patch
41 make DESTDIR="$pkgdir" install || return 1