summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreeva2016-02-15 01:31:29 +0100
committereeva2016-02-15 01:31:29 +0100
commit936621e4d476b48a1a726d5f48912503299121de (patch)
treeaded2fc2ff9f64bb7070674028e238fa067a1007
parentd115b4f549757c8207bdd59b0e1b1419971281d1 (diff)
downloadaur-936621e4d476b48a1a726d5f48912503299121de.tar.gz
Initial commit
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD15
-rw-r--r--ttf-fanwood.install (renamed from ttf-raleway.install)0
3 files changed, 18 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46135d66f371..e361cafc61db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Mon Feb 15 00:22:35 UTC 2016
-pkgbase = ttf-raleway
- pkgdesc = An elegant sans-serif font, designed in a single thin weight.
+# Mon Feb 15 00:31:19 UTC 2016
+pkgbase = ttf-fanwood
+ pkgdesc = A serif based on the work of a famous Czech-American type designer of yesteryear.
pkgver = 20160215
pkgrel = 1
- url = http://theleagueofmoveabletype.com/raleway
- install = ttf-raleway.install
+ url = http://theleagueofmoveabletype.com/fanwood
+ install = ttf-fanwood.install
arch = any
groups = lmt-fonts
license = custom:OFL
depends = fontconfig
depends = xorg-font-utils
- conflicts = otf-raleway
- source = https://github.com/theleagueof/raleway/archive/master.zip
- md5sums = 147dff2149b4d910023e459de8b260bb
+ conflicts = otf-fanwood
+ source = https://github.com/theleagueof/fanwood/archive/master.zip
+ md5sums = e554402a4fd0c21e389bb5509e90cd5e
-pkgname = ttf-raleway
+pkgname = ttf-fanwood
diff --git a/PKGBUILD b/PKGBUILD
index f62749f85b3a..74d697bc3457 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,26 @@
# Maintainer: samæ <samæ at marvid dot fr>
-_fnt_name=raleway
+_fnt_name=fanwood
pkgname=ttf-${_fnt_name}
pkgver=20160215
pkgrel=1
-pkgdesc="An elegant sans-serif font, designed in a single thin weight."
+pkgdesc="A serif based on the work of a famous Czech-American type designer of yesteryear."
arch=('any')
url="http://theleagueofmoveabletype.com/${_fnt_name}"
license=('custom:OFL')
groups=('lmt-fonts')
depends=('fontconfig' 'xorg-font-utils')
-conflicts=('otf-raleway')
+conflicts=('otf-fanwood')
source=("https://github.com/theleagueof/${_fnt_name}/archive/master.zip")
install=${pkgname}.install
-md5sums=('147dff2149b4d910023e459de8b260bb')
+md5sums=('e554402a4fd0c21e389bb5509e90cd5e')
package() {
- install -Dm644 ${srcdir}/${_fnt_name}-master/Raleway\ Thin.otf ${pkgdir}/usr/share/fonts/OTF/RalewayThin.otf
- install -Dm644 ${srcdir}/${_fnt_name}-master/Raleway\ Thin.ttf ${pkgdir}/usr/share/fonts/TTF/RalewayThin.ttf
+ 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/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-raleway.install b/ttf-fanwood.install
index 2125904e5000..2125904e5000 100644
--- a/ttf-raleway.install
+++ b/ttf-fanwood.install