updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / xfce4-clipman-plugin-passive / PKGBUILD
blob86b86d714ca43cd28e21890cd3cb4572f6bd426e
1 # Contributor: Connor Behan <connor.behan@gmail.com>
3 pkgname=xfce4-clipman-plugin-passive
4 pkgver=1.1.3
5 pkgrel=5
6 pkgdesc="Clipman without buggy selection stealing"
7 arch=(i686 x86_64)
8 license=('custom')
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')
16 options=('!libtool')
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)
20 build() {
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
26   make || return 1
27   make DESTDIR=${pkgdir} install || return 1
28   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
30 md5sums=('f8e4916f272e02fc8dcbc5922f7ea43c' '2ba70c6bd710e2a18cba5add66d297dc')