1 # Maintainer: György Balló <ballogy@freestart.hu>
5 pkgdesc="A menu in the menu bar that represents you, the user, and the things that represent you in the computer"
7 url="https://launchpad.net/indicator-me"
9 depends=('libdbusmenu>=0.3.95' 'libindicator>=0.3.0' 'libgwibber>=0.0.7' 'telepathy-glib>=0.9.0' 'ido>=0.1' 'dconf')
10 true && depends=('libdbusmenu-gtk3>=0.3.95' 'libindicator3>=0.3.0' 'libgwibber>=0.0.7' 'telepathy-glib>=0.9.0' 'ido>=0.1' 'dconf')
11 makedepends=('intltool>=0.35.0')
13 install=$pkgname.install
14 source=(http://launchpad.net/$pkgname/0.3/$pkgver/+download/$pkgname-$pkgver.tar.gz)
15 md5sums=('cc28270149d034daee8201e18d507b25')
18 cd "$srcdir/$pkgname-$pkgver"
19 sed -i 's/indicator3/indicator3-0.4/' configure{,.ac}
21 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
22 --disable-static --disable-schemas-compile
27 cd "$srcdir/$pkgname-$pkgver"
29 make DESTDIR="$pkgdir/" install