terminus-font-patched: boxdraw patch
This commit is contained in:
parent
41a81e4898
commit
75f93dcae9
2 changed files with 29115 additions and 3 deletions
|
@ -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
|
||||
|
|
29107
terminus-font-patched/boxdraw.diff
Normal file
29107
terminus-font-patched/boxdraw.diff
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue