1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: tobias <tobias at archlinux.org>
3 # Contributor: Aurelien Foret <orelien@chez.com>
5 pkgname=xfce4-clipman-plugin
8 pkgdesc="A clipboard plugin for the Xfce4 panel"
11 url="https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin"
12 groups=('xfce4-goodies')
13 depends=('xfce4-panel' 'libxtst' 'qrencode')
14 makedepends=('intltool')
15 source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
16 sha256sums=('e11c1f976217fc959cee98ecfb934058ae485cb363d2c25c7ddede44394c9a10')
24 --localstatedir=/var \
31 make DESTDIR="$pkgdir" install
34 # vim:set ts=2 sw=2 et: