1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=indicator-application
5 pkgdesc="A library and indicator to take menus from applications and place them in the panel"
7 url="https://launchpad.net/indicator-application"
9 depends=('json-glib' 'dbus-glib>=0.82' 'libappindicator>=0.2.9')
10 true && depends=('json-glib' 'dbus-glib>=0.82' 'libappindicator3>=0.2.9')
12 source=(http://launchpad.net/$pkgname/0.4/$pkgver/+download/$pkgname-$pkgver.tar.gz)
13 md5sums=('c1a8cec847d92dc011a3a56d5ff7141f')
16 cd "$srcdir/$pkgname-$pkgver"
18 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
24 cd "$srcdir/$pkgname-$pkgver"
26 make DESTDIR="$pkgdir/" install