1 # Maintainer twa022 <twa022@gmail.com>
3 pkgname=xfce4-settings-pluggable
4 _pkgname=xfce4-settings
7 pkgdesc="Xfce Settings Manager with Pluggable Dialogs"
10 url="http://www.xfce.org/"
11 depends=('exo>=0.3.106' 'libnotify>=0.4.5' 'libxfcegui4>=4.6.1' 'libxklavier>=5.0' 'libwnck>=2.30.0')
12 makedepends=('intltool')
13 optdepends=('libcanberra: for sound control')
14 conflicts=('xfce4-settings' 'xfce4-settings-svn' 'xfce4-settings-devel' 'xfce-mcs-manager')
15 replaces=('xfce-mcs-manager')
16 provides=("xfce4-settings=${pkgver}")
17 source=(http://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2)
20 cd ${srcdir}/${_pkgname}-${pkgver}
21 autoheader || return 1
23 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static \
24 --enable-libxklavier --enable-sound-settings --enable-pluggable-dialogs
26 make DESTDIR=${pkgdir} install
29 md5sums=('f988cb732913b5fbc115ad7105d2231e')