1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: tobias <tobias funnychar archlinux.org>
7 pkgdesc="Notification daemon for the Xfce desktop"
9 url="https://docs.xfce.org/apps/notifyd/start"
11 groups=('xfce4-goodies')
12 depends=('libxfce4ui' 'libxfce4util' 'libnotify' 'xfconf' 'sqlite' 'libcanberra'
14 makedepends=('intltool' 'python' 'xfce4-panel' 'xfce4-dev-tools')
15 provides=('notification-daemon')
16 source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
17 sha256sums=('e3a28adb08daa1411135142a0d421e4d6050c4035a4e513a673a59460ff2ae84')
31 make DESTDIR="$pkgdir" install
34 # vim:set ts=2 sw=2 et: