diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-11 01:19:14 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-11 01:19:14 -0300 |
commit | d84e7e621b059d11c483d6864cb1a549572d1821 (patch) | |
tree | cc0551fb1fe84d87ca51f4d4be7ab14aa0b02d7f /extra/xfconf | |
parent | aabab2c530c33c1beb40ac3dacb95e19ab99eac3 (diff) |
Several fixes
Diffstat (limited to 'extra/xfconf')
-rw-r--r-- | extra/xfconf/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/xfconf/PKGBUILD b/extra/xfconf/PKGBUILD index 5c10d59d1..8f57230a6 100644 --- a/extra/xfconf/PKGBUILD +++ b/extra/xfconf/PKGBUILD @@ -4,7 +4,7 @@ pkgname=xfconf pkgver=4.8.0 -pkgrel=2 +pkgrel=3 pkgdesc="a simple client-server configuration storage and query system" arch=('i686' 'x86_64' 'mips64el') license=('GPL2') @@ -13,7 +13,8 @@ groups=('xfce4') # http://www.xfce.org/documentation/requirements # keep dbus and gtk2, see also http://bugs.archlinux.org/task/14536 depends=( "libxfce4util>=4.8.0" "dbus-glib" 'dbus' 'gtk2') -makedepends=('pkgconfig' 'perl-extutils-depends' 'perl-extutils-pkgconfig' 'glib-perl' 'intltool' 'gtk-doc' 'chrpath') +makedepends=('pkgconfig' 'perl-extutils-depends' 'perl-extutils-pkgconfig' +'perl-xml-parser' 'glib-perl' 'intltool' 'gtk-doc' 'chrpath') options=('!libtool' '!emptydirs') source=(http://archive.xfce.org/src/xfce/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2) md5sums=('0f11ed1ec7789c5c4c3fcc7cdb3c2940') |