diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-11-02 18:52:12 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-11-03 08:59:48 +0100 |
commit | e53c25616b1bce10c5c5e44bbea4a7324b8ad3c2 (patch) | |
tree | 1a6077bbb62cf677c50b6ff394599a09815e45e4 /source/l | |
parent | bea0657d72f4f4351f78df01b57a87529783d7c9 (diff) | |
download | current-e53c25616b1bce10c5c5e44bbea4a7324b8ad3c2.tar.gz |
Sat Nov 2 18:52:12 UTC 201920191102185212
a/aaa_terminfo-6.1_20191026-x86_64-1.txz: Upgraded.
a/cryptsetup-2.2.2-x86_64-1.txz: Upgraded.
a/lvm2-2.03.06-x86_64-1.txz: Upgraded.
d/Cython-0.29.14-x86_64-1.txz: Upgraded.
l/ncurses-6.1_20191026-x86_64-1.txz: Upgraded.
Restore the --without-normal option to skip static libraries as used in 14.2.
Thanks to Richard Narron.
x/xterm-349-x86_64-2.txz: Rebuilt.
In /etc/app-defaults/XTerm, use terminus-medium instead of terminus-bold.
Thanks to igadoter.
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/ncurses/ncurses.SlackBuild | 18 | ||||
-rw-r--r-- | source/l/ncurses/terminfo/xterm.terminfo.README | 2 |
2 files changed, 3 insertions, 17 deletions
diff --git a/source/l/ncurses/ncurses.SlackBuild b/source/l/ncurses/ncurses.SlackBuild index 7c6542a3..8f561baa 100755 --- a/source/l/ncurses/ncurses.SlackBuild +++ b/source/l/ncurses/ncurses.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2000-2011, 2013, 2014, 2015, 2016, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2000-2011, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -81,7 +81,7 @@ CFLAGS="$SLKCFLAGS" \ --with-gpm \ --with-shared \ --without-debug \ - --disable-static \ + --without-normal \ --without-profile \ --enable-symlinks \ --enable-pc-files \ @@ -152,20 +152,6 @@ cp -a misc/termcap $PKG/etc/termcap find $PKG | xargs file | grep -e "executable" -e "shared object" \ | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -# Remove static libraries: -for file in libform.a libformw.a libmenu.a libmenuw.a libncurses++.a \ - libncurses++w.a libncurses.a libncursesw.a libpanel.a libpanelw.a \ - libtic.a libtinfo.a libcurses.a ; do - rm -f $PKG/usr/lib${LIBDIRSUFFIX}/$file -done - -# Check for new static residue: -if ls $PKG/usr/lib${LIBDIRSUFFIX}/*.a 1> /dev/null 2> /dev/null ; then - echo "BAILING OUT. A NEW STATIC LIBRARY HAS APPEARED:" - ls -l $PKG/usr/lib${LIBDIRSUFFIX}/*.a - exit 1 -fi - # Move the include files from /usr/include into /usr/include/ncurses, # then make symlinks back into /usr/include. ( cd $PKG/usr/include diff --git a/source/l/ncurses/terminfo/xterm.terminfo.README b/source/l/ncurses/terminfo/xterm.terminfo.README index 28cd13d6..398d9b26 100644 --- a/source/l/ncurses/terminfo/xterm.terminfo.README +++ b/source/l/ncurses/terminfo/xterm.terminfo.README @@ -1,4 +1,4 @@ -This is based on the xterm terminfo definition file from xterm-331, but the +This is based on the xterm terminfo definition file from xterm-331, but the xterm definition has been changed to remove use=ansi+rep which was causing problems with terminals that set themselves to xterm but aren't compatible with use=ansi+rep (including Konsole and the console app in OSX). |