PKGBUILDs/extra/xfce4-settings/PKGBUILD
2009-10-09 21:23:22 -05:00

29 lines
947 B
Bash

# $Id: PKGBUILD 53841 2009-10-03 14:43:02Z andyrtr $
# Maintainer: tobias <tobias funnychar archlinux.org>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
pkgname=xfce4-settings
pkgver=4.6.3
pkgrel=1
pkgdesc="Settings manager for xfce"
arch=('i686' 'x86_64')
license=('GPL2')
url="http://www.xfce.org/"
groups=('xfce4')
depends=('exo>=0.3.101' 'libnotify' 'libxfcegui4>=4.6.1' 'libxklavier' 'libwnck')
makedepends=('intltool')
makedepends=('intltool')
optdepends=('libcanberra: for sound control')
conflicts=('xfce-mcs-manager')
replaces=('xfce-mcs-manager')
source=( http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2)
md5sums=('60e726143baf0605f6ee8b158d536ed0')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static \
--enable-libxklavier --enable-sound-settings
make || return 1
make DESTDIR=${pkgdir} install || return 1
}