1 pkgname=xfce4-session-ubuntu
6 pkgdesc="A session manager for Xfce, with hibernate and suspend buttons and ubuntu patches"
9 url="http://www.xfce.org/"
11 depends=("libxfcegui4>=4.6.4" 'libwnck' 'hicolor-icon-theme')
12 makedepends=('pkgconfig' 'perlxml' 'xorg-server-utils' 'intltool')
13 optdepends=('fortune-mod: for xfce4-tips')
14 replaces=('xfce4-toys' 'xfce4-session')
15 conflicts=('xfce4-session')
16 provides=('xfce4-session')
18 install=${pkgname}.install
19 source=(http://archive.xfce.org/src/xfce/${_pkgname}/4.8/${_pkgname}-${pkgver}.tar.bz2
20 http://archive.ubuntu.com/ubuntu/pool/universe/x/${_pkgname}/${_pkgname}_${_patchver}-1ubuntu2.debian.tar.gz)
21 md5sums=('478080ff666fdd36786a243829663efd'
22 'bc81422be591d2c0c4d4981479a401d3')
25 cd $srcdir/${_pkgname}-$pkgver
26 mv $srcdir/debian $srcdir/${_pkgname}-$pkgver
28 for i in `ls ../xfce4-session-${_patchver}/debian/patches/*.patch* | sort`; do
33 echo "Error processing $i"
38 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
39 --localstatedir=/var --disable-static \
40 --enable-legacy-sm --disable-gnome --enable-session-screenshots \
41 --with-shutdown-style=auto
43 make DESTDIR=$pkgdir install