1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: AndyRTR <andyrtr@archlinux.org>
3 # Contributor: Suzy Williams <suzanne.williams3@verizon.net>
5 pkgname=xfce4-mailwatch-plugin
8 pkgdesc="Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel"
10 url="https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin"
12 groups=('xfce4-goodies')
13 depends=('xfce4-panel' 'gnutls')
14 makedepends=('intltool')
15 source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
16 sha256sums=('054964e9fe4ca668486400991ce1ea01d07aac7ba235f4b14d4a8f7d9800046a')
24 --localstatedir=/var \
31 make DESTDIR="$pkgdir" install
34 # vim:set ts=2 sw=2 et: