updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / xfce4-indicator-plugin / PKGBUILD
blob029e55aadda90f4893e1374b4ccb1bf8251e33c1
1 pkgname=xfce4-indicator-plugin
2 pkgver=0.4.0
3 pkgrel=1
4 pkgdesc="Plugin to display information from applications in the Xfce4 panel"
5 arch=('i686' 'x86_64')
6 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin"
7 license=('GPL')
8 depends=('xfce4-panel>=4.3.99.2' 'libindicator>=0.4.0' 'hicolor-icon-theme' 'xdg-utils')
9 makedepends=('intltool')
10 optdepends=('indicator-application-gtk2: take menus from applications and place them in the panel'
11             'indicator-messages-gtk2: a place on the users desktop that collects messages that need a response'
12             'indicator-sound-gtk2: a unified sound menu')
13 install=$pkgname.install
14 source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.4/$pkgname-$pkgver.tar.bz2)
15 md5sums=('f9d43638044d3a304d3db17c2b6671a2')
17 build() {
18   cd "$srcdir/$pkgname-$pkgver"
20   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/xfce4-indicator-plugin \
21               --disable-static
22   make
25 package() {
26   cd "$srcdir/$pkgname-$pkgver"
28   make DESTDIR="$pkgdir/" install