summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreeva2016-02-15 01:45:18 +0100
committereeva2016-02-15 01:45:18 +0100
commit79b3957ef6c242cf47f9a1283fcce15685fbf2fc (patch)
tree68f3b31adc158cb66fae20775f27b36b1d13696a
parent2d013250160e4f3a25435098c5af1ad0838c57c1 (diff)
downloadaur-79b3957ef6c242cf47f9a1283fcce15685fbf2fc.tar.gz
Initial commit
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
-rw-r--r--ttf-ostrich-sans.install (renamed from ttf-prociono.install)0
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c3b93d44999..0210321d3ce5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Mon Feb 15 00:40:24 UTC 2016
-pkgbase = ttf-prociono
+# Mon Feb 15 00:44:59 UTC 2016
+pkgbase = ttf-ostrich-sans
pkgdesc = A roman serif with blackletter elements.
pkgver = 20160215
pkgrel = 1
- url = http://theleagueofmoveabletype.com/prociono
- install = ttf-prociono.install
+ url = http://theleagueofmoveabletype.com/ostrich-sans
+ install = ttf-ostrich-sans.install
arch = any
groups = lmt-fonts
license = custom:OFL
depends = fontconfig
depends = xorg-font-utils
- source = https://github.com/theleagueof/prociono/archive/master.zip
- md5sums = e92f54c9db1047927d9c26e8fc069cf1
+ source = https://github.com/theleagueof/ostrich-sans/archive/master.zip
+ md5sums = a30ecf58162f9c40040fcf74fcaef916
-pkgname = ttf-prociono
+pkgname = ttf-ostrich-sans
diff --git a/PKGBUILD b/PKGBUILD
index 35a0a42754e6..0e68c0b06033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: samæ <samæ at marvid dot fr>
-_fnt_name=prociono
+_fnt_name=ostrich-sans
pkgname=ttf-${_fnt_name}
pkgver=20160215
pkgrel=1
@@ -13,14 +13,14 @@ depends=('fontconfig' 'xorg-font-utils')
conflicts=()
source=("https://github.com/theleagueof/${_fnt_name}/archive/master.zip")
install=${pkgname}.install
-md5sums=('e92f54c9db1047927d9c26e8fc069cf1')
+md5sums=('a30ecf58162f9c40040fcf74fcaef916')
package() {
install -d ${pkgdir}/usr/share/fonts/OTF
install -d ${pkgdir}/usr/share/fonts/TTF
- install -Dm644 ${srcdir}/${_fnt_name}-master/*.otf ${pkgdir}/usr/share/fonts/OTF/
- install -Dm644 ${srcdir}/${_fnt_name}-master/*.ttf ${pkgdir}/usr/share/fonts/TTF/
+ install -Dm644 ${srcdir}/${_fnt_name}-master/*.otf ${pkgdir}/usr/share/fonts/OTF/
+ install -Dm644 ${srcdir}/${_fnt_name}-master/webfonts/*.ttf ${pkgdir}/usr/share/fonts/TTF/
install -Dm644 ${srcdir}/${_fnt_name}-master/Open\ Font\ License.markdown ${pkgdir}/usr/share/licenses/${pkgname}/OFL.txt
}
diff --git a/ttf-prociono.install b/ttf-ostrich-sans.install
index 2125904e5000..2125904e5000 100644
--- a/ttf-prociono.install
+++ b/ttf-ostrich-sans.install