From 795692fa0aee766780cda2d2e1225a52c189719f Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Mon, 22 Jan 2018 15:30:07 +0100 Subject: pcr/otf-stix: updated to 2.0.0 --- pcr/otf-stix/PKGBUILD | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) (limited to 'pcr') diff --git a/pcr/otf-stix/PKGBUILD b/pcr/otf-stix/PKGBUILD index cb7187fcc..a8f973670 100644 --- a/pcr/otf-stix/PKGBUILD +++ b/pcr/otf-stix/PKGBUILD @@ -1,29 +1,23 @@ -# Maintainer (Arch): ezzetabi -# Maintainer: Alon Ivtsan + +# parabola changes and rationale: +# - added .install file to update font cache pkgname=otf-stix -pkgver=1.1.1_webfonts -_pkgver=${pkgver//_/-} +pkgver=2.0.0 pkgrel=1 -epoch=3 -pkgdesc='A comprehensive set of fonts that serve the scientific and engineering community.' +pkgdesc="An OpenType font with math support, designed for scientific and engineering printing" arch=('any') url="http://www.stixfonts.org" -license=('custom:STIXFont') -depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils') -makedepends=('unzip') +license=('custom:OFL') +depends=('fontconfig') install=otf-stix.install -source=("http://downloads.sourceforge.net/stixfonts/STIXv$_pkgver.zip" -'http://www.stixfonts.org/STIXFontLicense2010.txt') +source=("https://sourceforge.net/projects/stixfonts/files/Current%20Release/STIXv$pkgver.zip") +sha256sums=('6fac297b27c78891aeca9adb37be54729932e57cdcdb218a9e163671c163d938') package() { - cd "$srcdir" + cd "$srcdir/STIXv$pkgver" - install -m755 -d "$pkgdir/usr/share/fonts/OTF" - install -m644 ./STIX-MathJax/otf/*.otf "$pkgdir/usr/share/fonts/OTF" - install -Dm644 "$srcdir"/STIXFontLicense2010.txt \ - "$pkgdir"/usr/share/licenses/"$pkgname"/license.txt + install -d "$pkgdir/usr/share/fonts/OTF" + install -m644 Fonts/OTF/*.otf "$pkgdir/usr/share/fonts/OTF/" + install -Dm644 "docs/STIX_${pkgver}_license.pdf" "$pkgdir/usr/share/licenses/$pkgname/OFL.pdf" } - -md5sums=('5673808f48b1e5ab77064a3585866aab' -'b1af7bbd3cea93a60bf68cf571ad6cab') -- cgit v1.2.3