updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / xfce4-panel-cairo / PKGBUILD
blobfe04f52cbb832de77f32f40629ee13ac4969f7d7
1 # Contributor: Maxim Molvinskih <molvinskih@gmail.com>
3 pkgname=xfce4-panel-cairo
4 pkgver=4.4.3
5 pkgrel=1
6 pkgdesc="Panel for the Xfce desktop environment with cairo transparency patch"
7 arch=(i686 x86_64)
8 license=('GPL2')
9 url="http://www.xfce.org/"
10 groups=('xfce4')
11 depends=('libxfcegui4>=4.4.3' 'libxfce4mcs>=4.4.3' 'hicolor-icon-theme')
12 makedepends=('pkgconfig' 'xfce-mcs-manager')
13 options=('!libtool')
14 replaces=('xfce4-iconbox' 'xfce4-showdesktop-plugin' 'xfce4-systray' \
15           'xfce4-windowlist-plugin' 'xfce4-taskbar-plugin')
16 install=${pkgname}.install
17 source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2 http://packmanutil.googlecode.com/svn-history/r3543/trunk/pmubuilds/xfce-base/xfce4-panel/files/xfce4-panel-invisibility-1.patch)
18 md5sums=('06ef9294062f9bdee4106772e62802f5'
19          '871dc34e6dd90d9bc91ebae1c6afbcca')
20          
21 build() {
22   cp xfce4-panel-invisibility-1.patch ${srcdir}/${pkgname}-${pkgver}/xfce4-panel-invisibility-1.patch
23   cd ${srcdir}/${pkgname}-${pkgver}
24   patch -Np0 -i xfce4-panel-invisibility-1.patch || return 1
25   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
26     --localstatedir=/var --disable-static
27   make || return 1
28   make DESTDIR=${pkgdir} install