summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreeva2016-02-15 01:22:53 +0100
committereeva2016-02-15 01:22:53 +0100
commitd115b4f549757c8207bdd59b0e1b1419971281d1 (patch)
tree949fc0027892557ff0951286c99d438372cda09c
parent001c15dbcf015900ded9a1ff10f21e13ab89db0f (diff)
downloadaur-d115b4f549757c8207bdd59b0e1b1419971281d1.tar.gz
Initial commit
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD17
-rw-r--r--ttf-raleway.install (renamed from ttf-junction.install)0
3 files changed, 15 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94f41bd468ee..46135d66f371 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Mon Feb 15 00:01:41 UTC 2016
-pkgbase = ttf-junction
- pkgdesc = Junction is a a humanist sans-serif, and the first open-source type project started by The League of Moveable Type.
+# Mon Feb 15 00:22:35 UTC 2016
+pkgbase = ttf-raleway
+ pkgdesc = An elegant sans-serif font, designed in a single thin weight.
pkgver = 20160215
pkgrel = 1
- url = http://theleagueofmoveabletype.com/junction
- install = ttf-junction.install
+ url = http://theleagueofmoveabletype.com/raleway
+ install = ttf-raleway.install
arch = any
groups = lmt-fonts
license = custom:OFL
depends = fontconfig
depends = xorg-font-utils
- conflicts = otf-junction
- source = https://github.com/theleagueof/junction/archive/master.zip
- md5sums = e35636a6a9075db4f1bc09df69b8d0d3
+ conflicts = otf-raleway
+ source = https://github.com/theleagueof/raleway/archive/master.zip
+ md5sums = 147dff2149b4d910023e459de8b260bb
-pkgname = ttf-junction
+pkgname = ttf-raleway
diff --git a/PKGBUILD b/PKGBUILD
index 922c51eec561..f62749f85b3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,28 +1,23 @@
# Maintainer: samæ <samæ at marvid dot fr>
-_fnt_name=junction
+_fnt_name=raleway
pkgname=ttf-${_fnt_name}
pkgver=20160215
pkgrel=1
-pkgdesc="Junction is a a humanist sans-serif, and the first open-source type project started by The League of Moveable Type."
+pkgdesc="An elegant sans-serif font, designed in a single thin weight."
arch=('any')
url="http://theleagueofmoveabletype.com/${_fnt_name}"
license=('custom:OFL')
groups=('lmt-fonts')
depends=('fontconfig' 'xorg-font-utils')
-conflicts=('otf-junction')
+conflicts=('otf-raleway')
source=("https://github.com/theleagueof/${_fnt_name}/archive/master.zip")
install=${pkgname}.install
-md5sums=('e35636a6a9075db4f1bc09df69b8d0d3')
+md5sums=('147dff2149b4d910023e459de8b260bb')
package() {
- install -Dm644 ${srcdir}/${_fnt_name}-master/Junction-bold.otf ${pkgdir}/usr/share/fonts/OTF/JunctionBold.otf
- install -Dm644 ${srcdir}/${_fnt_name}-master/Junction-light.otf ${pkgdir}/usr/share/fonts/OTF/JunctionLight.otf
- install -Dm644 ${srcdir}/${_fnt_name}-master/Junction-regular.otf ${pkgdir}/usr/share/fonts/OTF/JunctionRegular.otf
-
- install -Dm644 ${srcdir}/${_fnt_name}-master/webfonts/junction-bold.ttf ${pkgdir}/usr/share/fonts/OTF/JunctionBold.ttf
- install -Dm644 ${srcdir}/${_fnt_name}-master/webfonts/junction-light.ttf ${pkgdir}/usr/share/fonts/OTF/JunctionLight.ttf
- install -Dm644 ${srcdir}/${_fnt_name}-master/webfonts/junction-regular.ttf ${pkgdir}/usr/share/fonts/OTF/JunctionRegular.ttf
+ 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 -Dm644 ${srcdir}/${_fnt_name}-master/Open\ Font\ License.markdown ${pkgdir}/usr/share/licenses/${pkgname}/OFL.txt
}
diff --git a/ttf-junction.install b/ttf-raleway.install
index 2125904e5000..2125904e5000 100644
--- a/ttf-junction.install
+++ b/ttf-raleway.install