1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=indicator-applet
5 pkgdesc="A small applet to display information from various applications consistently in the panel"
7 url="https://launchpad.net/indicator-applet"
9 depends=('gnome-panel>=3.0' 'libindicator3>=0.3.92' 'xdg-utils')
10 makedepends=('intltool>=0.35.0')
11 optdepends=('indicator-application: take menus from applications and place them in the panel'
12 'indicator-appmenu: host the menus from an application'
13 'indicator-datetime: a very, very simple clock'
14 'indicator-messages: a place on the users desktop that collects messages that need a response'
15 'indicator-power: show the power status of your devices'
16 'indicator-session: change your status, switch users'
17 'indicator-sound: a unified sound menu')
18 install=$pkgname.install
19 source=(https://launchpad.net/~jconti/+archive/gnome3/+files/${pkgname}_$pkgver.orig.tar.gz)
20 md5sums=('34b98ac46bda4dc2f9ee4fa17f27b41d')
23 cd "$srcdir/$pkgname-$pkgver"
25 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
31 cd "$srcdir/$pkgname-$pkgver"
33 make DESTDIR="$pkgdir/" install