[arch-commits] Commit in xfconf/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sun Aug 11 22:49:25 UTC 2019


    Date: Sunday, August 11, 2019 @ 22:49:25
  Author: foutrelis
Revision: 359644

upgpkg: xfconf 4.14.1-1

New upstream release.

Modified:
  xfconf/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-11 22:46:00 UTC (rev 359643)
+++ PKGBUILD	2019-08-11 22:49:25 UTC (rev 359644)
@@ -2,19 +2,17 @@
 # Contributor: tobias <tobias funnychar archlinux.org>
 
 pkgname=xfconf
-pkgver=4.12.1
-pkgrel=7
-pkgdesc="A simple client-server configuration storage and query system"
+pkgver=4.14.1
+pkgrel=1
+pkgdesc="Flexible, easy-to-use configuration management system"
 arch=('x86_64')
 url="https://www.xfce.org/"
 license=('GPL2')
 groups=('xfce4')
-depends=('libxfce4util' 'dbus-glib')
-makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig' 'glib-perl'
-             'intltool' 'chrpath')
-options=('!emptydirs')
+depends=('libxfce4util')
+makedepends=('intltool' 'gobject-introspection' 'vala')
 source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('35f48564e5694faa54fdc180cd3268e16fc2352946a89a3c2fc12cbe400ada36')
+sha256sums=('b893e0a329aee00902fec2f0509f56916c9dcc7844e1b1f9e3c7399458290d59')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -25,7 +23,6 @@
     --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var \
     --disable-static \
-    --with-perl-options=INSTALLDIRS="vendor" \
     --disable-debug
   make
 }
@@ -32,11 +29,7 @@
 
 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