# Maintainer: Natanael Copa pkgname=font-adobe-utopia-type1 pkgver=1.0.5 pkgrel=1 pkgdesc="X.org adobe utopia-type1 fonts" url="https://xorg.freedesktop.org/" arch="noarch" license="custom" options="!check" depends="encodings font-alias mkfontscale fontconfig" makedepends="font-util-dev bdftopcf" source="https://www.x.org/releases/individual/font/font-adobe-utopia-type1-$pkgver.tar.xz" subpackages="$pkgname-doc" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --with-mapfiles=/usr/share/fonts/util \ --with-fontdir=/usr/share/fonts/utopia-type1 make } package() { make DESTDIR="$pkgdir" \ MKFONTDIR=: \ MKFONTSCALE=: \ FCCACHE=: \ install install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" } sha512sums=" e30f4c7702f47a3a42206975fbcfec058317681956d246411e50e372b669bdc875c5d7fe28bad7d298bc61b71a997c7836fb6ac16effd223a96723a6e9ece649 font-adobe-utopia-type1-1.0.5.tar.xz "