parent
c1c9becb33
commit
40c76ec481
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ncurses'
|
||||
pkgname=ncurses
|
||||
version=6.4
|
||||
revision=2
|
||||
version=6.5
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
configure_args="--enable-big-core"
|
||||
short_desc="System V Release 4.0 curses emulation library"
|
||||
|
@ -10,7 +10,7 @@ license="MIT"
|
|||
homepage="https://invisible-island.net/ncurses/"
|
||||
changelog="https://invisible-island.net/ncurses/announce.html"
|
||||
distfiles="https://invisible-island.net/archives/ncurses/ncurses-${version}.tar.gz"
|
||||
checksum=6931283d9ac87c5073f30b6290c4c75f21632bb4fc3603ac8100812bed248159
|
||||
checksum=136d91bc269a9a5785e5f9e980bc76ab57428f604ce3e5a5a90cebc767971cc6
|
||||
|
||||
depends="ncurses-base-${version}_${revision}"
|
||||
|
||||
|
@ -23,7 +23,7 @@ do_configure() {
|
|||
cd ${wrksrc}/ncursesw-build
|
||||
# widec build
|
||||
../configure ${configure_args} \
|
||||
--enable-widec --with-shared --without-debug \
|
||||
--with-shared --without-debug \
|
||||
--with-manpage-symlinks --with-manpage-format=normal \
|
||||
--without-ada --enable-ext-colors --with-xterm-kbs=del \
|
||||
--without-tests --enable-pc-files \
|
||||
|
@ -35,7 +35,7 @@ do_configure() {
|
|||
cd ${wrksrc}/ncurses-build
|
||||
# non-widec build
|
||||
../configure ${configure_args} --with-shared \
|
||||
--without-debug --without-ada --without-tests --with-xterm-kbs=del \
|
||||
--disable-widec --without-debug --without-ada --without-tests --with-xterm-kbs=del \
|
||||
--enable-pc-files --with-pkg-config-libdir=/usr/lib/pkgconfig \
|
||||
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config \
|
||||
PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig \
|
||||
|
@ -101,9 +101,12 @@ do_install() {
|
|||
post_install() {
|
||||
# resolve conflict with *-terminfo packages
|
||||
rm ${DESTDIR}/usr/share/terminfo/a/alacritty{,-direct}
|
||||
rm ${DESTDIR}/usr/share/terminfo/c/contour{,-direct,-latest}
|
||||
rm ${DESTDIR}/usr/share/terminfo/d/dvtm{,-256color}
|
||||
rm ${DESTDIR}/usr/share/terminfo/s/st{,-256color}
|
||||
rm ${DESTDIR}/usr/share/terminfo/f/foot{,-direct,+base}
|
||||
rm ${DESTDIR}/usr/share/terminfo/r/rio{,-direct}
|
||||
rm ${DESTDIR}/usr/share/terminfo/w/wezterm
|
||||
}
|
||||
|
||||
ncurses-libs_package() {
|
||||
|
|
Loading…
Reference in New Issue