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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jan 4 17:35:03 UTC 2011


    Date: Tuesday, January 4, 2011 @ 12:35:03
  Author: andyrtr
Revision: 104622

upgpkg: xfconf 4.7.5-1
new upstream release - part of Xfce 4.8pre3 release candidate

Modified:
  xfconf/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++++++------------
 1 file changed, 17 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-04 17:31:06 UTC (rev 104621)
+++ PKGBUILD	2011-01-04 17:35:03 UTC (rev 104622)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: tobias <tobias funnychar archlinux.org>
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: tobias <tobias funnychar archlinux.org>
 
 pkgname=xfconf
-pkgver=4.6.2
-pkgrel=2
+pkgver=4.7.5
+pkgrel=1
 pkgdesc="a simple client-server configuration storage and query system"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -11,24 +12,28 @@
 groups=('xfce4')
 # http://www.xfce.org/documentation/requirements
 # keep dbus and gtk2, see also http://bugs.archlinux.org/task/14536
-depends=( "libxfce4util>=4.6.2" "dbus-glib>=0.86" 'dbus>=1.2.24' 'gtk2>=2.20.1')
-makedepends=('pkgconfig' 'perl-extutils-depends' 'perl-extutils-pkgconfig' 'glib-perl' 'intltool' 'chrpath')
+depends=( "libxfce4util>=4.7.3" "dbus-glib" 'dbus' 'gtk2')
+makedepends=('pkgconfig' 'perl-extutils-depends' 'perl-extutils-pkgconfig' 'glib-perl' 'intltool' 'gtk-doc' 'chrpath')
 options=('!libtool' '!emptydirs')
-replaces=('libxfce4mcs' 'xfce-mcs-manager' 'xfce-mcs-plugins')
-conflicts=('libxfce4mcs' 'xfce-mcs-manager' 'xfce-mcs-plugins')
-source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5ff93c15077c6dbbcd38c437bc1ab2ef')
+source=(http://archive.xfce.org/src/xfce/${pkgname}/4.7/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('c72007ce68808b64f39d26e2fb51da46')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
-    --localstatedir=/var --disable-static --with-perl-options=INSTALLDIRS="vendor" 
+  ./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=${startdir}/pkg install || return 1
+  make DESTDIR=${pkgdir} install
   # remove unneeded dynloader bootstrap file
   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Xfce4/Xfconf/Xfconf.bs 
   




More information about the arch-commits mailing list