1 # Contributor: Connor Behan <connor.behan@gmail.com>
3 pkgname=xfce4-panel-netk
6 pkgdesc="For bringing back the old, more functional pager plugin"
9 url="http://www.xfce.org/"
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')
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")
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
28 make DESTDIR=${pkgdir} install || return 1
30 md5sums=('88352816c84cbea57121b0c478976976' '06ef9294062f9bdee4106772e62802f5')