# Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=mate-notification-daemon pkgver=1.10.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 find "$pkgdir" -name \*.la -delete } md5sums="e037c8c5928f4697bd29a49e369c1574 mate-notification-daemon-1.10.0.tar.xz" sha256sums="03438b0b9f67b5cef07193e36674ce08b621f598cf77fe0591983f3c007b58c0 mate-notification-daemon-1.10.0.tar.xz" sha512sums="59a4b23558c8e831d504b917465a7fee29666d75d5ed3b90b77a0d327ad9efae300823430b66c031292004f0b662b0290098458f6ef0e4a1e9de29a0d0c28df6 mate-notification-daemon-1.10.0.tar.xz"