# Maintainer: Natanael Copa pkgname=xfce4-clipman-plugin pkgver=1.2.6 pkgrel=1 pkgdesc="Clipboard manager plugin for the Xfce panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" arch="all" license="GPLv2+" depends="" makedepends="libxfce4ui-dev xfce4-panel-dev libunique-dev libxtst-dev exo-dev" install="" subpackages="$pkgname-lang" source="http://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.2/xfce4-clipman-plugin-$pkgver.tar.bz2" _builddir="$srcdir"/xfce4-clipman-plugin-$pkgver prepare() { local i cd "$_builddir" update_config_sub || return 1 for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done } build() { cd "$_builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --disable-static \ --enable-unique \ || return 1 make || return 1 } package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 } md5sums="f7f2440647493243cbd7787eaee92fcb xfce4-clipman-plugin-1.2.6.tar.bz2" sha256sums="23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5 xfce4-clipman-plugin-1.2.6.tar.bz2" sha512sums="fc6b4cee1990ff13f4c0050ebf3e4b69fc0f7124fa2dd9b41933ce11449d322fad666b1af82bd610ce2add28d012a7dddc345be4afa1432bb330ecd6344a168e xfce4-clipman-plugin-1.2.6.tar.bz2"