From 397c727257bed0f1cf82359284d253677b928f3b Mon Sep 17 00:00:00 2001 From: Michael Hanson Date: Wed, 1 Dec 2010 02:07:16 +0000 Subject: xfconf: inital include. Dep tree for thunar. --- abs/extra/xfconf/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 abs/extra/xfconf/PKGBUILD diff --git a/abs/extra/xfconf/PKGBUILD b/abs/extra/xfconf/PKGBUILD new file mode 100644 index 0000000..f6b97cf --- /dev/null +++ b/abs/extra/xfconf/PKGBUILD @@ -0,0 +1,37 @@ +# $Id: PKGBUILD 87984 2010-08-18 20:44:29Z andyrtr $ +# Maintainer: tobias + +pkgname=xfconf +pkgver=4.6.2 +pkgrel=2 +pkgdesc="a simple client-server configuration storage and query system" +arch=('i686' 'x86_64') +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.6.2" "dbus-glib>=0.86" 'dbus>=1.2.24' 'gtk2>=2.20.1') +makedepends=('pkgconfig' 'perl-extutils-depends' 'perl-extutils-pkgconfig' 'glib-perl' 'intltool' 'chrpath') +options=('!libtool' '!emptydirs') +replaces=('libxfce4mcs' 'xfce-mcs-manager' 'xfce-mcs-plugins') +conflicts=('libxfce4mcs' 'xfce-mcs-manager' 'xfce-mcs-plugins') +source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2) +md5sums=('5ff93c15077c6dbbcd38c437bc1ab2ef') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \ + --localstatedir=/var --disable-static --with-perl-options=INSTALLDIRS="vendor" + make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${startdir}/pkg install || return 1 + # remove unneeded dynloader bootstrap file + rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Xfce4/Xfconf/Xfconf.bs + + # fix insecure rpath, http://bugs.archlinux.org/task/19980 + chrpath -d ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Xfce4/Xfconf/Xfconf.so +} -- cgit v0.12