diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-01-18 20:39:39 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-01-19 08:59:55 +0100 |
commit | 1c7cd7d8173b5ad45462c7bfd8ba99cd013b959e (patch) | |
tree | 04e15766d9232af3c39e47ddc8f5e30556cbef2c /source/x | |
parent | 387bf82d1caf0cb8c6e4407796b3fabe587be38e (diff) | |
download | current-1c7cd7d8173b5ad45462c7bfd8ba99cd013b959e.tar.gz |
Tue Jan 18 20:39:39 UTC 202220220118203939
l/rpcsvc-proto-1.4.3-x86_64-1.txz: Upgraded.
x/xterm-370-x86_64-5.txz: Rebuilt.
XTerm-console: don't include locale options by default. Fix typo in comment.
Thanks to GazL.
isolinux/initrd.img: Rebuilt.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/x')
-rw-r--r-- | source/x/xterm/XTerm-console | 9 | ||||
-rwxr-xr-x | source/x/xterm/xterm.SlackBuild | 2 |
2 files changed, 2 insertions, 9 deletions
diff --git a/source/x/xterm/XTerm-console b/source/x/xterm/XTerm-console index 7dbe6d55..3dfe7715 100644 --- a/source/x/xterm/XTerm-console +++ b/source/x/xterm/XTerm-console @@ -18,7 +18,7 @@ ! Bitmap fonts: ! note: Some folks may find these a little large, but 'hidpi' display ! users will appreciate the larger sizes, and the other sizes in the -! the terminus series don't maintain a consistent aspect ration and +! the terminus series don't maintain a consistent aspect ratio and ! can look a little odd when being resized. *VT100.font: -*-terminus-bold-r-normal-*-20-*-*-*-*-*-iso10646-1 @@ -92,11 +92,4 @@ *VT100.charClass: 45-47:48,58:48,64:48 ! - Set which characters are selected by double click. -!*VT100.locale: true -! - Seems better to use the XTerm.locale below, as this throws an -! error if LC_ALL is unset. - -*XTerm.locale: true -! - Enable conversion between the locale and utf-8. - !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! End. ! diff --git a/source/x/xterm/xterm.SlackBuild b/source/x/xterm/xterm.SlackBuild index 0b1aa21f..52828987 100755 --- a/source/x/xterm/xterm.SlackBuild +++ b/source/x/xterm/xterm.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=xterm VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-5} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |