updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / notify-osd / PKGBUILD
blob2fdfe5784edb6b713ee1bdc900387d69da008d0a
1 # Maintainer: György Balló <ballogy@freestart.hu>
2 # Contributor: Johannes Pfau <johannespfau at gmail dot com>
4 pkgname=notify-osd
5 pkgver=0.9.32
6 pkgrel=3
7 pkgdesc="Canonical's on-screen-display notification agent, implementing the freedesktop.org Desktop Notifications Specification with semi-transparent click-through bubbles"
8 arch=('i686' 'x86_64')
9 url="https://launchpad.net/notify-osd"
10 license=('GPL')
11 depends=('libwnck3' 'dbus-glib>=0.76' 'dconf' 'gsettings-desktop-schemas')
12 makedepends=('libnotify>=0.7.0')
13 provides=('notification-daemon')
14 install=$pkgname.install
15 source=(http://launchpad.net/$pkgname/oneiric/$pkgver/+download/$pkgname-$pkgver.tar.gz)
16 md5sums=('1dbdda5cf15c1d1ca117649b23180d32')
18 build() {
19   cd "$srcdir/$pkgname-$pkgver"
21   # Disable building tests
22   sed -i '/SUBDIRS/ s/tests //' Makefile.in
24   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
25               --disable-static --disable-schemas-compile
26   make
29 package() {
30   cd "$srcdir/$pkgname-$pkgver"
32   make DESTDIR="$pkgdir/" install