aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Hahler2016-12-23 08:32:41 +0100
committerDaniel Hahler2016-12-23 08:35:00 +0100
commita14b2b6466ff3ea99da33a5b8eb9f950a714d2e0 (patch)
treeacf37f939eb282478908d25e7bc6fbe29802ed42 /PKGBUILD
parente266d94847ec068170956cb6571e68f1b3a4dc2e (diff)
downloadaur-a14b2b6466ff3ea99da33a5b8eb9f950a714d2e0.tar.gz
Revert "Remove font-width-fix.patch"
Sadly, "the fontwidth patch is *the* main reason why people are using this package" apparently. This reverts commit f32975b117205707fc43298fcb0b96b4050b94c9.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7481a2d2b716..29356af7b637 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,7 @@ source=(http://dist.schmorp.de/rxvt-unicode/$_pkgname-$pkgver.tar.bz2
'urxvt.desktop'
'urxvtc.desktop'
'urxvt-tabbed.desktop'
+ 'font-width-fix.patch'
'line-spacing-fix.patch'
'https://gist.githubusercontent.com/alexoj/df5bae7a4825cb596581/raw/75a1e75c2ae1ec5c0db68a29f8a6821e9e3d87a5/sgr-mouse-mode.patch'
'fix-smart-resize-with-x11-frame-borders.patch' # will be in 9.22+
@@ -30,6 +31,7 @@ sha1sums=('e575b869782fbfed955f84f48b204ec888d91ba1'
'b5a4507f85ebb7bac589db2e07d9bc40106720d9'
'62c4ffecfce6967def394dd4d418b68652372ea2'
'cd204d608d114d39c80331efe0af0231ad6b7e18'
+ '01ee8f212add79a158dcd4ed78d0ea1324bdc59b'
'b7fde1c46af45e831828738874f14b092b1e795f'
'dfbc8729c545105eff21e20ef3a4a3841a68a192'
'6dfa49a211c48193c8d87fb9993ed459b2b4387b')
@@ -37,6 +39,7 @@ sha1sums=('e575b869782fbfed955f84f48b204ec888d91ba1'
prepare() {
cd $_pkgname-$pkgver
+ patch -p0 -i ../font-width-fix.patch
patch -p0 -i ../line-spacing-fix.patch
patch -p0 -i ../sgr-mouse-mode.patch
patch -p1 -i ../fix-smart-resize-with-x11-frame-borders.patch