diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-20 04:11:19 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-20 04:11:19 +0000 |
commit | 469e7cfcfccc3041b64ccc6e15e830b65817aae9 (patch) | |
tree | f06e03b2d9201b711190af042a8730c526017233 /community/gnustep-gui/PKGBUILD | |
parent | afb660f06bce8338225c531b092c1c1205239072 (diff) |
Tue May 20 04:04:22 UTC 2014
Diffstat (limited to 'community/gnustep-gui/PKGBUILD')
-rw-r--r-- | community/gnustep-gui/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/gnustep-gui/PKGBUILD b/community/gnustep-gui/PKGBUILD index 8f476b599..a5fbb6ce3 100644 --- a/community/gnustep-gui/PKGBUILD +++ b/community/gnustep-gui/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 109785 2014-04-18 17:31:29Z andyrtr $ +# $Id: PKGBUILD 111472 2014-05-19 09:49:08Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: Sebastian Sareyko <public@nooms.de> 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,16 +17,16 @@ groups=('gnustep-core') options=('!makeflags') source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz giflib-5.0.patch) -md5sums=('1771bdb42f27ee946b17bf60fef5eb2e' +md5sums=('bd289f0c7b2626d093ad92364069b9a7' 'b998c0bc3e2bc260c2779d7a50ce6407') build() { 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 } |