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

Evangelos Foutras foutrelis at archlinux.org
Sun Mar 1 05:57:10 UTC 2015


    Date: Sunday, March 1, 2015 @ 06:57:10
  Author: foutrelis
Revision: 232138

upgpkg: xfconf 4.12.0-1

New upstream release.

Modified:
  xfconf/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-01 05:55:18 UTC (rev 232137)
+++ PKGBUILD	2015-03-01 05:57:10 UTC (rev 232138)
@@ -3,21 +3,19 @@
 # Contributor: tobias <tobias funnychar archlinux.org>
 
 pkgname=xfconf
-pkgver=4.10.0
-pkgrel=4
+pkgver=4.12.0
+pkgrel=1
 pkgdesc="A simple client-server configuration storage and query system"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/"
 license=('GPL2')
 groups=('xfce4')
-# http://www.xfce.org/documentation/requirements
-# keep dbus, see also http://bugs.archlinux.org/task/14536
-depends=('libxfce4util' 'dbus-glib' 'dbus')
+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/4.10/$pkgname-$pkgver.tar.bz2)
-sha256sums=('175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9910eaea8405336415d4d7f3056403f8c67bc23ba0dce251eac35205c603b156')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -39,7 +37,7 @@
 
   make DESTDIR="$pkgdir" install
 
-  # fix insecure rpath, http://bugs.archlinux.org/task/19980
+  # Fix insecure rpath, http://bugs.archlinux.org/task/19980
   chrpath -d "$pkgdir/usr/lib/perl5/vendor_perl/auto/Xfce4/Xfconf/Xfconf.so"
 }
 



More information about the arch-commits mailing list