Date: Monday, July 10, 2017 @ 19:23:12 Author: jlichtblau Revision: 243777
otf-overpass is the new updated replacement for ttf-overpass package Added: otf-overpass/ otf-overpass/repos/ otf-overpass/trunk/ otf-overpass/trunk/PKGBUILD ----------+ PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) Added: otf-overpass/trunk/PKGBUILD =================================================================== --- otf-overpass/trunk/PKGBUILD (rev 0) +++ otf-overpass/trunk/PKGBUILD 2017-07-10 19:23:12 UTC (rev 243777) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau <[email protected]> +# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de> + +pkgname=otf-overpass +pkgver=3.0.2 +pkgrel=1 +pkgdesc="An open source font family inspired by Highway Gothic esp. suited for signs, lettering and web sites" +arch=('any') +url="http://overpassfont.org/" +license=('custom:SIL Open Font License 1.1' 'LGPL2.1') +depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') +replaces=('ttf-overpass') +source=(https://github.com/RedHatBrand/overpass/archive/${pkgver}.tar.gz) +sha256sums=('0be7e2b4a1b63be10d8fd290f3cee2f57fe38c865e415185685ee2bd442a9b20') + +package() { + cd "${srcdir}/Overpass-$pkgver" + + install -d "${pkgdir}"/usr/share/{fonts/OTF,doc/$pkgname} + + install -m644 "desktop-fonts/overpass/"*.otf "${pkgdir}"/usr/share/fonts/OTF + install -m644 "desktop-fonts/overpass-mono/"*.otf "${pkgdir}"/usr/share/fonts/OTF + +#license and doc files + install -Dm644 LICENSE.md "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE.md + install -m644 overpass-specimen.pdf overpass-mono-specimen.pdf README.md \ + "${pkgdir}"/usr/share/doc/$pkgname +} Property changes on: otf-overpass/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
