# Maintainer: Evangelos Foutras # Contributor: tobias # Contributor: Aurelien Foret pkgname=xfce4-clipman-plugin pkgver=1.6.3 pkgrel=1 pkgdesc="A clipboard plugin for the Xfce4 panel" arch=('x86_64') license=('GPL2') url="https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin" groups=('xfce4-goodies') depends=('xfce4-panel' 'libxtst' 'qrencode') makedepends=('intltool') source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) sha256sums=('e11c1f976217fc959cee98ecfb934058ae485cb363d2c25c7ddede44394c9a10') build() { cd $pkgname-$pkgver ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-debug make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: