rxvt-unicode-cvs-opt: get rid of it

This commit is contained in:
Von Random 2019-04-08 16:06:22 +03:00
parent 424d6ebfe8
commit 41a81e4898
5 changed files with 2 additions and 220 deletions

View file

@ -33,6 +33,7 @@ sha256sums=(
f60d92d855530fd3f80138eb888a5b4205f6f444e5c41f2c30d9637b6b39c2a7
f36110dce2dce4d6e275410de820f314b72a02dbad08f637c64b0da769c0c8f4
)
prefix='/usr'
patches=(
font-width-fix.patch
line-spacing-fix.patch
@ -54,7 +55,7 @@ build() {
# we disable smart-resize (FS#34807)
# do not specify --with-terminfo (FS#46424)
./configure \
--prefix=/usr \
--prefix=$prefix \
--enable-256-color \
--enable-combining \
--enable-fading \