updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / xfce4-panel-netk / PKGBUILD
blob401f0071353d39237070ed44d8baf0f32694f6b7
1 # Contributor: Connor Behan <connor.behan@gmail.com>
3 pkgname=xfce4-panel-netk
4 pkgver=4.6.2
5 pkgrel=1
6 pkgdesc="For bringing back the old, more functional pager plugin"
7 arch=('i686' 'x86_64')
8 license=('GPL2')
9 url="http://www.xfce.org/"
10 groups=('xfce4')
11 depends=("libxfcegui4>=4.6.1" 'exo>=0.3.104' 'libwnck' 'hicolor-icon-theme')
12 makedepends=('pkgconfig' "xfconf>=4.6.1" 'intltool')
13 replaces=('xfce4-panel')
14 provices=('xfce4-panel')
15 options=('!libtool')
16 install=xfce4-panel.install
17 source=("http://archive.xfce.org/src/xfce/xfce4-panel/4.6/xfce4-panel-${pkgver}.tar.bz2"
18 "http://archive.xfce.org/src/xfce/xfce4-panel/4.4/xfce4-panel-4.4.3.tar.bz2")
20 build() {
21   cd ${srcdir}
22   rm -rf xfce4-panel-${pkgver}/plugins/pager
23   cp -R xfce4-panel-4.4.3/plugins/pager xfce4-panel-${pkgver}/plugins/pager
24   cd xfce4-panel-${pkgver}
25   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
26     --localstatedir=/var --disable-static #--disable-startup-notification
27   make || return 1
28   make DESTDIR=${pkgdir} install || return 1
30 md5sums=('88352816c84cbea57121b0c478976976' '06ef9294062f9bdee4106772e62802f5')