diff options
Diffstat (limited to 'community/gnustep-gui')
-rw-r--r-- | community/gnustep-gui/ChangeLog | 2 | ||||
-rw-r--r-- | community/gnustep-gui/PKGBUILD | 33 |
2 files changed, 0 insertions, 35 deletions
diff --git a/community/gnustep-gui/ChangeLog b/community/gnustep-gui/ChangeLog deleted file mode 100644 index 15622ab88..000000000 --- a/community/gnustep-gui/ChangeLog +++ /dev/null @@ -1,2 +0,0 @@ -2007-06-27 tardo <tardo@nagi-fanboi.net> -* version upgrade diff --git a/community/gnustep-gui/PKGBUILD b/community/gnustep-gui/PKGBUILD deleted file mode 100644 index e1b86356e..000000000 --- a/community/gnustep-gui/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $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.23.1 -pkgrel=1 -pkgdesc="The GNUstep GUI class library" -arch=('i686' 'x86_64') -url="http://www.gnustep.org/" -license=('LGPL') -depends=('gnustep-back' 'libungif' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 'giflib' 'libao') -makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make') -conflicts=('gnustep-gui-svn') -groups=('gnustep-core') -options=('!makeflags') -source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz) -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 -} - -package() { - cd $srcdir/$pkgname-$pkgver - make DESTDIR=$pkgdir install -} |