updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / indicator-applet / PKGBUILD
blob31032cef4f5e8dab8910c719e5967801024e40d0
1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=indicator-applet
3 pkgver=0.4.14
4 pkgrel=1
5 pkgdesc="A small applet to display information from various applications consistently in the panel"
6 arch=('i686' 'x86_64')
7 url="https://launchpad.net/indicator-applet"
8 license=('GPL')
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')
22 build() {
23   cd "$srcdir/$pkgname-$pkgver"
25   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
26               --disable-static
27   make
30 package() {
31   cd "$srcdir/$pkgname-$pkgver"
33   make DESTDIR="$pkgdir/" install