# Maintainer: Johannes Löthberg # Maintainer: Daniel M. Capella # Contributor: Daniel Wallace # Contributor: feuri pkgname=dunst pkgver=1.8.1 pkgrel=1 pkgdesc="Customizable and lightweight notification-daemon" url="https://dunst-project.org/" arch=('x86_64') license=('BSD') depends=('libxinerama' 'dbus' 'systemd' 'wayland' 'libxss' 'pango' 'gdk-pixbuf2' 'libxrandr' 'glib2') makedepends=('libnotify') optdepends=('libnotify: dunstify') backup=('etc/dunst/dunstrc') provides=('notification-daemon') options=('debug') source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz") md5sums=('a3e484746f97f97866868d2755572784') build() { cd dunst-$pkgver make PREFIX=/usr SYSCONFDIR=/etc X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 all } package() { cd dunst-$pkgver make DESTDIR="$pkgdir" SYSCONFDIR=/etc PREFIX=/usr install install -Dm755 dunstify "$pkgdir"/usr/bin/dunstify install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } # vim:set ts=2 sw=2 et: