[arch-commits] Commit in xfconf/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Wed Aug 1 12:28:54 UTC 2018
Date: Wednesday, August 1, 2018 @ 12:28:53
Author: bluewind
Revision: 330243
archrelease: copy trunk to staging-x86_64
Added:
xfconf/repos/staging-x86_64/
xfconf/repos/staging-x86_64/PKGBUILD
(from rev 330242, xfconf/trunk/PKGBUILD)
----------+
PKGBUILD | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
Copied: xfconf/repos/staging-x86_64/PKGBUILD (from rev 330242, xfconf/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-08-01 12:28:53 UTC (rev 330243)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfconf
+pkgver=4.12.1
+pkgrel=5
+pkgdesc="A simple client-server configuration storage and query system"
+arch=('x86_64')
+url="http://www.xfce.org/"
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4util' 'dbus-glib')
+makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig' 'glib-perl'
+ 'intltool' 'gtk-doc' 'chrpath')
+options=('!emptydirs')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('35f48564e5694faa54fdc180cd3268e16fc2352946a89a3c2fc12cbe400ada36')
+
+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
+
+ # Fix insecure rpath, http://bugs.archlinux.org/task/19980
+ find "$pkgdir" -name Xfconf.so -exec chrpath -d {} +
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list