From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- extra/xfconf/PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 extra/xfconf/PKGBUILD (limited to 'extra/xfconf/PKGBUILD') diff --git a/extra/xfconf/PKGBUILD b/extra/xfconf/PKGBUILD new file mode 100644 index 000000000..7616febf3 --- /dev/null +++ b/extra/xfconf/PKGBUILD @@ -0,0 +1,42 @@ +# $Id: PKGBUILD 106342 2011-01-16 16:22:15Z andyrtr $ +# Maintainer: AndyRTR +# Contributor: tobias + +pkgname=xfconf +pkgver=4.8.0 +pkgrel=1 +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.8.0" "dbus-glib" 'dbus' 'gtk2') +makedepends=('pkgconfig' 'perl-extutils-depends' 'perl-extutils-pkgconfig' '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') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/xfce4 \ + --localstatedir=/var \ + --disable-static \ + --enable-gtk-doc \ + --with-perl-options=INSTALLDIRS="vendor" \ + --disable-debug + make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install + # 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 v1.2.3-54-g00ecf