Date: Monday, June 30, 2014 @ 12:33:53 Author: bisson Revision: 215711
rebuild for mtree support Modified: font-bh-ttf/trunk/PKGBUILD ----------+ PKGBUILD | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-30 10:28:02 UTC (rev 215710) +++ PKGBUILD 2014-06-30 10:33:53 UTC (rev 215711) @@ -1,29 +1,29 @@ # $Id$ -#Maintainer: Jan de Groot <[email protected]> +#Maintainer: Gaetan Bisson <[email protected]> +#Contributor: Jan de Groot <[email protected]> pkgname=font-bh-ttf pkgver=1.0.3 -pkgrel=1 -pkgdesc="X.org Luxi Truetype fonts" +pkgrel=2 +pkgdesc='X.org Luxi Truetype fonts' +url='http://xorg.freedesktop.org/' +license=('custom') arch=('any') -url="http://xorg.freedesktop.org/" -license=('custom') depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig') +source=("${url}/releases/individual/font/${pkgname}-${pkgver}.tar.bz2") +sha1sums=('f42ebd527096011040a312e0f9cdf78d64177419') + install=xfonts.install -source=(${url}/releases/individual/font/${pkgname}-${pkgver}.tar.bz2) -md5sums=('e8ca58ea0d3726b94fe9f2c17344be60') build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr \ - --with-fontdir=/usr/share/fonts/TTF - make + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --with-fontdir=/usr/share/fonts/TTF + make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - rm "${pkgdir}/usr/share/fonts/"*/fonts.* - - install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + rm "${pkgdir}/usr/share/fonts/"*/fonts.* + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" }
