Date: Tuesday, January 4, 2011 @ 12:39:57 Author: andyrtr Revision: 104625
upgpkg: libxfcegui4 4.7.0-1 new upstream release - part of Xfce 4.8pre3 release candidate Modified: libxfcegui4/trunk/PKGBUILD ----------+ PKGBUILD | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-01-04 17:35:46 UTC (rev 104624) +++ PKGBUILD 2011-01-04 17:39:57 UTC (rev 104625) @@ -1,28 +1,33 @@ # $Id$ -# Maintainer: tobias <tobias funnychar archlinux.org> +# Maintainer: Andreas Radke <[email protected]> +# Contributor: Tobias Kieslich <tobias funnychar archlinux.org> pkgname=libxfcegui4 -pkgver=4.6.4 +pkgver=4.7.0 pkgrel=1 pkgdesc="Various gtk widgets for Xfce" arch=(i686 x86_64) license=('GPL2') url="http://www.xfce.org/" -depends=('startup-notification' "xfconf>=4.6.2" "libglade>=2.6.4" 'hicolor-icon-theme') +depends=('startup-notification' "xfconf>=4.7.5" "libglade" 'hicolor-icon-theme') makedepends=('pkgconfig' 'intltool') options=('!libtool') install=${pkgname}.install -source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2) -md5sums=('88de59b222cb9977f93a4c61011c1e1f') +source=(http://archive.xfce.org/src/xfce/${pkgname}/4.7/${pkgname}-${pkgver}.tar.bz2) +md5sums=('6614e26739cf1500553d79b2ed1a4e5b') build() { cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \ - --localstatedir=/var --disable-static # --enable-xinerama - make || return 1 + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib \ + --localstatedir=/var \ + --disable-static \ + --disable-debug + make } package() { cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install || return 1 + make DESTDIR=${pkgdir} install }
