Date: Monday, May 19, 2014 @ 11:48:43 Author: spupykin Revision: 111471
upgpkg: gnustep-gui 0.24.0-1 upd Modified: gnustep-gui/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-05-19 09:48:30 UTC (rev 111470) +++ PKGBUILD 2014-05-19 09:48:43 UTC (rev 111471) @@ -4,8 +4,8 @@ # Contributor: Sebastian Sareyko <[email protected]> pkgname=gnustep-gui -pkgver=0.23.1 -pkgrel=7 +pkgver=0.24.0 +pkgrel=1 pkgdesc="The GNUstep GUI class library" arch=('i686' 'x86_64') url="http://www.gnustep.org/" @@ -17,7 +17,7 @@ options=('!makeflags') source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz giflib-5.0.patch) -md5sums=('1771bdb42f27ee946b17bf60fef5eb2e' +md5sums=('bd289f0c7b2626d093ad92364069b9a7' 'b998c0bc3e2bc260c2779d7a50ce6407') build() { @@ -24,9 +24,9 @@ cd $srcdir/$pkgname-$pkgver . /etc/profile.d/GNUstep.sh ./configure --prefix=/usr --sysconfdir=/etc/GNUstep - sed -i 's|#include "GNUstepBase/preface.h"|//#include "GNUstepBase/preface.h" |' Source/GSGuiPrivate.h - sed -i 's|png_sizeof|sizeof|g' Source/NSBitmapImageRep+PNG.m - patch -Np1 -i ../giflib-5.0.patch +# sed -i 's|#include "GNUstepBase/preface.h"|//#include "GNUstepBase/preface.h" |' Source/GSGuiPrivate.h +# sed -i 's|png_sizeof|sizeof|g' Source/NSBitmapImageRep+PNG.m +# patch -Np1 -i ../giflib-5.0.patch make }
