Date: Wednesday, March 5, 2014 @ 21:49:18 Author: flexiondotorg Revision: 106542
Updated to 1.8 Modified: mate-common/trunk/PKGBUILD ----------+ PKGBUILD | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-05 20:49:01 UTC (rev 106541) +++ PKGBUILD 2014-03-05 20:49:18 UTC (rev 106542) @@ -1,11 +1,8 @@ -# $Id$ # Maintainer : Martin Wimpress <[email protected]> -# Contributor: Giovanni "Talorno" Ricciardi <[email protected]> -# Contributor: Xpander <[email protected]> pkgname=mate-common -pkgver=1.6.2 -pkgrel=2 +pkgver=1.8.0 +pkgrel=1 pkgdesc="Common development macros for MATE" arch=('any') license=('GPL') @@ -12,18 +9,12 @@ depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'intltool' 'libtool' 'pkg-config') options=('!emptydirs') url="http://mate-desktop.org" -source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz") -sha1sums=('925ffcfd96824e74a88c6a7f6265102e397fdbb5') +source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz") +sha1sums=('41156798ed4cc55d39bb85eaeffa244b224fa3f6') -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - # Bump automake version, when required. - #sed -i "s/automake-1.14/automake-1.15 automake-1.14/g" ./macros/mate-autogen -} - build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./autogen.sh \ + ./configure \ --prefix=/usr make }
