1 # $Id: PKGBUILD 28045 2009-02-27 20:06:21Z andyrtr $
3 # Contributor: Alexander 'hatred' Drozdov <adrozdoff@gmail.com>
9 pkgdesc="Extensions to Xfce by os-cillation (+ mount options patch)"
10 arch=('i686' 'x86_64')
11 license=('GPL2' 'LGPL2')
12 url="http://www.os-cillation.com/article.php?sid=40"
14 depends=("libxfce4util>=4.6.1" "hal>=0.5.12git20090406" 'hicolor-icon-theme')
15 makedepends=("pygtk>=2.14.1" 'pkgconfig' 'libnotify' 'perl-uri')
16 optdepends=('libnotify enables notification support' \
17 'perl enables mail-compose helper script')
19 install=${pkgname}.install
21 provides=(exo=0.3.101)
22 source=(http://www.xfce.org/archive/xfce-4.6.1/src/${_pkgname}-${pkgver}.tar.bz2 exo-hal-mount-options.patch exo-0.3.2-alt-eject.patch mount.rules)
25 cd ${srcdir}/${_pkgname}-${pkgver}
27 patch -p1 < ../exo-hal-mount-options.patch
28 patch -p2 < ../exo-0.3.2-alt-eject.patch
30 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
31 --localstatedir=/var --disable-static --enable-notifications \
32 --enable-python || return 1
34 make DESTDIR=${pkgdir} install || return 1
36 cp ../mount.rules ${pkgdir}/usr/share/xfce4/
39 md5sums=('1c0eebb360f53eab70454b70e1bde36e'
40 '3adfa67ceeaffc973b5a6f28aa85bc7d'
41 'f591ab45de3b5afb02936beb9e4b005a'
42 '7256efddcc2caca2d57d43394fb32f63')