# Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=mate-notification-daemon pkgver=1.12.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 libwnck-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="0cfb2fd81c7b7370fb6af5eed952acbc mate-notification-daemon-1.12.0.tar.xz" sha256sums="4521e3e3bbf29866961b13d319ef3213f463bf36ec6da410bdaab454d13ab560 mate-notification-daemon-1.12.0.tar.xz" sha512sums="eb7a6eed05ed5468eb777f7d4dfaf7b203e845b338d5fb9cbc4039702facafbd22222dbf7c8a6552afbb9bef4e34d783f683e5b47db61c8cfd9bc1e6d86b1c54 mate-notification-daemon-1.12.0.tar.xz"