# Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=mate-notification-daemon pkgver=1.16.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" depends_dev="" makedepends="$depends_dev libwnck3-dev libnotify-dev libtool intltool dbus-glib-dev libcanberra-dev" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" _builddir="$srcdir/$pkgname-$pkgver" prepare() { local i cd "$_builddir" for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done } build() { cd "$_builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --with-gtk=2.0 \ --sysconfdir=/etc \ --prefix=/usr \ || return 1 make || return 1 } package() { cd "$_builddir" make DESTDIR="${pkgdir}" install || return 1 } md5sums="411a5f69551db91c8e86bea89c674883 mate-notification-daemon-1.16.0.tar.xz" sha256sums="8555bc619ec11b44b092a57b47b87efa53cac1cc0173c132eedcc11c68ccdc49 mate-notification-daemon-1.16.0.tar.xz" sha512sums="e54dcedf197904fbf652ac67ecef3cc51531ddc8a8a665fea8e90a0774603e62554ce717bf532000224651f233b51feef1f1b7dd9947d406dd00778b362754bf mate-notification-daemon-1.16.0.tar.xz"