summaryrefslogtreecommitdiff
path: root/pcr/otf-stix
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-22 15:30:07 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-22 15:30:07 +0100
commit795692fa0aee766780cda2d2e1225a52c189719f (patch)
treeafa84e2de49ffafa8860ea2a6a751966bdd77270 /pcr/otf-stix
parent347a4f9d4b3e066ffc33fd2ec3a5f9927f595de1 (diff)
pcr/otf-stix: updated to 2.0.0
Diffstat (limited to 'pcr/otf-stix')
-rw-r--r--pcr/otf-stix/PKGBUILD32
1 files changed, 13 insertions, 19 deletions
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 <ezzetabi at gawab dot com>
-# Maintainer: Alon Ivtsan <alonivtsan@lavabit.com>
+
+# 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')