diff options
Diffstat (limited to 'extra/xfconf/PKGBUILD')
-rw-r--r-- | extra/xfconf/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/xfconf/PKGBUILD b/extra/xfconf/PKGBUILD index 0c5496af8..8f57230a6 100644 --- a/extra/xfconf/PKGBUILD +++ b/extra/xfconf/PKGBUILD @@ -4,16 +4,17 @@ pkgname=xfconf pkgver=4.8.0 -pkgrel=2 +pkgrel=3 pkgdesc="a simple client-server configuration storage and query system" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://www.xfce.org/" 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') |