# $Id: PKGBUILD 138663 2011-09-27 14:33:37Z andyrtr $ # Maintainer: AndyRTR # Contributor: tobias pkgname=xfce-utils pkgver=4.8.3 pkgrel=1 pkgdesc="Utilities for Xfce" arch=(i686 x86_64) license=('GPL2') url="http://www.xfce.org/" groups=('xfce4') depends=('libxfce4ui' 'xorg-xinit' 'hicolor-icon-theme') makedepends=('intltool') optdepends=('perl: for migration scripts' 'xscreensaver: for locking screen with xflock4' 'gnome-screensaver: for locking screen with xflock4' 'xlockmore: for locking screen with xflock4') options=('!libtool') install=${pkgname}.install source=(http://archive.xfce.org/src/xfce/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2) md5sums=('03b5fba5f63f4f1a31cc7d3728f3c87e') sha1sums=('159d445b689ebbf73462a4b4baf5cce4e04afaab') build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ --disable-static \ --enable-dbus \ --disable-debug \ --with-vendor-info=ArchLinux # --enable-gen-doc \ make } package() { cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }