summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Kline2020-07-03 13:45:45 -0700
committerMatt Kline2020-07-03 13:45:45 -0700
commit74825d4f1d25f2d7991fa5c50dc137cd1a236e7c (patch)
tree1ab7a1741edde57aafd5615a6951325b9c0c364f
parent730269e2156f25210412d3b740a661dd358dc516 (diff)
downloadaur-74825d4f1d25f2d7991fa5c50dc137cd1a236e7c.tar.gz
Remove fontconfig dependency
When I started packaging fonts, it was common for them to depend on fontconfig. But back then, hooks weren't a thing and your package had to manually update font caches.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 823b9fea7a23..be6e36641234 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,10 @@
pkgbase = otf-xits
pkgdesc = An OpenType implementation of STIX fonts with math support
pkgver = 1.301
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/khaledhosny/xits
arch = any
license = custom:OFL
- depends = fontconfig
- depends = xorg-fonts-encodings
- depends = xorg-font-utils
source = https://github.com/khaledhosny/xits/archive/v1.301.tar.gz
sha256sums = 63a778f24e9275b7f2c7c78060e7ad6c375f5cff077852716537b26e9da8be69
diff --git a/PKGBUILD b/PKGBUILD
index 04eb86bc2ba0..6eb6aab5eee7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,10 @@
pkgname=otf-xits
pkgver=1.301
-pkgrel=1
+pkgrel=2
pkgdesc="An OpenType implementation of STIX fonts with math support"
arch=('any')
url="https://github.com/khaledhosny/xits"
license=('custom:OFL')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
ghname=xits
source=("https://github.com/khaledhosny/$ghname/archive/v$pkgver.tar.gz")
sha256sums=('63a778f24e9275b7f2c7c78060e7ad6c375f5cff077852716537b26e9da8be69')