updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / lxpanel-indicator-applet-plugin / PKGBUILD
blob6148771367dda321fffdb1bb71e33c21b53fdfd5
1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=lxpanel-indicator-applet-plugin
3 _pkgname=lxpanel
4 pkgver=0.5.8
5 pkgrel=1
6 pkgdesc="Indicator applet plugin for LXPanel"
7 arch=('i686' 'x86_64')
8 license=('GPL2')
9 url="https://launchpad.net/lxpanel"
10 depends=('lxpanel' 'libindicator')
11 optdepends=('indicator-application-gtk2: take menus from applications and place them in the panel'
12             'indicator-messages-gtk2: a place on the users desktop that collects messages that need a response'
13             'indicator-sound-gtk2: a unified sound menu')
14 options=(!libtool)
15 source=(http://downloads.sourceforge.net/lxde/$_pkgname-$pkgver.tar.gz
16         indicator-support.patch
17         99_refresh_autotools.patch)
18 md5sums=('129fae75d1cd3983fd94542c573a70a1'
19          'a76d097d2da713234c2e06f1b1c48c58'
20          '274eff66dec1fd5e28267665e56cd7ee')
22 build() {
23         cd "$srcdir/$_pkgname-$pkgver"
24         patch -Np1 -i "$srcdir/indicator-support.patch"
25         patch -Np1 -i "$srcdir/99_refresh_autotools.patch"
27         ./configure --sysconfdir=/etc --prefix=/usr --enable-indicator-support
28         make -C src/plugins/indicator
31 package() {
32         cd "$srcdir/$_pkgname-$pkgver"
33         make -C src/plugins/indicator DESTDIR="$pkgdir" install