Lots of little fixes

This commit is contained in:
root 2009-11-04 09:12:26 -08:00
parent 1d6c4db944
commit bcd069a8fe
5 changed files with 7 additions and 9 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: Manuel Rotter <rotter.manuel@gmail.com>
pkgname=xz-utils
pkgver=4.999.8beta
pkgver=4.999.9beta
pkgrel=1
pkgdesc='utils for managing LZMA and XZ compressed files'
arch=('arm')
@ -12,8 +12,8 @@ provides=('lzma' 'lzma-utils')
replaces=('lzma' 'lzma-utils')
conflicts=('lzma' 'lzma-utils')
options=('!libtool')
source=("http://tukaani.org/xz/xz-${pkgver}.tar.gz")
md5sums=('f00967331a487e88d51207fe17c56f52')
source=(http://tukaani.org/xz/xz-$pkgver.tar.gz)
md5sums=('f2073579b6da2fe35d453adee1aaf1b2')
build() {
cd $srcdir/xz-$pkgver

View file

@ -1,11 +1,10 @@
# $Id: PKGBUILD 49187 2009-08-04 19:00:20Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
pkgname=ghostscript
pkgver=8.70
pkgrel=1
pkgdesc="An interpreter for the PostScript language"
arch=(i686 x86_64)
arch=('arm')
license=('GPL' 'custom')
depends=('libxext' 'libxt' 'libcups>=1.3.11' 'fontconfig>=2.6.0' 'gnutls>=2.8.1' 'cairo>=1.8.8')
makedepends=('automake' 'autoconf' 'gtk2>=2.16.5')

View file

@ -636,7 +636,7 @@ DEFAULT_TARGET = nonmerge
NETPBMLIBTYPE=unixshared
NETPBMLIBSUFFIX=so
STATICLIB_TOO=y
CFLAGS = -O3 -march=i686 -pipe -ffast-math -pedantic -fno-common -Wall -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef
CFLAGS = -O3 -march=armv5te -pipe -ffast-math -pedantic -fno-common -Wall -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef
CFLAGS_MERGE = -Wno-missing-declarations -Wno-missing-prototypes
LDRELOC = ld --reloc
LINKER_CAN_DO_EXPLICIT_LIBRARY=Y

View file

@ -18,7 +18,7 @@ source=(ftp://ftp.archlinux.org/other/netpbm/$pkgname-$pkgver.tar.bz2 \
ftp://ftp.archlinux.org/other/netpbm/netpbm-doc-20090222.tar.bz2 \
Makefile.config arch.patch netpbm-10.35-glibc.patch netpbm-10.35-jpeg7.patch)
md5sums=('04d94bf5eefd56e6443b4008196d5969' '20f5392fd1deacfa267bf64ab9d420c5'\
'cfdb69f77f8ef06f8863fe02ce27db71' '88992e053dbfa9fdde2cccea32e6632b'\
'bd802a92c8368a04c87debe33c2098ea' '88992e053dbfa9fdde2cccea32e6632b'\
'8e278fba37c8f70f6a8658b98686dfad' '6a3da4565f6623f4875bd62871a8dda5')
build() {

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 49744 2009-08-15 14:42:41Z jgc $
# Maintainer: eric <eric@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
@ -6,7 +5,7 @@ pkgname=psutils
pkgver=1.17
pkgrel=2
pkgdesc="A set of postscript utilities"
arch=(i686 x86_64)
arch=('arm')
license=('custom')
depends=('glibc' 'ghostscript')
provides=('psutils-lprng')