updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / indicator-me / PKGBUILD
blob3dc140004c1e107c26b97be16ba5885369268bdf
1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=indicator-me
3 pkgver=0.2.90
4 pkgrel=1
5 pkgdesc="A menu in the menu bar that represents you, the user, and the things that represent you in the computer"
6 arch=('i686' 'x86_64')
7 url="https://launchpad.net/indicator-me"
8 license=('GPL')
9 depends=('libdbusmenu>=0.3.95' 'libindicator>=0.3.0' 'libgwibber>=0.0.7' 'telepathy-glib>=0.9.0' 'ido>=0.1' 'dconf')
10 true && depends=('libdbusmenu-gtk3>=0.3.95' 'libindicator3>=0.3.0' 'libgwibber>=0.0.7' 'telepathy-glib>=0.9.0' 'ido>=0.1' 'dconf')
11 makedepends=('intltool>=0.35.0')
12 options=(!libtool)
13 install=$pkgname.install
14 source=(http://launchpad.net/$pkgname/0.3/$pkgver/+download/$pkgname-$pkgver.tar.gz)
15 md5sums=('cc28270149d034daee8201e18d507b25')
17 build() {
18   cd "$srcdir/$pkgname-$pkgver"
19   sed -i 's/indicator3/indicator3-0.4/' configure{,.ac}
21   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
22               --disable-static --disable-schemas-compile
23   make
26 package() {
27   cd "$srcdir/$pkgname-$pkgver"
29   make DESTDIR="$pkgdir/" install