Date: Tuesday, January 4, 2011 @ 12:44:51 Author: andyrtr Revision: 104628
upgpkg: libxfce4ui 4.7.6-1 new upstream release - part of Xfce 4.8pre3 release candidate Modified: libxfce4ui/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-01-04 17:40:47 UTC (rev 104627) +++ PKGBUILD 2011-01-04 17:44:51 UTC (rev 104628) @@ -3,7 +3,7 @@ # Contributor: Xavier Devlamynck <[email protected]> pkgname=libxfce4ui -pkgver=4.7.4 +pkgver=4.7.6 pkgrel=1 pkgdesc="share commonly used Xfce widgets among the Xfce applicationsa freedesktop.org compliant ui implementation for Xfce (Development Version)" arch=('i686' 'x86_64') @@ -11,15 +11,21 @@ url="http://www.xfce.org/" groups=('xfce4') depends=('libxfce4util>=4.7.3' 'gtk2' "xfconf>=4.7.3" 'startup-notification' 'glade') -makedepends=('intltool' 'gtk-doc' ) +makedepends=('intltool' 'gtk-doc') +#replaces=('libxfcegui4') options=('!libtool') source=(http://archive.xfce.org/src/xfce/libxfce4ui/4.7/${pkgname}-${pkgver}.tar.bz2) -md5sums=('4d3cc02c6b09552b940d5d09245e8934') +md5sums=('beccb7eb6fb36bec38b5d140ed42480e') build() { cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \ - --localstatedir=/var --disable-static # --enable-maintainer-mode + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib \ + --localstatedir=/var \ + --disable-static \ + --enable-gtk-doc \ + --disable-debug make }
