updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / indicator-applet / PKGBUILD
blob625d03d153604a9c96e1ebf731fa27eebbd46c64
1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=indicator-applet
3 pkgver=0.4.13
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' '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')
23 build() {
24   cd "$srcdir/$pkgname-$pkgver"
26   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
27               --disable-static
28   make
31 package() {
32   cd "$srcdir/$pkgname-$pkgver"
34   make DESTDIR="$pkgdir/" install