1 # Contributor: Connor Behan <connor.behan@gmail.com>
3 pkgname=xfce4-clipman-plugin-passive
6 pkgdesc="Clipman without buggy selection stealing"
9 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"
10 groups=('xfce4-goodies')
11 depends=('libxfcegui4' 'xfce4-panel' 'libunique' 'hicolor-icon-theme')
12 makedepends=('pkgconfig' 'intltool')
13 replaces=('xfce4-clipman-plugin')
14 conflicts=('xfce4-clipman-plugin')
15 provides=('xfce4-clipman-plugin')
17 install=xfce4-clipman-plugin.install
18 source=(nosteal.patch http://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.1/xfce4-clipman-plugin-${pkgver}.tar.bz2)
21 cd ${srcdir}/xfce4-clipman-plugin-${pkgver}
22 patch -Np1 -i ${srcdir}/nosteal.patch || return 1
23 sed -i -e 's/exo-0.3/exo-1/g' configure
24 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
25 --localstatedir=/var --disable-static --enable-unique
27 make DESTDIR=${pkgdir} install || return 1
28 install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
30 md5sums=('f8e4916f272e02fc8dcbc5922f7ea43c' '2ba70c6bd710e2a18cba5add66d297dc')