summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2016-10-13 09:43:25 +0300
committerCaleb Maclennan2016-10-13 09:46:14 +0300
commit56402204dd57772b2d20e8e0cc3b02597ce00470 (patch)
treef7940dd4247ddc85f10185eea759dbb176180a97
parent155cc63117180ec072a308d167ca6e70c0215708 (diff)
downloadaur-56402204dd57772b2d20e8e0cc3b02597ce00470.tar.gz
Add dependency for default fallback font
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a4c1a8c6247..1b877084f34b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Sep 2 19:19:46 UTC 2016
+# Thu Oct 13 06:46:07 UTC 2016
pkgbase = sile-git
pkgdesc = Modern typesetting system inspired by TeX
pkgver = 0.9.4.r31.ga3fbeec
@@ -13,6 +13,7 @@ pkgbase = sile-git
depends = fontconfig
depends = icu
depends = harfbuzz>=1.2.6
+ depends = ttf-gentium-plus
provides = sile
conflicts = sile
source = git://github.com/alerque/sile.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index ccc441941a3c..61b9e33ea82a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,8 @@ depends=('lua-lpeg'
'lua-filesystem'
'fontconfig'
'icu'
- 'harfbuzz>=1.2.6')
+ 'harfbuzz>=1.2.6'
+ 'ttf-gentium-plus')
pkgver() {
cd "$srcdir/${pkgname%-git}"