summaryrefslogtreecommitdiff
path: root/terminus-font-patched/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'terminus-font-patched/PKGBUILD')
-rw-r--r--terminus-font-patched/PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/terminus-font-patched/PKGBUILD b/terminus-font-patched/PKGBUILD
index f113041..1e0fe91 100644
--- a/terminus-font-patched/PKGBUILD
+++ b/terminus-font-patched/PKGBUILD
@@ -12,11 +12,13 @@
# ij1 because и ≠ u, need a way to tell them apart
# ll2 because ilI1
# td1 because tilda should be in the middle
+#
+# boxdraw patch added to prevent box lines from being thick in terminals with bold font
pkgname=terminus-font-patched
_pkgname=terminus-font
pkgver=4.47
-pkgrel=1
+pkgrel=2
pkgdesc='Monospace bitmap font (for X11 and console)'
arch=('any')
url='http://sourceforge.net/projects/terminus-font/'
@@ -25,10 +27,12 @@ makedepends=('xorg-bdftopcf' 'fontconfig' 'xorg-mkfontscale' 'xorg-mkfontdir' 'p
optdepends=('xorg-fonts-alias')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
install='terminus-font-patched.install'
-source=("http://downloads.sourceforge.net/project/$_pkgname/$_pkgname-$pkgver/$_pkgname-$pkgver.tar.gz")
+source=("http://downloads.sourceforge.net/project/$_pkgname/$_pkgname-$pkgver/$_pkgname-$pkgver.tar.gz"
+ 'boxdraw.diff')
provides=($_pkgname)
conflicts=($_pkgname)
-sha256sums=('0f1b205888e4e26a94878f746b8566a65c3e3742b33cf9a4e6517646d5651297')
+sha256sums=('0f1b205888e4e26a94878f746b8566a65c3e3742b33cf9a4e6517646d5651297'
+ '8fffe4c90f22bd14de434e0d75d4eea3ee6c9c19abddeeffa9677f00806bc9ad')
prepare() {
chmod +x "$_pkgname-$pkgver/configure"
@@ -41,6 +45,7 @@ build() {
patch -p0 -i alt/ij1.diff
patch -p0 -i alt/ll2.diff
patch -p0 -i alt/td1.diff
+ patch -p1 -i ../boxdraw.diff
./configure --prefix=/usr --x11dir=/usr/share/fonts/misc \
--psfdir=/usr/share/kbd/consolefonts
make