summaryrefslogtreecommitdiff
path: root/extra/xfconf
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-06 04:00:43 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-06 04:00:43 +0000
commit6b55be9272c15e1858a1a7236482298f677c1a3b (patch)
treea00e7300c358b2a4b16184192c53b8ce555a2412 /extra/xfconf
parent8faa42b28f39ace5fc2c3ec8a054fa0a5b246eab (diff)
Fri Jun 6 03:57:24 UTC 2014
Diffstat (limited to 'extra/xfconf')
-rw-r--r--extra/xfconf/PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/extra/xfconf/PKGBUILD b/extra/xfconf/PKGBUILD
index 94eae5a2e..031c2b449 100644
--- a/extra/xfconf/PKGBUILD
+++ b/extra/xfconf/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 198577 2013-10-30 15:43:11Z allan $
+# $Id: PKGBUILD 214248 2014-06-04 13:52:35Z bluewind $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: tobias <tobias funnychar archlinux.org>
pkgname=xfconf
pkgver=4.10.0
-pkgrel=3
+pkgrel=4
pkgdesc="A simple client-server configuration storage and query system"
arch=('i686' 'x86_64')
url="http://www.xfce.org/"
@@ -39,9 +39,6 @@ package() {
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"
}