diff options
Diffstat (limited to 'community/gnustep-gui/PKGBUILD')
-rw-r--r-- | community/gnustep-gui/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/gnustep-gui/PKGBUILD b/community/gnustep-gui/PKGBUILD index 0d17ce958..c9d2e18fc 100644 --- a/community/gnustep-gui/PKGBUILD +++ b/community/gnustep-gui/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 71962 2012-06-04 07:59:00Z spupykin $ +# $Id: PKGBUILD 90156 2013-05-07 13:34:32Z 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.22.0 -pkgrel=3 +pkgver=0.23.1 +pkgrel=1 pkgdesc="The GNUstep GUI class library" arch=('i686' 'x86_64' 'mips64el') url="http://www.gnustep.org/" @@ -16,13 +16,14 @@ conflicts=('gnustep-gui-svn') groups=('gnustep-core') options=('!makeflags') source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz) -md5sums=('3aa3346071736206ca144ce1ce8f063f') +md5sums=('1771bdb42f27ee946b17bf60fef5eb2e') 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 make } |