[arch-commits] Commit in xfconf/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Fri Feb 27 19:53:25 UTC 2009
Date: Friday, February 27, 2009 @ 14:53:24
Author: andyrtr
Revision: 28036
upgpkg: xfconf 4.6.0-1
new version 4.6.0
Modified:
xfconf/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-02-27 19:50:35 UTC (rev 28035)
+++ PKGBUILD 2009-02-27 19:53:24 UTC (rev 28036)
@@ -2,27 +2,27 @@
# Maintainer: tobias <tobias funnychar archlinux.org>
pkgname=xfconf
-pkgver=4.5.99.1
+pkgver=4.6.0
pkgrel=1
pkgdesc="xfconf.. thingie"
arch=('i686' 'x86_64')
license=('GPL2')
url="http://www.xfce.org/"
groups=('xfce4')
-depends=("dbus-glib>=0.78" "libxfce4util>=4.5.99.1")
+depends=("dbus-glib>=0.78" "libxfce4util>=4.6.0")
makedepends=('pkgconfig' 'perl-extutils-depends' 'perl-extutils-pkgconfig')
options=('!libtool')
replaces=('libxfce4mcs' 'xfce-mcs-manager' 'xfce-mcs-plugins')
conflicts=('libxfce4mcs' 'xfce-mcs-manager' 'xfce-mcs-plugins')
source=(http://mocha.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4c22977a41a46ad11bde08ea8c03af73')
+md5sums=('38595f78379eb1f456e97b393fdafd20')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
--localstatedir=/var --disable-static
make || return 1
- make DESTDIR=${startdir}/pkg install
+ make DESTDIR=${startdir}/pkg install || return 1
rm -rf ${startdir}/pkg/usr/share/gtk-doc
rm -f ${pkgdir}/usr/lib/perl5/core_perl/perllocal.pod
}
More information about the arch-commits
mailing list