# Maintainer: Natanael Copa pkgname=xfce4-notifyd pkgver=0.3.6 pkgrel=2 pkgdesc="Notification daemon for the xfce desktop" url="https://docs.xfce.org/apps/notifyd/" arch="all" license="GPL-2.0" depends="hicolor-icon-theme" makedepends="gtk+-dev libxfce4util libxfce4ui-dev libsexy-dev xfconf-dev dbus-glib-dev libglade-dev libnotify-dev" subpackages="$pkgname-lang $pkgname-doc" source="https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" builddir="$srcdir/$pkgname-$pkgver" build () { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ --localstatedir=/var \ --disable-static make } package() { cd "$builddir" make DESTDIR="$pkgdir" install rm -rf "$pkgdir"/usr/lib/systemd } sha512sums="96067de2e08e29c8e6285796bc4b23087f97286e28adfb485dc20f449ae32e10c8fb743f42585e0e6cda82d713eb6da3cc1d94920eb170b7cfa1e687ffcb3ddf xfce4-notifyd-0.3.6.tar.bz2"