aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Hahler2021-05-16 14:34:18 +0200
committerDaniel Hahler2021-05-16 14:35:45 +0200
commit3dcb82aa4c88f02e1640c02767353c6659012310 (patch)
tree9f7fbf896458fdb9ce67221fdabdd76e9bc775e6 /PKGBUILD
parentc7287d9eef946dbecc11abe164d467976fff3475 (diff)
downloadaur-3dcb82aa4c88f02e1640c02767353c6659012310.tar.gz
Apply add-space-to-extent_test_chars.patch
Fixes `urxvt -fn "xft:monospace,xft:FontAwesome"` and then pasting e.g. "" there actually. Ref: https://aur.archlinux.org/packages/rxvt-unicode-cvs-patched-wideglyphs/#comment-807481 Ref: https://github.com/blueyed/PKGBUILD-rxvt-unicode-wide/issues/3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87671f2ef930..b8c3b55e79b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pkgname=rxvt-unicode
pkgname=rxvt-unicode-cvs-patched-wideglyphs
pkgver=20170412
-pkgrel=10
+pkgrel=11
pkgdesc='Unicode enabled rxvt-clone terminal emulator (urxvt) with fixed font spacing and wide glyphs patch (cvs version)'
arch=('i686' 'x86_64')
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
@@ -42,6 +42,7 @@ prepare() {
patch -p0 -i ../font-width-fix.patch
patch -p0 -i ../line-spacing-fix.patch
patch -p1 -i ../enable-wide-glyphs.patch
+ patch -p1 -i ../add-space-to-extent_test_chars.patch
}
build() {