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' 'libindicator>=0.3.92' 'xdg-utils')
10 true && depends=('gnome-panel>=3.0' 'libindicator3>=0.3.92' 'xdg-utils')
11 makedepends=('intltool>=0.35.0')
12 optdepends=('indicator-application: take menus from applications and place them in the panel'
13 'indicator-appmenu: host the menus from an application'
14 'indicator-datetime: a very, very simple clock'
15 'indicator-messages: a place on the users desktop that collects messages that need a response'
16 'indicator-power: show the power status of your devices'
17 'indicator-session: change your status, switch users'
18 'indicator-sound: a unified sound menu')
19 install=$pkgname.install
20 source=(https://launchpad.net/~jconti/+archive/gnome3/+files/${pkgname}_$pkgver.orig.tar.gz)
21 md5sums=('5cd9908c6ae366e4ef82f373325056cd')
24 cd "$srcdir/$pkgname-$pkgver"
26 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
32 cd "$srcdir/$pkgname-$pkgver"
34 make DESTDIR="$pkgdir/" install