[arch-commits] Commit in xfconf/repos (4 files)

Felix Yan felixonmars at archlinux.org
Sat Aug 26 14:25:43 UTC 2017


    Date: Saturday, August 26, 2017 @ 14:25:42
  Author: felixonmars
Revision: 303993

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xfconf/repos/staging-i686/
  xfconf/repos/staging-i686/PKGBUILD
    (from rev 303990, xfconf/trunk/PKGBUILD)
  xfconf/repos/staging-x86_64/
  xfconf/repos/staging-x86_64/PKGBUILD
    (from rev 303991, xfconf/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   44 ++++++++++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   44 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 88 insertions(+)

Copied: xfconf/repos/staging-i686/PKGBUILD (from rev 303990, xfconf/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2017-08-26 14:25:42 UTC (rev 303993)
@@ -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=4
+pkgdesc="A simple client-server configuration storage and query system"
+arch=('i686' '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=(http://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:

Copied: xfconf/repos/staging-x86_64/PKGBUILD (from rev 303991, xfconf/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2017-08-26 14:25:42 UTC (rev 303993)
@@ -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=4
+pkgdesc="A simple client-server configuration storage and query system"
+arch=('i686' '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=(http://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