summaryrefslogtreecommitdiff
path: root/extra/libxfont/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libxfont/PKGBUILD')
-rw-r--r--extra/libxfont/PKGBUILD16
1 files changed, 12 insertions, 4 deletions
diff --git a/extra/libxfont/PKGBUILD b/extra/libxfont/PKGBUILD
index 1e862ba18..a399d48a3 100644
--- a/extra/libxfont/PKGBUILD
+++ b/extra/libxfont/PKGBUILD
@@ -1,17 +1,25 @@
-# $Id: PKGBUILD 203296 2014-01-07 17:59:08Z lcarlier $
+# $Id: PKGBUILD 211682 2014-04-23 06:32:53Z lcarlier $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libxfont
pkgver=1.4.7
-pkgrel=1
+pkgrel=2
pkgdesc="X11 font rasterisation library"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
license=('custom')
depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto')
makedepends=('xorg-util-macros' 'xtrans')
-source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2)
-sha256sums=('d16ea3541835d296b19cfb05d7e64fc62173d8e7eb93284402ec761b951d1543')
+source=(${url}/archive/individual/lib/libXfont-${pkgver}.tar.bz2
+ fix-for-fontsproto213.patch)
+sha256sums=('d16ea3541835d296b19cfb05d7e64fc62173d8e7eb93284402ec761b951d1543'
+ '9c8298cc9f4dc3981f19107353b2e4373dfb7882768bbf0b3ae027820a2dcad9')
+
+prepare() {
+ cd "${srcdir}/libXfont-${pkgver}"
+ # FS#40044 - merged for branch 1.5
+ patch -Np1 -i ../fix-for-fontsproto213.patch
+}
build() {
cd "${srcdir}/libXfont-${pkgver}"