summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2017-03-02 16:36:27 +0100
committerLucas Werkmeister2017-03-02 16:36:27 +0100
commitd993a0bd3b66c6b1c91f467dfea6384a2236e414 (patch)
tree6db010f7381a08f05ecceb2739bfa92c6b4ccba8
parentc262a2db61210901ab6f4b5040080bd06cd67e1e (diff)
downloadaur-d993a0bd3b66c6b1c91f467dfea6384a2236e414.tar.gz
Update to Vollkorn 4.012
-rw-r--r--.SRCINFO9
-rw-r--r--ChangeLog.otf-vollkorn15
-rw-r--r--PKGBUILD10
3 files changed, 24 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81e91e12bc07..d7741e5d691d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 11 19:40:12 UTC 2016
+# Thu Mar 2 15:35:59 UTC 2017
pkgbase = otf-vollkorn
pkgdesc = Vollkorn typeface by Friedrich Althausen (OpenType)
- pkgver = 3.005
+ pkgver = 4.012
pkgrel = 1
url = http://vollkorn-typeface.com/
install = otf-vollkorn.install
@@ -11,9 +11,8 @@ pkgbase = otf-vollkorn
license = custom:SIL Open Font License
depends = fontconfig
depends = xorg-font-utils
- source = http://vollkorn-typeface.com/download/vollkorn-3-005.zip
- md5sums = 3ec0bfdae17dc8dd088d6be4001169bf
- sha512sums = 38e9171016c0902a972bd53bdca65808807e057e1025b96cd8dbec2e0ff1169276a52ebe6ad3b155892fc5b6af248acd20ee54c7f33c2e34d7da87d3858450c0
+ source = http://vollkorn-typeface.com/download/vollkorn-4-012.zip
+ sha512sums = e25a3932e37a5706b5b849bacc36fa2be972fcd35e5f9d4274c19c07c75629d4ebdc30497e85157a3cdb2a357437b8f310c6ce583a754cdb5da40db5d2935940
pkgname = otf-vollkorn
diff --git a/ChangeLog.otf-vollkorn b/ChangeLog.otf-vollkorn
index 48f0d1e91900..7bf8a198ba64 100644
--- a/ChangeLog.otf-vollkorn
+++ b/ChangeLog.otf-vollkorn
@@ -1,3 +1,18 @@
+2017-03-02 Lucas Werkmeister <mail@lucaswerkmeister.de>
+
+ * 4.012-1 :
+ update release:
+ - rename “Medium” to “Semibold”, “Semibold” to “Bold” and “Bold” to “Black”
+ - add small caps
+ - add Cyrillic and Italic Cyrillics
+ - add localization variants for Polish, Dutch, Bulgarian, and Serbian
+ - add Greek
+ - add figure styles Tabular Oldstyle, Small Caps, Inferior and Superior
+ - add/improve uppercase accents
+ - add traditional footnotes
+ - add currency symbols
+ - add mathematical symbols
+
2016-02-11 jdarch <jda -dot- cloud -plus- archlinux -at- gmail -dot- com>
* 3.005-1 : change to the PKGBUILD only, url should not be an array
diff --git a/PKGBUILD b/PKGBUILD
index e1cd5f049ff4..2771d106a1aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: jdarch <jda -dot- cloud -plus- archlinux -at- gmail -dot- com>
+# Maintainer: Lucas Werkmeister <mail@lucaswerkmeister.de>
+# Contributor: jdarch <jda -dot- cloud -plus- archlinux -at- gmail -dot- com>
pkgname=otf-vollkorn
pkgdesc="Vollkorn typeface by Friedrich Althausen (OpenType)"
url='http://vollkorn-typeface.com/'
license=('custom:SIL Open Font License')
-pkgver=3.005
+pkgver=4.012
pkgrel=1
changelog=ChangeLog.${pkgname}
depends=('fontconfig' 'xorg-font-utils')
@@ -12,12 +13,11 @@ arch=('any')
install=$pkgname.install
source=(http://vollkorn-typeface.com/download/vollkorn-${pkgver//./-}.zip)
-md5sums=('3ec0bfdae17dc8dd088d6be4001169bf')
-sha512sums=('38e9171016c0902a972bd53bdca65808807e057e1025b96cd8dbec2e0ff1169276a52ebe6ad3b155892fc5b6af248acd20ee54c7f33c2e34d7da87d3858450c0')
+sha512sums=('e25a3932e37a5706b5b849bacc36fa2be972fcd35e5f9d4274c19c07c75629d4ebdc30497e85157a3cdb2a357437b8f310c6ce583a754cdb5da40db5d2935940')
package() {
install -d "${pkgdir}/usr/share/fonts/OTF"
install -m644 "${srcdir}/PS-OTF/"*.otf "${pkgdir}/usr/share/fonts/OTF/"
- install -D -m644 "${srcdir}/OpenFontLicense.txt" "${pkgdir}/usr/share/licenses/${pkgname}/OpenFontLicense.txt"
+ install -D -m644 "${srcdir}/OFL.txt" "${pkgdir}/usr/share/licenses/${pkgname}/OFL.txt"
install -D -m644 "${srcdir}/Fontlog.txt" "${pkgdir}/usr/share/doc/${pkgname}/Fontlog.txt"
}