1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: Andreas Radke <andyrtr at archlinux.org>
3 # Contributor: Ben Mazer <contrasutra@myrealbox.com>
5 pkgname=xfce4-notes-plugin
8 pkgdesc="Notes plugin for the Xfce panel"
11 url="https://docs.xfce.org/panel-plugins/xfce4-notes-plugin"
12 groups=('xfce4-goodies')
13 depends=('xfce4-panel' 'hicolor-icon-theme')
14 makedepends=('intltool')
15 source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
16 sha256sums=('2ee4406042edd352a91e166c83b60d13220ef04dce3fa6b9e0eb13636d636929')
24 --localstatedir=/var \
31 make DESTDIR="$pkgdir" install
34 # vim:set ts=2 sw=2 et: