summaryrefslogtreecommitdiff
path: root/pcr/otf-stix
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-21 06:21:30 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-21 06:21:30 -0500
commite5ff6dc9871ac9bfa45dd776abc6aaf2db354765 (patch)
tree8f4e4870a58fa3a40b0a46aaae65a8c2c1a9a34c /pcr/otf-stix
parent85a78b53814c8005a27f0f6b9d1a913a23906585 (diff)
otf-stix-3:1.1.1_webfonts-1: updating version
Diffstat (limited to 'pcr/otf-stix')
-rw-r--r--pcr/otf-stix/PKGBUILD29
1 files changed, 10 insertions, 19 deletions
diff --git a/pcr/otf-stix/PKGBUILD b/pcr/otf-stix/PKGBUILD
index 8fe871305..b9ef5facb 100644
--- a/pcr/otf-stix/PKGBUILD
+++ b/pcr/otf-stix/PKGBUILD
@@ -1,37 +1,28 @@
-# Maintainer (Arch): ezzetabi <ezzetabi at gawab dot com>
-# Maintainer: Alon Ivtsan <alonivtsan@lavabit.com>
-# taken from https://aur.archlinux.org/packages/otf-stix/
+# Maintainer: ezzetabi <ezzetabi at gawab dot com>
pkgname=otf-stix
-pkgver=1.1.0
-#_pkgver=${pkgver//_/-}
-pkgrel=2
-epoch=2
-pkgdesc='A comprehensive set of fonts that serve the scientific and
-engineering community.'
+pkgver=1.1.1_webfonts
+_pkgver=${pkgver//_/-}
+pkgrel=1
+epoch=3
+pkgdesc='A comprehensive set of fonts that serve the scientific and engineering community.'
arch=('any')
url="http://www.stixfonts.org"
-license=('Custom: OFL')
+license=('custom:STIXFont')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
makedepends=('unzip')
install=otf-stix.install
-source=("http://downloads.sourceforge.net/stixfonts/STIXv$pkgver.zip"
+source=("http://downloads.sourceforge.net/stixfonts/STIXv$_pkgver.zip"
'http://www.stixfonts.org/STIXFontLicense2010.txt')
-build() {
- /bin/true
-}
-
package() {
cd "$srcdir"
install -m755 -d "$pkgdir/usr/share/fonts/OTF"
- install -m644 Fonts/STIX-General/*.otf "$pkgdir/usr/share/fonts/OTF"
- install -m644 Fonts/STIX-Word/*.otf "$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
}
-md5sums=('e5ebc8ef9b7df0f0bac0fd90bce95295'
+md5sums=('5673808f48b1e5ab77064a3585866aab'
'b1af7bbd3cea93a60bf68cf571ad6cab')
-