# Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=mate-notification-daemon pkgver=1.19.0 pkgrel=0 pkgdesc="Small, passive popup dialogs that notify the user of particular events" url="https://github.com/mate-desktop/mate-notification-daemon" arch="all" license="GPL2" depends="mate-common" makedepends="libwnck3-dev libnotify-dev libtool intltool dbus-glib-dev libcanberra-dev gtk+3.0-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --sysconfdir=/etc \ --prefix=/usr make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="${pkgdir}" install } sha512sums="22513be47560300706b134e113c1b11a0b980e53ef977dd330f3aa8ee270b8dbf3e0f6f85cc363584defb8cd796fd38dc8a7f9e2a1fd904538075b61eec72e21 mate-notification-daemon-1.19.0.tar.xz"