slackware-current/source/kde/patch/konsole.patch

9 lines
554 B
Diff
Raw Normal View History

# Fix scrollUp behavior:
zcat $CWD/patch/konsole/konsole.scrollup.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
## We're not changing TERM to konsole after all. It's just the path of least
## resistance to revert the terminfo change that broke it, since it's affecting
## other systems as well (some of which we cannot patch).
## Set default TERM=konsole:
#zcat $CWD/patch/konsole/konsole.term.is.konsole.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }