1 # Maintainer: Michal Gawronski <dinth1906@gmail.com>
2 # Maintainer: Paul Burton <paulburton89@gmail.com>
4 pkgname=indicator-me-bzr
8 pkgdesc="A menu in the menu bar that represents you, the user, and the things that represent you in the computer. (Canonical Ayatana Project)"
10 url="https://launchpad.net/indicator-me"
12 depends=('libindicate' 'libdbusmenu' 'ido')
13 makedepends=('libindicator' 'bzr')
14 provides=('indicator-me')
15 conflicts=('indicator-me')
19 _bzrbranch=lp:indicator-me
25 msg "Connecting to the server...."
27 if [ ! -d ./${_bzrmod} ]; then
28 bzr co ${_bzrbranch} ${_bzrmod}
33 msg "BZR checkout done or server timeout"
34 msg "Starting make..."
36 [ -d ./${_bzrmod}-build ] && rm -rf ./${_bzrmod}-build
37 cp -r ./${_bzrmod} ./${_bzrmod}-build
40 ./autogen.sh || return 1
41 ./configure --disable-static --prefix=/usr || return 1
43 make DESTDIR="$pkgdir" install || return 1