# Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=mate-notification-daemon pkgver=1.20.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="GPL-2.0" depends="mate-common" makedepends="libwnck3-dev libnotify-dev libtool intltool dbus-glib-dev libcanberra-dev gtk+3.0-dev" subpackages="$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 \ --enable-static=no \ --prefix=/usr make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="${pkgdir}" install } sha512sums="ef4a200f6e6c3c0311486183e51503b057c5a9f56417f2340b7809bb6fcbbc18d1bb8dbe677144f1fa028e5126cd6c7798e7bf2d95d6f4898251b8ddb2dc4416 mate-notification-daemon-1.20.0.tar.xz"