diff options
| -rw-r--r-- | abs/core-testing/fontconfig/PKGBUILD | 5 | ||||
| -rw-r--r-- | abs/core-testing/freetype2-static/PKGBUILD | 4 | ||||
| -rw-r--r-- | abs/core-testing/libxfont/PKGBUILD | 4 | 
3 files changed, 6 insertions, 7 deletions
| diff --git a/abs/core-testing/fontconfig/PKGBUILD b/abs/core-testing/fontconfig/PKGBUILD index 86c4205..f5c3465 100644 --- a/abs/core-testing/fontconfig/PKGBUILD +++ b/abs/core-testing/fontconfig/PKGBUILD @@ -2,13 +2,12 @@  # Maintainer: Jan de Groot <jgc@archlinux.org>  pkgname=fontconfig  pkgver=2.6.0 -pkgrel=3 +pkgrel=4  pkgdesc="A library for configuring and customizing font access"  arch=(i686 x86_64)  url="http://www.fontconfig.org/release/"  license=('custom') -#depends=('expat>=2.0' 'freetype2>=2.3.7') -depends=('expat>=2.0' 'freetype2') +depends=('expat>=2.0' 'freetype2>=2.3.7')  options=('!libtool')  install=fontconfig.install  source=(http://www.fontconfig.org/release/${pkgname}-${pkgver}.tar.gz diff --git a/abs/core-testing/freetype2-static/PKGBUILD b/abs/core-testing/freetype2-static/PKGBUILD index 6436cd2..8ca9b50 100644 --- a/abs/core-testing/freetype2-static/PKGBUILD +++ b/abs/core-testing/freetype2-static/PKGBUILD @@ -2,14 +2,14 @@  # Maintainer: judd <jvinet@zeroflux.org>  pkgname=freetype2-static  pkgver=2.3.7 -pkgrel=2 +pkgrel=3  pkgdesc="TrueType font rendering library"  arch=(i686 x86_64)  license=('GPL')  url="http://freetype.sourceforge.net"  depends=('zlib')  conflicts=('freetype2') -provides=('freetype2') +provides=('freetype2='${pkgver})  replaces=('freetype2')  options=('!libtool')  source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2 diff --git a/abs/core-testing/libxfont/PKGBUILD b/abs/core-testing/libxfont/PKGBUILD index 8ca406c..a9decca 100644 --- a/abs/core-testing/libxfont/PKGBUILD +++ b/abs/core-testing/libxfont/PKGBUILD @@ -3,12 +3,12 @@  # Contributor: Jan de Groot <jgc@archlinux.org>  pkgname=libxfont  pkgver=1.3.3 -pkgrel=2 +pkgrel=3  pkgdesc="X11 font rasterisation library"  arch=(i686 x86_64)  url="http://xorg.freedesktop.org/"  license=('custom') -depends=('libfontenc' 'freetype2' 'fontsproto') +depends=('libfontenc' 'freetype2>=2.3.7' 'fontsproto')  makedepends=('pkgconfig' 'xtrans' 'fontcacheproto' 'xproto')  options=('!libtool')  source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2) | 
