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